An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with singleton

A curated list of projects in awesome lists tagged with singleton .

https://github.com/itay-grudev/singleapplication

Replacement of QtSingleApplication for Qt 5 and Qt 6 with support for inter-instance communication.

application c-plus-plus cpp hacktoberfest qt qt5 qt6 qtsingleapplication singleapplication singleton subsequent-instances

Last synced: 14 May 2025

https://github.com/themithy/react-design-patterns

A research project to apply the object-oriented design patterns to React.

react singleton

Last synced: 12 Jul 2025

https://github.com/alexruperez/securepropertystorage

Helps you define secure storages for your properties using Swift property wrappers.

dependency-injection keychain property-wrappers singleton swift userdefaults

Last synced: 05 Apr 2025

https://github.com/alexruperez/SecurePropertyStorage

Helps you define secure storages for your properties using Swift property wrappers.

dependency-injection keychain property-wrappers singleton swift userdefaults

Last synced: 06 Aug 2025

https://github.com/spencer-luo/pydesignpattern

Design Pattern that described by Python, This is the source code for the book of Everybody Know Design Patterns.

adapter callback clone command composite decorator design-pattern factory filter iterator mediator objectpool observer principle proxy python refactor responsibility singleton strategy

Last synced: 09 Apr 2025

https://github.com/tada5hi/typeorm-extension

This library provides utitlites to create & drop the database, seed the database and apply URL query parameter(s).

better-sqlite3 database instances json json-api nodejs orm postgresql seed seeder seeding singleton sqlite3 typeorm typeorm-mysql typescript

Last synced: 16 May 2025

https://github.com/heyjordanparker/yasingleton

A singleton pattern implementation for Unity3d. Based on ScriptableObjects instead of the conventional MonoBehaviour approach.

scriptable-object scriptableobject singleton singleton-pattern singletonpattern unity unity-asset unity3d unity3d-development unity3d-framework unity3d-plugin unity3d-script

Last synced: 02 May 2025

https://github.com/heyJordanParker/yaSingleton

A singleton pattern implementation for Unity3d. Based on ScriptableObjects instead of the conventional MonoBehaviour approach.

scriptable-object scriptableobject singleton singleton-pattern singletonpattern unity unity-asset unity3d unity3d-development unity3d-framework unity3d-plugin unity3d-script

Last synced: 25 Apr 2025

https://github.com/pycontribs/tendo

Official repository of python tendo library, always welcoming new contributions.

ansi coloring hacktoberfest python singleton unicode

Last synced: 15 May 2025

https://github.com/wessberg/di-compiler

A Custom Transformer for Typescript that enables compile-time Dependency Injection

custom-transformer dependency-injection di inversion ioc reflection service-container singleton transient typescript

Last synced: 20 Jun 2025

https://github.com/wessberg/DI-compiler

A Custom Transformer for Typescript that enables compile-time Dependency Injection

custom-transformer dependency-injection di inversion ioc reflection service-container singleton transient typescript

Last synced: 12 Jul 2025

https://github.com/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.

csharp mongodb mongodb-objectid-specification mssql sequential-guids singleton

Last synced: 26 Oct 2025

https://github.com/vmware/singleton

A service that provides support for Software Internationalization and Localization

i18n internationalization l10n localization singleton translation vmware

Last synced: 15 May 2025

https://github.com/frideosapps/data_examples

An example app showing different ways to pass to and share data with widgets and pages.

bloc flutter flutter-apps flutter-demo flutter-examples inheritedwidget mobile mobile-app mobile-development singleton streams

Last synced: 28 Apr 2025

https://github.com/prozi/pixi-shim

PIXI.js Back-End "shim". For mocking Canvas in Node.js with ❤️

canvas pixi pixi-shim pixijs singleton

Last synced: 10 Apr 2025

https://github.com/bysabi/hookleton

globalize your React Hooks without fear using the Hookleton Pattern

global-states globalize hookleton react react-hook react-native singleton

Last synced: 11 Apr 2025

https://github.com/jimmy-park/singleton

C++11/17/20 thread-safe singleton pattern using CRTP

cmake cpp cpp11 cpp17 cpp20 crtp dclp design-pattern header-only singleton singleton-pattern

Last synced: 12 Jul 2025

https://github.com/guobinhit/design-pattern

🌴 Detail design pattern and give many demos in Java.

design-pattern factory java observable singleton

Last synced: 01 May 2025

https://github.com/aigoncharov/singleton

