All Projects → Java-Programs → Similar Projects or Alternatives

853 Open source projects that are alternatives of or similar to Java-Programs

Designpatterns
DesignPatterns samples by csharp on dotnetcore 《大话设计模式》 中设计模式总结/C#(.NETCore)代码
Stars: ✭ 73 (+43.14%)
Mutual labels:  patterns, oop, design-patterns
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.
Stars: ✭ 485 (+850.98%)
Mutual labels:  patterns, oop, design-patterns
OOP-In-CPlusPlus
An Awesome Repository On Object Oriented Programming In C++ Language. Ideal For Computer Science Undergraduates, This Repository Holds All The Resources Created And Used By Me - Code & Theory For One To Master Object Oriented Programming. Filled With Theory Slides, Number Of Programs, Concept-Clearing Projects And Beautifully Explained, Well Doc…
Stars: ✭ 27 (-47.06%)
Mutual labels:  oop, inheritance, polymorphism
java-springboot
(Java & React) Yazılım Geliştirici Yetiştirme Kampı Java kısmına ait yazılan kaynak kodlar ve ödev çalışmalarım.
Stars: ✭ 17 (-66.67%)
Mutual labels:  oop, inheritance
Unity-SerializeReferenceExtensions
Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.
Stars: ✭ 255 (+400%)
Mutual labels:  interface, polymorphism
the-stringler
An OOP approach to string manipulation.
Stars: ✭ 36 (-29.41%)
Mutual labels:  oop, string-manipulation
Dynamix
🍥 A new take on polymorphism in C++
Stars: ✭ 504 (+888.24%)
Mutual labels:  oop, polymorphism
Designpatternsphp
sample code for several design patterns in PHP 8
Stars: ✭ 20,158 (+39425.49%)
Mutual labels:  oop, design-patterns
Low Level Design Primer
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
Stars: ✭ 2,706 (+5205.88%)
Mutual labels:  oop, design-patterns
Nodejs-Design-Pattern
Resumen de patrones de diseño extraídos de mi lectura del libro "Node.js Design Patterns de Mario Casciaro 1ra edición"
Stars: ✭ 45 (-11.76%)
Mutual labels:  patterns, design-patterns
Go Patterns
Design patterns for the Go programming language
Stars: ✭ 432 (+747.06%)
Mutual labels:  patterns, design-patterns
Binarytraits.jl
Can do or not? It's easy. See https://tk3369.github.io/BinaryTraits.jl/dev/
Stars: ✭ 30 (-41.18%)
Mutual labels:  interface, design-patterns
Material Backdrop
A simple solution for implementing Backdrop pattern for Android
Stars: ✭ 221 (+333.33%)
Mutual labels:  patterns, design-patterns
express-mvc-pattern
Example nodejs using express implementation design pattern using mvc architecture.
Stars: ✭ 52 (+1.96%)
Mutual labels:  oop, design-patterns
Design Patterns In C
Practical design patterns in C
Stars: ✭ 183 (+258.82%)
Mutual labels:  patterns, oop
design-patterns
Simple examples of Design Patterns with PHP Examples
Stars: ✭ 75 (+47.06%)
Mutual labels:  oop, design-patterns
design-patterns-java
📗 Classic OOP Design Patterns from GoF, implemented in Java.
Stars: ✭ 25 (-50.98%)
Mutual labels:  oop, design-patterns
Python And Oop
Object-Oriented Programming concepts in Python
Stars: ✭ 123 (+141.18%)
Mutual labels:  oop, polymorphism
tidymodules
An Object-Oriented approach to Shiny modules
Stars: ✭ 110 (+115.69%)
Mutual labels:  oop, inheritance
go-design-pattern
go的设计模式实例
Stars: ✭ 45 (-11.76%)
Mutual labels:  patterns, design-patterns
software-design-pattern
Software design pattern
Stars: ✭ 43 (-15.69%)
Mutual labels:  patterns, design-patterns
Cloud Design Patterns
Prescriptive Architecture Guidance for Cloud Applications
Stars: ✭ 484 (+849.02%)
Mutual labels:  patterns, design-patterns
Go Pattern Examples
Examples of implement for awesome go patterns including usual design patterns, in easy understanding examples.
Stars: ✭ 65 (+27.45%)
Mutual labels:  patterns, design-patterns
Patterns Demos
Examples of Design Patterns in Java
Stars: ✭ 67 (+31.37%)
Mutual labels:  patterns, design-patterns
Ios Design Patterns
Learning ground for iOS Design Pattern included with sample projects for MVC, MVP, MVVM, and VIPER
Stars: ✭ 120 (+135.29%)
Mutual labels:  patterns, design-patterns
Node.js Design Patterns Third Edition
Node.js Design Patterns Third Edition, published by Packt
Stars: ✭ 239 (+368.63%)
Mutual labels:  patterns, design-patterns
Go Patterns
Curated list of Go design patterns, recipes and idioms
Stars: ✭ 17,827 (+34854.9%)
Mutual labels:  patterns, design-patterns
awesome-software-architecture
A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.
Stars: ✭ 1,594 (+3025.49%)
Mutual labels:  oop, design-patterns
Reactpatterns
React patterns & techniques to use in development for React Developer ⚛ .
Stars: ✭ 201 (+294.12%)
Mutual labels:  patterns, design-patterns
Guardclauses
A simple package with guard clause extensions.
Stars: ✭ 767 (+1403.92%)
Mutual labels:  patterns, design-patterns
Java-design-patterns
Java Design patterns.
Stars: ✭ 49 (-3.92%)
Mutual labels:  design-patterns, inheritance
Algorithms and data structures
180+ Algorithm & Data Structure Problems using C++
Stars: ✭ 4,667 (+9050.98%)
Front-End-Design-Patterns
Design Patterns
Stars: ✭ 25 (-50.98%)
Mutual labels:  oop, design-patterns
Oop
Interface and abstract class - simple and easy explanation
Stars: ✭ 109 (+113.73%)
Mutual labels:  interface, oop
Battleship
An Object-Oriented VBA experiment
Stars: ✭ 66 (+29.41%)
Mutual labels:  oop, polymorphism
typeclass-interface-pattern
Ideas, thoughts, and notes on a typeclass/interface based polymorphism pattern for standard C
Stars: ✭ 26 (-49.02%)
Mutual labels:  interface, polymorphism
Design Patterns
Contains examples of design patterns that implemented in php
Stars: ✭ 375 (+635.29%)
Mutual labels:  oop, design-patterns
estore
Electronic Store Application - A web based application developed using PHP and Driven by MySQL Database
Stars: ✭ 48 (-5.88%)
Mutual labels:  oop, design-patterns
Design Patterns Php
Most simplest design pattern implementation in PHP, including all 23 GoF patterns plus some other patterns
Stars: ✭ 85 (+66.67%)
Mutual labels:  oop, design-patterns
Java design patterns
Java 实现的面向对象设计模式示例, 创建者、抽象工厂、工厂方法、原型、单例、适配器、桥接、组合、装饰器、备忘录、观察者、状态、策略、模板方法、访问者
Stars: ✭ 547 (+972.55%)
Mutual labels:  oop, design-patterns
You Don T Know Oop
Знаете ли вы ооп?
Stars: ✭ 170 (+233.33%)
Mutual labels:  oop, polymorphism
Reason Design Patterns
🗺 An unofficial collection of "design patterns" for Reason and OCaml
Stars: ✭ 379 (+643.14%)
Mutual labels:  patterns, design-patterns
goodcode
A curated collection of annotated code examples from prominent open-source projects
Stars: ✭ 184 (+260.78%)
Mutual labels:  patterns, design-patterns
notes
My personal tutorials and notes.
Stars: ✭ 34 (-33.33%)
Mutual labels:  patterns, design-patterns
Learning Oop In Php
A collection of resources to learn object-oriented programming and related concepts for PHP developers.
Stars: ✭ 2,359 (+4525.49%)
Mutual labels:  oop, design-patterns
Designpatternsincsharp
Samples associated with Pluralsight design patterns in c# courses.
Stars: ✭ 149 (+192.16%)
Mutual labels:  patterns, design-patterns
Design-Patterns
Project for learning and discuss about design patterns
Stars: ✭ 16 (-68.63%)
Mutual labels:  oop, design-patterns
design-patterns-cookbook
Design Patterns in simple words with examples on PHP
Stars: ✭ 26 (-49.02%)
Mutual labels:  oop, design-patterns
The-Ruby-Workshop
A New, Interactive Approach to Learning Ruby
Stars: ✭ 26 (-49.02%)
Mutual labels:  oop
eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Stars: ✭ 8,250 (+16076.47%)
Mutual labels:  design-patterns
awesome-programming-books
List of good programming books for beginners and professionals
Stars: ✭ 68 (+33.33%)
Mutual labels:  patterns
flutter getx template
🍻🍀 This is source base for getx flutter. Optimize by lambiengcode
Stars: ✭ 43 (-15.69%)
Mutual labels:  patterns
2D CARFIVE
2D Cartesian Quadtree Adaptive Mesh Refinement (AMR) for multiphase Five Equations Model
Stars: ✭ 23 (-54.9%)
Mutual labels:  design-patterns
crab
JavaScript library for building user interfaces with Custom Elements, Shadow DOM and React like API
Stars: ✭ 22 (-56.86%)
Mutual labels:  interface
VecFor
Vector algebra class for Fortran poor people
Stars: ✭ 28 (-45.1%)
Mutual labels:  oop
nxdk-rdt
Remote Dev Tool is a tool to remote control an Xbox using memory access and RPC
Stars: ✭ 23 (-54.9%)
Mutual labels:  interface
open qoob
a semi-RESTful php api framework designed to simplify and expedite the process of creating dynamic web applications.
Stars: ✭ 16 (-68.63%)
Mutual labels:  oop
convoworks-core
PHP framework for handling conversational services like Amazon Alexa skills, Google Assistant, Viber, FB messenger ...
Stars: ✭ 20 (-60.78%)
Mutual labels:  oop
blexar
❤ An HTML, CSS and JavaScript framework for developing responsive modern web interfaces, focused on usability and minimal sizes, with all the necessary extensions.
Stars: ✭ 30 (-41.18%)
Mutual labels:  design-patterns
rust-concurrency-patterns
Examples of concurrency patterns implemented in Rust
Stars: ✭ 29 (-43.14%)
Mutual labels:  patterns
1-60 of 853 similar projects