Topic: "inheritance"
ryanmcdermott/clean-code-javascript
Clean Code concepts adapted for JavaScript
Language: JavaScript - Size: 508 KB - Last synced at: 6 days ago - Pushed at: 10 months ago - Stars: 92,871 - Forks: 12,415

thangchung/clean-code-dotnet
:bathtub: Clean Code concepts and tools adapted for .NET
Language: C# - Size: 36.5 MB - Last synced at: 6 days ago - Pushed at: 9 months ago - Stars: 7,397 - Forks: 1,134

qkraudghgh/clean-code-javascript-ko Fork of ryanmcdermott/clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript - 한글 번역판 :kr:
Size: 299 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 2,092 - Forks: 449

AllJointTW/clean-code-javascript Fork of ryanmcdermott/clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript (無瑕的程式碼 JavaScript)
Language: JavaScript - Size: 449 KB - Last synced at: 11 months ago - Pushed at: about 2 years ago - Stars: 941 - Forks: 185

mitsuruog/clean-code-javascript Fork of ryanmcdermott/clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript
Language: JavaScript - Size: 531 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 527 - Forks: 18

passsy/CompositeAndroid 📦
Composition over inheritance for Android components like Activity or Fragment
Language: Java - Size: 1.5 MB - Last synced at: 5 months ago - Pushed at: about 6 years ago - Stars: 515 - Forks: 25

manuc66/JsonSubTypes
Discriminated Json Subtypes Converter implementation for .NET
Language: C# - Size: 732 KB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 398 - Forks: 56

milaan9/06_Python_Object_Class
Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn the basics of object-oriented programming in Python.
Language: Jupyter Notebook - Size: 574 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 297 - Forks: 247

hienvd/clean-code-javascript
:bathtub: Clean Code cho Javascript: một số lời khuyên để giữ cho code js của bạn luôn sạch sẽ thơm tho :muscle: :muscle: :muscle:
Language: JavaScript - Size: 134 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 292 - Forks: 214

foss-dev/clean-code-javascript-tr
JavaScript için Uyarlanmış Temiz Kod Kavramları
Size: 137 KB - Last synced at: 5 days ago - Pushed at: over 4 years ago - Stars: 292 - Forks: 45

soumyadip007/Object-Oriented-Programming-Using-Python
Python is a multi-paradigm programming language. Meaning, it supports different programming approach. One of the popular approach to solve a programming problem is by creating objects. This is known as Object-Oriented Programming (OOP).
Language: Jupyter Notebook - Size: 28.3 KB - Last synced at: 7 days ago - Pushed at: almost 5 years ago - Stars: 197 - Forks: 192

ravi2519/JavaCertification
This is a full resource guide for my attempt to get Java 11 Certified
Language: Java - Size: 173 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 147 - Forks: 54

Novartis/tidymodules
An Object-Oriented approach to Shiny modules
Language: R - Size: 1.4 MB - Last synced at: 3 days ago - Pushed at: 8 months ago - Stars: 144 - Forks: 11

MaatheusGois/clean-code-swift
🇺🇸 Clean Code Adapted for Swift
Language: Swift - Size: 215 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 109 - Forks: 5

gabrieldim/OOP-CPP
Polymorphism, Inheritance etc
Language: C++ - Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 104 - Forks: 1

chaadow/active_record-acts_as
Simulate multi-table inheritance for ActiveRecord models
Language: Ruby - Size: 302 KB - Last synced at: 4 days ago - Pushed at: 11 months ago - Stars: 100 - Forks: 4

divScorp/Java-Programs
Java Practiced Problems including concepts of OOPS, Interface, String , Collection.
Language: Java - Size: 85.9 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 94 - Forks: 61

jolin-io/WhereTraits.jl
traits for julia: dispatch on whatever you want using where syntax
Language: Julia - Size: 3.04 MB - Last synced at: 18 days ago - Pushed at: 7 months ago - Stars: 92 - Forks: 3

aryashah2k/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 Documented Learnings, This Repository Shall Project My Learnings In OOP During College And Help You Master The Same!
Language: C++ - Size: 55.1 MB - Last synced at: 2 days ago - Pushed at: almost 4 years ago - Stars: 85 - Forks: 14

tigranv/Useful_Examples_C-Sharp
In this repository, I gathered a lot of useful examples of code and their description that I create while studying programming. Here you can find examples on the use of the Inheritance, Encapsulation, Abstraction, Interfacies, Polymorphism, Indexers, Operators Overloading, Extention Methods, System IO , Exception Handling, Delegates, Events, IDisposable, IClonable, GC, IEnumerable, IEnumerator Interfaces, Yield, Generic Programming,
Language: C# - Size: 337 KB - Last synced at: about 1 month ago - Pushed at: about 8 years ago - Stars: 85 - Forks: 32

