Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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