Skip to content
View ethangambles's full-sized avatar

Block or report ethangambles

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
ethangambles/README.md

Popular repositories Loading

  1. Client-Server-Network Client-Server-Network Public

    This is a project I worked on for my intro to networking class. It has 2 clients that can connect to a server and transfer files between them.

    Python 1

  2. Threadpool-Priority-Queue Threadpool-Priority-Queue Public

    This is a project I worked on for my Systems Programming class. It is an unbounded priority queue that uses a thread pool to execute tasks based on priority.

    C 1

  3. AStar-Megaminx AStar-Megaminx Public

    This is a project I worked on for my Intro to Artificial Intelligence class. It contains a code representation of a megaminx puzzle that can be randomized (scrambled), and an A* function that can s…

    Python 1

  4. SAT-solvers SAT-solvers Public

    This is a project I worked on for my Intro to Artificial Intelligence class. It contains an implementation to solve the Boolean satisfiability problem (SAT) using the WalkSAT, DPLL, and Genetic alg…

    Python 1

  5. ethangambles ethangambles Public

    Config files for my GitHub profile.

  6. MiniMud-Game MiniMud-Game Public

    This is a text based MiniMud video game where the player has to find the correct item and place it in the correct room.

    C++