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.
Written and maintained by Rohith Uppala. It's totally written in python.