awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • awsdocs/aws-doc-sdk-examplesالصورة الرمزية لـ awsdocs

    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/sel4الصورة الرمزية لـ seL4

    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.