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/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/professormanhattan/ansible-ruby
Installs Ruby (as well as a configurable list of system or user level gems) on almost any platform
ansible doctor fedora gems install installdoc installdoctor language macos mblabs megabytelabs molecule professormanhattan programming rake role ruby ubuntu washingtondc windows
Last synced: 07 Apr 2026
https://github.com/bookseer/python
Программирование на python
development programming python
Last synced: 09 May 2026
https://github.com/hemanta212/learn-go-with-tests
Learn Go and TDD Workbook
emacs go literate org programming tdd tests
Last synced: 12 May 2026
https://github.com/xromory/learn-rust
Learning Rust from scratch — documenting my journey, experiments, and projects while exploring one of the fastest and most challenging programming languages.
beginner journey learning learning-by-doing low-level practice programming rust rust-lang system-programming
Last synced: 09 Oct 2025
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/ubaidsk/myrust.dev
🦀 Practical FAQ guide for Python & C++ developers learning Rust. AI-generated content with community improvements. Direct answers, code comparisons, no fluff.
ai beginners beginners-guide faq jupyter-book learning memory-safety programming python rust rust-lang systems-programming tutorial
Last synced: 29 Apr 2026
https://github.com/worcestertechnicalhighschool/match-3-game
Making a match 3 game as a personal project
csharp csharp-code hacktoberfest hacktoberfest-accepted match-3 match-three match-three-game match3 match3-game programming project unity unity-scripts unity2d
Last synced: 12 May 2026
https://github.com/akashgutha/akashgutha.github.io
My blog :memo: :pencil2:
Last synced: 08 Jun 2026
https://github.com/edvaldoljr/faculdade-tecnologia-em-coding-c-orientacao-objetos
A POO em C++ é uma ferramenta essencial para a construção de softwares complexos e escaláveis, proporcionando organização, reutilização e flexibilidade ao código.
Last synced: 03 May 2026
https://github.com/re-zero-khis/node_modules
gitbook 的 npm 定制安装包(含个人修改,故不使用官方版本)
Last synced: 12 May 2026
https://github.com/tejas-130704/c-programming-
Program using C language (Games)
c-language games programming rock-paper-scissors tic-tac-toe
Last synced: 29 Apr 2026
https://github.com/turhancan97/adventofcode
My solutions for Advent of Code (via Python)
2022-focus advent-of-code algorithms data-structures programming python
Last synced: 21 Jun 2026
https://github.com/rishabhmathur06/data-structures-and-algorithms
This repository contains the answers of all the questions related to Data Structures and Algorithms solved by Rishabh Mathur on various platforms such as GeeksforGeeks and HackerRank.
data-structures-algorithms data-structures-and-algorithms dsa dsa-algorithm dsa-practice programming python python-programming
Last synced: 29 Apr 2026
https://github.com/code-help-tutor/programming-assignment-2-bismuth-interpreter
Programming 代写代做 编程辅导, code help, CS tutor, WeChat: cstutorcs Email: tutorcs@163.com
Last synced: 22 Jun 2026
https://github.com/woolseyworkshop/article-adafruit-io-connecting-your-raspberry-pi-to-the-outside-world
Adafruit IO: Connecting Your Raspberry Pi To The Outside World Article Resources
adafruit-io electronics programming python raspberry-pi
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/wellitongervickas/notillew-password-strength
Functional programming learning
functional javascript learning lodash programming ramda typescript
Last synced: 29 Apr 2026
https://github.com/evernext10/experiment-to-simulate-the-gameplay-of-the-baloto-
This experiment is to achieve a number of numbers that would throw me the Baloto according to the data you enter to play.
baloto c file-manager logical-operators programming
Last synced: 11 Jun 2026
https://github.com/dedo-finger2/home-stock-api
Manage your house items with ease.
api-rest dashboard hibernate home-assistant inventory-management java jpa management programming spring-boot table web
Last synced: 29 Apr 2026
https://github.com/rumaisanaveed/leetcode-solved-questions
These are the random questions which I solved on leetcode.
coding coding-challenges grinding leetcode logic-building practice problem-solving programming questions-solved
Last synced: 07 Jul 2025
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/kashish-naik/complete-webdev-cheatsheet
🛠️ Master web development with this comprehensive cheatsheet covering design, layout, performance testing, and deployment tips. Collaborate and enhance your skills.
accessibility api backend css databases deployment frameworks frontend html javascript programming responsive-design seo version-control web-development
Last synced: 07 May 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/riwi-io-medellin/javascript_fundamentals
Explore the world of JavaScript from basic fundamentals to advanced handling
fundamentals javascript learn-to-code programming riwi
Last synced: 19 Jun 2026
https://github.com/sandyg6/c-programming
C Programming
arrays cprogramming cprogramming-language filehandling pointers programming programming-language structures
Last synced: 09 Oct 2025
https://github.com/silent0wings/oddonacci-sequence-calculations
This project implements two methods for calculating Oddonacci numbers using Java: a linear tail-recursive approach and a multiple recursive approach. These methods are implemented to study their performance in terms of execution time and efficiency.
algorithm algorithm-design coding-practice computational-math fibonacci-variant java math-algorithms math-functions mathematics number-sequences oddonacci-sequence programming recursion sequence-calculation sequence-generation
Last synced: 13 May 2026
https://github.com/tanzeelafatima492/for-loop
coding cplus cpp forloop programming
Last synced: 22 Jun 2026
https://github.com/teneplaysofficial/cplusplus-projects
This repository contains a collection of projects written in C++. Each project is designed to showcase various programming concepts and problem-solving skills. Explore projects ranging from simple console applications to more complex systems, demonstrating foundational and advanced techniques in each language.
algorithms codesamples coding cpp educational examples games opensource programming softwaredevelopment
Last synced: 19 Jun 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/cyprianfusi/predict-fuel-efficiency-using-linear-regression-with-tensorflow
This project demonstrates the power of introducing non-linearity in neural network models to capture relevant patterns in data
keras linear-regression neural-networks pandas programming python3 tensorflow2
Last synced: 11 Jun 2026
https://github.com/labex-labs/redis-for-beginners
In this course, learn the fundamentals of Redis, including installation, key-value operations, data structures, and basic configuration for beginners.
challenges course exercises hands-on labex labs playground programming redis
Last synced: 09 Oct 2025
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
https://github.com/obaskly/42piscine
My experience during the 42 C piscine
42born2code 42cursus 42piscine 42projects 42school c coding programming shell
Last synced: 09 Oct 2025
https://github.com/stynw7/algorithm_and_programming
Provides programs of Basic Algorithm and Programming using C / C++ Language
algorithm c competitive-programming cpp logic-programming programming
Last synced: 14 May 2026
https://github.com/rajtilak-2020/3d_renderer
A simple yet powerful 3D rendering program written in Java using Swing. Rotate 3D objects interactively with sliders to control horizontal and vertical angles, and experience dynamic rendering with smooth real-time updates.
3d java programming programming-logic project
Last synced: 01 May 2026
https://github.com/tufayellus/google-sheet-automation-with-python-gspread
This is a personal documentation repository for google spreadsheet automation using python and gspread library
automation bot bots google-sheets google-sheets-api googledrive googlesheets googlesheetsapi gspread programming python
Last synced: 12 Oct 2025
https://github.com/carlosfernandezcabrero/recursos-programacion
Colección de recursos de programación
bbdd challenges free git html programming resources rust sql webdevelopment
Last synced: 01 May 2026
https://github.com/muizzer07/university-assignments
This repository contains assignments which I solved from university Computer Science, Information technology, Business related classes (Australian undergrad & masters courses). Feel free to get any help from those solutions. Thanks!
assessment assignment documentation homework-assignments programming project proposal report thesis
Last synced: 01 May 2026
https://github.com/ganeshkadam65/leetcodesolutionscpp
LeetCode has emerged as one of the most popular platforms for honing programming skills and preparing for technical interviews. As a coding enthusiast or a job seeker in the tech industry, having a solid understanding of data structures and algorithms is crucial
algorithms c code coding competitive-programming cpp data-structures leetcode leetcode-cpp leetcode-solutions programming python software-development software-engineering
Last synced: 14 Apr 2026
https://github.com/webmekanic/botict
An Application that go through numbers from 1 to 100
css design javascript meteorjs programming reactjs
Last synced: 18 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/capellax02/com2044
(OBJECT ORIENTED PROGRAMMING) This repository contains the lecture slides, my lecture-related works, and assignments during my OOP course in the second year of the university.
java javafx object-oriented-programming programming spring
Last synced: 01 May 2026
https://github.com/androfone/pixel
Pixel é um pacote para estilizar seu refreshable em swift
programming style swift swiftui swiftui-example
Last synced: 20 Jun 2026
https://github.com/ibrahimm7004/python-projects
Projects to strengthen my programming fundamentals in python.
coding docker kafka programming programming-fundamentals pyspark python
Last synced: 02 May 2026
https://github.com/anacoda/canadiancomputingcompetition
My (work in progress) answers to the CCC
algorithms canadian-computing-competition ccc coding-challenges math programming python python3
Last synced: 20 Jun 2026
https://github.com/johnyssauro/arduino-classes
Aqui se encontram todas as aulas do Curso de Introdução ao Arduino, ministrado por mim, bem como a maioria dos projetos implementados em .ino.
arduino arduino-ide cpp programacao programming robotica robotics
Last synced: 02 May 2026
https://github.com/utkarsha666/hdr-light-in-opengl
HDR Light In OpenGL
c graphics graphicsprogramming hdr light lighting opengl programming shader
Last synced: 02 May 2026
https://github.com/abhipatel35/java-inheritance-employee-management
Java Inheritance Employee Management: Explore inheritance in Java with classes representing employees, including analysts and salespersons, showcasing salary raises and bonuses.
code employee-management extends inheritance intellij-idea java javaclass object-oriented-programming parent-child-class programming software-development subclass superclass
Last synced: 18 Jan 2026
https://github.com/space-boy-industries/basic-computing
basic computer fabric minecraft minecraft-mod programming
Last synced: 02 May 2026
https://github.com/programmer-rd-ai-archive/dog-or-cat-v2-tl
Dog-or-Cat-V2
artificial-intelligence clf cnn deep-learning machine-learning programming python python3 pytorch transfer-learning
Last synced: 01 Mar 2025
https://github.com/lintangwisesa/java_upiyai_praktisimengajar
Dasar-Dasar Pemrograman Java - Praktisi Mengajar UPI YAI 2022
code java kampus-merdeka kemendikbud merdeka-belajar praktisi-mengajar programming
Last synced: 09 Jun 2026
https://github.com/clamy54/gologo
A modern, cross-platform, bilingual (French/English) Logo interpreter inspired by the classic French Thomson MO5 turtle experience.
coding-for-kids learn-to-code logo logo-interpreter logo-language programming retro stem-education turtle turtle-graphics
Last synced: 14 Jun 2026
https://github.com/marc7666/computer-organiozation-ii
Practical cases of the subject “Computer organization II” of the degree in computer engineering of the University of Lleida. This subject is taught in the first year. Each practical case is in assembly language.
assembly programming programming-language universitatlleida university
Last synced: 02 Nov 2025
https://github.com/mdmohsinhaider/java-program
java programing
collections-framework core java java-8 leetcode-java programming solutions
Last synced: 03 May 2026
https://github.com/labex-labs/git-for-beginners
Master the essentials of Git version control in this comprehensive beginner's course. Learn everything from basic commands to advanced operations through hands-on labs and engaging challenges. Perfect for aspiring developers and those new to version control.
challenges course exercises git hands-on labex labs playground programming
Last synced: 08 Oct 2025
https://github.com/silentpuck/silentcheatsheets
Multilingual cheat sheets for C, C++ and Assembly. Fast references, code snippets and examples in EN / RU / ES. Synchronized with YouTube Shorts by SilentPuck 🕶️
asm assembly c cheatsheet cpp learning multilingual programming reference shorts youtube
Last synced: 03 May 2026
https://github.com/labex-labs/react-for-beginners
Learn the fundamentals of React from setting up your first app to building interactive components. Master essential React concepts through hands-on labs covering components, JSX, props, state, hooks, event handling, conditional rendering, lists, and forms.
challenges course exercises hands-on labex labs playground programming react
Last synced: 08 Oct 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/lagoon107/caxlang
Simple, interpreted programming language focused on simplicity and usability.
interpreter programming rust simple
Last synced: 09 Jun 2026
https://github.com/programmer-rd-ai-archive/car-object-detection-v10-learning-detectron2-v2
Car-Object-Detection-V10-Learning-Detectron2-V2
ai detectron detectron2 dl ml object-detection programming python python3 pytorch
Last synced: 01 Mar 2025
https://github.com/mwixy/pulse
A lightweight, block-scoped programming language designed for ultra-fast declarative GUI prototyping and native Python interoperability. Build desktop apps in seconds without import statements.
declarative-ui desktop-app gui interpreter programming programming-language pulse python python3 scripting-language tkinter tkinter-gui
Last synced: 03 May 2026
https://github.com/programmer-rd-ai-archive/text-is-about-covid-or-not
Text-Is-About-Covid-or-Not
ai covid covid19 deep-learning dl natural-language-processing nlp programming python python3 pytorch
Last synced: 01 Mar 2025
https://github.com/debajyoti1996/postgresql-free-tutorials
📚 Master PostgreSQL with free, hands-on tutorials designed for beginners to learn SQL, database design, and management effectively.
biomedical-informatics biomedical-ontologies exercises free-tutorials graph-database knowledge-graph medical-terminology neo4j neosemantics ontology postgresql programming py2neo python rdf semantic-web tutorials umls
Last synced: 03 May 2026
https://github.com/horikitasuzunetsundere/temperature-monitoring-with-control-system
Revolutionizing Temperature Control: Real-time Monitoring with C++ Program and Proteus Integration
arduino cpp embedded-systems programming proteus
Last synced: 04 May 2026
https://github.com/woolseyworkshop/article-interfacing-an-mpu6050-gyroscope-accelerometer-sensor-module-to-an-arduino-uno
Interfacing An MPU6050 (Gyroscope + Accelerometer) Sensor Module To An Arduino Uno Article Resources
arduino electronics mpu6050 programming
Last synced: 20 Jun 2026
https://github.com/hitman472005/security-project
🔒 Build a secure application with robust authentication and authorization using Spring Boot and Angular, ensuring safe user roles and access control.
apple documentation-portal hacking hacktoberfest jwt linux network-programming owasp owasp-zap practice-hacking programming project security spring-boot spring-security spring-security-oauth2 vulnerable-application zsh
Last synced: 04 May 2026
https://github.com/it-delinquent/blue_calculator
A simple WPF calculator
application calculation calculations calculator calculator-application csharp number numbers programming windows wpf wpf-application wpf-ui
Last synced: 04 May 2026
https://github.com/jcm-ai/personal-data-science-projects
This page contains all of my personal data science projects. 📊📈📉👨💻
data-analysis data-visualization exploratory-data-analysis jupyter-notebooks machine-learning-algorithms matplotlib-pyplot numpy-library pandas-python personal-project predictive-modeling programming python3 scikit-learn scipy seaborn statistical-analysis
Last synced: 05 May 2026
https://github.com/labex-labs/matplotlib-for-beginners
This comprehensive course covers the fundamental concepts and practical techniques of Matplotlib, the essential plotting library in Python. Learn to create various types of charts and visualizations including line plots, bar charts, scatter plots, histograms, pie charts, and subplots.
challenges course exercises hands-on labex labs matplotlib playground programming python
Last synced: 08 Oct 2025
https://github.com/woolseyworkshop/article-interfacing-ultrasonic-distance-sensors-with-an-arduino-uno
Interfacing Ultrasonic Distance Sensors With An Arduino Uno Article Resources
arduino electronics hcsr04 programming sensors
Last synced: 05 May 2026
https://github.com/talalemran/canada-provinces-and-territories
This is a simple project that gives you a little bit information about the Canadian provinces and territories.
css css3 front-end html html5 javascript js programming
Last synced: 05 May 2026
https://github.com/programmer-rd-ai-archive/weather-archive-jena-v2
Weather-archive-Jena-V2
artifical-intelligense deep-learning machine-learning programming python python3 pytorch rnn torch weather
Last synced: 01 Mar 2025
https://github.com/fksxiz/tic-tac-toe
A simple Tic-Tac-Toe game written in Java with a visual display using JavaFX.
algorithms education github java javafx maven programming tic-tac-toe visualization
Last synced: 05 May 2026
https://github.com/muba-74/currency-converter
PROJECT BASED ON TYPESCRIPT JAVASCRIPT & NODEJS.
javascript node node-js nodejs programming programming-exercises programming-language typescript
Last synced: 05 May 2026
https://github.com/davelongdev/dave-long-web-studio
Website files for davelongwebstudio.com. Web site building - Development, Design, and Writing. Made with the Hugo framework.
css html hugo javascript programming web-design web-development website
Last synced: 13 Apr 2026
https://github.com/dipto9999/programming_algorithms
Coding Interview Preparation
algorithms coding-challenge coding-interviews programming python
Last synced: 08 Oct 2025
https://github.com/hashd/hashd.github.io
Personal weblog
blog elixir javascript programming wild-thoughts
Last synced: 15 Apr 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/dieron/playwrightscreenshotstaker
Short demo of how to take a screenshot from a browser window using Playwright
browser c-sharp js playwright programming screen screenshot
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/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/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/bahmanm/stockperson-scala
Stockperson implemented using Scala 3.
Last synced: 25 Feb 2026
https://github.com/0vergrown/backwards-guessing-game
Experience the classic number guessing game with a twist! The computer tries to guess a number you think of, adjusting its guesses based on your feedback. Engage in this simple yet intriguing game built with HTML, CSS, and JavaScript, perfect for quick, fun play.
backwards css fundamentals game guessing-game html javascript online overgrown programming project school school-project web website work
Last synced: 05 May 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/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/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/yohannescodes/dsp-1010
Humorous Manual for developers who want to self-diagnose their career trajectory based on their open-source contributions and personal project portfolio.
comedy humor open-source personal-project programming
Last synced: 25 Feb 2026
https://github.com/sohom09/to-do-list-php
A simple yet functional To-Do List Web Application built using PHP, MySQL, JavaScript, HTML, Bootstrap and CSS. This project includes user authentication, allowing users to register, log in, and manage their personal task list securely.
backend coding css3 frontend html-css-javascript html5 php programming project-repository todo-list
Last synced: 01 Jun 2026
https://github.com/zoometh/oxford
Scholar work from or for Oxford University
oxford programming teaching teaching-materials
Last synced: 25 Oct 2025
https://github.com/devlpr-x/001_pocket_withdrew_register
School project 001: Timely-inspired Time Tracking System I am designing a time tracking system that caters to both private businesses and organizations, inspired by the core functionality of "Timely." The project will use Django for the backend and Flutter for the frontend to deliver an efficient and user-friendly experience.
django flutter programming system timely
Last synced: 05 May 2026
https://github.com/znx-30/dev-ops-tools
Curated List of Best DevOps Tools
coding devops git github github-actions programming software-engineering tools
Last synced: 09 May 2026
https://github.com/alexandramartinez/adventofcode-2015
DataWeave scripts used in the adventofcode.com site for 2015.
advent-of-code adventofcode challenge challenges dataweave dataweave-lang dataweave-language dataweave-playground programming programming-challenges programming-exercises programming-language programming-languages
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