Topic: "abstract-factory"
RefactoringGuru/design-patterns-dart
Design Pattern Examples in Dart
Language: Dart - Size: 16.9 MB - Last synced at: 12 days ago - Pushed at: 20 days ago - Stars: 67 - Forks: 17

InnoFang/oh-my-design-patterns
🎨 Record the articles and code I wrote while learning design patterns
Language: Java - Size: 977 KB - Last synced at: 16 days ago - Pushed at: over 2 years ago - Stars: 33 - Forks: 8

Itchimonji/design-patterns-in-angular
Deprecated | new project: https://github.com/Itchimonji/design-patterns-in-typescript
Language: TypeScript - Size: 85.9 MB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 28 - Forks: 10

stacenko-developer/Patterns
Паттерны проектирования с примерами на C#
Language: C# - Size: 875 KB - Last synced at: 12 days ago - Pushed at: almost 2 years ago - Stars: 18 - Forks: 1

android-code/design-patterns
This is repository of http://androidcode.pl blog design patterns section. It shows uses of design patterns in Java and Android. Most of them are formed and named by Gang of Four
Language: Java - Size: 104 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 17 - Forks: 7

jayavardhanravi/DesignPatterns
Design Patterns using C++
Language: C++ - Size: 36.2 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 14 - Forks: 3

xdanielsb/patterns
Good practices to create code in Java, open to other languages. :zap:
Language: Java - Size: 10.4 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 14 - Forks: 5

ksiminski/design-patterns
Design patterns implemented in C++
Language: C++ - Size: 146 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 9 - Forks: 1

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
Language: PHP - Size: 15.6 KB - Last synced at: about 5 hours ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 0

yaeby/inventory-management-system
JavaFX app which implements various design patterns and oop principles.
Language: Java - Size: 956 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 7 - Forks: 0

Jovidon/design-patterns
Examples for design patterns
Language: TypeScript - Size: 46.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

jankapunkt/js-class-privacy
Create a given ES6 class with private members using Proxy and closures. Keeps class code clean, encourages SRP and DRY.
Language: JavaScript - Size: 1.71 MB - Last synced at: 15 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

ebellocchia/factories_injector
C++ Template-based abstract factories injector
Language: C++ - Size: 54.7 KB - Last synced at: 11 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 5

Houshangian/Design-Pattern
Simple Examples for GOF Design patterns
Language: PHP - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

maiconheck/desmistificando-design-patterns
Repo da talk que fiz: "Desmistificando Design Patterns" no #poaneters
Language: C# - Size: 354 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

Tynab/Design-Pattern
C# Design Pattern Example
Language: C# - Size: 33.2 KB - Last synced at: about 9 hours ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

kastorcode/design-patterns-software-engineering
Studies on design patterns and software engineering.
Language: JavaScript - Size: 59.6 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

tobbie/c-sharp-design-patterns
Gang of Four design patterns in c#
Language: C# - Size: 40 KB - Last synced at: 12 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ThaliaLevy/design-patterns
Disponíveis exemplos de padrões de projetos em Java, como SOLID, Factory Method, Abstract Factory, Builder, Bridge, entre outros.
Language: Java - Size: 83 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Jagepard/PhpDesignPatterns-AbstractFactory
AbstractFactory
Language: PHP - Size: 158 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

MujyKun/CS363
A collection of assignments created in Principles of Software Design (CS363) at IUPUI.
Language: C++ - Size: 44.9 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

ebclark2/yadi
Runtime Dependency Injection via YAML
Language: C++ - Size: 451 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

chokshidharita/Design-Patterns-in-Java
Design Patterns in Java
Language: Java - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

danliukuri/StickmanSliding
Hyper-casual endless runner inspired by Cube Surfer, featuring a physics-based cube stacking mechanic
Language: C# - Size: 23.7 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

danliukuri/CannonShootingPrototype
Custom physics-driven cannon shooter with deformed bullets models, trajectory control, ricochets, wall traces, explosions, camera shaking, cannon recoil, and no use of Rigidbody, Physics.Simulate, Animator or external assets
Language: C# - Size: 98.6 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

faisalcse1/design-pattern
Explore and implement the 23 GoF design patterns in C#. Features detailed C# examples and explanations to help programmers enhance their .NET projects with elegant, scalable designs. Dive into object-oriented design and improve your software architecture skills.
Language: C# - Size: 20.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

erayvaryeter/design-patterns
Provides basic examples for mostly common design patterns.
Language: CMake - Size: 57.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

