Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eygraber/scheduler_lab
Scheduler Lab for NYU Operating Systems
https://github.com/eygraber/scheduler_lab
Last synced: 5 days ago
JSON representation
Scheduler Lab for NYU Operating Systems
- Host: GitHub
- URL: https://github.com/eygraber/scheduler_lab
- Owner: eygraber
- Created: 2013-02-28T17:08:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-05T07:21:21.000Z (over 11 years ago)
- Last Synced: 2024-04-18T02:26:24.713Z (7 months ago)
- Language: C++
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Code can be compiled by running make.
Code is run by calling ./scheduler inputfile algorithmType ... (eg ./scheduler
test.txt 0 test.txt 1 test.txt 2Output will be sent to inputfile-algorithmType.txt (eg test-0.txt test-1.txt
test-2.txt)