Skip to content
View c0nD's full-sized avatar
:octocat:
swagged out
:octocat:
swagged out
  • North Carolina

Block or report c0nD

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
c0nD/README.md

hello :octocat:

visitors Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-

class DataScientist:

    def __init__(self):
        self.role = "Data Scientist & Software Engineer"
        self.education = "BS in Computer Science + Data Science Certificate"
        self.daily_languages = ["Python", "TypeScript", "Rust", "Vim"]
        self.learning = ["Haskell"]
        self.interests = ["Open source", "Machine learning", "Functional programming"]
        self.hobbies = ["Guitar", "Keyboards"]

    def say_hi(self):
        print("Thanks for stopping by! Check out https://github.com/tidalcycles/Tidal if you like Haskell + music :)")

me = DataScientist()
me.say_hi()

Pinned Loading

  1. FluffyBOT FluffyBOT Public template

    Guild Battle Discord Bot for Cookie Run Kingdom

    Python 12 4

  2. CreampuffBOT CreampuffBOT Public

    CRK Guild Battle OCR Data Logger

    Python 9

  3. SpaceGame SpaceGame Public

    This project is a 2D action-RPG. It is still very much so a work in progress, but many core gameplay mechanics are already implemented.

    Java 4

  4. MakingSpace MakingSpace Public

    A procedural space generation project for AppalHack 2024

    Python

  5. MusicMixer MusicMixer Public

    A machine learning data expansion tool for music datasets.

    Python

  6. PokeGuessr PokeGuessr Public

    Pokemon Guessing Game made for my fiancée :)

    TypeScript