arshamroshannejad/design-patterns
This repository provides practical implementations of common design patterns in Go. Each pattern is accompanied by clear explanations, code examples, and usage scenarios.
Language: Go - Size: 5.86 KB - Last synced at: 15 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

bartoszclapinski/DesignPatterns.NET
Most popular design patterns in C# (.NET). OOP, SOLID, Builder, Factory, Abstract Factory, Prototype, Singleton, Strategy, Observer
Language: C# - Size: 55.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

VasilDimitroff/Design-Patterns-with-.NET
Popular design patterns implemented with .NET technologies.
Language: C# - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

itsferdiardiansa/Design-Patterns
Every design pattern that every Software Engineer understand. Basic implementation with a simple case
Language: TypeScript - Size: 33.2 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

abrahamayquipa/software-patterns
Software standards established by the Gang of Force.
Language: CSS - Size: 64.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ParisaArbab/Abstract-factory-pattern-Sale-Receipt
Abstract factory pattern
Language: Java - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

joseederangojr/refactoring-guru
own implementation for design-patterns in refactoring-guru
Language: TypeScript - Size: 23.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

danieldantasdev/awesomeshop_api-restful_dpc-abstract-factory_course-luisdev-architecture_dotnet-7.0.2_csharp-11
Este repositório é dedicado para se aprofundar no DPC (Design Pattern Creational) Abstract Factory, utilizando a linguagem de programação C#.
Language: C# - Size: 6.84 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

nayeemsweb/Design-Patterns
Design Patterns in C#
Language: C# - Size: 19.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

simon-das/design-patterns
A GitHub repository providing simple explanations and code snippets for various design patterns in JavaScript and Python.
Language: JavaScript - Size: 1.67 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

tonix-tuft/declarative-factory
A simple yet effective function to create factory objects through a declarative API.
Language: JavaScript - Size: 394 KB - Last synced at: 17 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

FanChiMao/Practice-2022-Cplusplus-AOI
C++ practice homework for traditional AOI algorithm
Language: C++ - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

daniel-pereira-guimaraes/java-design-patterns
Examples of design patterns in Java.
Language: Java - Size: 54.7 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

quynhchi1009/Abstract-Factory
Abstract Factory is a creational design pattern that lets you produce families of related objects without specifying their concrete classes.
Language: Java - Size: 2.93 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

fardinanam/Software-Engineering-Assignments
Contains all the assignments of Software Engineering course (CSE308) offered in BUET.
Language: Java - Size: 966 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

zahrayousefijamarani/SE_TDD_and_Design_Patterns
Language: Java - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

DevTurgay/AbstractFactory-Encryption
An implementation of three encryption algorithms on Abstract Factory design pattern.
Language: PHP - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

daniel199410/designPatterns
A repo with a collection of design patterns
Language: Java - Size: 115 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

tonix-tuft/php-declarative-factory
A factory for PHP with a declarative API.
Language: PHP - Size: 21.5 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

onurmx/Attack-Tree-With-Object-Oriented-Design
Implementation of Attack Tree with using object-oriented design patterns. Abstract Factory and Visitor patterns were used for implementation.
Language: C# - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

davidbetz/abstractfactoryjs
Abstract Factory functionality for JavaScript
Language: JavaScript - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Gwolner/montadora-gof-abstract-factory
Montadora de carros que faz uso do padrão de projeto (design patterns) Abstract Factory.
Language: Java - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Genuine-Identity/software-design-patterns
Software design patterns
Language: JavaScript - Size: 5.81 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

davidbetz/pyabstractfactory
Abstract Factory functionality for Python
Language: Python - Size: 11.7 KB - Last synced at: 4 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

martinsvinicius/abstract-factory-example
Abstract Factory patterns example
Language: Java - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

enix223/go-design-pattern
design pattern for golang
Language: Go - Size: 492 KB - Last synced at: 2 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

maphdev/M1_Software_Architecture
Software Engineering course "Software Architecture" from the first year of Master's at the University of Bordeaux, France.
Language: Java - Size: 8.74 MB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

shabazy/abstract-factory
Abstract Factory Design Pattern
Language: PHP - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

rito328/php-design-patterns-abstract-factory
PHP Design Patterns - Abstract Factory Pattern Sample
Language: PHP - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mauridb/my_rpg
Role play game written in python
Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

darvid7/Design-patterns-for-dummies
Implementation of common software design patterns <<abstract:factory:>
Language: Java - Size: 490 KB - Last synced at: 18 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0
