GitHub topics: bridge-pattern
caioneves05/design-patters-soluctions
This repository implements some of the design patterns from Design Patterns by Gamma et al. in Java, covering creational, structural, and behavioral patterns with concise examples for building scalable, maintainable software.
Language: Java - Size: 18.6 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

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.
Language: HTML - Size: 3.94 MB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 3,352 - Forks: 461

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.
Language: C# - Size: 64.5 KB - Last synced at: 5 days ago - Pushed at: about 2 months ago - Stars: 10 - Forks: 0

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#版本实现
Language: C# - Size: 3.92 MB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 4,433 - Forks: 1,026

waltermillan/BridgePatternApp
the idea is to implement the Bridge design pattern in the creation of geometric shapes of different colors. In addition we want to use the Factory design pattern
Language: C# - Size: 116 KB - Last synced at: 1 day ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

CECASTRO11/java-design-patterns
Design patterns implemented in Java
Language: Java - Size: 43.7 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

sohamkamani/javascript-design-patterns-for-humans
An ultra-simplified explanation of design patterns implemented in javascript
Size: 95.7 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 4,407 - Forks: 495

ehsangazar/design-patterns-cpp
All Design Patterns Samples in C++
Language: C++ - Size: 40 KB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 45 - Forks: 30

anupavanm/csharp-design-patterns-for-humans Fork of kamranahmedse/design-patterns-for-humans
Design Patterns for Humans™ - An ultra-simplified explanation - C# Examples
Language: C# - Size: 175 KB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 1,326 - Forks: 170

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: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

sc0v0ne/design_pattern_bridge
Develop a system that uses the pattern given in class. "Bridge" design pattern.
Language: Java - Size: 9.77 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

MoienTajik/Bridge-Pattern-Sample
A very easy to understand sample of Bridge design pattern in C#.
Language: C# - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 1

waseem4343/JAVA_Design_Patterns-
Java Design Patterns & their Code implementation
Size: 1000 Bytes - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

YAS-SIIN/DesignPatterns
Design paterns
Language: C# - Size: 3.42 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 0

DussanFreire/Bridge-Design-Pattern__Library-example
Language: C# - Size: 526 KB - Last synced at: 14 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

droiddevgeeks/CFWebIntegrationSample
CFWebIntegrationSample
Language: Kotlin - Size: 85.9 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 1

mjmankgane/gametopia2024
Bridgett by GameTopia
Language: HTML - Size: 115 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

nithya-hub-26/Shopping_Application
This project is a client-server application that manages user authentication and product data storage. It is designed using various software design patterns, ensuring a scalable, maintainable, and robust architecture. The communication between the client & server is handled using TCP for reliable messaging and UDP for broadcasting messages.
Language: C++ - Size: 37.1 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

snir-david/CPP-Design-Patterns
Some design patterns implements in C++.
Language: C++ - Size: 14.6 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 10 - Forks: 2

MilovanTomasevic/Python-Design-Patterns
Python Design Patterns
Language: Python - Size: 2.21 MB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 19 - Forks: 4

kadir-code/DesignPatterns
In this project, I tried to apply some design patterns with sample projects.
Language: C# - Size: 66.4 KB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 11 - Forks: 2

HelgaAniorte/BridgeDesignPattern
Bridge Pattern Java
Language: Java - Size: 7.81 KB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

ehsangazar/design-patterns-php
All Design Patterns Samples in PHP
Language: PHP - Size: 20.5 KB - Last synced at: 25 days ago - Pushed at: almost 8 years ago - Stars: 44 - Forks: 15

Junzhuodu/design-patterns
C++ Implementation for 23 Design Patterns
Language: C++ - Size: 1.46 MB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 94 - Forks: 33

MainaGeorge/DesignPatterns
This is a project with some basic implementations of design patterns in .net. It is meant to be a guide to the reasoning and insight to the popular design patterns
Language: C# - Size: 126 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

HendEmad/Design-Patterns
A repo. includes my study notes and implementation of design patterns
Language: C++ - Size: 108 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MohanedZekry/creational-design-patterns
This is a Dart implementation of the Creational design patterns.
Language: Dart - Size: 14.6 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

diogofalken/ES2
Repo with all the projects developed in my Software Engineering 2 course
Language: Java - Size: 36.1 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

anupavanm/csharp-design-patterns-for-humans-examples
Complete C# Examples Refereed in csharp-design-patterns-for-humans
Language: C# - Size: 53.7 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 65 - Forks: 18

sergeyleschev/ios-dev-skills
iOS Dev Skills. Performance Review. @ S. Leschev. Google Engineering Level: L7+
Size: 354 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 26 - Forks: 1

