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/sunnahboy/checkfake_true_news
Building data structures using Linked lists and arrays and find best algorithms for implementing a system for detecting Fake News
algorithms data level low programming structure
Last synced: 28 Feb 2026
https://github.com/igr/void
-=[ void ]=-
examples haskell java kotlin playground programming programming-by-example scala
Last synced: 16 Apr 2026
https://github.com/vaibhavmojidra/python---demo-working-with-directories
Python OS module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, see the os.path module, and if you want to read all the lines in all the files on the command line see the fileinput module
coding mojidra os programming python python-os python2 python3 vaibhav vaibhav-mojidra vaibhavmojidra working-with-directories
Last synced: 14 Feb 2026
https://github.com/wandeber/quara
Lenguaje de programación interpretado por JavaScript. Pensado para preprocesar texto como platillas de email.
interpreter language programming
Last synced: 28 Feb 2026
https://github.com/isaakiel/isaak_lessons
Short lessons for the ISAAK meetings
archaeology programming teaching teaching-materials
Last synced: 28 Feb 2026
https://github.com/dencodez/life
The Life coding language is out! More info in README... Life version: Pre-Alpha. Install Life here! 👇🏼
coding explorerlanguage life programming
Last synced: 19 Mar 2026
https://github.com/justintime50/muffinscript-vscode
Syntax highlighting for the MuffinScript programming language.
extension highlighting language muffin muffinscript programming syntax vscode
Last synced: 15 Feb 2026
https://github.com/frosteen/learn_to_code
These are take-down notes when learning a new programming language.
Last synced: 15 Feb 2026
https://github.com/labex-labs/wireshark-for-beginners
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 learn how to use Wireshark to troubleshoot network issues, analyze network traffic, and secure your network.
beginner-guide course cybersecurity cybersecurity-education cybersecurity-tools hands-on labex labs network-analysis network-monitoring network-protocols network-security network-troubleshooting packet-capture programming protocol-decoding security-analysis tcp-ip traffic-analysis wireshark-tutorials
Last synced: 16 Feb 2026
https://github.com/labex-labs/penetration-testing-for-beginners
Test your skills in this challenge-based course covering essential penetration testing techniques. Each challenge requires you to independently discover and exploit vulnerabilities using industry-standard tools like Nmap, FTP, SMB, Telnet, Rsync, RDP, HTTP, and SSH. Perfect your reconnaissance and enumeration skills through self-guided explorati...
challenges course cybersecurity exercises hands-on labex labs playground programming
Last synced: 15 Feb 2026
https://github.com/kneth/kneth.github.io
Kneth's Korner - my personal homepage and blog
Last synced: 16 Feb 2026
https://github.com/m-ah07/to-do-list-app
A simple Python-based command-line tool for managing tasks. It allows users to add, view, update, and delete tasks while storing task data in a local file.
coding opensource productivity programming python taskmanagement todoapp
Last synced: 16 Feb 2026
https://github.com/vitormimaki/sweettec
SweetTec (Access Database)
access database programming sql vba
Last synced: 16 Feb 2026
https://github.com/ite-2022-pwr/ite-is-semestr-1
Semestr 1, studia inżynierskie: Podstawy programowania
programming studia university university-project
Last synced: 19 Mar 2026
https://github.com/alexbinary/code-and-lego
📝 A blog about programming and LEGO
Last synced: 01 Mar 2026
https://github.com/majikmate/module-ts
Basic programming course for imperative programming in TypeScript
learning learning-by-doing programming typescript
Last synced: 01 Mar 2026
https://github.com/lukedschenk/excellent-privacy-and-security-information
A collection of blogs, podcasts, videos, etc. that I would recommend related to pentesting, hacking, CTF, reverse engineering, privacy, OSINT, programming and the works.
blogs ctf hacking osint penetration-testing pentesting podcasts privacy programming reverse-engineering
Last synced: 01 Mar 2026
https://github.com/rmdnhub/xogame
Développement d’un jeu tictac en utilisant Angular et TypeScript.
angular css html programming typescript
Last synced: 09 May 2026
https://github.com/nabilshadman/programming-skills-github-actions-lab
GitHub Actions lab in Programming Skills
ci-cd cicd github programming software-development
Last synced: 16 Apr 2026
https://github.com/mlt93/unir
Course and Explanations of DAW
css dao-design-pattern database html informatica information-system java javabean markup-language mvc-pattern programming spring-boot
Last synced: 02 Mar 2026
https://github.com/mhmzdev/solid-principles-dart
A quick summary of SOLID principles and their implementation in dart language
Last synced: 02 Mar 2026
https://github.com/renvasco/react-coffee
:atom: This project is a kind of coffee shop app.
javascript learning programming react react-router reactjs spa study styled-components
Last synced: 16 Apr 2026
https://github.com/gofaone315/memerdevs
MemerDevs is a platform designed for developers, programmers, and tech enthusiasts to share their experiences in a fun and engaging way—through memes. Whether you're debugging, coding, or just enjoying the developer community.
coding humour memerdevs memes programming social-media social-network website
Last synced: 03 Mar 2026
https://github.com/alchermd/learncs
Tutorial services where I teach computer science related stuff.
Last synced: 27 Mar 2026
https://github.com/someiro/mvrc
Modern Vim Configuration
chatgpt dark-theme editor git-integration productivity programming vim vim9 vimrc
Last synced: 03 Mar 2026
https://github.com/zentrocdot/archimedes
Archimedes Measurement of a Circle
algorithm archimedes circle-constant circle-equation euclidean-theorems hexagon iterative-methods jupyter jupyter-notebook mathematical-programming notebook pi programming pythagorean-theorem python sagemath square-root squaring-the-circle thales-theorem triangle
Last synced: 16 Apr 2026
https://github.com/vaibhavmojidra/python---demo-reading-files
Python provides inbuilt functions for creating, writing, and reading files. There are two types of files that can be handled in python, normal text files and binary files (written in binary language, 0s, and 1s)
coding mojidra programming python python2 python3 reading reading-files reading-files-using-python vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 27 Mar 2026
https://github.com/dfdffdfdff8134/abap-9em
🔍 Streamline your ABAP development with abap-9em, a tool that enhances efficiency and supports best coding practices in enterprise software.
abap abap-development application-development automation business-logic code-quality customizations data-integration enterprise-software performance-optimization programming reporting sap system-integration user-interface workflow-automation
Last synced: 02 Jun 2026
https://github.com/papkuworld/polymath
20 year Curriculum that will make you a polymath. (Under Construction). Main focus being actively developed.
blue-teaming cybersecurity hacking network-engineering open-source polymath programming red-teaming security-engineering software-development university web-development
Last synced: 04 Mar 2026
https://github.com/harrykural/comp2068-lab4
Starting with Express JS
advanced expressjs html javascript node nodejs programming web
Last synced: 20 Apr 2026
https://github.com/siddheshkukade/url-shortner-react-bitly
Simple Bit.ly clone created using React JS and Bit.ly API
bitly-api programming reactjs url-shortener
Last synced: 16 Apr 2026
https://github.com/asmtamim/problem-solving
Problem-solving practices
codechef codeforces cpp leetcode problem-solving programming
Last synced: 30 Mar 2026
https://github.com/montanaz0r/coursera-andrew-ng-machine-learning-course
My solutions to programming assignments (Octave/Matlab).
algorithms coursera data-science machine-learning matlab octave programming
Last synced: 16 Apr 2026
https://github.com/aathifzahir/awesome-links
This repository offers a curated list of free online resources, tools, and courses across topics like Learning & Certification, Developer Tools, Web Development, and GitHub/Open Source, helping developers of all levels advance their skills.
backend-development certifications developer-resources developer-tools educational-resources freecourses frontend-development fullstack-development github-repository learning-materials learning-resources open-source programming software-engineering tutorials uiux-design web-development web-development-resources
Last synced: 04 Mar 2026
https://github.com/zvladimir/zvladimir.github.io
circuit digital electronics microcontroller pcb programming rust stm32
Last synced: 04 Mar 2026
https://github.com/ilovebacteria/cheatsheet
My big cheatsheet in programming
cheatsheet github-pages programming static-site
Last synced: 04 Mar 2026
https://github.com/n0ksa/projektnizadatakfx
A platform enabling math clubs to organize mathematical competitions, maintain records of results, and collaborate on math projects. This project, serving as a CRUD application, is developed for a university class to learn all the key concepts of programming in Java.
java javafx-desktop-apps programming
Last synced: 01 Apr 2026
https://github.com/howprogrammingworks/articles
Links to Articles
article articles javascript js links programming url
Last synced: 17 Apr 2026
https://github.com/renvasco/react-marvel
:atom: This app interacts with the Marvel Developer Portal API to get characters, comics and information about them.
learning marvel marvel-api marvel-characters marvel-comics marvelapp programming react reactjs reactpalette reactrouterdom reactscroll spa styled-components
Last synced: 17 Apr 2026
https://github.com/paragunhale1998/basic-image-editor
Here i Create A Basic Image Editior Using Html , CSS and Javascript
css front-end html image image-editor js programming react-js webdelopment
Last synced: 02 Apr 2026
https://github.com/danieldantasdev/intro-to-programming_course-luisdev-essential-beginner-part-6_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: 17 Apr 2026
https://github.com/sauloroman/programming-courses
Collection of programming courses about differente top technologies such as Javascript, C#. SQL, Typescript, CSS, etc
c-sharp javascript node programming react sass sql typescript
Last synced: 02 Apr 2026
https://github.com/davityak03/basics-of-python-
In this we have done multiple programs in python so as to develop the basic skill sets in python
array dictionary lists matrix numpy pandas programming python sets
Last synced: 02 Apr 2026
https://github.com/nadidlinchestein/certifications
Nadid Linchestein's Certifications
accompaniment achievements certificate cloud-computing computer-science cpp data-science programming python software-engineering success
Last synced: 27 Apr 2026
https://github.com/nathaneltitane/pewpewprints
Foam Blaster Printed Parts + Mods
3d-models 3d-printing blaster dartzone f3d linux mods nerf programming shell stl terminal threejs web-application webgl
Last synced: 17 Apr 2026
https://github.com/eliasdehondt/learn-r
Welcome to the Learn-R repository! This is your go-to resource for learning the R programming language, whether you're a beginner or looking to enhance your skills.
data-analysis data-visualization education machine-learning programming r statistics tutorials
Last synced: 03 Apr 2026
https://github.com/talha4t/computer-programming-part-02
কম্পিউটার প্রোগ্রামিং-দ্বিতীয় খণ্ড
book c computer-programming programming
Last synced: 03 Jun 2026
https://github.com/pranjalco/password-manager-intermediate
A Password Manager app with a GUI to store, manage, and retrieve passwords. It generates random passwords, auto-copies to clipboard, and saves credentials (website, username, password) in JSON. Features include error handling, input validation, search functionality, and a lock icon for a professional look.
automation clipboard error-handling file-handling gui-application gui-development intermediate json-manipulation password-generator password-manager programming python task-automation tkinter
Last synced: 17 Apr 2026
https://github.com/yigitoo/posidonia
A research project about Posidonia Oceanica
ai api automated computer-vision cross-platform desktop-app ecosystem embedded-systems erb-template gin-gonic golang java machine-learning posidonia-oceanica programming pywebview ruby saving-world sinatra webview
Last synced: 17 Apr 2026
https://github.com/freyjafa/freyjafa
Removing barriers to growth and aiding the acceleration of learning engineering skills by examining the history and roots of everything related to engineering.
coding css education euclid fortran freyja history html javascript math matlab programming typesetting website youtube
Last synced: 17 Apr 2026
https://github.com/ananyachibber21/data_structures_and_algorithms
Data Structures and Algorithms in Java, Python
algorithms data-structures java programming python
Last synced: 30 Apr 2026
https://github.com/lyy289065406/beauty-eye
swing 仿 Mac 外观风格构件
beauty-eye java programming ui
Last synced: 04 Apr 2026
https://github.com/almostengr/college-coursework
Course work from the programming courses that I had while in college
c-plus-plus college college-assignment college-project computer-science cpp css homework-assignments homework-exercises html html4 java programming
Last synced: 18 Apr 2026
https://github.com/hamedfathi/hamedfathi
My programming skills.
angular blogging csharp dotnet javascript personal-website programming typescript
Last synced: 04 Apr 2026
https://github.com/woolseyworkshop/article-driving-a-dc-motor-with-an-arduino
Driving A DC Motor With An Arduino Article Resources
arduino cpp drv8833 electronics kicad linux macos motor motor-driver programming windows
Last synced: 04 Apr 2026
https://github.com/benevanio/facepy
Identifica a idade do usuario usando o OpenCV
ageestimation coding computervision development facedetection facialrecognition github machinelearning opencv programming project python softwareengineering tech
Last synced: 18 Apr 2026
https://github.com/sundanc/weatherprediction
This project implements a weather prediction system that predicts the temperature based on real-time weather data, including features like humidity, wind speed, and day-related features (day of the week, month
machine-learning machinelearning numpy pandas programming python scikit-learn scikitlearn-machine-learning weather-prediction
Last synced: 18 Apr 2026
https://github.com/cacilhas/kodumaro
Development blog
development programming technology
Last synced: 05 Apr 2026
https://github.com/breezy-codes/cheat-sheets
Cheat Sheets I've collected through my uni subjects to help me with the different programming languages I've been learning.
cheatsheet cpp git-cheatsheet grep-cheatsheet linux-cheatsheet markdown markdown-cheatsheet nmap-cheatsheet nmap-commands programming pycharm python python-language quick-reference r-language reference-material shortcuts vscode
Last synced: 05 Apr 2026
https://github.com/es-alexander/progression-gui
A python tkinter GUI package for development of GUIs with linear progression
programming python python3 tkinter
Last synced: 18 Apr 2026
https://github.com/simpsonresearch/apc0
Introduction to my Advanced Programming Club
go learn programming python rust
Last synced: 06 May 2026
https://github.com/beversbeck/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: 04 Jun 2026
https://github.com/realvishalrana/open-source-path-finder
Open Source Path Finder is a tool to discover open-source projects tailored to your skills and interests. Whether you're a beginner looking for your first contribution or an experienced developer exploring new domains, this tool helps you find projects based on search queries, tags, programming languages, and difficulty levels.
beginner-friendly collaboration developer-tools github-api hacktoberfest javascript nextjs open-source open-source-contributions programming repository-finder tailwindcss typescript
Last synced: 18 Apr 2026
https://github.com/sohomm/cbtc-c-coding
task1 : word count-open a file count the words , task2: expense tracker with switch case and multi-options , task3: C# code for number guessing
c c-language cipherbyte cipherbyte-technologies coding csharp programming project research shell wordcount
Last synced: 19 Apr 2026
https://github.com/kamakshi4023/library_management
Library Management System
database education library library-management-system mysql mysqlconnector programming project python students
Last synced: 19 Apr 2026
https://github.com/dirkgroot/dirkgroot.github.io
Source code for my GitHub Pages site
Last synced: 19 Apr 2026
https://github.com/witsawa-corporation/basic-web-app
Basic web application for beginner
css html javascript js programming
Last synced: 20 Apr 2026
https://github.com/an4pdm/plataforma-de-gerenciamento-escolar-intuitivo-com-crud
Projeto Full-stack com integração entre Python e MySQL, permitindo o gerenciamento de dados de um sistema escolar com uma GUI simplificada.
automation coding database development full-stack gui programming project-repository python python3 simple-gui sql
Last synced: 20 Apr 2026
https://github.com/ck3g/100daysofswiftui
100 Days of SwiftUI challenge
challenge ios-swift mobile-development programming software-development swift swiftui
Last synced: 20 Apr 2026
https://github.com/vishusandy/vishusandy.github.io
My personal tech blog
algorithms image-manipulation programming rust software-architecture software-engineering
Last synced: 20 Apr 2026
https://github.com/calebe94/programacao_em_java
Programação em Java
code java programming snippets
Last synced: 21 Apr 2026
https://github.com/mrjov100/midtest-backend-programming_jovandi-todana
Midtest Backend Programming. Completed three individual project assignments within two weeks, starting from April 22 to May 6. With supervisor, Mr. Janson Hendryli. Tarumanagara University, Indonesia.
Last synced: 21 Apr 2026
https://github.com/coatless-textbooks/c4ds
Computing for Data Science is a work in progress tutorial book being made for STATS 290 at Stanford University
programming r statistics textbook
Last synced: 21 Apr 2026
https://github.com/krishbharadwaj5678/codepad
Dive into Code Pad, the perfect digital workspace for coding enthusiasts. Effortlessly select your favorite programming language and write your code in a sleek, user friendly environment.
code-editor codeeditor codepad coding coding-platform deployment development github ide online-compiler programming python realtime streamlit streamlit-application streamlit-webapp syntax-highlighting themes webapp
Last synced: 22 Apr 2026
https://github.com/tirth063/spring-image-forge
A powerful Spring Boot REST API for dynamic image generation, perfect for placeholders, mockups, and testing environments.
2d-graphics api backend developers image-api image-processing java open-source placeholder-image programming rest-api springboot web-development
Last synced: 22 Apr 2026
https://github.com/georgehanymilad/cpp-task-about-escape-sequences
Programming
challenges cpp problem-solving programming programming-language solution-challenge
Last synced: 05 Jun 2026
https://github.com/autoplantbali/esp32_bluetooth_flasher
Upload Program Arduino Wireless Bluetooth
arduino arduino-tool bluetooth-arduino esp32 flasher programmer programming
Last synced: 22 Apr 2026
https://github.com/michalspano/compsci
CompSci – a personal *dump* of everything related and possibly non-related.
compsci computer informatika learn maturita programming science
Last synced: 24 Apr 2026
https://github.com/code-help-tutor/programming-principles-assignmen
Programming 辅导, code help, CS tutor, WeChat: cstutorcs Email: tutorcs@163.com
Last synced: 24 Apr 2026
https://github.com/benbaptist/luminos
A CLI utility integrating Large Language Models (LLMs) into your shell, empowering seamless interaction with advanced AI directly in the terminal. 🚀
ai ai-led cli http llm programming shell
Last synced: 24 Apr 2026
https://github.com/ntdls/k-loc-calculator
Quick and easy way to count the lines of code in your project.
Last synced: 24 Apr 2026
https://github.com/filiprokita/forcedelete
This is a command-line utility program for Windows that allows the user to forcefully delete any file or directory in their system even if it's used by other program. The program takes a user-specified file or directory path and uses the "del" command to permanently delete it.
automation command-line command-line-tool command-line-tools command-line-utility development file-deletion productivity programming remover software tool unlock-file unlocker utility windows
Last synced: 24 Apr 2026
https://github.com/jebyrnes/2020_uri_talk
2020 Talk for URI R Users Group
professional-development programming r
Last synced: 25 Apr 2026
https://github.com/amansatya/jarvis-virtual-assistant
THIS REPOSITORY IS A BASIC JARVIS VIRTUAL ASSISTANT PROJECT BUILD ON PYTHON TO TEST BASIC SKILLS ON PYTHON.
programming python virtual-assistant
Last synced: 06 Jun 2026
https://github.com/jrhrmsll/k8s-client-go
Programming Kubernetes examples
client-go golang kubernetes kubernetes-api programming
Last synced: 25 Apr 2026
https://github.com/ruokokoski/cs-a1110
Aalto University - CS-A1110 Ohjelmointi 1
Last synced: 07 Jun 2026
https://github.com/tokhy1/js_todo_list_app
This is a simple and intuitive todo list application built using JavaScript. Keep track of your tasks, set priorities, and stay organized with this easy-to-use web app.
coding css dom html javascript localstorage programming tasks-manager todo-app todo-list
Last synced: 26 Apr 2026
https://github.com/umaarov/file-path-inserter
Automatically inserts file paths as comments at the top of your code files. Supports multiple file types and integrates with VSCode.
automation file-management nodejs opensource programming vscode
Last synced: 26 Apr 2026
https://github.com/jackokeeffe/programming-club
Programming Club Activity Solutions (updated every Tuesday).
club coding-club learn-to-code practice practice-project programming programming-club project python
Last synced: 07 Jun 2026
https://github.com/damechocolateya/yasos
Compiler for the new language yasos
compiler cpp llvm programming programming-language
Last synced: 09 May 2026
https://github.com/titchwotlakosta779/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: 27 Apr 2026
https://github.com/roggersanguzu/oop-projects
Showcasing Java projects focused on database integration, user interface design, and backend development. Features real-time apps, authentication, and performance optimization.
desktop-application java java-library programming ui
Last synced: 27 Apr 2026
https://github.com/eliabdiel/python-chat-app
How to build a chat application with python and streamlit
chat-application chatbot frontend programming python streamlit streamlit-application webapp
Last synced: 27 Apr 2026
https://github.com/mituskillologies/pcp-python-dec22
Python Training Session at Pimpri Chinchwad Polytechnic, Pune
class data-structures decision-making functions looping objects programming python python3
Last synced: 08 Jun 2026
https://github.com/guiferviz/cerosyunos-code
Code from the videos on "Ceros y Unos" YouTube channel.
Last synced: 28 Apr 2026