Skip to content

ahmed-dinar/JustOJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JustOJ

code quality

Work in progress

Language Support

  • C
  • C++
  • JAVA 8
  • C++11
  • C++14
  • Python2 & Python3

Executor Usage

$ ./safec <executable file> [options]
$ ./safejava <executable file> [options]
options
  -t <cpu limit> (in milliseconds, max: 15s)
  -m <memory limit> (in MB, max: 512 MB)
  -i <stdin test case file>
  -o <stdout file>
  -e <stderr file>
  -r <result file>
  -s <java security policy file path> (for safejava)
  -c <chroot directory>
  -d <code run directory inside chroot>
Future Works
  • Integrate MOSS like tool for Detecting Plagiarism.
  • Different language for different problem
  • Score based standings
  • User rating
  • Multiple Modearator for contest
  • More language support