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/m-ah07/image-converter-python
A Python-based tool for converting images between PNG, JPEG, GIF, and BMP formats with clean, modular code.
imageconverter imageprocessing opensource opensourcecommunity programming python pythonprojects pythonscripts techtools
Last synced: 27 Feb 2026
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/sayed94h/aqyanoos
Web Development Services , Teaching Computer, Coding and Programming, Courses and tutorials, Building updating upgrading websites, Cloud technology, Cloud services
amazon build-web-application build-website coding computer computer-science create-web-app create-website make-website programming programming-course web-development web-development-course website website-builder website-design website-development
Last synced: 27 Feb 2026
https://github.com/paulrosset/paulrosset_homepage
Paul Rosset's personal homepage
blog blogging coding life programming projects
Last synced: 12 Feb 2026
https://github.com/vaibhavmojidra/python---demo-files-renaming-deleting-and-others
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 deleting-files-using-python files metadata-files-using-python mojidra operatingsystem programming python-programming python2 python3 renaming-files-using-python vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 12 Feb 2026
https://github.com/bsm3d/flytools
BSM3D :: Legacy project
aviation basic icao legacy programming rapidq
Last synced: 12 Feb 2026
https://github.com/compilandoyt/20240914-busqueda-binaria
La búsqueda binaria es uno de los algoritmos más eficientes para encontrar un elemento en una lista ordenada. En este video, te explico cómo funciona paso a paso y cómo puedes implementarla en tu propio código.
binary-search efficient-algorithm programming search-algorithm
Last synced: 28 Feb 2026
https://github.com/vitormimaki/fortuna_board
Fortuna Board
access programming visual-basic-net
Last synced: 28 Feb 2026
https://github.com/leobastiani/solid
How to apply SOLID principles to your codebase.
programming software-architecture software-design software-development software-engineering solid solid-principles
Last synced: 13 Feb 2026
https://github.com/hazrat-ali9/software-development-by-microsoft
🚢 Microsoft’s software development ✈ principles tools and 🚁 technologies Perfect for 🛸 developers aiming to 🚀 learn build and scale 🛼 world-class software 🚞 NET C# Azure Visual Studio 🚒 and DevOps best 🏟 practices Includes project 🏟 templates clean architecture 🏘 patterns CI/CD workflows Guides 🕍 on Agile development testing debugging
dart javascript microsoft programming python react software-development software-engineering software-testing zip
Last synced: 16 Apr 2026
https://github.com/labex-labs/monitoring-and-logging-for-devops
Master the essentials of monitoring and logging in DevOps environments. This comprehensive course covers Prometheus for metrics collection, Grafana for visualization, and Loki for log aggregation. Through hands-on labs, you'll learn to set up monitoring infrastructure, configure exporters, create dashboards, write alerting rules, and analyze sys...
alerting course devops exporters grafana hands-on hands-on-labs infrastructure labex labs log-aggregation logging loki metrics monitoring observability programming prometheus system-analysis visualization
Last synced: 14 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/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/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/kneth/kneth.github.io
Kneth's Korner - my personal homepage and blog
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/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/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/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/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/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/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/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/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/coder36459/fcc-projects
freeCodeCamp projects
bash bootstrap c-sharp css d3 data-analysis html javascript matplotlib numpy pandas postgresql programming python react seaborn sql topojson xml xslt
Last synced: 03 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/divinemonk/programming-languages
Programming Languages
angularjs golang html java javascript jquery nodejs perl programming programming-language programming-languages python python2 python3 r reactjs vuejs
Last synced: 04 Apr 2026
https://github.com/simpsonresearch/apc9-10
Learn Databases in Week 9 and 10 of my Advanced Programming Club
learn programming python sql sqlite
Last synced: 17 Apr 2026
https://github.com/lyy289065406/beauty-eye
swing 仿 Mac 外观风格构件
beauty-eye java programming ui
Last synced: 04 Apr 2026
https://github.com/thongnguyens/knthcm
Học Phần Kỹ Năng Thực Hành Chuyên Môn Công Nghệ Thông Tin Đại Học Tôn Đức Thắng Của NGUYEN HOANG THONG.
cisco labs networking oops-in-java packet-tracer programming student-project study-notes
Last synced: 04 Jun 2026
https://github.com/sohaamir/placement_materials
An introductory data analysis and plotting project for work experience students
chatgpt github-actions markdown programming projects rstudio work-experience
Last synced: 18 Apr 2026
https://github.com/sh13y/devops-journey-from-zero-to-hero
From clueless noob to DevOps guru! This repo tracks my hilariously chaotic journey through Linux, Docker, Kubernetes, and everything in between. Follow along as I automate all the things, troubleshoot my own mistakes, and (hopefully) deploy like a pro. Let’s make DevOps fun!
ansible automation aws ci-cd cloud devops devops-roadmap devops-tools docker git jenkins kubernetes learning-devops linux logging monitoring open-source programming roadmap terraform
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/hmshb/langchain-google-gemini-integration
This repo contains integration of LangChain with Google Gemini LLM
ai google-gemini google-gemini-ai langchain large-language-models machine-learning machine-learning-models multimodel-large-language-model programming python
Last synced: 18 Apr 2026
https://github.com/cacilhas/kodumaro
Development blog
development programming technology
Last synced: 05 Apr 2026
https://github.com/abdullah-sheikh/flutter-advancetopics
android dart flutter intellij-idea programming
Last synced: 18 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/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/play3rzer0/bitcoin-btc-total-supply-simulator
These programs compute the total Bitcoin reward sizes, and the actual total supply of bitcoins.
bitcoin bitcoin-total-supply programming python while-loop
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/ln6000/lidar-unity
A lidar scanner code and setup using particles in unity 6 - feel free on to tell me how I can make my code better
csharp game game-development horror lidar particles point-cloud programming unity3d unity6
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/hamzarahal/biostatistics-with-python
Biostatistics with python
biostatistics clinical programming python
Last synced: 23 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/dropdevrahul/dot-files
Dot files for vim and i3
dotfiles i3gaps i3wm polybar programming vim vimrc
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/nicolocurioni96/tutorial-swift-intermedio
Swift programming tutorials, Intermediate tutorials (ITA language) 🇮🇹
ios iosdevelopment programming swift swiftui tutorial
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/shoaib1522/unix-shell-creation
A Unix shell is a command-line interpreter that provides a user interface for interacting with Unix-like operating systems. It acts as a bridge between the user and the kernel, allowing you to execute commands, manipulate files, and automate tasks.
c config history-management operating-system programming shell-script shellscript unix-shell version-control
Last synced: 26 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/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/mattmoony/pash
Interactive shell for python scripts ... Since I used one in many of my latter projects and don't want to develop a new one everytime. 👓
arguments cool interactive programming python scripting scripts shell structure
Last synced: 28 Apr 2026
https://github.com/alejandrorocavandesype/invasion
This project involves the creation of a video game for the 8-bit Sega Master System console. It was created as part of my research project during the final year of my Multimedia degree at the University of Alicante.
low-level programming research-project school-project z80-assembly
Last synced: 28 Apr 2026
https://github.com/jagoda11/aws-lambda-isogram-checker
🚀 Dive into this AWS Lambda function that determines if a word or phrase is an isogram, showcasing a serverless solution to the challenge. The repository offers insights into deploying an isogram checker that can integrate with API Gateway or process files in a cloud environment. 💻
api-gateway aws aws-cli aws-lambda cloud-computing coding-challenge event-driven infrastructure-as-code isogram isogram-detection-algorithm lambda-functions node programming serverless typescript
Last synced: 28 Apr 2026
https://github.com/amaljosea/patterns
Collection of pattern programming questions
Last synced: 28 Apr 2026
https://github.com/rahul-404/modules-and-import-statements
Welcome to the "Modules and Packages" class in Python! In this class, you will learn about modules, packages, and how to import statements from one module to another or from one package to another
coding datascience github learnpython modules opensource package programming python python-tips software-development techeducation
Last synced: 28 Apr 2026
https://github.com/rahul-404/logging-and-debugging
Welcome to Python Logging and Debugging Project! Enhance your Python projects with robust logging and debugging features for efficient monitoring and issue resolution. 🐍🛠️
code-quality data-science debugging error-handling logging monitoring open-source programming python python-tips software-development techtools
Last synced: 28 Apr 2026
https://github.com/nipuna-lakruwan/card-matching-game-java
A simple card-matching game built in Java using Swing and JavaFX. Players flip cards to find matching pairs while tracking errors. The game includes customizable features like card images, board size, and a restart option.
begginer-project cardgame game-development gui java javafx memorygame programming swing
Last synced: 29 Apr 2026
https://github.com/woolseyworkshop/article-using-the-arduino-serial-plotter-to-visualize-real-time-data
Using The Arduino Serial Plotter To Visualize Real Time Data Article Resources
arduino electronics programming
Last synced: 29 Apr 2026
https://github.com/nicorb28/ruby_game_of_life
Ruby Game of Life
game game-of-life game-of-life-ruby gosu gosu-gem programming rspec ruby tdd test-driven-development
Last synced: 29 Apr 2026
https://github.com/nagipragalathan/django_otp_login
This repository provides a Django example implementation of OTP (One-Time Password) login functionality. Users can receive an OTP via email and use it for authentication.
authentication django djangoprojects opensource otplogin programming python signup twofactorauthentication websecurity
Last synced: 29 Apr 2026
https://github.com/v-mayya/programming-statistics-and-econometrics-resources
Programming, statistics and econometrics resources
econometrics programming python r statistics
Last synced: 29 Apr 2026
https://github.com/fksxiz/sorting-algorithms
An application for demonstrating the operation of sorting algorithms with visualization
algorithms education java javafx programming sorting-algorithms sorting-visualization
Last synced: 29 Apr 2026
https://github.com/akashgutha/akashgutha.github.io
My blog :memo: :pencil2:
Last synced: 08 Jun 2026
https://github.com/locus-x64/system-programming
This is the repo for System Programming projects and Linux utilities.
linux linux-shell linux-utilities programming sp sp-with-linux system-programming
Last synced: 29 Apr 2026
https://github.com/nelo-cmd/spend-er
An expense tracking app build with React.js,.
beginner-friendly beginner-project css front-end frontend javascript programming project react reactjs
Last synced: 29 Apr 2026
https://github.com/nishnha/nishnha.github.io
Nishnha's blog
blog jekyll london programming static
Last synced: 29 Apr 2026
https://github.com/razorblack/java_programming
A repo for Java practice programs
coding-challenge java programming
Last synced: 29 Apr 2026
https://github.com/abdurrehman2003/typescript-nodejs-45exercises-2024
This repository contains exercises from my "Getting Started with TypeScript and Node.js" assignment. It covers fundamental TypeScript concepts, including variables, arrays, objects, and functions, along with Node.js integration. Completing these exercises strengthened my programming skills and prepared me for advanced web development.
assignment exercises fundamentals javascript learning nodejs programming typescript web-development
Last synced: 29 Apr 2026
https://github.com/dmarks84/ind_project_readme-generator
Independent (personal) project in which I automatically generate README files for each of my repositories from my coursework
dataframes etl numpy pandas programming python
Last synced: 29 Apr 2026
https://github.com/rohya8/nvminstallation
Node Version Manager (NVM) installation guide on Windows
cheatsheet javascript node nodejs npm nvm programming windows
Last synced: 29 Apr 2026
https://github.com/beyondsimulations/programming-everyday-decisions
This repository contains the lectures and tutorials of the course: Programming - Everyday Decision-Making Algorithms
Last synced: 30 Apr 2026
https://github.com/kimamovic21/udemy-nextjs-course-property-pulse-traversymedia-v2
Next.js From Scratch 2024 - PropertyPulse Project
cloudinary mapbox mongodb nextjs nextjs14 oauth programming react react18 tailwindcss
Last synced: 30 Apr 2026
https://github.com/it-delinquent/button_masher
A simple game where two people race to press their respective keys 100 times
button-masher csharp game mash player programming progress-bar ui windows wpf wpf-application wpf-ui
Last synced: 30 Apr 2026