max-prosper/go-design-patterns
Software design patterns examples in Golang
Language: Go - Size: 44.9 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 0

sergeyleschev/design-patterns
Design large-scale systems / 2022 / Design Patterns: Behavioral, Creational, Structural, etc. @ S.Leschev. Google Engineering Level: L6+
Language: Swift - Size: 225 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 37 - Forks: 23

AshayKing/design-pattern
Unleasing Design Patterns in Java
Language: Java - Size: 38.1 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

burakgomec/Shopping_Application_Design_Patterns
Software design lesson final project
Language: Java - Size: 1.1 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

WMYM-Experimental/BridgePatternExample
Bridge Pattern Example
Language: C# - Size: 844 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

WMYM-Experimental/BridgePatternConsoleExample
Bridge Pattern Console Example
Language: C# - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

argon7academic/TrabalhosES2 📦
Resolução dos trabalhos aula da cadeira ES2 IPV 2019/2020
Language: Java - Size: 11.3 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

design-patterns-for-humans/Russian
:ru: translation [WIP]
Size: 72.3 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 52 - Forks: 10

mupezzuol/java-design-patterns
Project that implements some design patterns using Java (Facades, Singletons, Bridges, Adapters, Strategy, Decorator, State, Builder, Observer, Factory and much more).
Language: Java - Size: 5.86 MB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 5

vivopensource/gofpatternscsharp
Design Patterns for C# (Gang of Four)
Language: C# - Size: 411 KB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

bujosa/bridged-design-patterns
See example of bridged design pattern in go
Language: Go - Size: 4.88 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

BPing/golang_design_pattern
Code to achieve the design model with golang
Language: Go - Size: 37.1 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 195 - Forks: 105

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: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

patilanuja/Zombie-Invasion-Shooter
Zombie Invasion Shooter is a 2D game, created using Pygame and TKinter.
Language: Python - Size: 6.68 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Alishbz/bridge_pattern
It is a demo of creating a pipeline between two objects with c language without using global data.
Language: C - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

RecursiveVoid/WebsocketMQTTBridge
WebsocketMQTTBridge is state of art, straightforward tool to create connection and relay MQTT broker communication through Websocket.
Language: C# - Size: 66.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

yichunzhao/Design-Patterns
An introduction of patterns using simple examples (in construction)
Language: Java - Size: 53.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AlexFazio64/Structural-Patterns 📦
Graphical Demos for Structural Patterns
Language: Java - Size: 8.35 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

verloka/DesignPatterns
Design Patterns: Elements of Reusable Object-Oriented Software
Language: C# - Size: 806 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 14 - Forks: 4

LiteObject/Demo.DesignPattern.Bridge
An example of bridge design pattern in C#
Size: 4.88 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years 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

AhmedKhalil777/Software-Design-Pattern Fork of mansoura-cis/Software-Design-Pattern
Learning design pattern
Language: C# - Size: 3.97 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

dreamcatcher1020/Design-Patterns-Csharp
A .net solution that has code examples in C# for most used design patterns.
Language: C# - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 0

studentrodrigocbsa/Software-Patterns
Some software architecture samples. Information Systems graduation exercises from Project and Software Architectures discipline (March - June 2023)
Language: C# - Size: 22.5 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

yagorv/design-patterns-kotlin
Design patterns Kotlin
Language: Kotlin - Size: 152 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

mchekin/design-patterns
OOP Design Patterns implemented in PHP
Language: PHP - Size: 55.7 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 6 - Forks: 0

ahmetcanaydemir/insanlar-icin-tasarim-desenleri
Tasarım desenlerinin aşırı basitleştirilmiş Türkçe açıklamaları
Size: 43 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 98 - Forks: 2

sunmeat/bridge
bridge pattern cpp example [STRUCTURAL]
Language: C++ - Size: 8.79 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

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

fisenkodv/design-patterns
🎨 Design patterns
Language: C# - Size: 69.3 KB - Last synced at: about 8 hours ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 3

piyush6348/Design-Patterns
All design patterns implemented in Java with code, explanation and learning resources
Language: Java - Size: 98.6 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 86 - Forks: 29

cantugba/Design_Patterns-Tasarim_Desenleri
Tasarım Desenleri / Design Patterns
Language: Java - Size: 12.8 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

Dervoo/SolidityAdvancedContracts
Advanced Blockchain Contracts ETH
Language: Solidity - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 2

vicmar57/OOP-Design-Patterns
Object Oriented Design Patterns implemented in java
Language: Java - Size: 798 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 1

