programming-paradigms
There are 75 repositories under programming-paradigms topic.
iluwatar/programming-principles
Categorized overview of Programming Principles & Patterns
quack/quack
:baby_chick: A multi-paradigm programming language with gradual and duck typing that targets PHP and JS
err0r500/foundational-knowledge-for-programmers
List of resources about foundational knowledge for programmers (supposed to last a few decades)
hyperc-ai/ordered
Entropy-controlled contexts in Python
egormkn/ifmo-kt
Практические задания. Университет ИТМО, кафедра КТ
DestructHub/computer-programs-paradigms
Solving Louv1.1x Paradigms of Computer Programming - Fundamentals Course
AndreaInfUFSM/elc117-2024b
ELC117 - Paradigmas de Programação - UFSM - 2024b
AndreaInfUFSM/elc117-2022b
ELC117 - Paradigmas de Programação - UFSM - 2022b
el-f/CS-Material-And-Snippets
A Collection of computer science related projects / courses / tutorials and general code examples / snippets / solutions.
AndreaInfUFSM/elc117-2020a
ELC117 - Paradigmas de Programação - UFSM - 2020a
Alzeth/software-engineering-senior-growth-knowledge-base
All you need to know to become a Senior Software Engineer in JavaScript
foyez/oop
Basic concepts of object oriented programming
kienmarkdo/Taxi-Geolocation-Clustering-DBSCAN
A multi-paradigm data clustering application that implements the MapReduce DBSCAN algorithm to cluster the GPS starting locations of 200,000 taxi trip records to identify the best waiting areas for a taxi company’s vehicles.
artemohanjanyan/university
Single repository for university projects
lambda-limbo/louv1.1x
A course on computer programming paradigms
mrcaique/ufsc-ine5416
Programming paradigms, second semester of 2015
comp-348/comp-348.github.com
The repository for the COMP-348 Q&A website
ahmetbcakici/programming-paradigms-procedural-oop-function
Codes i show on my YouTube video
lukelmiller/Programming-Paradigms
This is a repo for all of my Programming Paradigms projects. UARK Programming Paradigms Spring 2020 CSCE 3193.
sofiane-abou-abderrahim/javascript-programming-paradigms
I built this little JavaScript demo in three different ways by using the three programming paradigms: Procedural Programming, Oriented Object Programming and Functional Programming.
christabor-archive/pystruct_types
Structural type checking for Python
foyez/fp
Functional Programming
harshchan/college-projects
hey these are some college and senior secodary projects . hope you like it
includeDaniel/c-algorithms
Algorithms in C
jojijacobk/Programming-Paradigms-Knowledge
An outlook on different programming paradigms
M-U-C-K-A/LanguageCreation
We want to deepen our understanding of programming languages' functioning. To achieve this goal, we have decided to create our own language. Our intention is not to develop a complex language but rather to design an extremely simple language in order to grasp all the underlying intricacies of programming.
mariateodorapopescu/stable_marriage_problem_racket
This concise yet powerful implementation delves into the intricacies of matching preferences between two groups, ensuring stability in the pairings.
me4502/CAB402Examples
Examples used throughout CAB402 Assignment 2
mmedhat1910/CPU-Cache-Haskell
CPU Cache simulation using functional programming in Haskell
mmedhat1910/CPU-Cache-Prolog
CPU Cache simulation using logic programming in prolog
rossanthony/pp14
Coursework for Programming Paradigms module of MSc Advanced Computing Technologies. Involving a Maze in Prolog, a library reservation system in Ruby, solving Sudoku in Racket, message passing in Erlang and a cipher coder/decoder in Scala
samuelastech/code
Every piece of concept that I'm learning will be placed here so that I can consult it later as a reference
sonofmath/MultiThreadingExtravaganza
A Multi-threading exploratory repository, designed to improve understanding of multi-threading across various languages and paradigms.
yapzhenyie/APLC-Assignment-Covid-19
A computer program using multi-paradigm approach to visualise statistic data covering confirmed cases, death cases and recovered cases according to the given dataset.