An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: gof-patterns

LuisSalas94/design_patterns

This repository contains examples and exercises for learning design patterns in Java. It covers creational, structural, and behavioral patterns with practical implementations. Structure Examples: Each pattern has a dedicated folder with code examples.

Language: Java - Size: 244 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

UnBArqDsw2025-1-Turma02/2025.1-T02-_G7_PlanetarioVirtual_Entrega_03

Projeto G7 - Planetário Virtual, baseado em sites de Planetários e Fóruns da Comunidade de Astronomia, podendo ser em versão site, desktop ou aplicativo móvel.

Language: Java - Size: 54 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 1

Darlan0307/Design-Patterns

Um repositório com implementações práticas e exemplos claros dos principais padrões de design na programação orientada a objetos.

Language: TypeScript - Size: 20.5 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

andrei-punko/design-patterns

Design patterns implementation

Language: Java - Size: 7.7 MB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 1

nemanjarogic/DesignPatternsLibrary

A comprehensive design patterns library implemented in C#, which covers various design patterns from the most commonly used ones to the lesser-known ones. Get familiar with and learn design patterns through moderately realistic examples.

Language: C# - Size: 6.25 MB - Last synced at: 9 days ago - Pushed at: 11 months ago - Stars: 2,059 - Forks: 212

eleev/swift-design-patterns

🚀 The ultimate collection of Software Design Patterns & Principles with examples [38/79 Patterns].

Language: Swift - Size: 693 KB - Last synced at: 12 days ago - Pushed at: about 2 years ago - Stars: 393 - Forks: 51

luizomf/design-patterns-typescript

Nessa seção falamos sobre 22 (de 23) padrões de projeto da GoF. Todos descritos em vídeo, com teoria e prática + exemplos de código.

Language: TypeScript - Size: 3.91 MB - Last synced at: 13 days ago - Pushed at: about 3 years ago - Stars: 401 - Forks: 177

BoscoBecker/DesignPattern

Delphi Design Patterns (PHP to Delphi Conversion)

Language: Pascal - Size: 64.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

DovAmir/awesome-design-patterns

A curated list of software and architecture related design patterns.

Size: 95.7 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 42,510 - Forks: 3,052

RameshMF/gof-java-design-patterns

Repository for all GOF design patterns with examples in Java.

Language: Java - Size: 300 KB - Last synced at: about 1 month ago - Pushed at: almost 7 years ago - Stars: 50 - Forks: 49

thma/LtuPatternFactory

Lambda the ultimate Pattern Factory: FP, Haskell, Typeclassopedia vs Software Design Patterns

Language: Haskell - Size: 588 KB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 1,000 - Forks: 37

crystal-community/crystal-patterns

:book: Examples of GOF patterns written in Crystal

Language: Crystal - Size: 51.8 KB - Last synced at: 18 days ago - Pushed at: over 2 years ago - Stars: 296 - Forks: 11

ngljcb/px-loan-model-proto 📦

Software prototype in Java which implements best practices of object-oriented programming, SOLID principles & design patterns.

Language: Java - Size: 69.3 MB - Last synced at: 4 days ago - Pushed at: 8 months ago - Stars: 12 - Forks: 7

scottt2/design-patterns-in-dart

Gang of Four (GOF) design patterns implemented in Dart. Contributions welcome!

Language: Dart - Size: 63.5 KB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 479 - Forks: 116

SebastianBoldt/Gang-of-Four-and-Solid-Principles-in-Swift

👨‍👩‍👧‍👦 - My personal Repo to learn all 23 Gang of Four patterns and all SOLID Principles using Swift and Playgrounds

Language: Swift - Size: 355 KB - Last synced at: 25 days ago - Pushed at: about 7 years ago - Stars: 140 - Forks: 30

Vaneeza-7/Car-Showroom-Management-System

🚘 A desktop application built in Java for Car Showroom Management using the Swing framework and leverages MySQL for the backend.

Language: Java - Size: 464 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 2

edson-a-soares/gof_design_patterns

GoF Design Patterns implemented in modern C++.

Language: C++ - Size: 107 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 23 - Forks: 9

OmniaOsama03/GOF-Design-Patterns

In Progress - Java Implementation of the Gang of Four (GOF) design patterns

Language: Java - Size: 36.1 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

dfleta/frank-brunos-boxing

