awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • slidevjs/slidevslidevjs 的头像

    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/runtimedotnet 的头像

    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/imagemagickImageMagick 的头像

    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