awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • slidevjs/slidevAvatar de slidevjs

    slidevjs/slidev

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

    dotnet/runtime

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

    ImageMagick/ImageMagick

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