3 रिपॉजिटरी
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.
यह प्रोजेक्ट एक इंटरैक्टिव कोडिंग ट्यूटोरियल प्लेटफ़ॉर्म और मार्कडाउन-आधारित कोर्स इंजन है। यह एक वेब-आधारित शिक्षा प्रणाली के रूप में कार्य करता है जो मार्कडाउन फ़ाइलों को कोड लिखने और चलाने के लिए एकीकृत इंटरफ़ेस के साथ संरचित शैक्षिक पृष्ठों में बदल देता है। यह प्लेटफ़ॉर्म बाहरी कंपाइलर्स और निष्पादन इंजनों के साथ एकीकृत करके उपयोगकर्ता द्वारा सबमिट किए गए स्निपेट्स को वास्तविक समय में मान्य करने के लिए एक रिमोट कोड निष्पादन फ्रेमवर्क का उपयोग करता है। विभिन्न होस्टिंग प्लेटफ़ॉर्मों पर सुसंगत डिलीवरी सुनिश्चित करने के लिए, संपूर्ण शिक्षण वातावरण को एक कंटेनरीकृत डिप्लॉयमेंट के रूप में प्रदान किया जाता है। यह सिस्टम विकी-शैली लिंकिंग के साथ मार्कडाउन रेंडरिंग, कई भाषाओं में इंटरैक्टिव कोर्स डिलीवरी, और निष्पादन आउटपुट को कैप्चर करने व वापस करने के लिए एक रिमोट कोड निष्पादन API सहित व्यापक क्षमता सतह को कवर करता है।
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.