https://github.com/mhawryluk/concurrency-lab
Code from the Theory of Concurrency class at the AGH UST
https://github.com/mhawryluk/concurrency-lab
concurrency csp petri-nets
Last synced: 2 months ago
JSON representation
Code from the Theory of Concurrency class at the AGH UST
- Host: GitHub
- URL: https://github.com/mhawryluk/concurrency-lab
- Owner: mhawryluk
- Created: 2021-10-25T17:28:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T15:26:54.000Z (over 3 years ago)
- Last Synced: 2025-02-08T03:39:10.637Z (4 months ago)
- Topics: concurrency, csp, petri-nets
- Language: HTML
- Homepage:
- Size: 9.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Concurrency Lab
1. [Producers & consumers - Java](src/lab1)
2. [Semaphores - Java](src/lab2)
3. [Table reservations - Java](src/lab3)
4. ["Fat & thin" producers & consumers - Java](src/lab4)
5. [Mandelbrot set - Java](src/lab5)
6. [setTimeout - Node.js](src/lab6)
7. [Dining philosophers problem - Node.js](src/lab8)
8. [CSP - Java (jcsp)](src/lab10)