You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2022. It is now read-only.
**\*** The `language` argumnets of the processors which support multiple languages should be provided, or the `source` will be judged in the default language (usually C++ or C#, emboldened in the table).
73
76
74
-
75
77
## Installation
78
+
76
79
Read the [docs](https://dockerjudge.readthedocs.io/en/latest/installation.html) for more information.
77
80
78
81
### Docker
82
+
79
83
To run `dockerjudge`, [Docker Engine](https://www.docker.com/) is required.
80
84
81
85
#### Install using the convenience script (for servers)
@@ -114,8 +128,8 @@ make pip && make # python3 -m pip install -Ur requirements.txt && python3 setup
114
128
sudo make install # python3 setup.py install
115
129
```
116
130
117
-
118
131
## Usage
132
+
119
133
Read the [docs](https://dockerjudge.readthedocs.io/en/latest/__init__.html) for more information.
120
134
121
135
```python
@@ -360,7 +374,7 @@ Read the [docs](https://dockerjudge.readthedocs.io/en/latest/__init__.html) for
360
374
... Mono(Mono.Language.csharp), # C# (Mono)
361
375
...b'''
362
376
... using System;
363
-
...
377
+
...
364
378
... public class HelloWorld
365
379
... {
366
380
... public static void Main(string[] args)
@@ -385,7 +399,7 @@ Read the [docs](https://dockerjudge.readthedocs.io/en/latest/__init__.html) for
385
399
... Mono(Mono.Language.vb), # Visual Basic (Mono)
386
400
...b'''
387
401
... Imports System
388
-
...
402
+
...
389
403
... Module HelloWorld
390
404
... Sub Main()
391
405
... Console.WriteLine("Hello World!")
@@ -417,10 +431,9 @@ Read the [docs](https://dockerjudge.readthedocs.io/en/latest/__init__.html) for
417
431
]
418
432
```
419
433
420
-
421
434
## [License](LICENSE)
435
+
422
436
Licensed under [the **Apache License, Version 2.0**](https://www.apache.org/licenses/LICENSE-2.0)
423
437
<ahref="https://www.apache.org/foundation/press/kit/#wide"><imgsrc="https://www.apache.org/foundation/press/kit/asf_logo_wide.svg"alt="Wide Apache Software Foundation Logo with Feather.svg"height="32"align="right"></a>
<ahref="https://www.apache.org/foundation/press/kit/#wide"><imgsrc="https://www.apache.org/foundation/press/kit/asf_logo_wide.svg"alt="Wide Apache Software Foundation Logo with Feather.svg"height="32"align="right"></a>
0 commit comments