Topic: "procedural-programming"
Binispeter/PeterMac
My school's files
Language: C - Size: 61.6 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

GustavoOly/Lyceum
My personal studies
Language: C - Size: 20.8 MB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

rohteemie/linux_simple_shell
Designing a customized Linux shell that replicates the functionality of the Bourne Again Shell (Bash). This project is implemented in the C programming language and leverages system functions such as PID, PPID, and fork.
Language: C - Size: 108 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Martinjur99/Text-analyzer
you write correct username and password and choose text 1, 2 or 3, than the program show how many words there are, how many uppercase, lowercase words, numbers etc.
Language: Python - Size: 1.95 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

mariamgerges575/dots-and-boxes
Dots and Boxes is a game for two players OR only one player vs computer, It starts with an empty grid of dots, The players take turns in the game by putting a single line between the dots until the whole grid is completed. When a player completes a square, He scores a point and take turn again.
Language: C - Size: 1.04 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

nicolas-oliveira/alwayscodeinc
Goal to create all data structures in C
Language: C++ - Size: 3.34 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

FarrelAD/Case-Study-OOP-Procedural-In-Python
I want to learn how it looks like OOP and Procedural paradigm in real program. I choose Python because it's easy to understand the syntax.
Language: Python - Size: 22.5 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Surjoyday/Functional-Procedural-ObjectOriented-Programming
Code examples illustrating different programming paradigms: Object-Oriented Programming (OOP), Procedural Programming (PP), and Functional Programming (FP).
Language: JavaScript - Size: 8.79 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

dragancajic/proceduralno-programiranje
Процедурално програмирање - Python @ ПМФ Бања Лука
Language: Jupyter Notebook - Size: 683 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Mobiwn/Programming-Language-Design
💻 Dive into a curated collection of programming language comparisons, exercises, and detailed slides in this repository for Urmia University students.
Size: 34.6 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

rushp28/HuffmanEncoder
A Text Huffman Encoding Application built in C. COMP50004 Data Structures and Algorithms Milestone 2.
Language: C - Size: 629 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

rushp28/BrowserHistoryManager
A Browser History Management Application built in C. COMP50004 Data Structures and Algorithms Milestone 1.
Language: C - Size: 1.25 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

ccmadden/eecs280-p1
Program that analyzes data from the research study.
Language: C++ - Size: 833 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

towaquimbayo/COMP-2510
BCIT Computer Systems Technology (CST) - COMP 2510 (Procedural Programming)
Language: C - Size: 963 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mifthulyn07/coding-stories
My journey in learning to code began in 2019 and is ongoing. While this repository is primarily for my personal use, feel free to explore and follow along if you're interested.
Language: HTML - Size: 170 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mansooralodhi/cppFoundation
Relearning Cpp.
Language: C++ - Size: 35.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jakadaharris/JAVA151
This collection showcases a series of projects and assignments, demonstrating the skills and knowledge I have gained in the JAVA 151 course. Each project within this repository reflects a step in my journey to mastering Java programming.
Language: Java - Size: 53.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Programming-Notes-all-languages/Python-Notes
This project consists of the core concepts of Python, which are written on, elaborated upon, and are structured.
Size: 314 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ItsPinion/TodoList
A comprehensive project designed to practice JavaScript and TypeScript skills, showcasing Functional, Object-Oriented, and Procedural programming paradigms through task management.
Language: TypeScript - Size: 50.8 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Valeryio/Python-scratch
That's a sample challenge on python programming language I did to introduce myself to the language python. Here you are the link to the project content.
Language: Python - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

