-
Servers
ID Status OS Info CPU Info Memory Info Handled requests 66fe8b82 2024-11-21 15:10:12 Debian GNU/Linux 12 bookworm x64 pc-i440fx-9.0 @2GHz 5.2 GiB/125.8 GiB 0 -
Compiler Versions
java
openjdk version "21.0.3" 2024-04-16 OpenJDK Runtime Environment (build 21.0.3+9-nixos) OpenJDK 64-Bit Server VM (build 21.0.3+9-nixos, mixed mode, sharing)
py.py3
Python 3.12.5
py.pypy3
start: /usr/bin/pypy3: execve: no such file or directory
-
Compile Commands
- Java(java)
/usr/bin/bash -c "javac -d /w -encoding utf8 ./Main.java && jar cvf Main.jar *.class >/dev/null"
- Python(py)
/usr/bin/python -c "import py_compile; py_compile.compile('/w/foo.py', '/w/foo', doraise=True)"
- Python 2(py.py2)
/usr/bin/python -c "import py_compile; py_compile.compile('/w/foo.py', '/w/foo', doraise=True)"
- Python 3(py.py3)
/usr/bin/python3 -c "import py_compile; py_compile.compile('/w/foo.py', '/w/foo', doraise=True)"
- PyPy3(py.pypy3)
/bin/bash -c "/usr/bin/pypy3 -c \"import py_compile; py_compile.compile('/w/foo.py', '/w/foo', doraise=True)\" && mv foo.py foo"
- Java(java)