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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesExample Module Isolation

Organization of educational code examples into isolated modules to demonstrate specific language features.

Distinct from Isolated Monolithic Modules: Distinct from Isolated Monolithic Modules: focuses on pedagogical isolation of examples rather than production monolithic architecture.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Example Module Isolation. Refine with filters or upvote what's useful.

Awesome Example Module Isolation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • gzc/clrsالصورة الرمزية لـ gzc

    gzc/CLRS

    9,605عرض على GitHub↗

    CLRS is an algorithm implementation library and reference providing code solutions for the classic computer science problems and theoretical concepts found in Introduction to Algorithms. It serves as a computer science study guide and a set of textbook exercise solutions used for academic study and the verification of time and space complexity. The project is a multi-language algorithm library, implementing theoretical algorithms across several programming languages to demonstrate cross-language application and behavior. This approach allows for the study of different memory management and sy

    Builds independent modules for each data structure and algorithm to facilitate isolated testing and academic study.

    C++
    عرض على GitHub↗9,605
  • charlespikachu/gamesالصورة الرمزية لـ CharlesPikachu

    CharlesPikachu/Games

    5,378عرض على GitHub↗

    This project is a pure Python game engine and development framework designed for building interactive games without relying on external binary dependencies. It functions as a template library that provides a collection of pre-built game examples and architectural patterns to assist in learning game development logic. The framework supports a prototyping workflow and educational programming through a system of reference examples. It includes a dispatcher for launching specific or random game modules, allowing for the analysis of different functional capabilities and structural patterns. The s

    Implements a dispatcher to launch specific or random game modules from a built-in collection for analysis.

    Pythonclassic-gameflappy-birdgame
    عرض على GitHub↗5,378
  • xinliangnote/goالصورة الرمزية لـ xinliangnote

    xinliangnote/Go

    4,932عرض على GitHub↗

    This project is a Go programming language study guide and backend development course. It provides a collection of learning notes and practical examples covering fundamental syntax and core language concepts. The repository functions as a tutorial for building web APIs and network services. It includes implementation guides for the Gin web framework and code demonstrations for creating remote procedure call services using Protocol Buffers. The material covers backend API engineering, including routing, data binding, and error handling. It also includes examples of structured logging and custo

    Organizes educational code examples into isolated modules to demonstrate specific Go language features.

    Gogingin-frameworkgo
    عرض على GitHub↗4,932
  • fluentpython/example-code-2eالصورة الرمزية لـ fluentpython

    fluentpython/example-code-2e

    3,952عرض على GitHub↗

    This repository is a collection of practical code samples and an idiomatic programming guide for the Python language. It serves as a reference for implementing advanced language features, data structures, and professional coding standards. The project focuses on demonstrating object-oriented architectures and structural design patterns. It provides a set of source files that illustrate the use of advanced Python capabilities to create readable and efficient software designs. The implementation covers asynchronous and concurrent execution patterns, as well as idiomatic software design and pro

    Groups related code examples into separate modules to isolate specific language features and design patterns.

    Pythonconcurrencyiteratorsmetaprogramming
    عرض على GitHub↗3,952
  1. Home
  2. Software Engineering & Architecture
  3. Monolithic Architectures
  4. Isolated Monolithic Modules
  5. Example Module Isolation

استكشف الوسوم الفرعية

  • Example DispatchersSystems that dynamically load and execute specific educational code examples from a collection. **Distinct from Example Module Isolation:** Distinct from Example Module Isolation: focuses on the runtime loading and execution mechanism rather than just the directory structure
  • Reference-Based ModularizationOrganization of algorithmic implementations into independent modules mapped to academic references for isolated study. **Distinct from Example Module Isolation:** Specifically maps modules to a textbook reference for academic study, unlike general example isolation.