Skip to content

Releases: Giantpizzahead/judgelite

JudgeLite v0.3

02 Aug 04:04
Compare
Choose a tag to compare
JudgeLite v0.3 Pre-release
Pre-release

This version has a completely reworked API that's much more suitable for production. The only thing keeping it from being practical right now is that it doesn't have a secret key, meaning that anyone could submit their code if they wanted to (which is probably not a good thing).

Also, problems still have to be created manually... but that's about to change ;)

JudgeLite v0.2.1

23 Jul 07:46
Compare
Choose a tag to compare
JudgeLite v0.2.1 Pre-release
Pre-release

Polished some stuff since last release, and improved the test submission interface.
Other than that, this release is really just to get Docker Hub to build an image.

Submission Judge (Multiple TCs)

18 Jul 12:51
Compare
Choose a tag to compare
Pre-release

This release contains all the basics needed for a submission judge. It supports multiple test cases and live feedback. However, you will still have to create the problems manually (see sample problems for how to do this).

Submission Judge (1 TC)

15 Jul 05:21
Compare
Choose a tag to compare
Pre-release

This release can only handle one test case. You submit the code, along with both the input and the output file, in the POST request.