-
Updated
Sep 27, 2021 - HTML
{{ message }}
A neovim plugin to run lines/blocs of code (independently of the rest of the file), supporting multiples languages
A Simple Code Runner, backend for yxi.io
Yet Another Build System for Neovim, written in lua
A more powerful and stable replacement for Xcode Swift Playgrounds
A judge 👨🏽⚖️ for your programs, run and test your programs using python
A general-purpose terminal wrapper and management plugin for neovim, written in lua
Custom TestBox reporter and runner for Codewars
A cross-platform Swift web code runner
Python unittest runner with Codewars output
Vocabulary to test Factor code on Codewars
Run your JavaScript code snippets in the browser. A sandboxed JavaScript interpreter.
Run C++/Java/Python code and get the output similar to online judges but exposed as a service. The code runs in a sandbox environment created using docker. A separate docker container is spawned for each execution.
一个判题沙箱;可根据判题数据,判定用户程序的运行结果以及获取用户程序运行时间和内存消耗、可隔离程序网络。
Competitive programming test automation tool.
RackUnit test runner for Codewars
Shell for compiling OI codes for https://github.com/formulahendry/vscode-code-runner.
Add a description, image, and links to the code-runner topic page so that developers can more easily learn about it.
To associate your repository with the code-runner 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