Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksh-bansal-dev/remote-code-execution
Just upload code along with input file to get the output.
https://github.com/aksh-bansal-dev/remote-code-execution
Last synced: 26 days ago
JSON representation
Just upload code along with input file to get the output.
- Host: GitHub
- URL: https://github.com/aksh-bansal-dev/remote-code-execution
- Owner: Aksh-Bansal-dev
- License: mit
- Created: 2021-06-17T11:13:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T07:51:45.000Z (over 3 years ago)
- Last Synced: 2024-11-20T11:05:16.875Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remote Code Execution Engine
Just upload code along with input file to get the output.> It doesn't use containers, so it can be dangerous to run if you don't trust the code.
## Prerequisites
- **Redis**
- **Rabbitmq**
- **python3** (if you want to run python)
- **openjdk** (if you want to run java)
- **g++** (if you want to run cpp)
## Supported Languages
- Python3
- Java
- C++