KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
docker-sandbox-API
★ 8
Open GitHub ↗
김도커
Download README (.md)
Explore Similar Repositories
tor-login-faker
:
Detects traffic sniffing exit nodes
espresso-sugar
:
Some (syntactic) sugar for your (UI-testing) Espresso.
packages_apps_SlimOTA
:
A very simple OTA checker with Android Settings look and feel
finbin
:
Java lib for searching byte[] data from big byte[]
react-native-dashed-border-example
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
docker-sandbox-API
?
Download (.md)
# docker-sandbox-API * Host: '52.69.172.50' * Port: 3000 ### Request json * 'stage':'compile' or 'run' * 'mime': 'text/x-c++src', 'text/x-java', 'text/x-python' * 'filename': source file name * 'stdin': stdin 문자열 * 'source': 소스코드 문자열 * 'time_limit': running time limit, 초 단위 (없으면 5초) * 'memory_limit': memory limit, MByte 단위 (없으면 128MB) * 'memory_limit_strict': true or false. (없으면 false) true이면 memory_limit만큼만 할당. (memory swap size 제한) false이면 memory_limit의 두 배.(swap size) ### Response * 'state': 'tle', 'error', 'compile error', 'success' * 'stdout': stdout * 'stderr': stderr