COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20211005193245/https://github.com/topics/code-runner
Here are
61 public repositories
matching this topic...
🔥 The most advanced open-source online code execution system in the world.
Updated
Sep 27, 2021
HTML
✨ Simple, free and open-source online code editor.
Updated
May 11, 2021
JavaScript
A neovim plugin to run lines/blocs of code (independently of the rest of the file), supporting multiples languages
Codewars test framework for Python
Updated
Jun 30, 2021
Python
A Simple Code Runner, backend for yxi.io
🤖 Discord bot for interacting with Judge0. Run code from Discord chat.
Updated
Jul 27, 2020
Python
A more powerful and stable replacement for Xcode Swift Playgrounds
Updated
Jun 4, 2021
Smalltalk
Updated
Oct 5, 2021
JavaScript
A judge 👨🏽⚖️ for your programs, run and test your programs using python
Updated
Jul 23, 2020
Python
Yet Another Build System for Neovim, written in lua
Issue tracker for Code Runner
A general-purpose terminal wrapper and management plugin for neovim, written in lua
Custom TestBox reporter and runner for Codewars
Updated
Feb 14, 2020
ColdFusion
A framework for unit testing in C++
A cross-platform Swift web code runner
Updated
Jun 15, 2021
Smalltalk
test/ttester.fs extension for Codewars
Updated
Aug 19, 2019
Forth
A Coq plugin for Codewars
Updated
Mar 29, 2020
OCaml
Python unittest runner with Codewars output
Updated
May 9, 2019
Python
Vocabulary to test Factor code on Codewars
Updated
Oct 13, 2019
Factor
Run your JavaScript code snippets in the browser. A sandboxed JavaScript interpreter.
Updated
Sep 22, 2021
TypeScript
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.
Updated
Sep 3, 2021
Python
Custom reporter for Ginkgo
一个判题沙箱;可根据判题数据,判定用户程序的运行结果以及获取用户程序运行时间和内存消耗、可隔离程序网络。
Competitive programming test automation tool.
RackUnit test runner for Codewars
Updated
Apr 6, 2019
Racket
Updated
Jan 27, 2021
Shell
Spec helper for SQL challenges
Updated
Aug 24, 2021
Ruby
online code snippet compiler web server
Updated
Apr 15, 2021
JavaScript
Improve this page
Add a description, image, and links to the
code-runner
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
code-runner
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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