-
Updated
Sep 15, 2021 - JavaScript
#
code-execution
Here are 38 public repositories matching this topic...
A high performance general purpose code execution engine.
competitive-programming
online-judges
online-judge
online-compiler
onlinejudge
code-execution
code-executor
code-runner
onlinejudge-solution
-
Updated
Jun 7, 2021 - HTML
web-ide
code-editor
online-judge
online-compiler
online-editor
code-execution
code-executor
code-runner
online-ide
-
Updated
May 11, 2021 - JavaScript
Discord bot for programming, runs code (600+ langs), queries/show docs and references
-
Updated
Sep 7, 2021 - Python
Code execution via Python package installation.
-
Updated
Nov 28, 2018 - Python
Remote Code Execution system built with NodeJS and ReactJS. Have you ever wondered how code execution on competitive programming websites works? Code that runs code. Tried implementing that.
react
redux
css
html
docker
web
expressjs
webapp
node-js
code-execution
remote-code-execution
code-executor
-
Updated
Feb 6, 2021 - JavaScript
x64 Windows kernel code execution via user-mode, arbitrary syscall, vulnerable IOCTLs demonstration
windows
cli
kernel
driver
windows-10
memory-hacking
device-driver
drivers
kernel-exploitation
code-execution
kernel-exploit
kernel-exploits
smep
smep-bypass
-
Updated
Jun 5, 2021 - C++
Universal shell supporting code highlighting, files, and interpretation without the need to download a language.
python
shell
cli
nix
code-editor
compile
piston
hacktoberfest
code-execution
piston-api
terminal-editor
piston-cli
universal-shell
-
Updated
Jun 30, 2021 - Python
x64 Windows kernel driver mapper, inject unsigned driver using anycall
-
Updated
Jun 4, 2021 - C++
-
Updated
Jul 27, 2020 - Python
Experimental code execution microservice based on Docker containers.
-
Updated
Jun 6, 2021 - Go
widgets
online-judges
online-judge
web-widgets
online-compiler
code-execution
judge0
online-code-editor
online-code-execution
-
Updated
Nov 8, 2020 - CSS
x64 Windows privilege elevation using anycall
windows
kernel
exploit
windows-10
privilege-escalation
code-execution
privilege-elevation
privilege-escalation-exploits
-
Updated
May 28, 2021 - C++
Try It Online clone: online sandbox environment for testing code in a variety of languages
-
Updated
Sep 14, 2021 - TypeScript
A Gleam playground based on the original 'Better Go Playground' project by x1unix. The playground is powered by React, the Monaco editor, OpenFaaS and the FastAPI Python framework.
-
Updated
Jul 10, 2021 - TypeScript
Secure sandboxing system for untrusted code execution
-
Updated
Jul 25, 2021 - Rust
Bhupesh-V
commented
Dec 23, 2019
Related Issues : #17 #25
The Question or Assignment model needs to be updated with a new field base_code
.
Used by Moss for ignoring student submissions which match with it.
Additional Context
Different Templates can be provided to professors for easier usage. For e.g
A C++ base code may contain following content.
#include <iostream>
#include <vector>
#include <strin
Open
Write tests
A game I researched, got arbitrary code execution on the game server.
-
Updated
Oct 19, 2020 - C
ionCube Loader Add-On for Running PHP Encoded Files in Jelastic
php
security
php7
encoder
decoder
loader
php-extension
php5
php7-extension
php-encryption
code-execution
ioncube
security-tools
code-protection
ioncube-php
-
Updated
May 21, 2021 - Shell
Share and collaborate on your code with developers anywhere.
-
Updated
Aug 3, 2021 - JavaScript
NodeJS Deserialization Payload Generator
-
Updated
Mar 31, 2021 - JavaScript
Mr.Burns WEB Challenge of the webside Hack The Box (HTB) Walkthough Capture The Flag (CTF)
php
remote-execution
rce
walkthrough
writeup
lfi
code-execution
hackthebox
remote-code-execution
local-file-inclusion
hackthebox-writeups
htb-writeups
-
Updated
May 3, 2021 - Python
-
Updated
Sep 22, 2017 - Python
Competitive programming test automation tool.
testing
go
productivity
tool
test-automation
competitive-programming
testing-tools
code-execution
code-runner
-
Updated
Jul 24, 2021 - Go
Trabajo práctico de la asignatura Sistemas operativos. Universidad Tecnológica Nacional
-
Updated
Mar 31, 2017 - C
Codyglot is a polyglot code execution tool.
-
Updated
Feb 8, 2019 - Go
RESTful web service for running code snippets
-
Updated
Jun 1, 2021 - Python
Improve this page
Add a description, image, and links to the code-execution topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the code-execution topic, visit your repo's landing page and select "manage topics."
CLI to spawn Workers
The scripts used to spawn workers consist of a lot of repetitive code, it would be really useful to have a CLI instead.
The CLI could have options like:
code-executor spawn-worker --name myExecutor -n 10 --redis "redis://127.0.0.1:6379"
This spawns 10 workers on the server with the redis instance for managing the queue located at `redis://127.0.0.1:6379