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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sohamkamani/javascript-design-patterns-for-humansAvatar de sohamkamani

    sohamkamani/javascript-design-patterns-for-humans

    4,481Ver en 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.

    Ver en GitHub↗4,481
  1. Home
  2. Software Engineering & Architecture
  3. Singleton Patterns

Explorar subetiquetas

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