6 مستودعات
Environments that execute code and display real-time output within a user interface.
Distinct from Code Executors: Distinct from Code Executors: focuses on live, interactive output display during a presentation rather than secure isolation/sandboxing.
Explore 6 awesome GitHub repositories matching security & cryptography · Interactive Code Execution. Refine with filters or upvote what's useful.
Presenterm is a CLI presentation framework and tool used to create interactive slide decks directly in the terminal. It functions as a Markdown slide renderer, transforming Markdown files into formatted terminal presentations with support for synchronized speaker notes and custom YAML themes. The project distinguishes itself through a built-in terminal code executor that runs code snippets live during a presentation, replacing source blocks with real-time output. It also features a terminal image renderer capable of displaying local images, animated GIFs, and pre-rendered diagrams or mathemat
Runs code snippets live during a presentation and replaces source blocks with real-time output.
هذا المشروع عبارة عن مورد تعليمي تفاعلي ودرس تعليمي لتنفيذ عميل Apollo GraphQL. يوفر تجربة تعليمية موجهة لتعليم إدارة بيانات الواجهة الأمامية، مع التركيز بشكل خاص على كيفية ربط تطبيقات الويب بمصادر بيانات GraphQL. تستخدم المنصة مساراً متسلسلاً من الدروس العملية وجولات الكود التفاعلية. تجمع هذه الوحدات بين النص التعليمي وكتل الكود القابلة للتنفيذ لتوضيح سلوك واجهة برمجة التطبيقات في الوقت الفعلي ودمج GraphQL في أطر عمل الواجهة الأمامية. يغطي المنهج استخدام الاستعلامات التصريحية وجلب البيانات القائم على المخطط لإدارة البيانات البعيدة. كما يتضمن تعليمات حول استخدام تخزين ذاكرة التخزين المؤقت الموحدة لإدارة حالة جانب العميل والمزامنة.
Provides an experience where instructional prose is paired with executable code blocks to show real-time API behavior.
sql-mother هي منصة تعليمية قائمة على المتصفح لتعلم بناء جملة SQL من خلال تمارين تفاعلية، ودروس، وملعب استعلامات. توفر بيئة منظمة لإتقان منطق وبناء جملة MySQL و SQLite و PostgreSQL باستخدام سلسلة من التحديات العملية. تستخدم المنصة محرك قاعدة بيانات قائماً على WebAssembly لتمكين تنفيذ SQL المحلي والتحقق من الاستعلام في الوقت الفعلي بالكامل داخل المتصفح. تسمح هذه البنية بمحاكاة الجداول الافتراضية وإدارة الحالة دون الحاجة إلى خادم واجهة خلفية أو حسابات مستخدمين. تتضمن البيئة منهجاً تعليمياً ممتعاً من الدروس الموجهة، وصندوق رمل حر الممارسة الاستعلامات التعسفية، وأدوات للمعلمين لإنشاء تمارين مخصصة ومستويات صعوبة.
Implements a virtual environment with sample datasets and a real-time editor for practicing database operations.
Positron is a data science integrated development environment and AI-powered code editor designed for polyglot development, specifically supporting Python and R. It functions as a remote compute workspace that separates the user interface from the execution kernel via SSH or container integration. The environment features a deep integration of large language models that provide context-aware suggestions and automated data analysis by accessing real-time interpreter state, in-memory objects, and plot outputs. It distinguishes itself through a polyglot runtime bridge that enables cross-language
Runs code snippets in a dedicated console with syntax highlighting and data visualization.
rmarkdown is a dynamic document generator and markdown rendering engine used to create reproducible reports, analysis, and websites. It functions as a literate programming tool that weaves narrative text with live executable code and data, ensuring that visual results are tied directly to the source code. The project serves as a multi-format rendering engine and content publisher, utilizing a Pandoc-based conversion framework to transform a single source file into diverse outputs such as PDFs, HTML pages, and presentation slides. It integrates with Knitr to execute code blocks and capture out
Allows running individual code blocks interactively to preview results before full document rendering.
RoslynPad is a browser-based C# integrated development environment and interactive playground. It serves as a tool for writing and executing C# code snippets and scripts using the Roslyn compiler for immediate feedback. The environment features an integrated NuGet package manager that allows users to search for and load external .NET library assemblies into a live execution context. It functions as an in-process code executor to minimize startup latency and maintain state across script executions. The platform provides real-time semantic analysis and diagnostic feedback, offering code comple
Provides a live environment where users can execute C# code and see real-time output within the browser interface.