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

Projects in Awesome Lists tagged with singleton-pattern

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

https://github.com/yusufyilmazfr/tasarim-desenleri-turkce-kaynak

Türkçe kaynağa destek olması amacıyla oluşturulmuş bir kaynaktır. Konu anlatımının yanı sıra C#, Java, Go, Python, Kotlin ve TypeScript gibi birçok dilde tasarım desenlerinin uygulamasını içermektedir.

abstract-factory-pattern adapter-pattern bridge-pattern builder-pattern composite-pattern decorator-pattern design-pattern design-patterns facade-pattern factory-pattern iterator-pattern mediator-pattern memento-pattern observer-pattern prototype-pattern proxy-pattern singleton-pattern state-pattern strategy-pattern visitor-pattern

Last synced: 29 Apr 2025

https://github.com/vanhakobyan/designpatterns

:key:Elements of Reusable Object-Oriented Software:unlock:is a software engineering book describing software design patterns. The book's authors are Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides with a foreword by Grady Booch.

abstract-factory-pattern adapter bridge bulider chain-of-responsibility command composite decorator-pattern design-pattern facade-pattern flyweight interpreter iterator mediator-pattern memento-pattern object-pool prototype proxy singleton-pattern state

Last synced: 08 Apr 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/rajatt95/masterseleniumframework

Automation Testing | Web | Java | OOPS | Selenium WebDriver | TestNG | Maven | ExtentReport | Allure Reports | Java mail API | Design Patterns (Page Object Model, Singleton) | Jenkins | Data-Driven Testing using JSON file

allure-report extentreports github java jenkins maven page-object-model selenium singleton-pattern test-automation testing testng

Last synced: 10 Apr 2025

https://github.com/rajatt95/masterappiumframework

Automation Testing | Mobile | android | iOS | Java | OOPS | Appium | TestNG | Maven | ExtentReport | Java mail API | Logging (Log4J2) | Design Patterns (Page Object Model, Singleton) | Page Factories | Jenkins | Data-Driven Testing using JSON file | Expected Data using XML file

android appium extentreports github ios java jenkins log4j2 maven page-factory page-object-model singleton-pattern test-automation testing testng

Last synced: 10 Apr 2025

https://github.com/rajatt95/masterrestassuredframework

Automation Testing | RESTful webservices | Java | RestAssured | OAuth 2.0 | Lombok | TestNG | Maven | ExtentReport | Allure Reports | Java mail API | Design Patterns (Singleton) | Jenkins | Data-Driven Testing using JSON file | Expected Data using XML file

allure-report extentreports java jenkins maven restassured singleton-pattern test-automation testing testng

Last synced: 10 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/joanstinson/unitydesignpatternsreference

A tiny retro action RPG implementation made applying Software Design Patterns to serve as a guide of reusable solutions that can be applied to common problems.

abstract-factory-pattern adapter-pattern command-pattern csharp decorator-pattern design-patterns facade-pattern game-programming-pattern object-pool-pattern observer-pattern service-locator-pattern singleton-pattern state-pattern unity3d visitor-pattern

Last synced: 24 Aug 2025

https://github.com/pedro15/unitoolkit

Utility toolbox for unity game development.

encryption serialization singleton-pattern unity unity3d utility-library

Last synced: 12 Apr 2025

https://github.com/shafiqsadat/iptvtelegrambot

Access channels, movies, and shows effortlessly. Watch via bot. Enjoy seamless streaming.

iptv iptv-api iptv-player jedis redis redis-server singleton-pattern telegram telegram-bot

Last synced: 10 Jul 2025

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/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/keremtan/logger

A logging class will be designed in this repository that can control the number of log files and the frequency of their occurrence.

cpp cpp11 logger logging logging-library oop-in-cpp oop-principles queue singleton-pattern thread threading

Last synced: 13 Apr 2025

https://github.com/jdsherbert/unreal-engine-dependency-injection-plugin

Simple implementation of a Dependency Injector Plugin for Unreal Engine. Uses a Singleton instance to hold the registered objects.

cpp dependency-injection dependency-manager plugin plugins singleton-pattern unreal unreal-engine unreal-engine-4 unreal-engine-5

Last synced: 19 Mar 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/nikoo-asadnejad/designpatterns

This repository contains detailed explanations and C# implementations of the most commonly used software design patterns. Each pattern is accompanied by examples that demonstrate its practical usage in real-world scenarios.

adapter-pattern bridge-pattern builder-pattern creational-design-patterns creational-patterns decorator-pattern design-pattern design-patterns factory-pattern mediator mediator-pattern proxy-pattern singleton-pattern strategy-pattern structral-design-patterns