Singleton decorator. No constructor monkeypatching. Zero dependencies. Built with TypeScript.

decorator singleton typescript

Last synced: 23 Mar 2025

https://github.com/berkaroad/ioc

Inversion of Control (IoC)

inject ioc singleton transient

Last synced: 05 Apr 2025

https://github.com/dongjunlee/hb-config

hb-config: easy to configure your python project especially Deep Learning experiments

config configuration experiment python singleton

Last synced: 15 Apr 2025

https://github.com/bahung1221/cache-all

Fast, efficient cache engines for both express routes & native nodeJs (redis, in-memory & file cache)

cache cache-storage cachemanager filecache memcached node node-module nodejs rediscache singleton

Last synced: 12 Oct 2025

https://github.com/illescasdaniel/inject-swift

Easy dependency injection for swift with nice scalability

autowired dependency-injection di inject injection singleton swift

Last synced: 01 Jul 2025

https://github.com/tezpark/tezactionsheet

Custom singleton actionSheet with block completion.

actionsheet custom-actionsheet ios objc objective-c singleton

Last synced: 16 Aug 2025

https://github.com/tezpark/tezalertview

Custom singleton alertView with block completion.

alert alertview customalertview ios objc objective-c singleton

Last synced: 08 Sep 2025

https://github.com/nightblure/injection

Dependency injection, works with FastAPI, Litestar, Django, Flask (Python 3.8-3.13). Light replacement with new features for dependency-injector

dependency-injection dependency-injection-container dependency-injection-framework dependency-injector di di-container injection injector ioc-container singleton

Last synced: 12 Sep 2025

https://github.com/phelmkamp/valor

Go option and result types that optionally contain a value

either enum error golang maybe monad option result singleton tuple unit

Last synced: 12 Jan 2026

https://github.com/heyjordanparker/yasingleton-example-project

Example Project for yaSingleton. A singleton pattern implementation for Unity3d. Based on ScriptableObjects instead of the conventional MonoBehaviour approach.

example-project examples scriptable-object scriptableobject singleton singleton-pattern singletonpattern unity unity-asset unity3d unity3d-development unity3d-framework unity3d-plugin unity3d-script

Last synced: 24 Oct 2025

https://github.com/jango73/qt-plus

Library of classes extending Qt

factory http library logger mjpeg qml qt server singleton static-analysis xml

Last synced: 07 Apr 2025

https://github.com/hoangsonww/software-design-patterns

🎨 A comprehensive exploration of object-oriented design patterns, featuring fully implemented examples like inheritance, composition, observers, decorators, and factory methods. Built with Java to demonstrate their real-world applications in scalable and maintainable software design.

decorators design design-patterns exceptions factory-method-pattern factory-pattern inheritance iterator java maven model-view-controller multiton mvc-pattern object-oriented-programming observer observer-pattern oop singleton software-design

Last synced: 13 Jul 2025

https://github.com/twtrubiks/line-bot-oop

line-bot refactor use oop (design pattern)

design-patterns oop refactor singleton strategy

Last synced: 04 Aug 2025

https://github.com/virtuesky/thebeginning_2

Help you make the game easier! (Android & iOS)

game-core gamebase singleton singleton-pattern unity unity3d-games

Last synced: 15 May 2025

https://github.com/coryleach/unityserviceprovider

Simplified service provider implementation minus the fancy stuff

dependency-injection package service-provider services singleton singleton-pattern unity unity3d

Last synced: 20 Aug 2025

https://github.com/d-alejandro/patterns

Design Patterns, PHP 8, Abstract Factory, Adapter, Builder, Chain of Responsibility, Command, Composite, Decorator, Dependency Injection, Facade, Factory Method, Mediator, Mock Object, Observer, Proxy, Repository Criteria, Singleton, State, Strategy, Template Method, Visitor

abstract-factory adapter command decorator dependency-injection facade factory-method mock-objects observer patterns patterns-design patterns-php php php8 proxy repository-criteria singleton state strategy template-method

Last synced: 20 Jun 2025

https://github.com/appcoda/singletoninswift

Design pattern in Swift: Singleton

design-patterns singleton swift swift4

Last synced: 13 Apr 2025

https://github.com/wsmd/react-admit-one

🎟 An admit-one ticket for your React components

higher-order-component hoc once react reactjs render render-optimization singleton

Last synced: 19 Mar 2025

https://github.com/micropackage/singleton

Convenient Singleton class implementation

bracketspace composer-library micropackage singleton wordpress

Last synced: 30 Apr 2025

