File tree Expand file tree Collapse file tree 2 files changed +57
-2
lines changed Expand file tree Collapse file tree 2 files changed +57
-2
lines changed Original file line number Diff line number Diff line change 42
42
class="nav-link<!--#if expr="v('DOCUMENT_NAME') = 'development.shtml'" --> active<!--#endif-->"
43
43
href="development"><i class="fas fa-flask"></i> Development</a></li>
44
44
<li class="nav-item"><a
45
- class="nav-link<!--#if expr="v('DOCUMENT_NAME') = 'checktestdata .shtml'" --> active<!--#endif-->"
46
- href="checktestdata "><i class="fas fa-clipboard-check "></i> Checktestdata </a></li>
45
+ class="nav-link<!--#if expr="v('DOCUMENT_NAME') = 'tools .shtml'" --> active<!--#endif-->"
46
+ href="tools "><i class="fas fa-puzzle-piece "></i> Tools and extensions </a></li>
47
47
</ul>
48
48
</div>
49
49
Original file line number Diff line number Diff line change
1
+ <!--#set var="dj_page_title" value="Tools and extensions" --><!--#include virtual="/header.shtml" -->
2
+
3
+ <p>
4
+ This page lists tools and facilities that can work with DOMjudge. They are
5
+ not in all cases maintained by the DOMjudge team.
6
+ </p>
7
+
8
+
9
+ <h2>Creating problemsets</h2>
10
+
11
+ <h3>Checktestdata</h3>
12
+
13
+ <p>
14
+ <a href="checktestdata">checktestdata</a> is a program to syntactically verify
15
+ testdata according to a grammar file. It also supports generating testdata based
16
+ on a specification.
17
+ </p>
18
+
19
+
20
+ <h2>Contest as a service</h2>
21
+
22
+ <h3>Cloudcontest</h3>
23
+
24
+ <p> DOMjudge is free to download and run yourself. Do you prefer a hosted
25
+ installation of DOMjudge, take a look at
26
+ <a href="https://cloudcontest.org">cloudcontest.org</a>. They offer a fully
27
+ online hosted contest that your teams can access over the internet.
28
+ It's also possible to run the server in the cloud and your judgehosts
29
+ locally.
30
+ </p>
31
+
32
+
33
+ <h2>Scoreboard resolvers and other contest tools</h2>
34
+
35
+ <h3>ICPC Tools</h3>
36
+
37
+ <p> <a href="https://tools.icpc.global/">ICPC Tools</a> is a set of (free to use)
38
+ tools that can work with a CLICS compatible API, like DOMjudge provides. It has a
39
+ scoreboard display and resolver, balloons utility and various other presentation tools.</p>
40
+
41
+ <h3>DOMjura</h3>
42
+
43
+ <p> <a href="https://github.com/DOMjudge/DOMjura">DOMjura</a> (DOMjudge Results Application)
44
+ is a scoreboard resolver, which can read the DOMjudge API after a contest and present
45
+ the results.
46
+ </p>
47
+
48
+ <h3>Carnifex</h3>
49
+
50
+ <p> <a href="https://github.com/TPolzer/Carnifex">Carnifex</a> presents a live scoreboard
51
+ and is a scoreboard resolver. It has a server component where various display clients
52
+ can connect to.
53
+ </p>
54
+
55
+ <!--#include virtual="/footer.shtml" -->
You can’t perform that action at this time.
0 commit comments