Skip to content

rohith2506/code_judge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Code Judge

Description

This is simple online code judge which compiles and runs your code. As of now, it supports python, c and c++. Basically it takes your code and compiles and runs it in sandbox mode and provides you with appropriate limits.

It avoids all system calls, keeps a proper check on time limit and memory limts and gives you the appropriate output.

Credits and Technologies

Written and maintained by Rohith Uppala. It's totally written in python.