https://github.com/beretta350/golang-design-patterns

This repository provides a comprehensive collection of design patterns implemented in Go (Golang). It serves as a practical guide to understanding and applying common software design patterns in real-world Golang projects.

adapter behavioralpatterns builder coding creationalpatterns designpatterns factory-pattern go golang observer-pattern programming singleton softwaredesign structuralpatterns

Last synced: 24 Apr 2025

https://github.com/jeffotoni/medium-posts

All links of articles written for medium platform.

golang medium-post pattern-singleton singleton

Last synced: 26 Oct 2025

https://github.com/sainipray/djsingleton

This is useful for create singleton model in django for make global setting.

django singleton

Last synced: 26 Jul 2025

https://github.com/mouadziani/access-tests-management

🚀 This project is for first tests management, for university that has tests before registration of students for the scholar year based on Java swing

java jdbc mvc-architecture singleton swing

Last synced: 13 Apr 2025

https://github.com/wibosco/immutabledateformatters-example

An example project looking at how to avoid treating DateFormatters as mutable singletons 📆

dateformatter ios mutation singleton swift

Last synced: 14 Jul 2025

https://github.com/somedeveloper00/singletonscriptableobject

Unity package for singleton Scriptable Object using source generators

singleton singleton-pattern unity unity3d unity3d-plugin upm upm-package

Last synced: 24 Oct 2025

https://github.com/timnew/singleton.dart

A dart library make singleton in dart easy and elegant again

dart flutter library singleton

Last synced: 26 Oct 2025

https://github.com/cs-eliseev/base-singleton

A Singleton Design Pattern which allow easy used singleton class.

collection collections cse framework helper helpers library pattern php singleton tool tools utilities utility utils

Last synced: 26 Oct 2025

https://github.com/mathiasuy/design-patterns

Patrones de diseño / Clase Template C++ / Parciales / Exámenes de Programación 4 de Facultad de Ingeniería UdelaR - Uruguay. Análisis, Diseño e implementación en C++ usando programación orientada a objetos. UML. Design Patterns, Template C++, exercises...

adapter arbol calculadora composite design-patterns generic-collections iterator makefile-generico observer parametric-collections parciales-fing-programacion-4 patrones-diseno proxy-pattern reloj singleton state-pattern stl-map-vector-set template-class template-method wrapper

Last synced: 05 Sep 2025

https://github.com/williamvenner/magic_static

✨ Global singletons initialized at program start, an alternative to lazy initialization

global globals lazy lazy-static macro magic-static no-std rust singleton static

Last synced: 21 Apr 2025

https://github.com/apparaomulpuri/alertviewmanager

Its a singleton class for displaying the UIAlerts in the iOS app.

ios singleton swift swift-3 swift4 uialertaction uialertcontroller uialertview uialertviewcontroller

Last synced: 02 Feb 2026

https://github.com/aminehsan/designpattern-singleton

Analysis and implementation of the Singleton Design Pattern

computer-software-engineer design-pattern singleton singleton-design-pattern

Last synced: 14 Jun 2025

https://github.com/gu321/single_process

Limit python script just run a single process, support python3

singleton

Last synced: 14 Dec 2025

https://github.com/mze-runner/nodejs-singleton-pattern

Manage multiply mongodb connection via global var space in NodeJS

express mongodb mongoose nodejs pattern singleton

Last synced: 20 Oct 2025

https://github.com/soenneker/soenneker.utils.asyncsingleton

An externally initializing singleton that uses double-check asynchronous locking, with optional async and sync disposal

async csharp dotnet lock singleton sync

Last synced: 16 Jan 2026

https://github.com/soenneker/soenneker.google.searchindex

A utility library for Google Search index related operations

csharp dotnet google googlesearchindexutil index search searchindex singleton

Last synced: 22 Jan 2026

https://github.com/izeau/cerise

Intuitive and lightweight Dependency Injection library for Node.js

container controller dependency di express factory injection koa middleware nodejs npm proxy service singleton

Last synced: 30 Dec 2025

https://github.com/sleeptightansic/actorsingleton

Small code plugin for Unreal 5 which adds inheritable Actor class that can be spawned only once within same World context.

actor cpp plugin singleton ue5 ue5-plugin unreal-engine-5

Last synced: 05 Jan 2026

https://github.com/windwalker-io/di

[READ ONLY] Dependency Injection library for PHP.

container dependency-injection di di-container ioc ioc-container singleton

Last synced: 18 Dec 2025

https://github.com/yjl9903/memofunc

