Online judge sandbox based on seccomp | OnlineJudge 安全沙箱
Go to file
Adel Aly db6aa2c9f7
Get rid of zombie processes
Sleep is in seconds not milliseconds.
This long sleep in the tests creates a zombie process that lives on and has to be killed manually. 10 seconds should be more than enough for the test as real time is 3seconds.
2020-06-14 19:15:21 -04:00
bindings add readme 📝 2019-04-26 15:43:57 +08:00
demo Update demo.py 2017-12-26 22:20:13 +08:00
src Fix #33 2019-07-30 01:16:40 +08:00
tests Get rid of zombie processes 2020-06-14 19:15:21 -04:00
.gitignore use popen to run libjudger.so 2019-04-26 10:54:40 +08:00
.travis.yml use docker to run tests 2018-06-09 15:00:13 +08:00
CMakeLists.txt fix memory 2017-12-20 23:01:05 +08:00
LICENSE fix some typo 2016-09-02 17:33:48 +08:00
README.md Update README.md 2018-04-24 07:56:07 +08:00

Judger

Build Status

Judger for OnlineJudge

Document

JudgeServer

OnlineJudge