All Projects → pushkar8723 → aurora

pushkar8723 / aurora

Licence: MIT license
SPOJ like judge to automatically judge the submitted solution.

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
javascript
184084 projects - #8 most used programming language
hack
652 projects

Projects that are alternatives of or similar to aurora

hustoj
Popular Open Source Online Judge based on PHP/C++/MySQL/Linux for ACM/ICPC and NOIP training, with easy installation. 开源OJ系统
Stars: ✭ 2,773 (+2701.01%)
Mutual labels:  judge, online-judge
GlaxOJ
An Online-Judge written in Javascript (Nodejs and React).
Stars: ✭ 19 (-80.81%)
Mutual labels:  online-judge
codeplayer
An online judge system for competitive programming platform, The website is hosted on http://codeplayer.co.in
Stars: ✭ 12 (-87.88%)
Mutual labels:  online-judge
cb4
Joint Online Judge
Stars: ✭ 20 (-79.8%)
Mutual labels:  online-judge
judge
Online Judge System of Zhejiang Normal University
Stars: ✭ 17 (-82.83%)
Mutual labels:  judge
documents
🌟 documents of justice online judge
Stars: ✭ 16 (-83.84%)
Mutual labels:  online-judge
Code
Macesuted's Code Repository.
Stars: ✭ 20 (-79.8%)
Mutual labels:  online-judge
algorithms
💎 Documented algorithmic problems/solutions + datastructures
Stars: ✭ 40 (-59.6%)
Mutual labels:  judge
judge
Judge 13.2 - HypeX
Stars: ✭ 29 (-70.71%)
Mutual labels:  judge
codecourses
CodeCourses is an open-source online judge
Stars: ✭ 39 (-60.61%)
Mutual labels:  online-judge
HZNUOJ
Hangzhou Normal University Online Judge
Stars: ✭ 59 (-40.4%)
Mutual labels:  online-judge
code-executor
A CLI/library to execute code against test cases in various languages and obtain relevant results. 🚀
Stars: ✭ 9 (-90.91%)
Mutual labels:  online-judge
dockerjudge
A LXC Based Online Judge Engine, by @wxh06 at @piterator-org
Stars: ✭ 30 (-69.7%)
Mutual labels:  online-judge
hacklympics
🏆 Full-stack online programming examination system
Stars: ✭ 44 (-55.56%)
Mutual labels:  online-judge
BLumiaOJ
A HUSTOJ compatible Online Judge system.
Stars: ✭ 37 (-62.63%)
Mutual labels:  online-judge
cats-main
Programming contest control system
Stars: ✭ 33 (-66.67%)
Mutual labels:  online-judge
cmsocial
A web application that builds a social coding platform upon CMS
Stars: ✭ 21 (-78.79%)
Mutual labels:  online-judge
psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Stars: ✭ 34 (-65.66%)
Mutual labels:  online-judge
judge
Serverless Judge System
Stars: ✭ 15 (-84.85%)
Mutual labels:  judge
codgic-web-legacy
🐛 A free, open-source Online Judge alternative. Coding Magic.
Stars: ✭ 13 (-86.87%)
Mutual labels:  online-judge

Aurora v2

Web Docker Judge Docker

Aurora is an open-source OJ inspired by SPOJ. Derived from Aurora-Online-Judge, this version improves the scalability and security of the application to meet the requirements for a small scale organization. Its web interface is redesigned from scratch to make it look more SPOJ like. So that users find it comfortable to adjust. It can also serve as a platform to practice as well as compete with other teams. Few features were added so that the administrators find it easy to maintain. It was designed to meet the requirement specific to CQM matches hosted at BIT Mesra, but most of its components can be easily updated to meet the requirement of any other educational organization.

Getting Started

Aurora uses docker for development as well as for running the application. Images for each module is automatically generated and uploaded here. There are docker-compose files sepecific to following usecases.

Run Locally

docker-compose.yml can be used to simple run and test out Aurora on a local environment.

Simply run docker-compose up to pull all the images and run it.

Then visit localhost to test the application.

Note: Since we are using Github packages, you would need to configure docker for use with Github token or docker won't be able to pull the images and docker may start building the image instead. You can follow our Docker Setup Guide to mitigate this build step.

Dev Setup

docker-compose.dev.yml can be used to build, run and test out Aurora on a local environment.

Simply run docker-compose -f docker-compose.dev.yml build to build.

Run docker-compose -f docker-compose.dev.yml up to run it on localhost.

Prod Setup

docker-compose.prod.yml is meant to be used as template for prod configuration.

Check our guidelines on how to use this template.

Documentation

We are using Aurora Wiki to maintain our documentations.

Facing an issue

See if our FAQ Page has solution to your problem.

Still have problems? Then raise an issue here. I will try my best to solve it as soon as possible (no promises though).

Contribution Guilelines

Just create a PR on a seprate branch with appropriate name and describe the changes thoroughly. Also make sure you have full ownership of the code you submit.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].