Programming
Programming is the process of designing and building an executable computer program to accomplish a specific computing result. It involves tasks such as analysis, generating algorithms, profiling algorithms’ accuracy and resource consumption, and the implementation of algorithms in a chosen programming language (coding). The field of programming spans many languages and technologies, forming the backbone of software development and information technology.
- GitHub: https://github.com/topics/programming
- Wikipedia: https://en.wikipedia.org/wiki/Computer_programming
- Created by: Programmers
- Related Topics: coding, software-development, algorithms, data-structures, computer-science,
- Aliases: software-programming,
- Last updated: 2026-06-25 00:20:53 UTC
- JSON Representation
https://github.com/ashsajal1/rust-practice
A repo to practice & learn rust.
coding learning programming rust rust-lang rust-practice
Last synced: 08 Sep 2025
https://github.com/emmaprofemx/Ensamblador-U3
assembly irvine32 programming visual-studio
Last synced: 11 Mar 2025
https://github.com/labex-labs/practice-nmap-programming-courses
Master Nmap programming with 2 beginner-to-advanced courses. Interactive labs and guided projects perfect for new programmers.
awesome awesome-list courses exercises hands-on labex nmap programming
Last synced: 26 Jun 2025
https://github.com/kenresoft/codesignal-test
CodeSignal Assessment Test
assessment-test kotlin programming
Last synced: 21 May 2026
https://github.com/rgomez90/my-free-code-camp
My repo for the FCC exercises & projects
freecodecamp learn-to-code learning learning-by-doing programming project web
Last synced: 16 Feb 2026
https://github.com/stanislaw-piechota/programowanieapp
Aplikacja do pobierania zadań z serwera strony z zadaniami z programowania i ze zautomatyzowanym wrzucaniem na Githuba
Last synced: 11 Sep 2025
https://github.com/desaiuditd/advent-of-code
Advent of Code
coding coding-challenge programming puzzle quiz
Last synced: 08 Jun 2026
https://github.com/labex-labs/quick-start-with-numpy
Quick Start with NumPy | This repo collects 15 of programming labs exercises for Quick Start with NumPy. This course will teach you the fundamentals of NumPy, a library that supports many mathematical operations.
challenges course exercises hands-on labex labs numpy playgroud programming python
Last synced: 31 Dec 2025
https://github.com/joaofaveri/pull-request-na-pratica
Repositório de aprendizagem sobre como criar um Pull Request (PR). Saiba na prática como criar um Pull Request, submetendo alterações neste repositório, que serão aceitas pelos colaboradores
awesome awesome-list begginer-friendly begginers css3 education first-timers-friendly floss foss git github html5 iniciantes javascript learning-by-doing open-source programming pull-request tutorial
Last synced: 31 Dec 2025
https://github.com/renatopp/pipelang
An experimental language based on function chaining and generators to create lazy pipes.
golang language pipe programming
Last synced: 21 May 2026
https://github.com/dukebismaya/ponggame
Phantom Pong: A fully crafted Pong game using C
c c-lang c-language game game-development gamedev open-source pong pong-game programming raylib retro-game
Last synced: 26 Feb 2026
https://github.com/nadidlinchestein/cses
Solutions to the CSES Algorithm Problem Sets.
algorithms-and-data-structures competitive-programming competitive-programming-algorithms cpp programming
Last synced: 18 Jun 2026
https://github.com/aclark4life/interview
Interview Prep
algorithms interview-preparation programming python system-design
Last synced: 21 Mar 2025
https://github.com/labex-labs/practice-kali-programming-courses
Master Kali Linux programming with 6 beginner-to-advanced courses. Interactive labs and guided projects perfect for new programmers.
awesome awesome-list courses exercises hands-on kali labex programming
Last synced: 26 Jun 2025
https://github.com/tcdtist/public-programming-concepts
A repository to explore programming principles, patterns, and methods through code examples, blogs, books, and practical resources. ✌🏻
blogs books javascript programming programming-concepts
Last synced: 24 Jun 2025
https://github.com/karlbateman/vyper
An experimental programming language inspired by Python and Go.
codegen golang lexer parser programming python zig
Last synced: 10 May 2026
https://github.com/rimkart-2006/kotlin-gic
🌟 Simplify game development in Kotlin with easy-to-use libraries and tools for creating engaging interactive content.
android api backend coroutines data-serialization developer-tools gic gradle json kotlin kotlin-multiplatform mobile-app programming software-development web-development
Last synced: 06 May 2026
https://github.com/hussein-m-kandil/odin-basic-info-site
The 1st project in The Odin Project Node.js course. A very basic informational site that contains 4 pages: index, about, contact-me and 404.
back-end backend css development html javascript node node-js nodejs programming web web-development webapp
Last synced: 11 Apr 2026
https://github.com/simpson-computer-technologies-research/stem_club_week1
Learn Python Basics in the First Week of STEM Club
club learn programming python stem
Last synced: 22 Mar 2025
https://github.com/simpson-computer-technologies-research/stem_club_week4
Learn Python Classes in Week 4 of STEM Club
classes learn programming python
Last synced: 22 Mar 2025
https://github.com/simpson-computer-technologies-research/apc5-6
Learn the Golang Programming Language in Week 5 and 6 of my Advanced Programming Club
Last synced: 22 Mar 2025
https://github.com/simpson-computer-technologies-research/apc9-10
Learn Databases in Week 9 and 10 of my Advanced Programming Club
learn programming python sql sqlite
Last synced: 22 Mar 2025
https://github.com/simpson-computer-technologies-research/apc13
Develop a Final Project during the Last Week of my Advanced Programming Club
final go js programming project python rust
Last synced: 22 Mar 2025
https://github.com/simpson-computer-technologies-research/apc0
Introduction to my Advanced Programming Club
go learn programming python rust
Last synced: 22 Mar 2025
https://github.com/peoray/exercism
Repo for my solutions to exercism exercises
exercism exercism-solutions go golang programming
Last synced: 29 Jun 2025
https://github.com/simpson-computer-technologies-research/apc1-2
Learn the Python Programming Language in Week 1 and 2 of my Advanced Programming Club
coding learn programming python
Last synced: 22 Mar 2025
https://github.com/pranjalco/kanye-quotes-
This is a fun project that displays random quotes from Kanye West using the **Kanye.rest** API. Each time the user clicks the button, a new quote is fetched from the API and displayed on a beautifully designed Tkinter GUI window.
api application development functions gui integration programming python simple tkinter
Last synced: 30 Mar 2025
https://github.com/pranjalco/birthday-wisher
This project automates birthday wishes by checking the birthday.csv file for birthdays matching the current date. If found, it picks a random template from letter_templates, replaces [NAME] with the person's name, and uses Python's smtplib to send the email. Perfect for personalized automation!
automation communication csv email-automation email-sender file-handling intermediate manipulation programming python random-module
Last synced: 30 Mar 2025
https://github.com/pranjalco/pong-game-intermediate
This is a Pong game implemented using Python's `turtle` and `time` modules with an object-oriented programming (OOP) approach. The game involves two players, left and right, competing to reach the winning score.
game-development game-programming object-oriented-programming oop pong-game programming python time turtle turtle-graphics
Last synced: 30 Mar 2025
https://github.com/pranjalco/turtle-racing-intermediate
Turtle Racing is a fun game using Python's turtle and random modules. Six colorful turtles race to the finish line, and players bet on a turtle's color. If their choice wins, they win! Turtles start aligned on the x-axis, with varying y-positions and random speeds, making each race unpredictable and exciting.
game-development intermed logic-programming programming python random turtle user-interaction
Last synced: 30 Mar 2025
https://github.com/trappey889/roblox-krampus
Roblox Krampus Executor: The ultimate Roblox Executor, offering top script performance and a user-friendly dashboard for seamless gaming and scripting.
automation code development game github lua open-source programming project repository roblox roblox-scriptify script scripting
Last synced: 12 Aug 2025
https://github.com/simpson-computer-technologies-research/cstarterfiles
Starter files and make file for C programs
Last synced: 22 Mar 2025
https://github.com/barbaracalderon/ine5645-the-dining-savages-problem
This problem is told in "The Little Book of Semaphores" by Allen B. Downey. All done in C with the use of semaphores <semaphores.h>
c dining-savages-problem programming semaphores ufsc
Last synced: 22 Mar 2025
https://github.com/ssukhpinder/dotnet-programming
aspire aspnet aspnetcore best-practices blogger blogging coding csharp dotnet dotnet-core mvc programming
Last synced: 02 Jan 2026
https://github.com/gmostofabd/8051-dc-motor
👨💻 This repository demonstrates how to interface a DC motor with the 8051 microcontroller using the L298 driver to handle the extra current required to run the motor. The project includes complete assembly code, Proteus simulation files, and documentation, along with screenshots and photos from testing.
8051 assembly circuit code dc description design download file hex microcontroller motor programming proteus schematics simulation
Last synced: 21 May 2026
https://github.com/peplxx/git-logg
Git log alias with enhanced readability and formatting.
alias comand-line development-tools git git-logs git-visualization open-source productivity programming version-control
Last synced: 26 Apr 2026
https://github.com/irydev/youtube-downloader
🐍📽️A Youtube Downloader made with Python and the PyTube library
programming python python3 pytube pytube3 youtube youtube-downloader
Last synced: 09 May 2026
https://github.com/woolseyworkshop/article-adafruit-io-connecting-your-arduino-to-the-outside-world
Adafruit IO: Connecting Your Arduino To The Outside World Article Resources
adafruit-io arduino electronics programming
Last synced: 17 May 2026
https://github.com/a-bdellatif/timedatetemperaturesystem
Dual Display: Time, Date & Temperature Monitor(unfinished)
clanguage microchip pic pic18f pic18f452 programming project
Last synced: 29 Mar 2025
https://github.com/a-bdellatif/software_pwm_generator
This implementation is useful in case where dedicated PWM hardware is unavailable.
c18-compiler ccp microchip microcontroller pic pic18f pic18f452 programming pwm pwm-duty-cycle software
Last synced: 29 Mar 2025
https://github.com/brittojo7n/webscrap-tt2userdetails
Totem Tribe 2 Jotun User details (ids and account names) dataset and script for scraping and updating the dataset.
datascience dataset games jotun programming programming-languages scrape scraping-python scraping-websites totem totem-tribe totem-tribe-2 totem-tribe-2-jotun totem-tribe-jotun totemtribe tribe userdetails web webscraper webscraping
Last synced: 14 Apr 2025
https://github.com/woolseyworkshop/article-getting-started-with-the-tinyfpga-bx
Getting Started With The TinyFPGA BX Article Resources
electronics programming tinyfpga-bx verilog
Last synced: 03 Feb 2026
https://github.com/pedro-estevao/college-portal
A Student & Teacher Portal Clone project developed for the Programming Techniques 1 course (3rd semester, Computer Science - Centro Universitário Barão de Mauá) using PHP (OOP) and MySQL. A foundational academic project available for those studying OOP in PHP.
academic-project baraodemaua computer-science database mysql mysql-database oop oop-php php programming programming-techniques
Last synced: 25 Feb 2025
https://github.com/ahnaf1524/become-cf-pupil
Journey to become a Codeforces Pupil! Practice problem-solving, master algorithms, and track progress step by step
competitive cpp17 datastructures-algorithms programming
Last synced: 23 Mar 2025
https://github.com/erkamuzuncayir/cpp-primer
This repository contains my solutions of exercises for "C++ Primer, 5th Edition" by Stanley B. Lippman
cpp cpp-programming programming programming-exercises programming-language solutions
Last synced: 15 Jan 2026
https://github.com/joaofaveri/jornada-fullstack-samsung-ocean
Nessa Jornada você terá a oportunidade de aprender backend e frontend e colocar os conhecimentos em prática em um projeto completo que será desenvolvido ao longo das 8 aulas
backend express frontend javascript learn-to-code mongodb nodejs programming reactjs samsung samsung-ocean
Last synced: 11 Apr 2026
https://github.com/wilberdhp/ejercicios-de-logica
Ejercicios de lógica
javascript logic logic-programming programming programming-exercises
Last synced: 19 Jun 2025
https://github.com/jonatankovalik/projects
My Own Projects
c-sharp coding coding-projects cpp css html java javascript my-work programming projects python website-projects
Last synced: 29 Jun 2025
https://github.com/sam81/emacs-notes
Some notes on using the Emacs text editor
emacs programming text-editing writing
Last synced: 23 Mar 2025
https://github.com/siddhantprateek/java-resources
Jave Learning Resources
competitive-programming containers data-structures java learning-labs leetcode-java problem-solving programming work-in-progress
Last synced: 10 Apr 2025
https://github.com/kamikaramazov/pylearnhub
Welcome to the Python Learning Repository! This repository is designed to help beginners, intermediate, and advanced learners of Python improve their skills through various resources and projects.
cybersecurity hacking learning programming python tutorials
Last synced: 22 Apr 2026
https://github.com/peteroyelegbin/roadmapbackendprojects
Project ideas to take you from beginner to advanced in Backend
api-consumption cli django fastapi file-upload filesystem markdown-parser programming python3 text-processing
Last synced: 12 May 2026
https://github.com/muhammadibrahim-dev/wma-js-assignment
Web and mobile Application Assignment
asignments course-project javascriptlogics javascripts meterial meteriallearn programming programs programsolve projects wma
Last synced: 03 Mar 2025
https://github.com/primaryobjects/employees
.NET Core + Razor Pages example of object oriented design.
csharp net-core object-oriented-design object-oriented-programming ood programming razor-pages webapp
Last synced: 16 May 2025
https://github.com/7mee3d/simi-simple-bank-system
📌 A simple bank system programmed in C++ to manage customer data in an organized manner through a text interface that contains a list of main options that allow dealing with customers (view - add - modify - delete - search).
Last synced: 28 Jun 2025
https://github.com/salmansaleem-17/pf-dsa-os-and-cc-lab-cpp-projects
C++ lab projects from university courses: Programming Fundamentals, Data Structures, Operating Systems, and Compiler Construction.
algorithm algorithms algorithms-and-data-structures c-plus-plus compiler-construction data-structures data-structures-algorithms data-structures-and-algorithms operating-systems operating-systems-project problem-solving programming programming-fundamentals
Last synced: 28 Jun 2025
https://github.com/g1joshi/cs50x
CS50x 2020 Introduction to Computer Science
computer-science cs50 cs50x programming
Last synced: 02 Mar 2026
https://github.com/programmer-rd-ai-archive/nlp-with-disaster-tweets-v2
NLP-with-Disaster-Tweets-V2
artifical-intelligense deep-learning machine-learning nlp programming python python3 pytorch
Last synced: 31 Dec 2025
https://github.com/julien-sobczak/blog-astro
Personal Blog
blog lifelong-learning programming reading
Last synced: 12 Jan 2026
https://github.com/yuldashov10/topic_11
11. Работа с кортежами
learning-python programming python python3 shox-py
Last synced: 11 Sep 2025
https://github.com/labex-labs/mongodb-for-beginners
A comprehensive MongoDB course covering essential skills from basic CRUD operations to advanced topics like data modeling, indexing, error handling, and data relationships. Perfect for beginners and intermediate developers.
challenges course exercises hands-on labex labs mongodb playground programming
Last synced: 08 Sep 2025
https://github.com/edandresvan/practice-book-rust-servers-services-apps
Practical exercises from the book «Rust Servers, Services, and Apps» by Prabhu Eshwarla (Manning).
practice practice-programming programming rust rust-lang
Last synced: 11 Jun 2026
https://github.com/newlandtv/morse-coding
Coding with Morse Code.
coding cpp morse-code programming
Last synced: 14 Mar 2025
https://github.com/chameleontartu/competitive_programming
Repository with solution. Preparation to upcoming competitions.
codeforces e-olymp hackerrank programming timus
Last synced: 15 Dec 2025
https://github.com/monowarhusain/cse111_programming-language-ii_sp24-
This course covers data structures, syntax specification, language theory basics, and math fundamentals. It also includes formal languages, structured programming, and an overview of high-level languages. Students will design and code applications in a suitable language.
bracu bracucse cse111 encapsulation inheritance monowar monowar-husain-bracu monowar-husain-cse monowar-husain-mns monowar-husain-omi-bracu monowarbracu oop programming python taw
Last synced: 29 Apr 2026
https://github.com/chrispeterjeyaraj/ai-gitcommit
AI GIT Commit is your ultimate command-line ally, revolutionizing your Git experience. With the remarkable power of OpenAI's GPT-3 language model at your fingertips, it effortlessly crafts compelling commit messages for your Git commits, making every step of your coding journey a breeze.
cli git gitcommand gitcommit gitconfig go golang programming shell-scripting
Last synced: 01 May 2026
https://github.com/swapnanildutta/java-codes-isc
These are some of the java codes I had done for my ISC project.
bluej java miscellaneous programming
Last synced: 25 Feb 2025
https://github.com/swapnanildutta/c-programs
algorithms-and-data-structures c hacktoberfest programming
Last synced: 11 Jul 2025
https://github.com/pioneershub/euroscipy-conference
Community-driven conference realization for EuroSciPy
ai machine-learning open-source programming python scientific-computing software-engineering statistics
Last synced: 14 Mar 2025
https://github.com/ashwanisingh-07/e-learning-website
A responsive E-Learning website built with HTML, CSS, SCSS, and JavaScript offering a collection of paid and free books for learners.
books css developer developer-tools ebooks free-resources frontend html javascript learning programming scss web-development
Last synced: 10 Apr 2026
https://github.com/nagipragalathan/aimoveedtior
AiMoveEditor is a web-based text editor powered by AI, designed to assist developers in coding and documentation. It offers real-time AI support for code improvement, explanations, and modifications via an integrated chatbot.
aichatbot aimoveeditor aitools chromeextension codeconversion codeeditor codinghelp devtools programming techinnovation texteditor webdevelopment
Last synced: 05 Apr 2025
https://github.com/skylar-lorena/intro-to-programming
This is a basic restaurant landing page created to showcase various HTML elements, semantics, classes, and ids and how to style them using CSS for beginners.
beginners-guide css css-box-model html-css html5 introduction-to-css introduction-to-html5 introduction-to-programming programming
Last synced: 03 May 2025
https://github.com/gmostofabd/8051-push-button
🔗 This repository guides you to learn about digital input reading using an 8051 Microcontroller. The program is written in Assembly language and well-commented to ensure clarity. To read the digital input, two tactile push button switches are connected to I/O pins.
8051 assembly circuit debouncing digital download hex input mcu microcontroller programming proteus pull-down pull-up read schematic simulation switch
Last synced: 22 May 2026
https://github.com/neemiasbsilva/programming-skills
Welcome to my repository of programming skills. Summary, i will show some implementations of classic programming challange. I'II try to use in most of problem Java program language, because I want to improve my skills in this language.
code-challenge-practice programming programming-challenges
Last synced: 16 May 2026
https://github.com/gruz0/logs
Daily notes about my activity on pet-projects and something like that
logs programming self-development self-learning tracking
Last synced: 18 Feb 2026
https://github.com/nagipragalathan/first-project
This repository contains a simple train ticket reservation system implemented in C. It includes functionalities for booking, viewing, and managing train tickets. The project demonstrates basic file handling, data structures, and user input/output operations in C.
c cprogramming datastructures filehandling learningtocode programming projectshowcase softwaredevelopment techinnovation techskills trainreservationsystem trainticketreservation traintickets
Last synced: 05 Apr 2025
https://github.com/jeluchu/matepedia
Aquí podrás encontrar todos los programas de matemáticas que voy realizando. Desde los más fáciles hasta operaciones complejas
cpp matematicas mathematics maths operations programming programming-language
Last synced: 18 Jun 2025
https://github.com/labex-labs/docker-practice-plus
[Docker Practice Plus]-In this course, You will practice more labs of Docker. This will help you to master the skills more deeply.
awesome awesome-list challenges course docker education git hands-on labex labs linux programming
Last synced: 31 Dec 2025
https://github.com/ashirafzal/data-structures-examples
Data-Structures-Examples
csharp data-structures programming
Last synced: 17 May 2026
https://github.com/labex-labs/css-practice-plus
[CSS Practice Plus]-In this course, You will practice more labs of CSS. This will help you to master the skills more deeply.
awesome awesome-list challenges course css education hands-on html javascript labex labs programming
Last synced: 31 Dec 2025
https://github.com/nicolocurioni96/todoo
Simple TODO app, using SwiftUI and SwiftData
db programming swift swiftdata-example swiftui-learning tutorial
Last synced: 22 May 2026
https://github.com/labex-labs/practice-redis-programming-courses
Master Redis programming with 2 beginner-to-advanced courses. Interactive labs and guided projects perfect for new programmers.
awesome awesome-list courses exercises hands-on labex programming redis
Last synced: 26 Jun 2025
https://github.com/fatiq123/school-management-system-using-link-list-in-cpp
I developed this project using C++ language.
Last synced: 14 Mar 2025
https://github.com/valyaevgeorgiy/studying-at-the-fa
Студенческие работы в рамках прохождение курсов в Финансовом университете при Правительстве РФ на направление "Прикладная информатика".
analytics financial-analysis financial-university it programming
Last synced: 12 Dec 2025
https://github.com/ferr0s04/feup-prog-project
Repository for PROG (Programming) course project of LEIC FEUP, for year 2022-23
cpp feup feup-leic programming
Last synced: 22 Mar 2025
https://github.com/rssr25/ios-development
Learning iOS development
bootcamp ios ios-swift ios11 learning learning-by-doing programming swift4 udemy udemy-course udemy-tutorial
Last synced: 19 Jul 2025
https://github.com/labex-labs/ctf-for-beginners
In this course, you'll dive into the exciting world of Capture The Flag (CTF) challenges. Learn fundamental cybersecurity concepts and practical techniques through hands-on labs covering hidden files, weak passwords, open ports, misconfigurations, log analysis, directory traversal, environment variable leaks, script analysis, network exploits, a...
beginner capture-the-flag course cryptography cybersecurity forensics hacking hands-on hands-on-labs labex labs linux network-security penetration-testing programming reverse-engineering scripting security-fundamentals vulnerability-assessment web-security
Last synced: 25 Oct 2025
https://github.com/juniorreisx/usermanagementconsoleapp
A simple user management console application built with C# and .NET. This project includes features like user registration, listing, searching, and deletion.
Last synced: 15 May 2026
https://github.com/suraj-kumar00/go-learnings-with-project
Learning Go with building projects
Last synced: 05 Apr 2025
https://github.com/mingderwang/bun-mongodb
mongodb test with bun
bun database mongodb programming template test
Last synced: 11 Apr 2026
https://github.com/germanocastanho/python-notes
Personal collection of Python Notes, tips, and code snippets 🐍
data-science numpy pandas programming python
Last synced: 01 Sep 2025
https://github.com/woolseyworkshop/article-controlling-a-raspberry-pi-from-a-web-browser-with-vapor-3
Controlling A Raspberry Pi From A Web Browser With Vapor 3 Article Resources
electronics programming raspberry-pi swift vapor-3
Last synced: 05 May 2026
https://github.com/palwisha-18/javascript-programming-exercises
JavaScript Programming Exercises
javascript programming programming-exercises
Last synced: 05 Apr 2025
https://github.com/palwisha-18/python_programming_exercises
programming programming-exercises python
Last synced: 05 Apr 2025
https://github.com/dmarks84/coursework_project_ml-model-eval-refine
Project for IBM Data Science course on ML Models & Analysis -- Read in large dataset of home sales and utilized polynomial linear regression analysis to make predictions of future home sales prices
classification communication data-modeling dataframes machine-learning matplotlib numpy pandas programming python regression scikit-learn scipy seaborn supervised-ml visualization
Last synced: 09 Apr 2026
https://github.com/labex-labs/practice-postgresql-programming-courses
Master PostgreSQL programming with 2 beginner-to-advanced courses. Interactive labs and guided projects perfect for new programmers.
awesome awesome-list courses exercises hands-on labex postgresql programming
Last synced: 26 Jun 2025
https://github.com/jonatankovalik/jonatankovalik-portfolio
A portfolio of personal programming projects in various languages
c-sharp coding coding-projects cpp css html java javascript my-work programming projects python website-projects
Last synced: 11 Apr 2026