Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Arclight

-Arclight is an online system to test programs in programming contests. The system can compile and execute code, and test them with pre-constructed data. Submitted code may be run with restrictions, including time limit, memory limit, security restriction and so on. The output of the code will be captured by the system, and compared with the standard output. The system will then return the result. When mistakes were found in a standard output, rejudgement using the same method must be made.

Features

  • Authentication and Authorization
  • Submit your code
  • Test your code
  • Results shows Time (Sec) and Memory (MB)
  • Verdicts
    • Time Limit Exceeded (TLE)
    • Memory Limit Exceeded (MLE)
    • Compilation Error (CE)
    • Runtime Error (RTE)
    • Wrong Answer (WA)
    • Accepted (AC)
  • See your submissions
  • Filter problems based on tags
  • Search problems by name
  • Dashboard for Statistics
  • Create Coding Problems
  • E-mail verification
  • Forgot password
  • Leaderboard

Supported Languages

  • C
  • C++ 11/14/17 (GCC)
  • Javascript
  • Java 8
  • Python 3

Prerequisite

  • Node.js

Project on hold.

About

An Online-code-judge system based on Node and React (MERN Stack).

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages