Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chipbell4/cmdjudge
Command Line based set of scripts for judging Programming Team submissions.
https://github.com/chipbell4/cmdjudge
Last synced: 9 days ago
JSON representation
Command Line based set of scripts for judging Programming Team submissions.
- Host: GitHub
- URL: https://github.com/chipbell4/cmdjudge
- Owner: chipbell4
- Created: 2013-04-20T17:48:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-23T23:34:54.000Z (over 11 years ago)
- Last Synced: 2024-04-14T18:27:13.848Z (7 months ago)
- Language: Shell
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CmdJudge
========This is a set of scripts to help judge SMALL programming contests completely on the command line. It consists of three sets of scripts:
* The submit script which submits a program to a judge.
* The retrieve script which a judge uses to retrieve all submissions from his mailbox and judge them.
* The build scoreboard script which a judge runs to update the scoreboard file.Todo
----
* Formatted Output
* Better Configuration
* Compiled language support
* C/C++
* Java
* Other output types
* Compile Error
* Runtime Error
* Build Test Set