Last synced: 30 Jun 2025

https://github.com/anujakoralage/wholesalemavenspringjpa

This system was developed for whole sale order and item management system for super market. System was developed using Layered Architecture and Singleton, Factory, DAO, DTO, Strategy design patterns with JPA, Spring and Maven

dao-design-pattern dto-entity-mapper factory-pattern java javafx jpa layered-architecture maven singleton-pattern spring strategy-pattern

Last synced: 21 Jun 2025

https://github.com/fernandocalmet/net-framework-4-winforms-crud-dao-dto

🦄 Este proyecto es una muestra de CRUD con filtro de busqueda de datos utilizando los patrones de DAO (Data Abstract Object) + DTO (Data Trasnfer Object) + Singleton. Se utilizo WindowsForms con C#.

csharp dao-design-pattern dto-pattern netframework singleton-pattern sqlserver winforms

Last synced: 24 Sep 2025

https://github.com/lalanachami/java-media-converter-mp4-to-mkv-mp3-and-flv

📹♻️🎵 A simple command-line media file converter application, that converts mp4 to mp3, mkv and flv . Used a watcher to listen to newly added mp4 files and converted them to the relevant codec using java NIO.

adapter-pattern cli-app design-patterns factory-pattern java java-8 jave jave2 maven nio singleton-pattern

Last synced: 08 Oct 2025

https://github.com/prajun7/ranch-management

Our team developed the drone enhanced ranch management software. The software was able to track livestock vitality and location, monitor feeding and watering systems, and monitor property status with the help of the drone(s). Our team used Java 8 and Scenebuilder to develop the software. We created the Class diagrams, Sequence diagrams, Rapid prototypes, and other diagrams to assist us in developing the software. Also, different design patterns like Composite, Visitor, Adapter were used to develop the project.

adapter-pattern composite-pattern design-patterns java singleton-pattern visitor-pattern

Last synced: 18 Jul 2025

https://github.com/zenneriot/maracuja

Spawn processes once per cluster, cope with net-splits

distributed-systems elixir-lang singleton-pattern

Last synced: 10 Jul 2025

https://github.com/cmatosbc/ananke

A flexible PHP service container that supports conditional service instantiation, relying on PHP 8+ match expression and generators.

php-conditional-instances php-containers php-custom php-design-patterns php-generators php-library php-match php-modern php-service-container php8 singleton-pattern

Last synced: 07 May 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/anujakoralage/wholesaleposwithspringboot

Fully completed whole sale pos system for supermarket.Spring BOOT and rest web services was used for development

ajax css3 factory-pattern html5 java-8 javascript jdbc jquer layered-architecture mysql singleton-pattern spring-boot spring-data-jpa

Last synced: 12 Apr 2025

https://github.com/viveknaskar/java-experiments

A collection of Java examples and experiments to understand core concepts, design patterns, and coding practices.

algorithm-examples coding-practice design-patterns exception-handling java java-examples java-experiments java-generics java-programming java-streams singleton-pattern string-manipulation

Last synced: 14 Apr 2025

https://github.com/josgard94/api-to-do-list-with-python-and-flask

This code serves as an illustrative example of building an API using Python and Flask. It showcases the implementation of an API for managing a To-Do List, demonstrating fundamental CRUD operations such as task creation and updating.

api api-rest database database-coneccion example-project flask flask-api learning-python mysql pyth python singleton-pattern sqlalchemy sqlalchemy-database sqlalchemy-orm sqlalchemy-python

Last synced: 31 Dec 2025

https://github.com/bijoy-sust/design-patterns

Here, I've stored some design pattern codes and solid principles that were done in my Design Pattern Lab course. Design Pattern is a description or template for how to solve a problem.

command-pattern decorator-pattern observer-pattern singleton-pattern solid-principles state-pattern

Last synced: 20 Mar 2025

https://github.com/JimTheKiwifruit/SimpleSingleton

A simple singleton implementation for Unity in UPM form for easy addition to projects.

libraries singleton singleton-pattern unity unity-scripts unity3d

Last synced: 08 May 2025

https://github.com/mastercruelty/bikesharingproject

This is my project I made for the exam of Software Engineering at University of Milan

dao-design-pattern java mvc-architecture singleton-pattern uml-diagrams university-project

Last synced: 12 Mar 2025

https://github.com/sevdanurgenc/bloc-sample-shopping-flutter-project

This repo contains an application that shows shopping list by using BLOC Pattern.

bloc bloc-pattern dart factory-pattern flutter flutter-apps flutter-examples singleton-pattern

Last synced: 23 Mar 2025

