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

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

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

1 个仓库

Awesome GitHub RepositoriesSingleton Patterns

Patterns that restrict a class to a single instance to coordinate actions across a system.

Distinct from Window Instance Restrictions: Candidates focus on specific window or animation registries rather than the general Singleton design pattern.

Explore 1 awesome GitHub repository matching software engineering & architecture · Singleton Patterns. Refine with filters or upvote what's useful.

Awesome Singleton Patterns GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • sohamkamani/javascript-design-patterns-for-humanssohamkamani 的头像

    sohamkamani/javascript-design-patterns-for-humans

    4,481在 GitHub 上查看↗

    This project is a collection of simplified explanations and code implementations for common software design patterns using JavaScript. It serves as a guide for implementing creational, structural, and behavioral design patterns to solve software architecture problems. The resource categorizes patterns into three primary groups. Creational patterns focus on flexible object instantiation and resource management. Structural patterns organize object relationships and interfaces to form efficient structures. Behavioral patterns manage communication and interaction between objects. The material co

    Implements the Singleton pattern to restrict object creation to a single instance using a private registry.

    在 GitHub 上查看↗4,481
  1. Home
  2. Software Engineering & Architecture
  3. Singleton Patterns

探索子标签

  • Hardware Handle ManagementSingleton-based control of native hardware interface handles to prevent resource leaks. **Distinct from Singleton Patterns:** Focuses on native hardware handle lifecycle management rather than general class instance restriction.