judgev2 icon indicating copy to clipboard operation
judgev2 copied to clipboard

online judge as a service

Results 11 judgev2 issues
Sort by recently updated
recently updated
newest added

Followed the steps given in the wiki to run this judge. Did everything, but it is not working on the localhost, not on any port. The page is just loading...

Take a look at [ochko/safeexec](https://github.com/ochko/safeexec) for a better sandbox and implement it here.

This was detected by @rohilsurana when working on #20.

bug

We need this to ensure that all child processes are killed by the sandbox.

easy

The db-handler should be able to specify the memory limit.

We need this test to assert that out judge successfully works in high load conditions. We had something similar for manual testing in [previous commits](https://github.com/sankha93/judgev2/blob/60334c4bd3b66d5cbba66cb6f8011156fa5561f0/test.js). Now that we have automated...

easy

Need a good failure recovery mechanism when a slave is dead. Code should go [here](https://github.com/sankha93/judgev2/blob/229128532ddcaab4f651e47b482ce64ec0b096ff/master.js#L66).