Intangible-pg18/Cpp-Deep-Dive
A C++ (cpp) repository about the unknown, lesser known, and the most important facts and concepts.
Size: 1.32 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 73 - Forks: 16

Shikha-code36/Object-Oriented-Programming-OOPs-Python
Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn about object-oriented programming in Python.
Language: Python - Size: 45.9 KB - Last synced at: 27 days ago - Pushed at: 9 months ago - Stars: 70 - Forks: 25

rohitksingh/My_Android_Garage
A quick reference guide for Android development.
Language: Java - Size: 2.22 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 66 - Forks: 36

mrmlnc/emitty
A platform for finding dependencies between files and building tools for incremental compilation or build.
Language: TypeScript - Size: 123 KB - Last synced at: 2 days ago - Pushed at: over 5 years ago - Stars: 64 - Forks: 6

arasgungore/CMPE160-projects
Three Java projects assigned for the Introduction to Object-Oriented Programming (CMPE 160) course in the Spring 2021 semester.
Language: Java - Size: 2.13 MB - Last synced at: 29 days ago - Pushed at: almost 3 years ago - Stars: 62 - Forks: 17

fasttime/Polytype
Dynamic multiple inheritance for JavaScript and TypeScript. Without mixins.
Language: JavaScript - Size: 511 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 61 - Forks: 3

Olical/Heir
Helper functions for prototypical inheritance in JavaScript
Language: JavaScript - Size: 82 KB - Last synced at: 3 days ago - Pushed at: about 7 years ago - Stars: 61 - Forks: 9

harismuneer/Zelda-Game
👽 A text based adventure game made using concepts of OOP like Inheritance, Composition, Association, Polymorphism etc
Language: C++ - Size: 409 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 60 - Forks: 24

TheLartians/Glue
⛓️ Bindings that stick. A simple and generic API for C++ to other language bindings supporting bidirectional communication, inheritance and automatic declarations.
Language: C++ - Size: 1.46 MB - Last synced at: 11 days ago - Pushed at: over 4 years ago - Stars: 57 - Forks: 2

yidas/codeigniter-psr4-autoload
CodeIgniter 3 PSR-4 Autoloader for Application
Language: PHP - Size: 8.79 KB - Last synced at: 30 days ago - Pushed at: about 2 years ago - Stars: 54 - Forks: 10

sdmg15/Java-design-patterns
Java Design patterns.
Language: Java - Size: 22.5 KB - Last synced at: 6 days ago - Pushed at: over 6 years ago - Stars: 54 - Forks: 44

MoeinMirkiani/clean-code-javascript-fa Fork of ryanmcdermott/clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript (Farsi/Persian version)
Language: JavaScript - Size: 566 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 51 - Forks: 5

bittner/django-apptemplates
Django template loader that allows you to load and override a template from a specific Django application.
Language: Python - Size: 38.1 KB - Last synced at: 25 days ago - Pushed at: about 5 years ago - Stars: 51 - Forks: 12

freitasgouvea/token-erc-20
This is an example of implementation in solidity language of an ERC-20 standard Ethereum Token, mintable and burnable, with owner access permissions and pausable module.
Language: JavaScript - Size: 4.41 MB - Last synced at: 4 days ago - Pushed at: 5 months ago - Stars: 44 - Forks: 20

k1r0s/kaop
Advanced OOP Library with createClass, inheritance, providers, injectors, advices which enables handy Inversion of Control techniques
Language: JavaScript - Size: 521 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 39 - Forks: 5

NdubuisiJr/TypeExtender
A library that extends any unsealed type at runtime
Language: C# - Size: 148 KB - Last synced at: 7 days ago - Pushed at: 9 months ago - Stars: 37 - Forks: 11

kbss-cvut/jopa
Java OWL Persistence API
Language: Java - Size: 116 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 35 - Forks: 16

onury/custom-error-test
Compare and test various custom error implementations.
Language: JavaScript - Size: 160 KB - Last synced at: 28 days ago - Pushed at: over 3 years ago - Stars: 34 - Forks: 3

mmustafaicer/StartingOutWithPython
The codes of the book "Starting Out With Python" (3rd Edition) by Tony Gaddis.
Language: Python - Size: 161 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 34 - Forks: 23

