IDE-integrated tools for DOMjudge
Go to file
2024-05-15 20:20:57 +02:00
.idea feat: scaffold 2024-05-04 13:09:22 +02:00
.run feat: scaffold 2024-05-04 13:09:22 +02:00
src/main style: move ConsoleUtil out of the ui package 2024-05-15 20:20:57 +02:00
.gitignore feat: scaffold 2024-05-04 13:09:22 +02:00
build.gradle.kts chore: clean up before making repo public 2024-05-12 14:24:58 +02:00
DOMjudgelogo.svg chore: add actual icon 2024-05-12 13:36:24 +02:00
gradle.properties feat: scaffold 2024-05-04 13:09:22 +02:00
LICENSE chore: clean up before making repo public 2024-05-12 14:24:58 +02:00
README.md docs: update project state in README 2024-05-14 12:05:22 +02:00
settings.gradle.kts feat: scaffold 2024-05-04 13:09:22 +02:00

S-DOM

S-DOM is a plugin for IntelliJ IDEA that allows you to submit your code to the DOMjudge system directly from the IDE. It isn't a full replacement for the web interface yet, but submitting files and reading basic results already works better than with that.

TODO

  • Implement reading detailed results
  • Implement reading problems (and testcases)

References