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

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

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

2 个仓库

Awesome GitHub RepositoriesShared Example Components

Deploying shared frontend and backend resources that can be reused across multiple code examples and projects.

Distinct from Reusable Component Architectures: Distinct from Reusable Component Architectures: focuses on sharing components across examples rather than general reusable module creation.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Shared Example Components. Refine with filters or upvote what's useful.

Awesome Shared Example Components GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • awsdocs/aws-doc-sdk-examplesawsdocs 的头像

    awsdocs/aws-doc-sdk-examples

    10,429在 GitHub 上查看↗

    Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.

    Deploys shared frontend and backend resources reusable across multiple code examples and projects.

    Javaawscppdocumentation
    在 GitHub 上查看↗10,429
  • sel4/sel4seL4 的头像

    seL4/seL4

    5,583在 GitHub 上查看↗

    seL4 is a formally verified microkernel whose C implementation is backed by machine-checked mathematical proofs of correctness, confidentiality, integrity, and availability. It enforces strict isolation between processes through hardware-enforced address space separation and a capability-based access control system, where each process holds explicit rights only to the resources it has been granted. The kernel exposes hardware resources through a minimal API of system calls that manage threads, address spaces, and inter-process communication, with synchronous IPC supporting sender-identifying b

    Imports components, interfaces, and templates from global directories to avoid duplication across applications.

    Cmicrokernelossel4
    在 GitHub 上查看↗5,583
  1. Home
  2. Software Engineering & Architecture
  3. Reusable Component Architectures
  4. Shared Example Components

探索子标签

  • Cross-Project Component ImportsMechanisms for importing components, interfaces, and templates from global directories to avoid duplication. **Distinct from Shared Example Components:** Distinct from Shared Example Components: imports from global directories across projects rather than sharing examples within a single project.