Skip to content
View MattRipia's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report MattRipia

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. TerrainNavigator TerrainNavigator Public

    A GUI which shows the best path through a terrain with varied difficulties.

    Java

  2. MazeGame MazeGame Public

    A Maze generator game competing with mice of different skill levels.

    Java

  3. SortingVisulization SortingVisulization Public

    A simple GUI visualizing different sorting methods.

    Java 1

  4. BouncingBallsGUI BouncingBallsGUI Public

    This program generates random bouncing balls in a GUI using multiple threads.

    Java 1

  5. TrafficLightSynchronization TrafficLightSynchronization Public

    A Small Traffic Light GUI designed to show the synchronization and access control to a shared resources utilizing multiple threads as well as the thread wait() and notify() methods.

    Java

  6. ShortestDistanceOfPoints ShortestDistanceOfPoints Public

    A program made to demonstrate the O(n log n) solution of finding the two points with the shortest distance in a collection of points.

    Java