Examen programación Java do módulo de programación do ciclo de grado superior en Desenvolvemento de Aplicacións Multiplataforma do IES de Teis - Vigo.

Language: Java - Size: 1.03 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

srdotnetdev/CSharpDesignPatterns

C# Design Patterns

Language: C# - Size: 27.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

sudheerj/design-patterns

JavaScript(Vanilla/ES6/TypeScript) and Java (GoF) design patterns

Size: 1000 Bytes - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 98 - Forks: 29

MaroonSkull/TFCADIR

The first CAD in Russia

Language: C++ - Size: 205 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

sensorario/go-design-patterns

Inspired by GoF patterns

Language: Go - Size: 109 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 123 - Forks: 5

nackily/patterns-for-me

结合真实案例场景对常见的设计模式展开论述,列举特点和适用场景,总结使用技巧,以及分析在开源框架源码中的应用。截止目前,项目已有 13w+ 字...

Language: Java - Size: 15.5 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 176 - Forks: 28

vieira-brz/Python

Python 3: PySide6, Django, Selenium, Regexp, Testes, TDD, POO, Design Patterns GoF, Algoritmos e Programação...

Language: Python - Size: 3.21 MB - Last synced at: 5 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

andrezatcascais/dio-lab-patterns-project-java

Exploring Design Patterns in Practice with Java. This course is a module of the Bootcamp organised by DIO - Digital Innovation.

Language: Java - Size: 39.1 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

WFZ1/patterns-training

Rethinking GRASP, SOLID, and GoF patterns for Frontend & Backend modern development. My solutions made from Timur Shemsedinov the Patterns-2024 course.

Language: JavaScript - Size: 35.2 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

abc0990cba/code-playground

Language: JavaScript - Size: 10.1 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Caleb-Mantey/design-patterns-in-js

A resource to learn various design patterns (Structural Patterns, Behavioural Patterns & Creational Patterns). Comes with well documented examples all written in typescript.

Language: TypeScript - Size: 102 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

orbitturner/Design-Pattern-Decorator

An Demonstration Completing the Presentation Slide about the Design Pattern Decorator that i made. The Demos are made with PHP and JAVA.

Language: Java - Size: 542 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 4

helioLJ/design_patterns

Implementation of 23 Gang of Four (GoF) design patterns using TypeScript with practical examples and detailed explanations.

Size: 6.84 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

arifBurakDemiray/FACoin

Cryptocurrency exchange app

Language: Java - Size: 2.52 MB - Last synced at: 9 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

hnjm/awesome-design-patterns Fork of DovAmir/awesome-design-patterns

A curated list of software and architecture related design patterns.

Size: 88.9 KB - Last synced at: 27 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

rcarubbi/GOFPatterns

Language: C# - Size: 117 KB - Last synced at: 6 days ago - Pushed at: over 10 years ago - Stars: 2 - Forks: 0

HenriqueCosta05/Design-Patterns

Repositório para armazenar anotações sobre conceitos relacionados a Design Patterns

Language: TypeScript - Size: 1.08 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

alipayan/Standard-Design-Patterns

Gangs of Four Design Patterns is the collection of 23 design patterns from the book “Design Patterns: Elements of Reusable Object-Oriented Software”. Here we implement, describe and make example for each of them.

Language: C# - Size: 371 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

LUCIDSoftwares/FYPConnect

SDA Project

Language: Java - Size: 69.4 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

kabragaurav/gof-design-patterns

Gang-of-4 Design Patterns

Language: Java - Size: 22.5 MB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

kabragaurav/BillingSystem

Billing System

Language: Java - Size: 81.1 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

CSC3100/Patterns

📓Examples of design patterns

Language: Java - Size: 59.6 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

eminencegrs/gof-design-patterns

This code repository contains a complete set of 23 Gang of Four design patterns accompanied by examples illustrating each pattern.

Language: C# - Size: 60.5 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

ngljcb/px-filesystem-design-patterns

Repository showcasing software design patterns, part of a university course on software development methodologies. Includes implementations of Factory, Adapter, Composite, Observer, and more, with comprehensive examples and tests.

Language: Java - Size: 29.3 KB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

johnc219/virtual_proxy

(demo gem) Quickly build virtual proxies in Ruby

Language: Ruby - Size: 11.7 KB - Last synced at: 13 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

BilalM04/maze-runner-take-two

