Skip to content
View eourcs's full-sized avatar

Block or report eourcs

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned Loading

  1. cmu-fce cmu-fce Public

    Python script that allows users to lookup FCE information quickly. Prints outs a nicely formatted table enumerating avg. hours/week and avg. course rating

    Python 3

  2. travel-visualization travel-visualization Public

    The following program is a quick way to visualize the Traveling Salesman problem and gives some real-word context and possible uses cases to the solutions to this problem. The one use case that th…

    Python 2

  3. LockFreeCuckooHash LockFreeCuckooHash Public

    A fully concurrent lock-free cuckoo hash table implementation

    C++ 56 17

  4. markov-music markov-music Public

    Quick and dirty implementation of a computer-music generator using markov chains

    Python