njnareshjoshi/exercises
This repository along with the articles repository (https://github.com/njnareshjoshi/articles) contains coding examples for my blog ProgrammingMitra
Language: Java - Size: 82 KB - Last synced at: 15 days ago - Pushed at: over 4 years ago - Stars: 31 - Forks: 27

layer-pack/layer-pack
Webpack plugin to make inheritable npm packages / webpack configs, (a)sync glob imports, and mono repo apps
Language: JavaScript - Size: 473 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 29 - Forks: 1

saurabh0719/object-tracker
A pure python Object state change tracker. Monitor all changes in the object's lifecycle and trigger callback functions. :pencil:
Language: Python - Size: 149 KB - Last synced at: 10 days ago - Pushed at: about 1 year ago - Stars: 27 - Forks: 1

theArjun/java-notes
Complete Java Note for colleges in Nepal.
Language: Java - Size: 7.68 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 26 - Forks: 34

VaibhavBichave/Java-OOPL
This repository contains the Assignment code of Object Oriented Programming Assignments of SPPU, Second Year IT Syllabus (2019 pattern)
Language: Java - Size: 75.2 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 26 - Forks: 17

magynhard/yaml_extend
Ruby gem that extends YAML to support file based inheritance, including command line version
Language: Ruby - Size: 98.6 KB - Last synced at: 3 days ago - Pushed at: 9 months ago - Stars: 24 - Forks: 12

izuzanak/uclang
Interpreted, dynamically typed, object-oriented programming language
Language: C++ - Size: 4.88 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 23 - Forks: 3

TrainingByPackt/Cpp-Fundamentals
Hit the ground running with C++
Language: C++ - Size: 82 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 23 - Forks: 15

hoangsonww/Software-Design-Patterns
🎨 A comprehensive exploration of object-oriented design patterns, featuring fully implemented examples like inheritance, composition, observers, decorators, and factory methods. Built with Java to demonstrate their real-world applications in scalable and maintainable software design.
Language: Java - Size: 5.41 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 22 - Forks: 16

hoangsonww/Inheritance-in-Java
📚 This repository features the power and applications of inheritance, encapsulation, and interfaces in Java. It includes examples of how to efficiently manage and organize objects, leveraging inheritance for code reusability and interfaces for implementing polymorphism.
Language: Java - Size: 30.3 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 21 - Forks: 8

snrazavi/OOP_Python
A short course introducing Object Oriented Programming in Python.
Language: Jupyter Notebook - Size: 218 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 21 - Forks: 2

dinanathsj29/typescript-tutorial
A Typescript fundamentals tutorials for beginners, An introduction & step-by-step guide to Typescript language latest features in combination with ECMAScript 5,6,7
Language: JavaScript - Size: 98.6 KB - Last synced at: 29 days ago - Pushed at: almost 6 years ago - Stars: 20 - Forks: 18

vittorioromeo/SSVEntitySystem
[HEADER-ONLY] C++14 simple entity/component system for realtime games. Simplicity of use is preferred over a real "entity-component-system" hierarchy. Components update and draw themselves (users create their own components and override the virtual methods). Fast, easy to use and to expand. Should be fine for any simple game.
Language: C++ - Size: 324 KB - Last synced at: about 1 month ago - Pushed at: over 8 years ago - Stars: 19 - Forks: 3

jlorente/yii2-activerecord-inheritance
ActiveRecord Inheritance is an util to provide the Class Table Inheritance Pattern the to the Yii2 framework
Language: PHP - Size: 27.3 KB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 18 - Forks: 7

zhenglu0/Object-Oriented-Software-Development
Using C++ to build Nine Almonds, Checkers, Magic Square, Reversi , Chess, Tic Tac Toe Game.
Language: C++ - Size: 59.6 KB - Last synced at: about 2 years ago - Pushed at: almost 9 years ago - Stars: 18 - Forks: 5

en96321/vue-inheritance
vue-inheritance
Language: JavaScript - Size: 94.7 KB - Last synced at: 24 days ago - Pushed at: 8 months ago - Stars: 17 - Forks: 0

yenilikci/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.
Language: Java - Size: 551 KB - Last synced at: 26 days ago - Pushed at: almost 4 years ago - Stars: 17 - Forks: 1

extremecodetv/Inheritance
Language: C# - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 17 - Forks: 1

cynx/javascript_inheritance_composition
Trying out few Inheritance patterns and equivalent implementation using Composition
Language: JavaScript - Size: 4.88 KB - Last synced at: about 1 month ago - Pushed at: about 8 years ago - Stars: 16 - Forks: 2

jeanbmar/graphql-inherits
@inherits directive for Apollo GraphQL
Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 15 - Forks: 0

s-sys/django-improved-permissions 📦
Django application made to make django's default permission system more robust.
Language: Python - Size: 211 KB - Last synced at: 10 days ago - Pushed at: almost 5 years ago - Stars: 15 - Forks: 2

TheLartians/Revisited
🧑🤝🧑 The visitor pattern revisited. An inheritance-aware acyclic visitor template, any and any-function templates.
Language: C++ - Size: 186 KB - Last synced at: 5 days ago - Pushed at: almost 5 years ago - Stars: 15 - Forks: 2

mrinaljain/Javascript-A-Z-notes
A comprehensive collection of end-to-end learning notes on Namaste JavaScript concepts. Simplified explanations, examples, and practical insights to help developers of all levels grasp JavaScript fundamentals with ease.
Language: JavaScript - Size: 1 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 14 - Forks: 5

insin/concur
Sugar for infectious JavaScript inheritance, metaprogramming & mixins
Language: JavaScript - Size: 217 KB - Last synced at: 6 days ago - Pushed at: about 10 years ago - Stars: 14 - Forks: 0

NachiketaVadera/100-ways-to-print-HelloWorld-in-java
This repository is a quest to write the Hello World program in 100 different ways. It's also a good place to start contributing because it's super simple. Start an issue, submit a PR!
Language: Java - Size: 221 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 13 - Forks: 60

BBTK-2020-2021-Dersleri/Object-Oriented-Programming
Object Oriented Programming with C++ /created by Muzaffer Arda Uslu
Language: C++ - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 13 - Forks: 1

SandsHellCreations/Generic-TableView-DataSource
Generic TableView datasource that can be used to populate any type of listing with single cell listing, sectional listing and useful to populate different type of cells in one section using protocol based models and Generics.
Language: Swift - Size: 30.6 MB - Last synced at: 29 days ago - Pushed at: almost 5 years ago - Stars: 13 - Forks: 4

aarongarciah/css-beginners-training
Small intro to CSS for people that don't understand CSS
Language: HTML - Size: 188 KB - Last synced at: 6 days ago - Pushed at: about 5 years ago - Stars: 13 - Forks: 0

oOthkOo/embryo.js
The most simple, customizable and easy to use JavaScript standard inheritance library
Language: JavaScript - Size: 58.6 KB - Last synced at: 15 days ago - Pushed at: 4 months ago - Stars: 12 - Forks: 1

lironmiz/next.py-python-course
this repository contains solutions in python to the next.py python course problems of the Cyber Education Center from campus.gov.il.
Language: Python - Size: 150 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 0

pmq20/FormCore
.NET + React + Ant Design infrastructure for inheritable dynamic forms
Language: JavaScript - Size: 552 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 3

dirkriehle/adap-course
A course on advanced object-oriented design and programming
Language: Java - Size: 142 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 11 - Forks: 8

ClaudiaRojasSoto/OOP_School_Library
Welcome to the School_Library project! This application serves as a tool for librarians at OOP University to manage their book records and track book borrowings.
Language: Ruby - Size: 63.5 KB - Last synced at: 19 days ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 0

Ruben-Arushanyan/base-classes
Useful JavaScript base classes for efficient and quick solutions to common problems.
Language: JavaScript - Size: 1.52 MB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 0

theabhishek07/Object_Oriented_Programming
This repository contains all the important content related to oops in java
Language: Java - Size: 32.6 MB - Last synced at: 19 days ago - Pushed at: about 2 years ago - Stars: 11 - Forks: 9

SabaUrgup/Bank-App
Within the scope of this project, an online bank application was developed by me in accordance with the UML diagram shown in the relevant pdf.
Language: Java - Size: 500 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 11 - Forks: 1

darkleaf/multidecorators
Like multimethods but multidecorators.
Language: Clojure - Size: 11.7 KB - Last synced at: 27 days ago - Pushed at: about 5 years ago - Stars: 11 - Forks: 0

thakursaurabh1998/cpp
This repo contains all the C++ programs that are made as part of Object Oriented Programming subject.
Language: C++ - Size: 67.4 KB - Last synced at: 4 days ago - Pushed at: over 6 years ago - Stars: 11 - Forks: 9

Shubh2-0/Core-JAVA
This repository contains three projects developed in Core Java to solve basic problem statements. The projects focus on different aspects of Core Java, including console printing, multiple-choice questions, and simple interactive problems.
Language: Java - Size: 31.3 KB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 1

inoyakaigor/mobx-store-inheritance
Inheritance for Mobx stores
Language: TypeScript - Size: 15.6 KB - Last synced at: 27 days ago - Pushed at: almost 2 years ago - Stars: 10 - Forks: 0

sondosaabed/Palestinian-Dairy-Factory
Java to apply a new project Palestinian Dairy Factory
Language: Java - Size: 122 KB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 0

VanHakobyan/InterfaceChess
:waxing_crescent_moon: chess, interface, inheritance , queen :woman: ,rook, bishop,
Language: C# - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: almost 8 years ago - Stars: 10 - Forks: 0

EndyKaufman/ngx-bind-io
Directives for auto binding Input() and Output() from host component to inner in Angular9+ application
Language: TypeScript - Size: 7.15 MB - Last synced at: 9 days ago - Pushed at: about 2 months ago - Stars: 9 - Forks: 2

nixel2007/extends
Реализация наследования для OneScript
Language: 1C Enterprise - Size: 63.5 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 9 - Forks: 2

filrak/astro-layers
This package allows you to create multiple layers of files that override your base Astro application. Similarly to Nuxt Layers.
Language: TypeScript - Size: 197 KB - Last synced at: 6 days ago - Pushed at: 5 months ago - Stars: 9 - Forks: 1

AYSE-DUMAN/Object-Oriented-Programming-with-Python-Tutorial
Language: Python - Size: 6.84 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 9 - Forks: 1

HoseinRezaeeM/Travel-ticket-online-purchase-system
Project (Hibernate + Servlet + Java) Online shopping site for plane, train and bus tickets It is possible to register, login, buy, show the list of trips based on the origin, destination, date, buy and show tickets Ticket cancellation and... that of Hibernate, Servlet, JSP and Postgresql For back-end site design
Language: Java - Size: 25.3 MB - Last synced at: 28 days ago - Pushed at: 11 months ago - Stars: 9 - Forks: 1

sinjaz/js
Practical examples of JavaScript basics including OOP, inheritance, promises, closures, generators, coroutines and more...
Language: JavaScript - Size: 584 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 6

sondosaabed/Cars-agency
In this assignment, I apply the following concepts I learned in java (abstract class, interfaces, Polymorphism, exception handling, Files manipulation and encapsulation)
Language: Java - Size: 4.88 KB - Last synced at: 19 days ago - Pushed at: about 3 years ago - Stars: 9 - Forks: 0

MuhammadAdilMemon/1st-Semester-PF-Lab-Tasks
This repository contains a set of lab tasks for a Programming Fundamentals course. The lab tasks are organized into 11 different labs, each covering a different topic related to programming in C++.This repository could be a valuable resource for students who are taking a programming fundamentals course and want to practice their skills in C++.
Language: C++ - Size: 113 KB - Last synced at: 19 days ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 3

norbekoff/clean-code-javascript-uz
JavaScript uchun moslashtirilgan toza kod yozish tushunchalari
Size: 62.5 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 3

rohits05/Oops.ma
Grasp the principles of Oops fundamentals in hard-coded way along with proper examples.
Language: Java - Size: 10.7 KB - Last synced at: 13 days ago - Pushed at: almost 3 years ago - Stars: 8 - Forks: 0

HowProgrammingWorks/Prototype
Prototype-oriented programming
Language: JavaScript - Size: 22.5 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 30

Furkanben/KampIntro
"Yazılım Geliştirici Yetiştirme Kampı" ders ve ödev kodları/notları (kodlama.io - Eğitmen: Engin Demiroğ)
Language: C# - Size: 52.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 0

Itchimonji/angular-code-reuse-examples
A repository about some techniques how to reuse code in angular
Language: TypeScript - Size: 151 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 1

pilosus/c3linear
Naive C3 linearization algorithm tutorial
Language: Python - Size: 12.7 KB - Last synced at: 27 days ago - Pushed at: about 6 years ago - Stars: 8 - Forks: 1

VanHakobyan/InheritanceInSoccerPlayer
:soccer: Inheritance in soccer player class library, messi, position, defender ,football:soccer:
Language: C# - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: about 8 years ago - Stars: 8 - Forks: 0

ehmicky/modern-errors-switch
`modern-errors` plugin to execute class-specific logic.
Language: JavaScript - Size: 6.09 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 7 - Forks: 0

flexycode/CCOBJPGL-JAVA
💫 This repository is intended for CCOBJPGL COM24P1 in JAVA - Professor Jay Abaleta
Language: Java - Size: 7.85 MB - Last synced at: 27 days ago - Pushed at: 6 months ago - Stars: 7 - Forks: 0

vuestorefront/theme-utilities 📦
Simple theme inheritance for any JavaScript application
Language: TypeScript - Size: 114 KB - Last synced at: about 8 hours ago - Pushed at: about 1 year ago - Stars: 7 - Forks: 3

safient/core-js
JavaScript SDK to manage and interact with the safes on Safient protocol
Language: TypeScript - Size: 6.79 MB - Last synced at: 4 days ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 1
