singleton-pattern
There are 820 repositories under singleton-pattern topic.
QianMo/Unity-Design-Pattern
:tea: All Gang of Four Design Patterns written in Unity C# with many examples. And some Game Programming Patterns written in Unity C#. | 各种设计模式的Unity3D C#版本实现
JakubVojvoda/design-patterns-cpp
C++ Design Patterns
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.
Habrador/Unity-Programming-Patterns
Implementations of programming design patterns in Unity with examples in C# when to use them.
anupavanm/csharp-design-patterns-for-humans
Design Patterns for Humans™ - An ultra-simplified explanation - C# Examples
DmitryTsyvtsyn/Kotlin-Algorithms-and-Design-Patterns
This repository contains the most common algorithms and data structures written in the Kotlin language with simple and concise code.
UnityCommunity/UnitySingleton
The best way to implement singleton pattern in Unity.
OSSpk/Library-Management-System-JAVA
📚 A sophisticated Library Management System designed in Java while following the concepts of decoupled layers (entities) and minimal code in interface (GUI).
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.
heyJordanParker/yaSingleton
A singleton pattern implementation for Unity3d. Based on ScriptableObjects instead of the conventional MonoBehaviour approach.
Junzhuodu/design-patterns
C++ Implementation for 23 Design Patterns
ahmetcanaydemir/insanlar-icin-tasarim-desenleri
Tasarım desenlerinin aşırı basitleştirilmiş Türkçe açıklamaları
learning-zone/javascript-design-patterns
JavaScript Design Patterns
jonathan-daniel/ModernDesignPatterns
Design Patterns in Modern C++
kiat/OOP-Design-Patterns
OOP Design Patterns Code Examples
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
gabrieldim/Design-Patterns
Software Design Patterns
marwa-eltayeb/YoutubeDownloader
Android App for searching for videos on Youtube by keywords using YouTube Data API and download videos from YouTube in different formats.
anupavanm/csharp-design-patterns-for-humans-examples
Complete C# Examples Refereed in csharp-design-patterns-for-humans
sdmg15/Java-design-patterns
Java Design patterns.
dotnet-labs/HeadFirstDesignPattern
Head First Design Pattern: Completely Rewrite in C#
indrekru/design-patterns-spring-boot
Design patterns in spring boot
tolgaOzen/go-gotham
Golang RESTful API Boilerplate.
DawinderGill/MusicPlayer-JetpackCompose
Sample Android Clean Architecture on Music Player App focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack with Compose.
ehsangazar/design-patterns-php
All Design Patterns Samples in PHP
ehsangazar/design-patterns-cpp
All Design Patterns Samples in C++
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
Jackpopc/advance-python
Python Advanced Tutorial.
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
sergeyleschev/design-patterns
Design large-scale systems / 2022 / Design Patterns: Behavioral, Creational, Structural, etc. @ S.Leschev. Google Engineering Level: L6+
ycarowr/UnityDesignPatterns
Design Patterns applied to Unity3D and C#
AliakseiFutryn/dotnet-design-patterns-samples
The samples of .NET design patterns
jimmy-park/singleton
C++11/17/20 thread-safe singleton pattern using CRTP
dslsyeoh/design-patterns-exercise
Practice exercise for design patterns
microwind/design-pattern
Design Pattern 经典设计模式源码 C/Java/Go/JavaScript/Python等不同语言实现。 FP/OOP/MVC/MVP/MVVM/DDD等设计思想研究
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.