fuse-lang/fuse
A staticly typed, highly portable programming language that can target Lua, LuaJIT, Luau and alternative runtimes.
Language: Rust - Size: 435 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Vincentbeh00/STIA1123-PROGRAMMING-2
OOP and Java :O
Language: Java - Size: 2.49 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Ribal-Raza/python-concepts
Python programming Language's Basic and Advanced Concepts
Language: Python - Size: 49.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Python-Coding-Assignments/Array-Analyzer
This project either prompts the user to enter in a specified number of integers, or it randomly generates integers. Then, those integers are appended to a list. With the creation of the list, some simple statistics are done and some information about the list is displayed to the user.
Language: Python - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Python-Coding-Assignments/Dice-Roller
This project simulates a set of die being rolled an infinite number of times. The program will calculate the number of times a role of two, seven, and twelve occur. Afterwards, the program will print out the percentage of times a role of two, seven, and twelve occurred.
Language: Python - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AgnieszkaAureliaMarczak/Battleships
Console version of the classic strategy game
Language: Java - Size: 32.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AgnieszkaAureliaMarczak/Tic_Tac_Toe
Structure-oriented app based on the classic game
Language: Java - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AgnieszkaAureliaMarczak/Mastermind
Interactive code-breaking game
Language: Java - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Python-Coding-Assignments/Krusty-Krab-Register
This program simulates the process up a waitress entering what a customer has ordered and then getting the total bill that the customer will pay. The program will prompt the user select what he/she would like to eat. Afterwards, the program will then print out what the customer ordered and how much the customer needs to pay.
Language: Python - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Python-Coding-Assignments/Calculating-NFL-Passer-Ratings
This program allows the user to compare two NFL football players' statistics. The will first prompt the user to enter the player statistics for two players of his/her choice. Afterwards, the program then will calculate the players' passer ratings, and then compare them against each other's rating.
Language: Python - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Python-Coding-Assignments/Numbers
This project enables a user to enter an infinite number of integers, then prints out some information regarding those inputs. This program prompts the user to enter in as many numbers as he/she wants, until the user inputs a zero. This loop runs until the sentinel value is entered. Then, some statistics are printed to the screen.
Language: Python - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Python-Coding-Assignments/Coin-Game
This program is a simple game where if the user would like to play, he/she will be prompted to enter an amount of money. Then, the user will have have to figure out how many coins are needed to match that value.
Language: Python - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Python-Coding-Assignments/Grade-Calculator
The project is a simple Python program that calculates one's grade in a programming class.
Language: Python - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Python-Coding-Assignments/Ticket-System
This is a simple Python program that calculates the amount of money that a customer owes for purchasing tickets to a football game.
Language: Python - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Mohamed-Taha-Essa/Programming-in-Python-week3
Learn about the paradigms of procedural programming and the associated logical concepts. You'll explore functional and object-oriented programming, and get an introduction to algorithms
Language: Python - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

OmkarKadam2002/Electronic-Gadget-Inventory-Management-System-using-C-programming
C, Linked List, Quicksort
Language: C - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

SeaWar741/Baby_Duck
Baby_Duck is an imperative and procedural programming language designed for teaching fundamental concepts of compiling and executing programs. This micro-language allows users to become familiar with the structure and control flow of classic programming languages, providing a simplified environment for learning basic syntax and semantics.
Language: Python - Size: 4.98 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

JoseGonzCSE/ProgramingFundamentals
Programming class Taken @ CCSF using C++[2020]
Language: C++ - Size: 135 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pindio58/employee_app
This is a small project referred from oracle's offical website
Language: PLSQL - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

whosecrab/concentration
A card game written in vanilla HTML, CSS and JavaScript.
Language: JavaScript - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

vanshitalavange/postgreSQL_casestudy_solution
This repository contains solution for the postgreSQL case study available in the question folder
Language: PLpgSQL - Size: 560 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

fobybus/bank-system
simple bank management system implemented in c plus plus
Language: C++ - Size: 17.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

BrodyGaudel/skytravel
Skytravel est une application de gestion académique développée en langage C avec Glade GTK pour l'interface graphique. Elle permet de gérer efficacement les activités d'une agence de voyage, notamment la gestion d'hôtels, de locations de voitures, de clients, de factures, et des statistiques globales de l'agence.
Language: Roff - Size: 8.28 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

marianpadron/SpotifyTimeMachine
Spotify API procedural program - Mar 2022
Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

VSUrhuel/quizzes-in-intermediate-programming
This repository contains compiled quizzes on intermediate programming in C++. Each quiz focuses on specific programming problems, and their solutions are provided as compiled binary files.
Language: C++ - Size: 39.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

VSUrhuel/lab-exercises-in-intermmediate-programming
This repository contains a collection of C++ lab exercises related to intermediate programming. Each lab exercise focuses on a specific programming problem and includes a PDF file with the problem description and one or more C++ source code files to implement the solution.
Language: C++ - Size: 1.46 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Dipto9999/Hangman
Simple Game written in Turing programming language.
Language: Turing - Size: 2.93 KB - Last synced at: 21 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