A Java program to find the path of various textual mazes, as well as verify paths and conduct benchmarking.

Language: Java - Size: 138 KB - Last synced at: 13 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DanilKarzanov/gofts

Language: TypeScript - Size: 243 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

MohamadrezaNazzaf/DesignPatterns

This repository is a collection of GOF design patterns

Language: C# - Size: 760 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

alimhtsai/Python_design_pattern

Gangs of Four design pattern in Python

Language: Python - Size: 15.6 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

utkuonursahin/gof-design-patterns

Gang of Four (GOF) design patterns' implementations.

Language: Java - Size: 84 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

adoi/node-design-patterns

Javascript Design Patterns implementation in NodeJS

Language: JavaScript - Size: 17.6 KB - Last synced at: 7 months ago - Pushed at: over 6 years ago - Stars: 23 - Forks: 5

syedumerahmedcode/builder-pattern

This project uses builder pattern to create Objects. In this example, a custom Pizza is created for a restaurant using the Builder Pattern. Using this pattern removes the need to call new operator on a class and the same construction process can create different representations.It allows us to dynamically create objects however we want to.

Language: Java - Size: 27.3 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

nnocturnnn/py-java-gof-patterns

Implementation on Java and Python patterns GOF

Language: Python - Size: 183 KB - Last synced at: 5 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

YoungMYN/samples-patterns-gof

In this project, I comprehended and implemented all the GoF patterns

Language: Java - Size: 10 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

esavini/cor-di

This library allows you to use constructor dependency injection (and perform Inversion of Control) with the Chain of Responsibility pattern.

Language: C# - Size: 31.3 KB - Last synced at: 6 days ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 1

sanchezih/designpatterns-java

Distintas implementaciones de los patrones de diseño del GoF utilizando Java 11.

Language: Java - Size: 294 KB - Last synced at: 1 day ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

rkuzmych/designpatterns-java

Repository contains GOF design patterns implemented in Java language

Language: Java - Size: 22.5 KB - Last synced at: 11 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

gentra/golang-design-patterns

Golang Design Patterns based on Gang of Four (GoF)

Language: Go - Size: 48.8 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

rubenssleme/03-design-patterns-java

"Como conhecer diversas soluções sem precisar passar por vários anos alternando entre escolhas certas e erradas? Como saber o contexto em que essas soluções são adequadas e quais são as contrapartidas dos benefícios da solução? Felizmente existe uma forma na qual desenvolvedores mais experientes expressam seu conhecimento em um determinado domínio. E então eu apresento os padrões de projeto, os Design Patterns!"

Language: Java - Size: 688 KB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

LilyOSullivan/Design-Patterns-in-CSharp

Design Patterns in C# and .Net

Language: C# - Size: 196 KB - Last synced at: 12 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

lombardi-g/My-Projects

Private projects and ideas for studying

Language: HTML - Size: 53.7 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

extio1/text_editor

Text editor inspired by GoF Lexi

Language: C++ - Size: 1.62 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

djeada/Design-Patterns-General-Overview

A comprehensive collection of the most popular design patterns and their implementations, designed to help you understand and apply these essential patterns in your software development projects. This repository covers a wide range of design patterns, providing clear explanations, practical examples, and code implementations in various languages.

Language: Python - Size: 56.6 KB - Last synced at: 10 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

DiegoPardoMontero/DesignPatterns

A repository for learning and applying design patterns to get more familiar with them

Language: Java - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

wikigreen/GoF-Patterns-examples

Simple examples for 23 Gang of Four design patterns using Java

Language: Java - Size: 38.1 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

maxpilat/design-patterns

Size: 26.4 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

melchisedech333/rust-design-patterns

😍 Collection of Design Patterns in Rust. In addition to GoF patterns, it also contains patterns like Newtype and RAII Guards.

Language: Rust - Size: 126 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

meloian/ModernProg

Postmodern technologies in SW development 2024

Language: Python - Size: 42 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

lqqokim/design-patterns-in-ts

Gang of Four (GOF) design patterns implemented in Typescript.

Language: TypeScript - Size: 24.4 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SoloveyTimofey/File-Catalog--Implementation-of-Composite-and-Chain-of-Responsibility-patterns

This is an example of impementation Composite and Chain of Responsibility patterns for modeling folder catalog.

Language: C# - Size: 4.48 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

NRuslanR/DocumentFlow

