singleton
There are 832 repositories under singleton topic.
ets-labs/python-dependency-injector
Dependency injection framework for Python
imranhsayed/aquila
🎨 An Advanced WordPress theme
itay-grudev/SingleApplication
Replacement of QtSingleApplication for Qt 5 and Qt 6 with support for inter-instance communication.
themithy/react-design-patterns
A research project to apply the object-oriented design patterns to React.
UnityCommunity/UnitySingleton
The best way to implement singleton pattern in Unity.
alexruperez/SecurePropertyStorage
Helps you define secure storages for your properties using Swift property wrappers.
TheCodeMonks/NYTimes-iOS
🗽 NY Times is an Minimal News 🗞 iOS app 📱 built to describe the use of SwiftSoup and CoreData with SwiftUI🔥
spencer-luo/PyDesignPattern
Design Pattern that described by Python, This is the source code for the book of Everybody Know Design Patterns.
zalando/grafter
Grafter is a library to configure and wire Scala applications
tada5hi/typeorm-extension
This library provides utitlites to create & drop the database, seed the database and apply URL query parameter(s).
AliAsadi/avoid-memory-leak-android
🔥 Examples of memory leaks and common patterns that cause them in Android development and how to fix/avoid them
dstar55/100-words-design-patterns-java
GoF Design Patterns, each pattern described with story from real life.
florent37/ApplicationProvider
Retrieve the android application and the current activity from anywhere
heyJordanParker/yaSingleton
A singleton pattern implementation for Unity3d. Based on ScriptableObjects instead of the conventional MonoBehaviour approach.
donutloop/toolkit
Collection of useful patterns
pycontribs/tendo
Official repository of python tendo library, always welcoming new contributions.
tangweikun/javascript-design-pattern
:building_construction: Design Pattern With Javascript
rajan2275/Python-Design-Patterns
Python Design Patterns
wessberg/DI-compiler
A Custom Transformer for Typescript that enables compile-time Dependency Injection
bingryan/obsidian-markdown-export-plugin
This plugin allows to export directory/single markdown to a folder. support output format(html/markdown)
buvinghausen/SequentialGuid
Will generate Sequential Guids based on MongoDB's ObjectId specification. Date & time are encoded into the value so you do not need to store them separately in your database. You can also generate Guids that will sort sequentially in Microsoft SQL Server.
vmware/singleton
A service that provides support for Software Internationalization and Localization
frideosapps/data_examples
An example app showing different ways to pass to and share data with widgets and pages.
lkimuk/okdp
A design pattern library developed in modern c++.
KnisterPeter/tsdi
Dependency Injection container (IoC) for TypeScript
CompleteUnityDeveloper/Block-Breaker-Original
Arkanoid clone build as part of the Complete Unity C# Developer 2D course (http://gdev.tv/cudgithub)
mitchtabian/Kotlin-Singleton-Example
Example of creating Singletons with Kotlin with some MVVM architecture
Prozi/pixi-shim
PIXI.js Back-End "shim". For mocking Canvas in Node.js with ❤️
Kemaweyan/singleton_decorator
A testable singleton decorator
bySabi/hookleton
globalize your React Hooks without fear using the Hookleton Pattern
Itchimonji/design-patterns-in-angular
Deprecated | new project: https://github.com/Itchimonji/design-patterns-in-typescript
AliakseiFutryn/dotnet-design-patterns-samples
The samples of .NET design patterns
luhaoaimama1/SingletonTest
快速生成单例模式的预设
InnoFang/oh-my-design-patterns
🎨 Record the articles and code I wrote while learning design patterns
andy2046/gopie
go patterns
KondeU/GlobalSingleton
一个进程空间内全局单例的框架(注册到独立外置的一个dll中),支持热加载/热卸载动态链接库。