awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • awsdocs/aws-doc-sdk-examplesAvatar de awsdocs

    awsdocs/aws-doc-sdk-examples

    10,429Voir sur 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
    Voir sur GitHub↗10,429
  • sel4/sel4Avatar de seL4

    seL4/seL4

    5,583Voir sur 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
    Voir sur GitHub↗5,583
  1. Home
  2. Software Engineering & Architecture
  3. Reusable Component Architectures
  4. Shared Example Components

Explorer les sous-tags

  • 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.