https://github.com/machawk1/deadlockedphilosophers
Project for CAP4800 - Systems Simulation at University of Florida in Fall 2005 visualizing dining philosophers and resource deadlock
https://github.com/machawk1/deadlockedphilosophers
Last synced: about 2 months ago
JSON representation
Project for CAP4800 - Systems Simulation at University of Florida in Fall 2005 visualizing dining philosophers and resource deadlock
- Host: GitHub
- URL: https://github.com/machawk1/deadlockedphilosophers
- Owner: machawk1
- Created: 2015-07-15T17:34:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T17:45:50.000Z (almost 10 years ago)
- Last Synced: 2025-03-24T09:45:16.757Z (2 months ago)
- Language: Processing
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deadlockedPhilosophers
This code represents an individual project I created for [CAP4800 - Systems Simulation at University of Florida in Fall 2005](https://web.archive.org/web/20051226075334/http://www.cise.ufl.edu/~fishwick/cap4800/) visualizing [dining philosophers](https://en.wikipedia.org/wiki/Dining_philosophers_problem) and resource deadlock. The code was written and should still be runnable in [Processing](https://processing.org/). The code is not the final version, which was lost due to poor source control practices and is observable by some of the image resources being unused in the code. Despite this and the code having lived on various hard drive over the last 10 years, I have uploaded it to GitHub for later findability.