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/cedrickchee/react-unplugged
React.js unplugged version
educational-project exercises programming reactjs
Last synced: 01 Jun 2026
https://github.com/hfanieng/hfanieng
About me / über mich
abap css dmx ehs html json oop php programming project-management python sap sql
Last synced: 12 Apr 2026
https://github.com/labex-labs/quick-start-with-wireshark
Quick Start with Wireshark | This repo collects 9 of programming labs exercises for Quick Start with Wireshark. In this course, you will learn how to use Wireshark to capture and analyze network traffic. You will learn how to install Wireshark, capture packets, and analyze them. You will also lea...
challenges course cybersecurity exercises hands-on labex labs playgroud programming
Last synced: 30 Mar 2025
https://github.com/nmelgar/cse_110_byui
This is a repository to organize and share the programs created while taking the course "CSE 110: Programming Building Blocks". All the code is created by me. Please do not copy the code to save time as a student, it is better to create it yourself.
basic-programming basics college programming python3
Last synced: 30 Mar 2025
https://github.com/labex-labs/hydra-cybersecurity-attack-labs
In this course, master Hydra cybersecurity attack techniques through hands-on labs covering session restoration, SSL attacks, brute-force, and multi-target attacks.
challenges course cybersecurity exercises hands-on hydra labex labs playground programming
Last synced: 06 Feb 2026
https://github.com/gsilva00/pfl-project2
FEUP L.EIC 2024/25 - 3rd Year, 1st Semester - 2nd Project developed in the Functional and Logic Programming curricular unit
feup game leic logical-programming pfl programming
Last synced: 28 Jan 2026
https://github.com/danieldantasdev/intro-to-programming_course-luisdev-essential-beginner-part-3_dotnet-8_csharp-12
Repositório da trilha 'Introdução à Programação' do Kit Essencial Iniciante .NET. Inclui conteúdos sobre lógica, algoritmos, fundamentos de programação, introdução ao Portugol e exemplos práticos para iniciantes começarem do jeito certo.
algorithms beginner csharp dotnet fundamentals learning logic luisdev portugol programming
Last synced: 15 Apr 2026
https://github.com/maumneto/pce
Repositório do Site da disciplina PCE da UFC
code disciplina discipline programming
Last synced: 28 Jan 2026
https://github.com/sainikhil0904/object-oriented-programming-using-cpp
Collection of solved problems demonstrating OOPs concepts in C++ with practical implementations.
coding cpp data-structures-and-algorithms design-and-analysis-of-algorithms learning objectorientedprogramming oops-in-cpp programming
Last synced: 13 Jun 2026
https://github.com/quantecon/lecture-python-programming.fa
Python Programming (Persian - fa)
economics persian programming python
Last synced: 29 Jan 2026
https://github.com/amtoine/project-euler
Some of my attempts at the online Project Euler.
Last synced: 16 Mar 2025
https://github.com/codewithdark-git/codewithdark-git.github.io
Welcome to my portfolio website! This website showcases my projects, skills, and experiences. You can view the live website here.
css github github-pages html javascript personal-website portfolio portfolio-website programming project-repository projects showcase showcase-website
Last synced: 15 Apr 2026
https://github.com/ramiresoliv/opencomputers
TP-BR Deseja aprender mais o lado de OpenComputers? como uma Bios para um Drone ou algo do tipo. Aqui àh tutoriais completinhos e mais venha conhecer ;)
bios drones lua minecraft opencomputers programming
Last synced: 01 Apr 2025
https://github.com/apolinario0x21/datastructure
data-sctructures java programming
Last synced: 25 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/bilgehangecici/c-assignments
Includes some recursion, some OOP with structs and a little bit Data Structures.
Last synced: 30 Mar 2025
https://github.com/eduardozepeda/programming-notes
My programming notes a little bit of everything related the web development and software engineering: languages, frameworks, tools and even digital nomadism.
ebooks epub notes pdf programming tutorial tutorials
Last synced: 30 Jan 2026
https://github.com/pranav-jadhav09/webdev-resources
31st Dec, 2024 - Rockstar Full Stack Developer
learning-resources programming roadmap
Last synced: 30 Jan 2026
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/ite-2022-pwr/ite-is-semestr-4
Semestr 4, studia inżynierskie: AiZO, PTM1, Sieci komputerowe, OiAK, WdWK, Bazy danych 1, NiDUC2
algorithms algorithms-and-data-structures assembler assembly computer-architecture cpp database go golang microprocessor networking oracle-database programming sql university university-project
Last synced: 30 Jan 2026
https://github.com/vanheemstrasystems/google-cloud-build-headstart
Google Cloud Build - Headstart
app cloud google programming web
Last synced: 31 Jan 2026
https://github.com/leomaurodesenv/my-linux-configs
Programs and extensions for Linux distributions
gnome-extension post-installation programming ubuntu
Last synced: 31 Jan 2026
https://github.com/yasenstar/learn-c
Repository to track the learning journey of C programming language
Last synced: 25 Feb 2026
https://github.com/bahmanm/stockperson-scala
Stockperson implemented using Scala 3.
Last synced: 25 Feb 2026
https://github.com/twhite96/reading-list
Programming reading list
books goodreads productivity programming reading-list
Last synced: 31 Jan 2026
https://github.com/joel-rodrigues404/alura-course-docs
Repositório como uma forma de aprender e resumir os cursos Alura
alura estudos organization programacao programming
Last synced: 07 Feb 2026
https://github.com/pradeep31747/linked_list_programs
This repository contains a collection of implementations and examples of linked list data structures. It includes various operations and use cases to demonstrate how linked lists work and how they can be utilized in different scenarios.
Last synced: 31 Jan 2026
https://github.com/raveriss/cpp07
C++ Module 07 focuses on templates. Covers function and class templates, including swap, min, max, iterator, and array templates. Adheres to C++98 standard with emphasis on memory management and canonical class form.
cpp cpp98 generic memory-management object-oriented-programming programming templates
Last synced: 25 Feb 2026
https://github.com/dvizioon/eco-bumbar
O DESAFIO FAPEMA, ERA SOBRE ECOLOGIA, E COMO MONTAR UM AMBIENTE ONDE AS PESSOAS PODERIAM ESTÁ DIVULGANDO, PARA O EVENTO QUE SERIA EM UM LOCAL FICTICIO, ENTÃO RESOLVI FAZER UM PEQUENO SISTEMA PHP COM SITE INTREGADO PARA ESTÁ DIVULGANDO ESSE CAUSA, MAIS POR QUE PHP?, PARA SUBIR EM UMA PLATAFORMA DE HOSPEDAGEM GRATUITA 📦〽️
composer ecologia ecology eventos events php programming sistema startup system
Last synced: 01 Feb 2026
https://github.com/felipecacique/magneticlevitation
Magnetic Levitation Using Arduino: An In-Depth Technical Review. This is a review of an academic project that I participated in 2014.
arduino control-systems electronics hall-effect-sensor magnet magnetic-levitation magnetism matlab mechatronics pcb-design phisics pid pid-control processing programming simulink
Last synced: 01 Feb 2026
https://github.com/f3nr1rs3c/AlgorithmAndProgramming
İstanbul Gelişim Üniversitesi - Programlama Dersi Notları
algorithm cpp programming programming-language
Last synced: 03 Sep 2025
https://github.com/rizamamedow/solutions-from-book
Here is my solution from "Nikita Kultin - C/C++ in tasks and examples" Book. Will be added in time.
books c cmake cpp20 programming
Last synced: 25 Feb 2026
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/philspil66/philspil66
Hey I'm Phil and this a short introduction to what I've done over the years in the Software sector, what I'm up to now and where you can get in touch.
games legacy-code programming retrogames retrogaming software software-development software-engineering
Last synced: 07 Feb 2026
https://github.com/than-dev/55-go-projects
It's a intensive go learning, doing 1 project by day through 55 days!
api go golang journey learning-by-doing programming webserver
Last synced: 11 Jun 2025
https://github.com/the-poweron-foundation/poweron
The ultimate all-in-one programming platform
code education learn network platform poweron programming share social
Last synced: 26 Feb 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/paragunhale1998/facebook-basic-login
Here i Create A Basic Facebook Login Using Html , CSS and Javascript
css facebook facebook-login frontend html javascript js login open-source open-source-hardware programming project
Last synced: 15 Apr 2026
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/artemzarubin/texteditor
This project is a basic text editor built using Windows Forms in .NET. It allows users to edit text and includes a feature to parse data from the university's website, displaying the parsed information within the editor. This project demonstrates my ability to work with Windows Forms, handle web data parsing, and develop user-friendly applications.
c-sharp dot-net programming software-engineering text-editor
Last synced: 08 Feb 2026
https://github.com/edandresvan/practice-book-rust-web-development
Practical exercises from the book "Rust Web Development" by Bastian Gruber (Manning).
practice practice-programming programming rust rustlang
Last synced: 13 Jun 2026
https://github.com/boyninja1555/gruntlang
Suppose you are transitioning from Scratch and want something simpler than Python? What if you want to embed Python alongside an easier version? Gruntlang does just that!
easy-python programming programming-language python-sucks
Last synced: 09 Feb 2026
https://github.com/garapdigital/forum
Forum ini dibuat untuk para pelaku industri web development dan para coder yang ingin berbagi ilmu, berdiskusi, dan berkolaborasi dalam dunia pengembangan perangkat lunak.
Last synced: 09 Feb 2026
https://github.com/hilmizul/codejam
Fundamental Programming Challenges for My Students. Use your BRAIN intead AI tool‼️
challenge logic problem-solving programming
Last synced: 09 Feb 2026
https://github.com/yuriioks/aqa-gcse-computer-science-preparation
25-week comprehensive program designed to equip students with the knowledge and skills required to excel in the AQA GCSE Computer Science exam
algorithms aqa aqa-computing coding-tutorials computer-science computer-science-education data-structures education exam-preparation gcse gcse-computer-science programming python python3 sql yuriodev
Last synced: 09 Feb 2026
https://github.com/lucasprag/blog
My personal blog
command-line productivity programming solopreneurship vscode
Last synced: 02 Jun 2026
https://github.com/labex-labs/comptia-network-plus-training-labs
Master essential networking concepts and skills with hands-on labs. This course covers network fundamentals, implementation, operations, security, and troubleshooting, preparing you for the CompTIA Network+ certification (N10-009).
certification comptia course fundamentals hands-on hands-on-labs implementation infrastructure labex labs linux n10-009 network networking operations programming protocols security sysadmin troubleshooting
Last synced: 09 Feb 2026
https://github.com/peterrauscher/devbranch.co
The source code for my site https://devbranch.co
algorithms blog data-structures devops programming website
Last synced: 10 Feb 2026
https://github.com/diveshthapa/books_notes
IT programming books and notes
bca bcsit be bit books computer engineering it notes programming science software
Last synced: 23 Feb 2026
https://github.com/filiprokita/quadratic-equation-solver
This program is a quadratic equation solver that calculates the roots of a quadratic equation with given coefficients. The user is prompted to input the values of 'a', 'b', and 'c' and then the program solves the equation and displays the roots. If the value of delta is negative, the program displays an error.
algorithm computer-science console-application cpp equation-solver math math-solver numerical-methods programming quadratic-equation quadratic-equation-solver roots
Last synced: 24 Mar 2025
https://github.com/andygol/12f-app
12 factor manifest
deployment integration manifest production programming
Last synced: 10 Feb 2026
https://github.com/e-d-i-n-i/python-keylogger
Background keylogger for Windows that records keystrokes and logs them to date-based files, running silently without a visible console
executable-file hack keylogger keylogger-python programming python
Last synced: 16 Apr 2026
https://github.com/sketchingdev/sketchingdev.github.io
Personal blog
blog developer drawing programmer programming sketch
Last synced: 18 Mar 2026
https://github.com/m-ah07/tafqit-php
A PHP-based service for converting numbers into text, supporting Arabic and English.
codefordevelopers numbertowords opensource opensourcecommunity php phpdevelopment phpprojects programming tafqit
Last synced: 10 Feb 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/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/rezapace/vb-tutorial
Untuk memulai, pastikan Node.js terinstal pada sistem Anda. Unduh Node.js dari situs resmi Node.js, lalu ikuti instruksi instalasinya. Selanjutnya, install Node-RED dengan perintah npm, dan jalankan dengan node-red. Setelah itu, akses antarmuka Node-RED melalui browser. Untuk integrasi Firebase, buat proyek di Firebase Console, salin konfigurasi, d
automation git-reza iot programming vb vbnet vbscript website
Last synced: 11 Feb 2026
https://github.com/omiq17/notepad
Some important notes during my learning of new technologies
coding notes programming technologies
Last synced: 12 Feb 2026
https://github.com/hemantwasthere/c-programs
Some C programs
c program programming programming-language
Last synced: 13 Jun 2026
https://github.com/kalebers/scratch_tutorials
Scratch tutorials made by me to teach beginners in development
fundamentals game programming scratch
Last synced: 27 Feb 2026
https://github.com/chavacava/chavacava.github.io
My notes on software development
blog computer-science programming
Last synced: 18 Mar 2026
https://github.com/herndone/herndone
Welcome!
profile-readme programming readme readme-profile
Last synced: 27 Feb 2026
https://github.com/deysuman/backslash
Backslash is php open source framework
framework php php-framework php-library programming
Last synced: 14 Jun 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/iammisbahali/custom-functionalities
cms programming shopify wordpress
Last synced: 31 Mar 2025
https://github.com/jwjens/ether
Ether is a professional radio automation platform — live playout & scheduling, a public listener platform, and a multi-tenant Control Center.
automation clocks logs mobile programming radio remote station streaming traffic ui ux video-streaming
Last synced: 15 Jun 2026
https://github.com/ite-2022-pwr/podstawy-programowania
Podstawy programowania, semestr 1, laboratoria
c c-programming c-programming-language cpp cpp-programming programming university
Last synced: 11 Feb 2026
https://github.com/aishikmukherjee/caesar-cipher-program-in-python
Developer/Creator: Aishik Mukherjee
caesar-cipher caesar-cipher-python code coding coding-challenge decryption easy encrypt encryption encryption-decryption-algorithms encryption-tool final-year-project learn-to-code programming programming-in-python project python python3 ready-to-use solo-project
Last synced: 15 Jul 2025
https://github.com/shudhanshurp/--hacktober2022--
Hacktober Fest 2022. Let's solve some issues! Repo contains AI problem and Web development projects.
contributions-welcome hacktoberfest hacktoberfest2022 javascript open-source programming python
Last synced: 11 Feb 2026
https://github.com/pranjalco/hirst-painting-intermediate
This project involves creating a Hirst painting using extracted colors from an image file (`image.jpg`). The program uses the `colorgram` library to extract 30 colors and then utilizes those colors to create a 10x10 grid of colorful dots resembling a Hirst painting.
colorgram creative-programming gui-based hirst-painting intermediate programming python turtle-graphics
Last synced: 30 Mar 2025
https://github.com/rafaelmprogrammer/frogginggame
A little game of platforms.
game-development junior-developer junior-programmer programmer programming unity2d
Last synced: 12 Feb 2026
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/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/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/mtumilowicz/pikesrules
Pike's 6 Rules of Programming
clean-code good-practices pike practice programming rules
Last synced: 27 Feb 2026
https://github.com/paragunhale1998/filter-gallary
Here i Create A Filter Gallary Using Html , CSS and Javascript
css devloper filter-gallary frontend html javascript programming project
Last synced: 12 Apr 2026
https://github.com/danieldantasdev/intro-to-programming_course-luisdev-essential-beginner-part-5_dotnet-8_csharp-12
Repositório da trilha 'Introdução à Programação' do Kit Essencial Iniciante .NET. Inclui conteúdos sobre lógica, algoritmos, fundamentos de programação, introdução ao Portugol e exemplos práticos para iniciantes começarem do jeito certo.
algorithms beginner csharp dotnet fundamentals learning logic luisdev portugol programming
Last synced: 16 Apr 2026
https://github.com/bsm3d/flytools
BSM3D :: Legacy project
aviation basic icao legacy programming rapidq
Last synced: 12 Feb 2026
https://github.com/bredefk/programming-ntnu
Repository for some of my assignments from NTNU
android assignments bash c java ntnu programming
Last synced: 16 Apr 2026
https://github.com/ikanurfitriani/algoritma-dan-pemrograman-lanjut
This repository contains code archives from Algorithm and Advanced Programming courses in semester 2.
Last synced: 21 Mar 2025
https://github.com/ikanurfitriani/prak-algoritma-dan-pemrograman-lanjut
This repository contains code archives from the Algorithm Practicum and Advanced Programming courses in semester 2.
Last synced: 21 Mar 2025
https://github.com/ravirch/python-fundamentals
This open-source project is designed to provide a comprehensive guide to the fundamental concepts of Python programming.
Last synced: 15 Mar 2025
https://github.com/ikanurfitriani/prak-algoritma-dan-pemrograman
This repository contains code archives from the Algorithm and Programming Practicum course in semester 1.
Last synced: 21 Mar 2025
https://github.com/sketchcompany/sketchygamesdeploy
Deploy project for netlify
Last synced: 06 Feb 2026
https://github.com/ishaansathaye/usaco
USACO problems and competition problems
competitive java problemsolving programming python3 usaco
Last synced: 20 May 2026
https://github.com/itsnotizzy/programming-languages
Programming Languages drafts
programming programming-languages
Last synced: 25 Jul 2025
https://github.com/labex-labs/advanced-mysql-practical-labs
In this course, master advanced MySQL techniques through hands-on labs covering indexing, stored procedures, triggers, transactions, replication, and more.
challenges course database exercises hands-on labex labs mysql playground programming
Last synced: 20 May 2026
https://github.com/hskrasek/presentations
This repo contains all the presentations I've given
deckset php presentation programming
Last synced: 31 Mar 2025
https://github.com/cmccandless/cmccandless.github.io
github programming python scripting
Last synced: 15 May 2026
https://github.com/labex-labs/numpy-for-beginners
This comprehensive course covers the fundamental concepts and practical techniques of NumPy, the essential library for numerical computing in Python. Learn to create, manipulate, and analyze arrays efficiently.
array-manipulation array-slicing beginner-friendly course data-analysis data-science data-structures fast-computation hands-on labex labs linear-algebra matrix-operations numerical-computing numpy programming python python-programming scientific-computing vectorized-operations
Last synced: 20 Jun 2026
https://github.com/sjthesahiljoseph/the-cpp
The-Cpp is a C++ language learning repository made by sjTheSahilJoseph. I created that for my personal learning, teaching, notes, practice etc... But feel free to use that. No problem with it. Thank You.
coding learn learning notes personal programming programming-in-cpp software-engineering the-cpp
Last synced: 26 Jul 2025
https://github.com/krishnaclouds/node-chat-app
A Chat Application made using Nodejs (socket.io, express), jQuery
chat-application coding expressjs javascript jest jquery nodejs programming socket-io
Last synced: 01 Feb 2026
https://github.com/shahriar-raj/cse_108-object-oriented-programming-language-sessional
This repository contains all home and lab assignments for the CSE 108: Object Oriented Programming Language Sessional course, part of our Term-2, Level-1 curriculum. It applies theories from CSE 107 to problem-solving. We also learned JavaFX for frontend and made a java project "Football Player Database"
academic java javafx object-oriented-programming problems-solving programming project
Last synced: 08 Apr 2026
https://github.com/mdasif-join/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: 18 Sep 2025
https://github.com/labex-labs/advanced-postgresql-practical-labs
In this course, master PostgreSQL through hands-on labs covering relationships, advanced data types, indexing, transactions, views, permissions, queries, triggers, backups, partitioning, full-text search, and more.
challenges course database exercises hands-on labex labs playground postgresql programming
Last synced: 15 May 2026