https://github.com/zoomkoding/instagrap
https://github.com/zoomkoding/instagrap
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zoomkoding/instagrap
- Owner: zoomkoding
- Created: 2019-04-08T15:16:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T15:28:13.000Z (over 6 years ago)
- Last Synced: 2025-02-14T05:26:07.332Z (11 months ago)
- Language: C
- Size: 1.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instantly Grading Programming
submitter command
./submitter -n 127.0.0.1:8090 -u 21500670 -k 12345678 solution_compiletime.c
./submitter -n 127.0.0.1:8090 -u 21500670 -k 12345678 solution_runtime.c
./submitter -n 127.0.0.1:8090 -u 21500670 -k 12345678 solution_timeout.c
./submitter -n 127.0.0.1:8090 -u 21500670 -k 12345678 solution.c
./submitter -n 127.0.0.1:8090 -u 21700105 -k 12345678 solution.c
instagrapd command
./instagrapd -p 8090 -w 127.0.0.1:8091 ./testcases
worker command
./worker -p 8091