kan01234/design-patterns
Project of example of design patterns implement by Java.
Language: Java - Size: 1.82 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 3

rsvinicius/structural-design-patterns
Structural Design Patterns example use cases
Language: Kotlin - Size: 71.3 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

DeekshithRajBasa/Angular-InjectionToken-Example
Angular InjectionToken with bridge pattern example
Language: TypeScript - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

pushkar4/design-patterns
Java implementation of the Design Patterns
Language: Java - Size: 557 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

hirishu10/design-patterns
Design Patterns
Language: Java - Size: 48.8 KB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

emreksbyn/DesignPatterns
This repository has examples of Design Patterns.
Language: C# - Size: 42 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

MarshalOfficial/csharp-bridge-pattern
csharp bridge design pattern
Language: C# - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

EnesSERENLI/Design_Patterns
You can find examples of design patterns in this project. How many design patterns we have and you can see how some of them are used.
Language: C# - Size: 8.15 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

eneskzlcn/SurveyTrackingSystem
Class, use-case and activity models of survey tracking system. Used factory, strategy, bridge and composite design patterns also.
Size: 55.7 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

serhatyamann/DESIGN_PATTERNS
Design Patterns explanations and examples.
Language: C# - Size: 38.1 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

gowthamrajk/JAVA-Design-Patterns
Java Design Patterns & their Code implementation
Language: Java - Size: 254 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

saylord/software_design_patterns_final
Final Project for the Software Design Pattern course.
Language: Java - Size: 88.9 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ojullien/container-builder-bridge-php-di
A concrete implementation of php-di/php-di to use with ojullien/container-builder-bridge abstraction.
Language: PHP - Size: 188 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ojullien/container-builder-bridge-league
A concrete implementation of league/container to use with ojullien/container-builder-bridge abstraction.
Language: PHP - Size: 171 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ojullien/container-builder-bridge
A bridge to easily work with multiple types of PSR-11 container builder like DI\ContainerBuilder
Language: PHP - Size: 150 KB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

plusangel/TemplateBridgePatterns
This is a short example that demonstrates the template and bridge pattern using modern C++
Language: C++ - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

javamultiplex/java-design-pattern
This repository contains all the design patterns with example.
Language: Java - Size: 75.2 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

diegossl/Bridge-Pattern
Structural Bridge design pattern implemented in Typescript and transpile to JavaScript.
Language: TypeScript - Size: 81.1 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

MehrajLatifli/Device-management-in-Bridge-pattern
Example of Bridge pattern
Language: C# - Size: 5.86 KB - Last synced at: 23 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

tdm1223/DesignPattern
Design pattern practice by cpp
Language: C++ - Size: 570 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

descifrador17/Design-Patterns
Collection of Design Patterns Examples in Java and Kotlin
Language: Java - Size: 15.6 MB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

RuyArmando/alura-atividades
Atividades do curso de boas práticas em C#
Language: C# - Size: 42 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

majidkarimizadeh/bridge-design-pattern-sample
Decouple an abstraction from its implementation so that the two can vary independently
Language: PHP - Size: 289 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

alina-olaru/DesignPatterns
Structural Design Patterns in Java ( with some code examples ) :Adapter Design Pattern , Bridge Design Pattern , Composite Pattern ,Proxy Pattern ,Flyweight Pattern ,Facade Pattern ,Decorator Pattern .Creational Design Patterns : Singleton Pattern ,Builder Pattern ,Factory Method Pattern ,AbstractFactory Pattern ,Prototype Pattern
Language: Java - Size: 15.7 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

gojkovicmatija99/Database-client
Database client that connects to a server
Language: Java - Size: 449 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

RezaGholamzad/Java-design-patterns
java design patterns
Language: Java - Size: 170 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

jorgearojas25/ModelosProgramacion1
Trabajos Modelos de Programacion I UD
Language: Java - Size: 499 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

amit-shahi/Design-Patterns
Design Patterns: Examples in C# for Creational, Structural, Behavioural design patterns.
Language: C# - Size: 38.1 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

suyashsatav/Design-Patterns-csharp
A .net solution that has code examples in C# for most used design patterns.
Language: C# - Size: 9.77 KB - Last synced at: 6 months ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 1

TheGlitchCat/ASO
Software Architecture
Language: HTML - Size: 819 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

RadoslawKoch/UsingPatterns
Using Patterns in Java
Language: Java - Size: 22.5 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

OkanUzun/bridge-design-pattern
A basic implementation of Bridge Design Pattern
Language: Java - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

planetnest/reactJs8
Size: 32.2 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

SylwiaGargula/Diagrams-and-patterns
Language: Java - Size: 1.39 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
