-
Updated
Feb 5, 2022 - JavaScript
#
code-execution
Here are 39 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
Dec 3, 2021 - HTML
web-ide
code-editor
online-judge
online-compiler
online-editor
code-execution
code-executor
code-runner
online-ide
-
Updated
Jan 21, 2022 - 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
Have you ever wondered how code execution on competitive programming websites like leetcode works? Code that runs code. Tried implementing that.
-
Updated
Oct 31, 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
Nov 17, 2021 - Python
x64 Windows kernel driver mapper, inject unsigned driver using anycall
-
Updated
Jun 4, 2021 - C++
Jupyterlab extension to show notebook cell completion notifications
telegram
jupyter
notification
jupyterlab
email-notifications
browser-notifications
mobile-notifications
slack-notifications
code-execution
telegram-notification
jupyterlab-extension
mobile-notification
labextension
jupyter-notifications
jupyterlab-notifications
-
Updated
Oct 9, 2021 - Jupyter Notebook
Experimental code execution microservice based on Docker containers.
-
Updated
Feb 1, 2022 - Go
-
Updated
Jul 27, 2020 - Python
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++
widgets
online-judges
online-judge
web-widgets
online-compiler
code-execution
judge0
online-code-editor
online-code-execution
-
Updated
Nov 8, 2020 - CSS
Try It Online clone: online sandbox environment for testing code in a variety of languages
-
Updated
Feb 5, 2022 - TypeScript
Secure sandboxing system for untrusted code execution
-
Updated
Jul 25, 2021 - Rust
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
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
NodeJS Deserialization Payload Generator
-
Updated
Mar 31, 2021 - JavaScript
A game I researched, got arbitrary code execution on the game server.
-
Updated
Oct 19, 2020 - C
Share and collaborate on your code with developers anywhere.
-
Updated
Aug 3, 2021 - JavaScript
Input/Output black box test automation tool.
testing
go
productivity
validation
cross-platform
command-line
tool
validator
test-automation
competitive-programming
testing-tools
validation-engine
code-execution
testing-tool
code-runner
output-checking
-
Updated
Dec 1, 2021 - Go
Open
CLI to spawn Workers
roerohan
commented
Sep 29, 2020
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
Trabajo práctico de la asignatura Sistemas operativos. Universidad Tecnológica Nacional
-
Updated
Mar 31, 2017 - C
Testing tool for checking programs console output.
testing
debian
cross-platform
ubuntu
command-line
test-automation
competitive-programming
testing-tools
autotools
sut
system-testing
code-execution
code-runner
output-checking
-
Updated
Jan 23, 2022 - C++
Codyglot is a polyglot code execution tool.
-
Updated
Feb 8, 2019 - Go
RESTful web service for running code snippets
-
Updated
Jan 21, 2022 - 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."
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.