3 Repos
The process of compiling and executing language-specific code on a remote target system.
Distinct from C# Compilers: Focuses on the remote execution cycle rather than just the local compilation of C# code.
Explore 3 awesome GitHub repositories matching programming languages & runtimes · Remote Code Execution. Refine with filters or upvote what's useful.
Livebook is an interactive notebook platform for Elixir that provides a web-based environment for writing and running code cells alongside Markdown content, visualizations, and reproducible workflows. It serves as a multi-cloud auto-clustering tool that automatically discovers and joins Elixir nodes into clusters across Kubernetes, AWS ECS, and Fly.io for distributed execution, and also functions as a notebook deployment tool that packages notebooks into standalone web applications with authentication, secrets, and Docker support. The platform enables real-time collaborative editing, synchron
Runs arbitrary Elixir code on remote production nodes by configuring node name and cookie.
Dieses Projekt ist eine interaktive Coding-Tutorial-Plattform und eine Markdown-basierte Kurs-Engine. Es fungiert als webbasiertes Bildungssystem, das Markdown-Dateien in strukturierte Bildungsseiten mit integrierten Schnittstellen zum Schreiben und Ausführen von Code umwandelt. Die Plattform nutzt ein Remote-Code-Execution-Framework, um vom Benutzer eingereichte Snippets in Echtzeit durch Integration mit externen Compilern und Ausführungs-Engines zu validieren. Um eine konsistente Bereitstellung über verschiedene Hosting-Plattformen hinweg zu gewährleisten, wird die gesamte Lernumgebung als containerisiertes Deployment bereitgestellt. Das System deckt ein breites Funktionsspektrum ab, einschließlich Markdown-Rendering mit Wiki-Style-Verlinkung, interaktiver Kursbereitstellung über mehrere Sprachen hinweg und einer Remote-Code-Execution-API zum Erfassen und Zurückgeben von Ausführungsergebnissen.
Implements a framework for compiling and executing programming code on remote systems for real-time validation.
Judge0 is an online code execution engine and multi-language compiler API designed to compile and run source code within isolated sandboxes. It functions as an asynchronous job processor that handles code submissions via a queue and provides a secure environment to run arbitrary programs while preventing unauthorized system access. The system distinguishes itself through a multi-stage compilation pipeline and a flexible execution model that supports both single-file submissions and multi-file program execution via archives. It employs an isolate-based sandboxing mechanism to enforce strict ha
Compiles and runs multi-file programs or pre-compiled binaries on a remote server via a REST API.