singletonpattern
There are 14 repositories under singletonpattern topic.
UnityCommunity/UnitySingleton
The best way to implement singleton pattern in Unity.
heyJordanParker/yaSingleton
A singleton pattern implementation for Unity3d. Based on ScriptableObjects instead of the conventional MonoBehaviour approach.
githubofrico/ThreadsafeSingletonAndUnthreadsafeSingleton
Java单例模式及其多线程下的实现,包括六种线程安全实现和一种非线程安全实现(经典懒汉式)。
heyJordanParker/yaSingleton-Example-Project
Example Project for yaSingleton. A singleton pattern implementation for Unity3d. Based on ScriptableObjects instead of the conventional MonoBehaviour approach.
dyrdadev/singleton-mono-behaviour
Another Singleton MonoBehaviour implementation for Unity.
codepumpkin/DesignPatterns
Code repository for all the articles on design patterns at codepumpkin.com
Tarak-Chandra-Sarkar/SingletonPattern
Explore Singleton Pattern implementation in Logger class library in C#.NET
Houshangian/Design-Pattern
Simple Examples for GOF Design patterns
RickieMedina/Carpinteria
Proyecto CRUD para generar presupuestos de una carpintería con inserción de maestro-detalle, diseñado con capas y patrones.
alangiovannipolar-cloud/design-patterns
design patterns
GoonerMAK/SWE-4501-Design-Patterns
SWE 4501 Design Patterns
MehrajLatifli/Singleton-pattern
Example of Singleton pattern on Console
PiotrPress/singleton
This library is a Singleton (anti)pattern implementation using a Traits with a support for an Object Inheritance and passing parameters to the constructor.