Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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++