awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesLive Code Execution

Features that allow real-time code execution and demonstration directly within presentation slides.

Distinct from Code Presentation Utilities: Distinct from Code Presentation Utilities: enables live execution, not just formatting and highlighting.

Explore 3 awesome GitHub repositories matching user interface & experience · Live Code Execution. Refine with filters or upvote what's useful.

Awesome Live Code Execution GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • formidablelabs/spectacleالصورة الرمزية لـ FormidableLabs

    FormidableLabs/spectacle

    10,136عرض على GitHub↗

    Spectacle is a React-based presentation framework that enables developers to author slide decks using JSX and MDX syntax. It provides a component-driven approach to building presentations, where slides are composed as React components with declarative layouts, theme-driven styling, and step-based animation sequencing. The framework distinguishes itself through its support for live coding demonstrations within slides, allowing presenters to execute and display code directly during a talk. It includes a presenter mode with dual-view architecture that shows speaker notes, a timer, and upcoming s

    Supports live coding demonstrations with real-time code execution directly within slides.

    TypeScriptkeynotepresentationreact
    عرض على GitHub↗10,136
  • atcold/nyu-dlsp20الصورة الرمزية لـ Atcold

    Atcold/NYU-DLSP20

    6,809عرض على GitHub↗

    NYU-DLSP20 is a self-paced deep learning course repository that provides a complete educational curriculum covering supervised and unsupervised deep learning fundamentals. The course materials include lecture slides, Jupyter notebooks, and YouTube video recordings, all organized around PyTorch-based code exercises and neural network architecture tutorials. The course is structured as a sequential progression from fundamentals to advanced architectures, with each lecture building on previous material. Assignments are distributed as Jupyter notebooks that students complete and submit, ensuring

    Embeds live code snippets in slides for real-time execution during presentations.

    Jupyter Notebookdeep-learningjupyter-notebookneural-nets
    عرض على GitHub↗6,809
  • jsbin/jsbinالصورة الرمزية لـ jsbin

    jsbin/jsbin

    4,421عرض على GitHub↗

    JSBin هو ملعب JavaScript تعاوني وصندوق رمل (sandbox) للواجهة الأمامية عبر الإنترنت لكتابة وتنفيذ وتصحيح كود الويب. يوفر محرراً للكود في الوقت الفعلي وبيئة متكاملة تعرض HTML و CSS و JavaScript فوراً مع معاينة حية. تم تصميم المنصة لعروض البرمجة الحية والبرمجة الزوجية، وتتميز ببيئة بث تنقل ضغطات المفاتيح وتغييرات الكود إلى مستخدمين آخرين فوراً. تدعم المزامنة في الوقت الفعلي لمطورين متعددين من خلال جلسات حية مشتركة وتتضمن أداة تحويل (transpilation) لتحويل لغات البرمجة البديلة إلى تنسيقات ويب قياسية لتنفيذ المتصفح. تشمل القدرات الإضافية تصحيح أخطاء JavaScript عن بُعد، وفحص طلبات الشبكة، والقدرة على بث المخرجات المعروضة إلى أجهزة خارجية للاختبار متعدد المنصات. يدعم النظام أيضاً تشعيب المقتطفات (snippet forking) لإدارة الإصدارات ويوفر خيارات لتصدير حالات المشروع إلى مزودي استضافة خارجيين.

    Broadcasts keystrokes and code execution in real time to demonstrate feature logic to others.

    JavaScript
    عرض على GitHub↗4,421
  1. Home
  2. User Interface & Experience
  3. Presentation Frameworks
  4. Code Presentation Utilities
  5. Live Code Execution

استكشف الوسوم الفرعية

  • Keystroke BroadcastingReal-time streaming of typing and code changes to a remote audience for educational purposes. **Distinct from Live Code Execution:** Distinct from Live Code Execution: focuses on the broadcast of the typing process rather than just the resulting execution.