A lightweight code checker tool written in python for compiling and running Java, C & Cpp files. It can handle compilation errors, runtime errors and time limit exceeded cases. The actual output can also be checked against expected output to give accepted or wrong verdict.
Originally posted in this gist, adds improvement to existing code snippet.
Requires language compilers (GCC, G++, Java) to be pre-installed on the system