MuneelRaza/QCR_Final_Project
In this project, I worked on a dataset of 150+ countries containing the history of various performance indicators of the past 50+ years. After preprocessing this dataset, countries are ranked based on their performance indicators by applying procedural programming.
Language: Python - Size: 690 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

chemoelectric/objecticon
Object Icon, beginning from a migration to Git of the Subversion at https://sourceforge.net/p/objecticon/code/ For the original, use branch objecticon-last-svn-commit
Language: C - Size: 175 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

hossmi/beca-dotnet-2019
Repository for learning .Net from zero
Language: JavaScript - Size: 2.32 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

Kaustav-Purkayastha/C-Programming-1st-Sem
This repository contains all the C Language Practicals done by me for the College in B.Sc. 1st Semester.
Language: C - Size: 224 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ipro8g/dot
HTML5 Multiplayer Strategy Game
Language: JavaScript - Size: 2.01 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BricePetit/BernSCM_OO_Procedural
Master's thesis development based on BernSCM at the Université Libre de Bruxelles
Language: C++ - Size: 602 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

FATelarico/SPB
This R package provides some useful tools for creating and customising progress bars to use for basic and advanced users that suits all those who prefer procedural programming. It is especially useful for integration into markdown files thanks to the progress bar's customisable appearance.
Language: R - Size: 37.1 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

nettorobson/00-market
Projeto Hortifruti - JCAVI
Language: Python - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

gabrielepanciotti/Prog_Uni_Programmazione1
Progetto universitario di "Programmazione 1" svolto all'università di Perugia.
Language: C - Size: 123 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Run37927/ongoing_C_learning
Journey of self teaching C
Language: C - Size: 177 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

AlexeyLunyakov/proc_prog_mirea
Practical work on the subject "Procedural Programming" by a student of RTU MIREA
Language: C++ - Size: 41 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

made42/jacktris
Tetris implementation in Jack, as part of the Nand to Tetris courses
Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

dmikrv/Checkers
Player vs Player Checkers desktop game with console design and mouse control
Language: C++ - Size: 5.44 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

AmaanEziz/Oscarify
User friendly interface that allows users to search up Oscar winning/nominated movies by name, year, winner status, and genre. Complete with a restful API.
Language: JavaScript - Size: 2.02 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ChristosPts/University-of-Macedonia
University related exercises and projects.
Language: C - Size: 14.9 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

audreyteles/Rust-learn
Code to study some Rust programming concepts from Alura's course.
Language: Rust - Size: 134 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

jamestiotio/DW2020
SUTD 2020 10.009 The Digital World Code Dump
Language: Jupyter Notebook - Size: 10.6 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

bergio13/Procedural-map-generation
Map generation using cell automata
Language: Python - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

PointProgram/sorting_algorithms
Implementation of the sort algorithms on 1D and 3D arrays using the principles of structural and modular programming, measuring the time of operation of methods, and studying the efficiency of using various models for several array sets.
Language: C - Size: 369 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

AmigoDheena/PHP_Login_System
PHP Login and Registration + Google API Client
Language: PHP - Size: 8.81 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

FanielS/Minesweeper-Game
A java implementation of the iconic Minesweeper game.
Language: Java - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Bajmo/GestionnaireEtudiants
This is a C mini-project for which the goal was to create a simple console app to manage students.
Language: C - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

FanielS/Base-Convertor
A java program to convert any base number to any base.
Language: Java - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

JJandu23/Binary-Hex-Calculator
Binary and Hexadecimal Calculator that does all the necessary conversions you would like.
Language: Java - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

FanielS/Flashcards-Generator
A program to generate, save and manage flashcards. It helps users to study cards in the form of term-definition approach.
Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

FanielS/Automatic-Coffee-Machine
A java program that represents a typical coffee machine. It allows managing the making and selling of coffee and check availability of ingredients.
Language: Java - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

FanielS/Cinema-Room-Manager
A program to manage a cinema theater. It allows booking a seat, checking and managing prices and generating statistics such as total income, available seats etc.
Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

