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-23 00:24:34 UTC
- JSON Representation
https://github.com/nhsz/go-codewars
My solutions for Codewars' Katas using Go
algorithms codewars codewars-kata codewars-solutions codewars-training-exercise go golang programming
Last synced: 03 Apr 2025
https://github.com/tigran-sargsyan-w/ft_printf
The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments. How cool is that?? It is actually pretty cool :)
42 42school c formatting function implementation mandatory printf programming string-manipulation unix
Last synced: 29 May 2026
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/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/nhsz/problem-solving-strategies
:zap: Quick tips and strategies to remember when you get stuck solving algorithms
algorithms problem-solving programming
Last synced: 03 Apr 2025
https://github.com/woolseyworkshop/article-blink-making-an-led-blink-on-an-arduino-uno
Blink: Making An LED Blink On An Arduino Uno Article Resources
arduino beginner electronics linux macos programming windows
Last synced: 06 Apr 2026
https://github.com/itzdm/itzdm.github.io
This site is a tech blog website built with the Hugo static website engine. It provides articles on various programming topics, including tutorials, how-to guides, and technical discussions. The website is designed to be easy to navigate.
blog itzdm programming tech-news wave-delight
Last synced: 03 Jan 2026
https://github.com/sourhub226/flutter-basics
Handcrafted basic apps for getting started with flutter and dart.
android beginner-friendly dart design flutter flutter-app flutter-ui google hacktoberfest ios learning-by-doing mobile-app programming ui
Last synced: 12 Apr 2026
https://github.com/zerumi/no8_280523_73637373
Lab #8, ITMO SE (var no 73637373)
Last synced: 28 Apr 2026
https://github.com/microshaftcorp/.os
OS Service
c file file-format os programming
Last synced: 02 Sep 2025
https://github.com/sourceduty/hackathon
👨💻 Assistive online or in-person hackathon creator and guide.
ai artificial-intelligence bots chatbot chatgpt chatgpt-bot custom-gpt gpt gpts hack hack-challenge hackathon hackathon-tool hacked hacker hacker-contest hacker-tool hacking openai programming
Last synced: 29 Mar 2025
https://github.com/rkstudio585/number-guessing-game
Number Guessing Game is a C program where players guess a random number between 1 and 100. With up to 10 attempts, users receive feedback on whether their guesses are too high or low. It's a fun and interactive way to test your guessing skills!
c-program cprogramming game games guessing guessing-game number number-guessing number-guessing-game number-theory program programming
Last synced: 12 Jun 2025
https://github.com/zerumi/no7_220423_863847963
Lab #7, ITMO SE (var no 863847963)
Last synced: 02 Apr 2025
https://github.com/zerumi/no4_291122_732842.24
Lab #4, ITMO SE (var no 732842.24)
Last synced: 02 Apr 2025
https://github.com/nrastija/TestoBus
Sadržaj kolegija Programsko inženjerstvo na 2. godini PDS IPS
analytics csharp design programming project-planning uml visual-studio
Last synced: 16 May 2025
https://github.com/dowusubekoe-dev/learn-to-cloud
Documentation of my job oriented Cloud journey
cloud-computing cloud-engineer devops git linux networking programming tech
Last synced: 02 May 2026
https://github.com/clarete/wheelbarrow
Dump of random things that I play with
coding compilers fun parsers practice programming virtual-machines
Last synced: 24 Mar 2025
https://github.com/pedro-estevao/data-structures
Implementations in C++ of algorithms and data structures developed in the Data Structures course at Centro Universitário Barão de Mauá. Includes lists, stacks, queues, trees, graphs, hash tables, and sorting and searching algorithms.
academic-project algorithms algorithms-and-data-structures baraodemaua c computer-science cplusplus cpp data-structures graphs hash-table lists programming queues searching-algorithms stacks tree trees
Last synced: 08 Apr 2025
https://github.com/newir295/software_develpment
Software Development GIT Repo Applying OOP and Programming Principles in Projects & Side Hustles
cpp design-patterns oop oop-principles programming
Last synced: 08 Apr 2025
https://github.com/pduartesilva2005/hairday
Aplicação WEB para agendamento para corte de cabelo
babel css frontend fullstack html javascript programming webpack
Last synced: 11 Apr 2026
https://github.com/didogrigorov/hackerrank-python
A collection of Python solutions to HackerRank problems, organized by difficulty (Easy, Medium, Hard) and category (Algorithms, Data Structures, Mathematics). Ideal for learning, practicing, and mastering Python programming and problem-solving skills.
algorithms-and-data-structures coding-challenge coding-challenges coding-interviews data-structures hackerrank hackerrank-solutions problem-solving problem-solving-algorithms problemsolving programming python-3 python3
Last synced: 02 Sep 2025
https://github.com/sakaen-orlando/seliware-executor
Seliware is a powerful and brand-new Roblox executor designed to take your scripting experience to the next level.
automation code collaborate community development execute github open-source programming project repository seliware-executor software tasks tool
Last synced: 13 Jun 2025
https://github.com/thecodewithabhi/django-crud-app
A lightweight and well-structured CRUD (Create, Read, Update, Delete) application built with Django. This project demonstrates fundamental database operations using Django’s models, views, and templates, making it an excellent starting point for beginners exploring with django
crud django mvc mysql programming pyhon3 python python-app sqlite sqlite3 webapp
Last synced: 09 Apr 2026
https://github.com/aish-ika031/oopsconcepts
This Repository contains implementation of OOPS Concepts in Java.
Last synced: 09 Apr 2025
https://github.com/ireddragonicy/cb24153-closestpairofpoints
An advanced and comprehensive implementation of the Closest Pair of Points problem using the Divide and Conquer algorithm in computational geometry. This project provides an in-depth exploration of efficient algorithms for solving proximity problems in a two-dimensional plane, focusing on optimizing performance for large-scale datasets.
algorithm analysis closest-pair-of-points divide-and-conquer dnd optimize pair-programming programming python tutorial umpsa
Last synced: 02 Apr 2025
https://github.com/sourceduty/notepad_image
🗒️ Notepad with notes exported as images.
concept developer development export-image image image-note note note-image note-program notepad notepad-app notepad-dev notepad-image programming py py-notepad python python-notepad
Last synced: 15 Mar 2025
https://github.com/gmostofabd/8051-up-down-counter
🛠️ A simple Up Down Counter using 8051 MCU, Seven Segment Display (SSD) and Push Buttons to Inc, Dec and Reset the value of the counter.
8051 anode assembly cathode circuit common languageb microcontrollers programming proteus schematic seven-segments-display simulation ssd
Last synced: 21 May 2026
https://github.com/felinjob/python_programming_mooc_2024_pt01
Todos os exercícios do curso de introdução a programação da Universidade de Helsinki, Finlândia.
introduction-to-programming programming python
Last synced: 27 Mar 2025
https://github.com/jaredblumer/learn-data-analysis
A curated collection of resources for learning data science, statistics, machine learning, deep learning, programming, and automation.
automation data-science deep-learning machine-learning programming statistics
Last synced: 15 Jun 2025
https://github.com/vmerdragonx1992/seliware-executor
Seliware is a powerful and brand-new Roblox executor designed to take your scripting experience to the next level.
automation code collaborate community development execute github open-source programming project repository seliware-executor software tasks tool
Last synced: 31 Mar 2025
https://github.com/dimonvor97paradox/seliware-executor
Seliware is a powerful and brand-new Roblox executor designed to take your scripting experience to the next level.
automation code collaborate community development execute github open-source programming project repository seliware-executor software tasks tool
Last synced: 31 Mar 2025
https://github.com/alerzendee/editorx-project
A rich-text editor.
editor editorconfig html-css-javascript javascript js lp programming programming-language rich-text-editor
Last synced: 08 Jul 2025
https://github.com/aamnah/ttc2030-basics-of-programming
Exercises for the course Basics of Programming [TTC2030-3043]
Last synced: 11 Jun 2025
https://github.com/rufilboss/unilorin
My goal is to write a program for every problem, whether explicitly mentioned or hinted at(by our lecturers), showcasing how we can apply engineering to tackle real challenges through software solutions!
programming python school-project software unilorin
Last synced: 28 May 2026
https://github.com/nikhilbhad12/html-and-css-projects
coding css html html5 programming sites web website
Last synced: 03 Apr 2025
https://github.com/a9na/learn-python-programming-masterclass
Python extensive course by Tim Buchalka
algorithms programming python python3 tim-buchalka
Last synced: 15 May 2026
https://github.com/zarkoscypher/john-zelle-python-programing-answers-4th-edition
This is a Place Where I put all my code for the John Zelle 4th edition Programing answers. just an FYI I have programed with python maybe 7 years ago so i may use certan functions that have not been talked about in the chapter. Also i am doing this for college so i will leave notes for ones i got wrong, and maybe one day in the future fix them.
answers johnzelle programming pyhton
Last synced: 18 Jan 2026
https://github.com/bimalrajgyawali/java
This repository contains Java Programs.
Last synced: 15 Jul 2025
https://github.com/h4mbl3x/prog1_trabajo_teorico_2022_23
Trabajo Teórico de Fundamentos de la Programación 1 del curso 2022/23.
esi ingenieria-informatica java mastermind programacion programming uclm
Last synced: 09 Sep 2025
https://github.com/mohammad-shamat/problemsolving
Algorithms And Problem Solving by Programming Advices
cpp problem-solving programming
Last synced: 02 Jul 2025
https://github.com/zhamppx97/exam-ref-70-483
Exam Ref 70-483 Programming in C#
csharp exam-ref-70-483 programming
Last synced: 09 Apr 2025
https://github.com/oleks/trafaret
Template-Driven Programming Exercises
exercise programming templates
Last synced: 05 Apr 2025
https://github.com/raphaelamonteiro/etec
Aqui estão algumas das atividades desenvolvidas durante os três módulos/semestres do curso técnico em Desenvolvimento de Sistemas
algorithms database programming webdevelopment
Last synced: 19 May 2026
https://github.com/kemtan/itnc
Informatics & Creation (ITNC) extracurricular repository
arduino cpp esp32 esp8266 programming python robotics
Last synced: 12 Apr 2026
https://github.com/abhishekmishragithub/gitbook-notes
Random notes
notes programming python system-design
Last synced: 19 Nov 2025
https://github.com/aishikmukherjee/dsa-stacks-in-c
Developer/Creator: Aishik Mukherjee
c c-programming code coding cse data-structures dsa dsa-in-c intermediate learn learn-to-code programming programming-language ready-to-use stacks stacks-in-c top
Last synced: 08 Jul 2025
https://github.com/wadaboa/quoridor
Implementation of the board game, made for software programming class at UNIFI
ai board-game java programming quoridor unifi
Last synced: 28 Dec 2025
https://github.com/mzaini30/nyankodmagz
Download ebook nyankod magz di sini
ebook magz nyankod programming
Last synced: 06 Jan 2026
https://github.com/aloisseckar/master-coda
Nuxt 3 website/blog about programming
blog opinions programming tutorials
Last synced: 18 May 2026
https://github.com/bryanpmx/weatherapp
A Flutter-based weather application that allows users to search for any city and get a 7-day weather forecast using the Open-Meteo API.
android-studio application dart flutter programming
Last synced: 12 Apr 2026
https://github.com/tutosrive/TA-FRONT1
Este es el frontend del proyecto "Transportadora Andina", en este repositorio cuyo nombre, será ficticio, fue un nombre tomado al azar para un proyecto Universitario.
api api-rest backend backend-api css frontend java javascript programming server webservice
Last synced: 28 Oct 2025
https://github.com/antaripchatterjee/eztasks
A single threaded approach to implement task oriented programming in c
asynchronous asynchronous-programming c c99 parallel-programming parallelism programming single-threaded task task-group task-oriented task-queue task-queues
Last synced: 26 Jan 2026
https://github.com/Dev2Forge/sqlazo
SQLAZO es un módulo el cual permite gestionar procedimientos básicos en una base de datos con sqlite3 en PYTHON
basesdedatos database modules opensource programming python python3 sql sqlite
Last synced: 28 Oct 2025
https://github.com/acetinkaya/pylabmind
İstanbul Gelişim Üniversitesi (İGÜ) "PyLabMind" takımının çalışmalarının tanıtım sayfasıdır.
algorithms artificial-intelligence programming project python3
Last synced: 03 Sep 2025
https://github.com/thenocturnaldevgypsy-io/duskgrimoires-java-lab-exercises
DuskGrimoires : Java library/source codes that I've coded and used for lecturing CS/IT subjects and topics during my career as Assistant Professor for BSCS, BSIT and BSCOE way back late 2012 to 2015 (on-going retrieving the codes and rearranging the repo) . You like the Repo? Don't forget to 🌟, 👁️, 🔱 and ❤️
algorithms algorithms-and-data-structures computer-science computer-science-algorithms computer-science-data-structures computer-science-education data-structures data-structures-and-algorithms duskgrimoires java programming programming-exercises thenocturnaldevgypsy thenocturnaldevgypsy-io
Last synced: 26 Feb 2025
https://github.com/rkstudio585/temperature-converter-python
A simple Python script that converts temperatures between Celsius and Fahrenheit. It provides a user-friendly command-line interface to input and convert temperatures, displaying results clearly. Ideal for quick conversions and learning basic Python programming concepts.
conversater program programming python python3 rk rk-studio temperature temperature-converter-python
Last synced: 10 Oct 2025
https://github.com/mrlogen/hangman
Hangman is a simple multiplayer game which has been created for the purpose of "Client/Server Applications in Java" course on Prague University of Economics and Business
game java javafx programming project university-course university-project
Last synced: 09 Jul 2025
https://github.com/asjordi/codesignal-java-solutions
Soluciones para los ejercicios de app.codesignal.com
codesignal codesignal-arcade codesignal-solutions interview java learn-to-code programming solutions
Last synced: 24 Mar 2025
https://github.com/pranjalco/nato-alphabet-intermediate
This program generates a NATO phonetic list for user-entered words using the create_phonetic_list() function. It validates input via try-except blocks, reads data with pandas from a CSV file, processes it into a dictionary using dict comprehension, and offers an interactive option to continue or exit.
compression dictionary educational-project error-handling file-handling intermediate nato-phonetic-alphabet pandas programming python try-except-else-finally utility
Last synced: 01 May 2026
https://github.com/muhammadasif-cse/source
Welcome to the Programming Knowledge Repository. This repository is a comprehensive collection of reusable components, helpful commands, language guides, framework tutorials, best practices, algorithms, and data structures.
algorithms bestpractices datastructures knowledge muhammadasif-wd opensource programming repository tutorials
Last synced: 03 Apr 2025
https://github.com/uglow/uglow.github.io
My Blog
frontend-web javascript programming ui
Last synced: 11 Jan 2026
https://github.com/edugmenes/the-last-of-us-marathon
My first front-end project, developed during a Kenzie Academy marathon. I'm very proud of it, especially because during the event it wasn't 100% completed, so I had to finish it by myself.
cascading-style-sheets css development front-end front-end-development html javascript programming the-last-of-us
Last synced: 12 Apr 2026
https://github.com/yahboomtechnology/pico-sensor-kit
Yahboom Sensor Starter Kit Learning Kit for Raspberry Pi Pico 2 STEM DIY Projects Programming Kit
coding programming raspberry-pi-pico raspberrypi-pico2 sensor sensorkit
Last synced: 11 Jan 2026
https://github.com/hardikaz/snakeandladders
This is a Snake and Ladders game coded by me in JAVA language .For more information have a look at the README file
Last synced: 14 Jun 2026
https://github.com/nikhilbhadauria/html-and-css-projects
coding css html html5 programming sites web website
Last synced: 15 May 2026
https://github.com/iamtalhaasghar/programming-fundamentals-in-cpp
This repository contains all the lab tasks done by me in my very first programming course i learned in my university.
beginner-friendly cpp fundamentals-of-programming programming
Last synced: 19 May 2026
https://github.com/lubasinkal/nvim
📝 My custom Neovim configuration, based on kickstart.nvim. Minimal, well-documented, and easy to customize for personal workflows. Features plugin management, language support, sensible defaults, and UI improvements for a modern Neovim experience.
coding config golang ide javascript neovim programming python telescope typescript vim vuejs
Last synced: 29 May 2026
https://github.com/arginanta/basic-go-programming
Kumpulan kode dasar pemrograman Golang, mulai dari variabel, tipe data, operator, hingga array, slice, dan map. Dibuat sebagai bagian dari perjalanan belajar dan referensi pribadi.
arrays basics beginner examples fundamentals go golang learning maps programming slices
Last synced: 09 Apr 2025
https://github.com/programmer-rd-ai-archive/percolation
Percolation Simulator: Python program for liquid filtration analysis.
classes functions modules prettytable programming python python3
Last synced: 04 Oct 2025
https://github.com/woolseyworkshop/article-interfacing-an-ssd1306-display-module-to-an-arduino-uno
Interfacing An SSD1306 Display Module To An Arduino Uno Article Resources
arduino electronics programming ssd1306
Last synced: 19 May 2026
https://github.com/harshpreet931/the-ultimate-dsa-prep
The Ultimate Guide to Data Structures and Algorithms (DSA). A comprehensive, community-driven resource with clear explanations and code implementations in Python, Java, C++, and JavaScript. Perfect for learning, interview preparation, and mastering DSA concepts.
algorithm-challenges algorithms c-plus-plus coding-interviews computer-science cpp data-structures dsa education interview-preparation java javascript learn-to-code programming python
Last synced: 09 Apr 2026
https://github.com/mateogiuffra/curso-python
Repositorio de apuntes sobre curso de python de @midudev
dates ia logic-programming openai openai-api programming python regex
Last synced: 07 Jul 2025
https://github.com/tanerius/graphics
This repository is about computer graphics
computer-graphics graphics matrix matrix-computations programming
Last synced: 04 Feb 2026
https://github.com/davekeehl/portfolio-2019
Repository of my 2019 portfolio
design frontend-web graphics portfolio portfolio-website programming ui-ux video-editing web-design
Last synced: 11 Jan 2026
https://github.com/celiovjunior/unifor-poo-av-01
Atividade 1 da disciplina de Programação Orientada a Objetos do 2º semestre do curso de Análise e Desenvolvimento de Sistemas - UNIFOR.
Last synced: 27 Feb 2025
https://github.com/rexapex/aetherlang
Aether compiler written in Haskell
aether functional-programming haskell programming programming-language
Last synced: 20 Mar 2025
https://github.com/aishikmukherjee/structures-and-unions-in-c
Developer/Creator: Aishik Mukherjee
c c-programming cse data-structures easy educational learn learn-to-code programming ready-to-use structure structures structures-in-c top unioin unions unions-in-c
Last synced: 09 Apr 2025
https://github.com/edandresvan/practice-book-brenden-matthews-rust-design-patterns
Practical exercises from the book «Rust Design Patterns» by Brenden Matthews (Manning).
practice programming programming-practice rust rustlang
Last synced: 03 Jan 2026
https://github.com/aishikmukherjee/random-password-generator-in-python
Developer/Creator: Aishik Mukherjee
code easy learn-to-code password password-generator programming programming-in-python programming-language python python3 randomization ready-to-use
Last synced: 09 Apr 2025
https://github.com/sulig/cpp_00
42 42-school 42barcelona 42cursus 42projects 42school cpp cpp-module cpp-module-00 cpp-modules cpp-modules-42 programming
Last synced: 09 Apr 2025
https://github.com/srimani-programmer/codesignals
Solutions of CodeSignal Problems
algorithms-and-data-structures codesignals competitive-programming cpp programming python
Last synced: 03 Sep 2025
https://github.com/iamgauravkhanna/hands-on-java
Java related topics and examples
Last synced: 26 Mar 2025
https://github.com/00nevo/uebungen-exercises-in-cplusplus
What i read about C plus plus
anfanger beginner cplusplus programmieren programming
Last synced: 01 Apr 2025
https://github.com/g1joshi/pepcoding
algorithms data-structures java pepcoding programming
Last synced: 31 Aug 2025
https://github.com/nxame/vehicleparking
Vehicle Parking System software using C
c college-project parking programming vehicle
Last synced: 28 Oct 2025
https://github.com/sirjoaogoncalves/proemacs
Configuration for ProEmacs
config emacs emacs-configuration emacs-lisp programming
Last synced: 07 Jul 2025
https://github.com/ghivert/papers
All articles published both on Medium or on my blog!
articles functional-programming programming
Last synced: 20 Jan 2026
https://github.com/blaketarter/simple-fp
A simple, small, no dependeny functional programming library
declarative fp functional javascript programming simple
Last synced: 16 Jan 2026
https://github.com/ikanurfitriani/prak-pemrograman-berorientasi-objek
This repository contains code archives from the Object Oriented Programming Practicum course in semester 4.
java oop oriented-object-programming programming
Last synced: 21 Mar 2025
https://github.com/gcoronelc/uc-2021-20-fund-prog
Curso Fundamentos de Programación en la Universidad Continental del programa a distancia.
cpp gcoronelc programacion programming
Last synced: 10 Jul 2025
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/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/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/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