Memorize your function call automatically

cache javascript memorize optimization performance singleton

Last synced: 23 Mar 2025

https://github.com/lpsinger/celery-eternal

Celery task subclass for jobs that should run forever

celery singleton

Last synced: 25 Oct 2025

https://github.com/soenneker/soenneker.openai.client.chat

An async thread-safe singleton for the OpenAI Chat (completions) client

async azureopenaichatclient chat client csharp dotnet injection open-ai openai singleton util

Last synced: 06 Feb 2026

https://github.com/mkroening/take-static

Static items that provide mutable access only once.

once rust singleton static sync synchronization take

Last synced: 07 Apr 2025

https://github.com/wpdas/reactive-singleton

A fancy way to use Singleton pattern within the React environment.

hooks javascript react reactive singleton singleton-pattern typescript

Last synced: 24 Oct 2025

https://github.com/vaibhavpandeyvpz/katora-java

Simple service container for Java (and Android) apps.

container di ioc java service singleton

Last synced: 22 Feb 2025

https://github.com/wizardone/shouter

Ruby implementation for a simple publish/subscription based system with callbacks

callbacks events listeners ruby singleton store subscription

Last synced: 22 Jun 2025

https://github.com/thibaudcolas/metaprogramming

Métaprogrammation et réflexivité — Exploration de la métaprogrammation dans différents langages — M2 AIGLE @ UM2

clisp common-lisp memoclass metaprogramming singleton

Last synced: 02 Feb 2026

https://github.com/sithira/ptts

CSSD Subtask 3 Implementation - Public Transport Ticketing System

builder-pattern facade-pattern java javafx mvc serialization singleton stratergy

Last synced: 02 Jul 2025

https://github.com/tebogoyungmercykay/brand_race-local_nodejs_socket_server

This Implementation makes use of Web Sockets Connection, It's a game which will be played in real-time by users per 1 vs 1 per Game Loop. The general idea of the game is to guess the logo of a car brand quicker than an opponent.

api brand client-side-code databases express-js intervals javascript local-server mysql nodejs php phpmyadmin port runtime server singleton userinput web-sockets

Last synced: 06 Oct 2025

https://github.com/emirhandogandemir/design-patterns

Bu repoda Yazılım Tasarımı ve Mimarisi dersi ile paralel yürüttüğüm Desing Patterns ile ilgili çalışmalarım ve patternslar ile ilgili notlarım bulunmaktadır.

abstract-factory-pattern adapter behavioral-patterns bridge builder composite creational-patterns facade factory-pattern prototype singleton structural-patterns

Last synced: 30 Jul 2025

https://github.com/songkeys/pacman

A Pᗣᗧ•••MᗣN game written in Java/JavaFX with over-commented JavaDoc.

game java javafx maven mvc pacman singleton

Last synced: 15 Aug 2025

https://github.com/luccifer/locationcore

Working singleton for many projects with maximised power of GPS module

cllocation cllocationcoordinate2d cllocationmanager ios singleton swift

Last synced: 03 Mar 2025

https://github.com/k-sel/the-dialog-game

Projet personnel de jeu d'aventure textuel que j'ai développé en Java afin de mettre l'accent sur les principes de la programmation orientée objet (POO) et d'intégrer des patrons de conception logicelle pour créer une expérience de jeu modulaire et extensible.

design-patterns java poo singleton

Last synced: 17 Jun 2025

https://github.com/anuja-rahul/socket-file-transfer

Secure file transferring application based on python sockets with E2EE and hashing.

aes-encryption client-server hashing learning-by-doing oop python3 singleton sockets

Last synced: 21 Feb 2025

https://github.com/mavenium/dog

Android Application Based On dog.ceo API.

android androidx appcompat java material picasso preferences singleton volley

Last synced: 24 Feb 2025

https://github.com/tomwright/extendedpdo

A simple PDO Wrapper and Query Builder made to shorten the time it takes to get results from basic SQL queries.

database database-access mysql pdo pdo-wrapper php php-7 query-builder singleton sql

Last synced: 28 Dec 2025

https://github.com/parseword/pickset

A collection of PHP utilities to quickly "unlock" various capabilities in any application

database date-formatting logger php php7 php71 singleton text-processing

Last synced: 09 Apr 2025

https://github.com/revazashvili/netjection

.Net package to automatically inject attribute decorated services into IOC Container

attribute csharp dependency-injection dotnet ioc-container scoped singleton transient

Last synced: 29 Jun 2025