Document Flow Enterprise System developed with legacy Delphi and modern design approaches including Layered Architecture, DDD, CQRS, GoF, SOLID, GRASP, Patterns of Enterprise Application Architecture and so forth

Language: Pascal - Size: 199 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

Kogo1616/GoF

Explore our GoF patterns vault! From singletons to observers, find the keys to elegant code solutions. Let's unlock the magic of patterns together! ✨🔑

Language: C# - Size: 13.7 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

juancho088/software-design-patterns-kotlin

Introduction to the most popular Design Patterns, from the classic ones in the GoF to the most modern ones

Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

gmoon92/gof-design-pattern

GoF Design Pattern

Language: Java - Size: 3.83 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

Fariawillyan/Design-Patterns-Loja

Padroes de projeto Comportamentais com exemplo de uma Loja

Language: Java - Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Melika-Zabihi/JavaParser

Extracting class features from an open-source project

Language: Java - Size: 18.3 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dfleta/galley-grub

Desing pattern exercise: flyweight pattern and chain of responsability

Language: Java - Size: 2.68 MB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

Tihamer-k/Gof_Patterns

Repositorio creado para reforzar conocimientos en los patrones GoF

Language: Java - Size: 123 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

luizgustavogz/ws-python

Workspace-Python Desenvolvido através do: Curso de Python 3 do Básico ao Avançado (com projetos reais) na plataforma Udemy por Luiz Otávio Miranda

Language: Python - Size: 8.86 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

NelsonBN/design-patterns-gof-behavioral-state

GoF - Behavioral - State

Language: C# - Size: 17.6 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

NelsonBN/design-patterns-gof-creational-builder

GoF - Creational - Builder

Language: C# - Size: 24.4 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

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: about 5 years ago - Stars: 3 - Forks: 5

svdev/design-patterns-cpp17

Design Patterns Headers-only Library for C++17

Language: C++ - Size: 25.4 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

nadyapng/Space-Invaders

Classic retro Space Invaders game implemented using GoF design patterns in Java.

Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

emredkyc/DesignPatternsInCSharp

Most common Design Patterns you need to know, with examples in C#.

Language: C# - Size: 1.94 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

rikcav/padroes-de-projeto

Implementações de diferentes Padrões de Projeto em TypeScript.

Language: TypeScript - Size: 49.8 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

RaviSankarRao/DesignPatterns

Solution contains examples of the Gang of Four design patterns developed in C#

Language: C# - Size: 41 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

miamib34ch/HSE-SoftwareArchitecture 📦

Practical works on the subject "Design of software systems architecture"

Language: Python - Size: 444 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

dfleta/mollap-intercepting-filter

SOLID GoF desing-pattern intercepting-filter java UML

Language: Java - Size: 52.7 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

naohito-T/typescript-design-pattern

GoF OOP design patterns in typescript

Language: TypeScript - Size: 1.37 MB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

toniskobic/ShippingPortGOF

.NET 7.0 Console application implementing multiple GOF Design Patterns

Language: C# - Size: 779 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

flowkraft/design-patterns-python

Design Patterns implemented in Python

Language: Python - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

flowkraft/design-patterns-java

Design Patterns implemented in Java

Language: Java - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

nitishabharathi/Ecommerce-Design

An e-commerce application using GOF design patterns and domain-specific patterns.

Language: Java - Size: 280 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

romulodeoliveira/Design-Patterns

Classificação dos padrões GoF segundo Metsker

Language: C# - Size: 13.6 MB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

jacksonsr451/gof

Padrões de projetos GoF (Gang of Four) com Python

Language: Python - Size: 33.2 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

deepcloudlabs/cmp5151-software.design.patterns-2023.2024

CMP5151: Software Design Patterns (2023-2024)

Language: Java - Size: 564 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

deepcloudlabs/dcl220-2023-nov-27

DCL-220: Object-Oriented Programming Principles and Design Patterns (in Java SE 17)

Language: Java - Size: 408 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sergiodantasz/design-patterns-python

Repositório contendo os padrões de projeto (design patterns) com a linguagem Python.

Language: Python - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ShadowGreg/GoFPatterns

GoF Patterns

Language: C# - Size: 44.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

sangingeum/DesignPatterns

C++ Design pattern implementations

Language: C++ - Size: 82 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

oleksiivelychko/go-design-patterns

Design patterns

Language: Go - Size: 586 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0