https://github.com/satriaapn/tictactoe-online-backend

this is the backend application for tictactoe online, where you can playing tictactoe with other player real-time

backend nodejs rest-api singleton-pattern websocket

Last synced: 24 Dec 2025

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

This repo will contain full examples and tests and explanations on most of the known design patterns

adapter-design-pattern design-pattern design-patterns factory-pattern java java-design-patterns singleton singleton-pattern

Last synced: 13 May 2025

https://github.com/harismuneer/factory-singleton-and-strategy-design-patterns_examples

🐉 Solved problems demonstrating the use of Factory, Singleton and Strategy Design Patterns using Java. These problems were solved during the course "Object Oriented Analysis and Design CS309"

behavioral-patterns creational-patterns design-patterns design-patterns-implemented-in-java factory-method factory-pattern object-oriented-design singleton-pattern strategy-design-pattern strategy-pattern

Last synced: 09 Apr 2025

https://github.com/sharada-marasinha/thogakade-javafx

Thogakade is a lightweight Java application that showcases the integration of JavaFX with JDBC for building a simple store management system. The project provides a user-friendly graphical interface for managing store inventory using a relational database backend.

jdbc mvc-architecture singleton-pattern

Last synced: 23 Aug 2025

https://github.com/kamilhan-karaismailoglu/command-factory-singleton-adapter-facade-design-patterns-with-wpf

In this project; command, factory, singleton, adapter and facade design patterns were applied on the ready-made WPF codes. This project was written for object oriented programming lecture.

adapter-pattern command-pattern csharp facade-pattern factory-pattern singleton-pattern wpf xmal

Last synced: 06 Dec 2025

https://github.com/lauthy02/cinepromanager2

Trabajo de campo: Sistema de gestión para cines en C# en 4 capas con WinForms, patrones y procedimientos almacenados

composite-pattern csharp encryption-decryption multiidiomas multilanguage netframework observer-pattern permisos permissions session session-management singleton-pattern sqlserver stored-procedure winforms

Last synced: 17 Aug 2025

https://github.com/alvarovelascoprieto/is_hundelaflota

This project implements the Battleship game in Java using a Swing GUI and a MVC architecture. This project also served me to practice Object Oriented Programming concepts such as inheritance, singleton patterns, factory patterns etc.

factory-pattern mvc-architecture scrum-agile singleton-pattern swing-gui uml-diagrams

Last synced: 26 Oct 2025

https://github.com/mtumilowicz/java12-concurrency-singleton-pattern-workshop

Overview of singleton pattern implementations and how they correlate with save publication issues.

dcl double-checked-locking lazy-initialization lazy-loading singleton singleton-pattern workshop workshop-materials

Last synced: 23 Feb 2025

https://github.com/anujakoralage/wholesalewithspringdatajpa

This system was developed for whole sale order and item management system for super market. System was developed using Layered Architecture and Singleton, Factory, DAO, DTO, Strategy design patterns with JPA, Spring Data JPA

dao-design-pattern dto-entity-mapper factory-pattern java javafx jpa layered-architecture maven singleton-pattern spring spring-data-jpa strategy-pattern

Last synced: 09 Nov 2025

https://github.com/mahmud-kandawala/programming-paradigms-coursework

This repository covers major computer programming paradigms like imperative, functional, logic, and object-oriented, using Python and its libraries to apply these concepts.

abstract-factory-pattern builder-design-pattern chain-of-responsibility facade-pattern numpy object-oriented-programming pandas programming-paradigm proxy-pattern python singleton-pattern

Last synced: 30 Dec 2025

https://github.com/nyrta1/j40

Educational practice for the final project on the subject of [ Software Design Patterns ] №2nd project

adapter-pattern decorator-pattern factory-pattern observer-pattern singleton-pattern strategy-pattern

Last synced: 18 Mar 2025

https://github.com/harismuneer/Factory-Singleton-and-Strategy-Design-Patterns_Examples

🐉 Solved problems demonstrating the use of Factory, Singleton and Strategy Design Patterns using Java. These problems were solved during the course "Object Oriented Analysis and Design CS309"

behavioral-patterns creational-patterns design-patterns design-patterns-implemented-in-java factory-method factory-pattern object-oriented-design singleton-pattern strategy-design-pattern strategy-pattern

Last synced: 16 Jul 2025

https://github.com/kaon-k-s/log-library

Unified interface for logging messages using databases, files, and the console. C#, Software Design Patterns, Interfaces

composite-pattern csharp factory-pattern interfaces patterns singleton-pattern software-design strategy-pattern

Last synced: 08 Nov 2025