awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • slidevjs/slidevAvatar de slidevjs

    slidevjs/slidev

    47,208Voir sur 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
    Voir sur GitHub↗47,208
  • dotnet/runtimeAvatar de dotnet

    dotnet/runtime

    17,966Voir sur 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
    Voir sur GitHub↗17,966
  • imagemagick/imagemagickAvatar de ImageMagick

    ImageMagick/ImageMagick

    15,742Voir sur 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
    Voir sur GitHub↗15,742
  1. Home
  2. Software Engineering & Architecture
  3. Execution Environments