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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目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

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

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

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

    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-2efluentpython 的头像

    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.