FanielS/Battleship_Game
A java implementation of the iconic Battleship game. Battleship (also known as Battleships or Sea Battle) is a strategy type guessing game for two players. It is played on ruled grids on which each player's fleet of warships are marked. The locations of the fleets are concealed from the other player. Players alternate turns calling "shots" at the other player's ships, and the objective of the game is to destroy the opposing player's fleet.
Language: Java - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

VideoCarp/terminal_easy
A simple, procedural CLI package for Python.
Language: Python - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

dbaitech/DB_TrajectoryCalculator
Calculates the main elements of a trajectory.
Language: Python - Size: 172 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

ManinderpreetPuri/PythonTick-Tac-Toe-Game
I have designed popular tick-tac-toe game in python. The game is designed in two ways: procedural programmng and object-oriented programming. In this project I have used programming concepts: Classes/Objects, conditions(if/elsif/else), user defined functions, In-build functions, Exception handling. I have learned other OOPS concepts like inheritance, encapsulation, and polymorphisim.
Language: Python - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

mlegas/Procedural-Blackjack
A Blackjack terminal game that focuses on the use of procedural programming.
Language: C++ - Size: 356 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Kaspyy/operational-systems
Projects made as a part of operational systems classes at Cracow University of Technology.
Language: C - Size: 111 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

SadeghPouriyanZadeh/detect_heart_disease
This repo uses scikit-learn package to implement KNN algorithm for a classification problem
Language: Jupyter Notebook - Size: 216 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

SadeghPouriyanZadeh/cluster_customers
This repo is implementation of K-means algorithm for a clustering problem using scikit-learn package.
Language: Jupyter Notebook - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

CheemaMeshal/Super-Mario-Assembly-Language
Language : Assembly
Language: Assembly - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Griffa87/console-calculator
A simple calculator to demonstrate taking a users input. The user is then offered four choices which are handled by a switch statement. Basic mathematical calculations are also shown with the ability to display decimal values when division is selected.
Language: C# - Size: 31.3 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

lucianm05/todo-app-procedural-ts
Language: JavaScript - Size: 489 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

calebnwokocha/CS124
Language: C++ - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

MGijon/Expert-Systems
Programming Expert Systems in CLIPS
Language: CLIPS - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Mishco/procedural-programming-examples
read-only https://gitlab.com/Mishco/procedural-programming-examples
Language: C - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

dylanperdigao/DEI-Travel-Manager
Implementation of a Travel Manager System, based on people preferences for Principles of Procedural Programming's project. (UC, 2019)
Language: C - Size: 35.2 KB - Last synced at: 1 day ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

Adan-Asim/cpp-projects
C++ based programs & libraries performing useful operations
Language: C++ - Size: 29.3 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

vchkhr/ucode-trackC-pathfinder 📦
ucode IT academy | Track C | Pathfinder
Language: C - Size: 61.5 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Yecodeo/Pantoufle-Shop
Création d'un site marchand de vente de pantoufle avec php et mysql sur cette exemple pas de MVC, mais une programmation procédural
Language: PHP - Size: 5.97 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

vchkhr/ucode-trackC-uls 📦
ucode IT academy | Track C | uls
Language: C - Size: 70.3 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

vchkhr/ucode-trackC-libmx 📦
ucode IT academy | Track C | Libmx
Language: C - Size: 27.3 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

vchkhr/ucode-marathonC-part-of-the-matrix 📦
ucode IT academy | Marathon C | Part of the Matrix
Language: C - Size: 27.3 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

vchkhr/ucode-marathonC-matrix-rain 📦
ucode IT academy | Marathon C | Matrix Rain
Language: C - Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

vchkhr/ucode-marathonC-way-home 📦
ucode IT academy | Marathon C | Way Home
Language: C - Size: 26.4 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

whisperity/Imperative-Programming 📦
Teaching material for Imperative(/Procedural/C) Programming class
Language: C - Size: 9.08 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

vchkhr/ucode-trackC-refresh-marathon-c 📦
ucode IT academy | Track C | Refresh Marathon C
Language: C - Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

vchkhr/ucode-marathonC-sprints 📦
ucode IT academy | Marathon C | Sprints 0-11
Language: C - Size: 72.3 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1
