awesome-repositories.com

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالمدونة
التصنيفات

3 مستودعات

Awesome GitHub RepositoriesExecution Environments

Configurations and settings that define the safety, strictness, and runtime constraints for executing code snippets.

Distinguishing note: Focuses on the runtime safety and strictness configuration of code execution rather than general software architecture.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Execution Environments. Refine with filters or upvote what's useful.

Awesome Execution Environments GitHub Repositories

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

    slidevjs/slidev

    47,208عرض على GitHub↗

    Slidev is a markdown-based presentation framework designed for creating interactive, web-based slide decks. It functions as a static site generator that transforms plain text files into modular UI components, allowing authors to maintain version control while building professional presentations. The engine provides a browser-based runtime that manages slide navigation, animated transitions, and the live execution of code blocks. What distinguishes Slidev is its developer-centric approach to technical presentations. It features built-in support for syntax highlighting, mathematical typesetting

    Slidev toggles strict mode settings for the internal code runner to control the execution environment and safety of runnable code blocks.

    TypeScriptmarkdownpresentationslides
    عرض على GitHub↗47,208
  • dotnet/runtimeالصورة الرمزية لـ dotnet

    dotnet/runtime

    17,966عرض على GitHub↗

    This project is a cross-platform managed execution environment and general-purpose application framework designed for building high-performance software. It provides a unified runtime that handles memory management, type safety, and code execution across diverse operating systems. By integrating a native code compilation toolchain, the platform enables developers to convert managed code into optimized machine instructions, significantly improving startup performance and reducing runtime dependencies for production environments. The framework distinguishes itself through a comprehensive toolch

    Provides a managed execution environment for platform-independent code execution with built-in type safety.

    C#dotnethacktoberfesthelp-wanted
    عرض على GitHub↗17,966
  • imagemagick/imagemagickالصورة الرمزية لـ ImageMagick

    ImageMagick/ImageMagick

    15,742عرض على GitHub↗

    ImageMagick is a comprehensive software suite for the creation, editing, composition, and conversion of digital images. It functions as both a command-line utility for batch processing and automation, and as a programming library that allows developers to integrate advanced image manipulation capabilities into external applications. The project is distinguished by its modular architecture, which supports hundreds of image formats through a pluggable coder system and external delegate libraries. It is designed for high-performance environments, utilizing memory-mapped pixel caching, stream-ori

    Enforces strict limits on memory, disk usage, and processing time to prevent system exhaustion during complex image transformations.

    Ccommand-line-image-tooldigital-image-editingimage-conversion
    عرض على GitHub↗15,742
  1. Home
  2. Software Engineering & Architecture
  3. Execution Environments