Skip to content

SIT-Decoders/Aurora

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aurora v2

Aurora is an open source OJ inspired by SPOJ. Derived from its initial version Aurora-Online-Judge. This version improves exsisting features by removing many redundant procedures, using sockets, easy load distribution and also increases security, scalibily to meet the need of a small scale organization. Its web interface is redesigned from scratch to make it look more SPOJ like so that users find it to comfortable to adjust and can also serve as a platform for practice as well as compete with other teams. Few features were added so that the administrators find it easy to handle. It is designed to meet the requirement specific to CQM matches hosted at BIT Mesra but most of its components can be easily changed to meet requirement of any other organisation.

Setup Judge

Aurora is divided into two parts

  1. Web Interface
  2. Python scripts which compiles, executes and tests the correctiveness of the solution.

Both these components communicates with each other and interacts with the database. Setup guidelines can be found inside each of these components.

Acknowledgement

  • Kaustubh Karkare, creator of Aurora Online Judge from which this version was derived.
  • Siddhartha Sahu, created functions.php which is extensively used for database interaction.

License

Released under the MIT License.

About

SPOJ like judge to automatically judge the submitted solution.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 72.1%
  • CSS 9.6%
  • ApacheConf 6.4%
  • Python 6.4%
  • Shell 2.9%
  • JavaScript 1.8%
  • HTML 0.8%