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-01-16 00:25:54 UTC
- JSON Representation
https://github.com/vivekkdagar/tic-tac-toe
A Python Tic Tac Toe game played by two-players on a 3x3 grid that has the goal of getting three marks ('X' or 'O') in a row (horizontally, vertically, or diagonally) or ending the game in a draw.
artificial-intelligence beginner-friendly board-game code code-review command-line-interface game-development git github object-oriented-programming open-source programming programming-concepts python python-3 tabulate tic-tac-toe two-player-game
Last synced: 30 Dec 2025
https://github.com/sjthesahiljoseph/star_patterns
Star_Patterns - Star Patterns implementation.
c cpp patterns personal programming star
Last synced: 20 Jul 2025
https://github.com/zerohubm/openbb-2.0
bitcoin crypto cryptocurrency cryptography ethereum programming python usdt
Last synced: 26 Mar 2025
https://github.com/primaryobjects/compare-users
Compare users from two datasets for equality in a Razor web application. Part of a HackerRank technical interview.
dotnet dotnet-core object-oriented-programming programming tech-interview tech-interview-preparation technical-interview technical-interview-questions
Last synced: 17 Oct 2025
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: 13 Apr 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: 13 Apr 2025
https://github.com/dvurechensky/dvurechensky
For me. My name is Nikolay Dvurechensky.
about about-excluded about-me about-me-github about-me-website about-us aboutdotme aboutme aboutme-github aboutus dvurechensky dvurechenskypro programming resume resume-app resume-creator resume-template resumes reverse-engineering webapp
Last synced: 25 Jan 2026
https://github.com/rgomez90/my-free-code-camp
My repo for the FCC exercises & projects
freecodecamp learn-to-code learning learning-by-doing programming project web
Last synced: 11 Sep 2025
https://github.com/philspil66/gw-basic
GW-BASIC is a dialect of the BASIC programming language developed by Microsoft from IBM BASICA. This is the original 1983 source code.
basic basic-programming programming retrocomputing
Last synced: 07 May 2025
https://github.com/guiferviz/cerosyunos-code
Code from the videos on "Ceros y Unos" YouTube channel.
Last synced: 03 Apr 2025
https://github.com/athrvvvv/comment-it
Collection of comments in various Programming Languages along withJokes.
c code coding collection comment comments cpp dad-joke dad-jokes github joke language languages programming programming-language programming-languages python
Last synced: 30 Dec 2025
https://github.com/omartalaat244/learn-javascript
A complete JavaScript learning roadmap – from fundamentals to advanced topics with real-world examples, diagrams (Mermaid), and interview questions. Perfect for self-learners & aspiring developers!
beginner blockchain challenges dom frontend hardhat html-css-javascript javascript-for-everyone learn-javascript learn-to-code open-source programming solidity webdesign
Last synced: 07 May 2025
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: 30 Oct 2025
https://github.com/0hmx/voxelengineforcreativity
Craft Voxel is a voxel generated aimed at creative programming! it helps create string connection of visual world and the code
creative programming react threejs voxel
Last synced: 07 May 2025
https://github.com/lucasmmg1/scriptscollection
A collection of scripts that I developed across all these years!
c cpp processing programming programming-language programming-languages python
Last synced: 10 Jul 2025
https://github.com/yuldashov10/topic_11
11. Работа с кортежами
learning-python programming python python3 shox-py
Last synced: 11 Sep 2025
https://github.com/kasiimh1/mmu-computer-science-bsc
All my work i have submitted over the duration of my undergraduate degree in BSc Computer Science with awarding of a First Class Classification at The Manchester Metropolitan University 2017-2020
android-studio coding computer-science csharp css3 html5 java javascript jsp mips mips-assembly mysql php processing programming python3 react-native restful-api sql
Last synced: 30 Dec 2025
https://github.com/sourceduty/automated_locations
🤖 Plan, create and simulate automated programs for buildings, machines and properties.
ai artificial-intelligence automated automated-building automated-location automation business chatgpt company customgpt gpt gpts location-automation openai programming property
Last synced: 17 Jun 2025
https://github.com/jeninm72k44/nezur-r0b1ox
Roblox Nezur 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 roblox roblox-script roblox-scriptify roblox-scripts script
Last synced: 10 Jul 2025
https://github.com/vaibhavmojidra/python---demo-creating-your-own-module
In Python, A module is a file containing Python definitions and statements. The file name is the module name with the suffix .py appended.
coding module mojidra programming python vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 12 Apr 2025
https://github.com/vaibhavmojidra/python---script-pc-health-check-up
The shutil module offers a number of high-level operations on files and collections of files. psutil (process and system utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network, sensors) in Python.
coding mojidra programming python python3 scripting shebang vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Jul 2025
https://github.com/raphaelvserafim/raphaelvserafim
Raphael Serafim
css electron html5 javascript nodejs php programming
Last synced: 30 Dec 2025
https://github.com/vaibhavmojidra/kotlin---demo-difference-between-var-and-val
In Kotlin, var and val are used to declare variables. The main difference between them is that var declares a mutable variable, which means its value can be changed after it is initialized, while val declares an immutable variable, which means its value cannot be changed after it is initialized.
coding kotlin mojidra programming vaibhav vaibhav-mojidra vaibhavmojidra var-vs-val
Last synced: 12 Apr 2025
https://github.com/erkamuzuncayir/cpp-primer
This repository contains my solutions of exercises for "C++ Primer, 5th Edition" by Stanley B. Lippman
cpp cpp-programming programming programming-exercises programming-language solutions
Last synced: 15 Jan 2026
https://github.com/xiaoxiae/uvod-do-programovani-vex-v5
Zdrojový kód (a nejaktuálnější verze) učebnice „Úvod do programování VEX V5“ a doplňujícího textu „Metodika k programování VEX V5“
czech programming robotics vex
Last synced: 26 Feb 2025
https://github.com/woolseyworkshop/article-getting-started-with-the-tinyfpga-bx
Getting Started With The TinyFPGA BX Article Resources
electronics programming tinyfpga-bx verilog
Last synced: 24 Jun 2025
https://github.com/phile779/tech-explorer-hub
Create the best technical resources for developers to build a strong foundation for professional growth.
ai-model css diffusion docsify face-swap good-example html image-generation javascript open-source people-of-action programming rotary stable-diffusion
Last synced: 12 Apr 2025
https://github.com/chrismichaelps/topheadlinesinus
Access to US news about all types of content from around the world from different news sources and blogs.
javascript news newsapi programming united-states vue vuejs vuex website
Last synced: 15 Mar 2025
https://github.com/parisaalizadeh2003/accesscontrol-
This project implements an authentication decorator to control user access levels in Python. Based on roles (Admin, Member, Guest), it determines whether a user is authorized to execute a function. 🚀🔒
access-control admin authentication coding decorators guest member permissions programming python python-security rbac role-based-access security user-authentication
Last synced: 12 Apr 2025
https://github.com/pratanup/simple-linear-regression-from-scratch-in-python
Simple Linear Regression from Scratch in Python
algorithms data-science data-science-algorithms evaluation linear-regression machine-learning machine-learning-algorithms programming python scikit-learn
Last synced: 30 Dec 2025
https://github.com/coaalaas24aphmua/roblox-bunni-executor
Bunni is a premier Roblox exploiting platform, renowned for its cutting-edge tools, rapid updates, and robust support. Developed by experienced professionals, it ensures maximum efficiency, security, and a seamless user experience with features like HWID spoofer and extensive script support.
cheats code developer executor exploit free gaming github hacking injector lua modding open-source programming project roblox-bunni-executor script software tools
Last synced: 04 Apr 2025
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: 20 Jul 2025
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: 30 Dec 2025
https://github.com/tcdtist/public-programming-concepts
A repository to explore programming principles, patterns, and methods through code examples, blogs, books, and practical resources. ✌🏻
blogs books javascript programming programming-concepts
Last synced: 24 Jun 2025
https://github.com/bhaktiswarup/think_tank
Collaborate with AI agents on diverse topics using the UltimateThinktank Crew. Store insights in Notion and access real-time web information. 🐙🤖
analysis assistant-chat-bots business-intelligence chatgpt competitive-programming congress cpp gpt4 hacktoberfest hacktoberfest2022 llm openai programming reader scraping semiconductor svelte tauri
Last synced: 30 Dec 2025
https://github.com/slameis/daryo.uz-sayt-project
Digital academy FullStack kursda qilinayotgan birinchi project
backend daryouz express frontend frontend-web fullstack javascript news-site nodejs programming site web
Last synced: 30 Dec 2025
https://github.com/aclark4life/interview
Interview Prep
algorithms interview-preparation programming python system-design
Last synced: 21 Mar 2025
https://github.com/crazywolf132/blackrum
A low level coding language made by me.
c crazywolf example interpreter language opensource programming sample
Last synced: 05 Apr 2025
https://github.com/prashantsaini1525/alpha-course-2025
Java Programming – Alpha Course: Notes, code, & challenges from Apna College Alpha Batch 3.0 covering Java fundamentals, data structures, algorithms & competitive programming.
algorithms apna-college competitive-programming data-structures dsa interview-preparation java java-basics programming programming-notes
Last synced: 04 Apr 2025
https://github.com/ilovebacteria/cheatsheet
My big cheatsheet in programming
cheatsheet github-pages programming static-site
Last synced: 30 Nov 2025
https://github.com/id-andyyy/proghelpbot
👨💻📚 Telegram bot with information about Python syntax (temporarily not working)
aiogram fuzzywuzzy nltk programming python sqlite3 telegram telegram-bot
Last synced: 22 Jun 2025
https://github.com/woolseyworkshop/article-simulating-fireflies-with-circuitpython
Simulating Fireflies With CircuitPython Article Resources
circuitpython electronics fireflies kicad linux macos programming simulation windows
Last synced: 30 Dec 2025
https://github.com/desaiuditd/advent-of-code
Advent of Code
coding coding-challenge programming puzzle quiz
Last synced: 03 Mar 2025
https://github.com/stanislaw-piechota/programowanieapp
Aplikacja do pobierania zadań z serwera strony z zadaniami z programowania i ze zautomatyzowanym wrzucaniem na Githuba
Last synced: 11 Sep 2025
https://github.com/umairazmat/javascript-challenges-world
Check out my beginner-friendly GitHub repo🚀 with free programming exercises and challenges that cover various JavaScript concepts, including problem-solving, programming fundamentals, and ES6 JavaScript.Improve your JavaScript skills and have fun while practicing with open-source exercises.Give it a ⭐️ and fork for inspiration or your own projects
begineer-practice beginner-friendly beginners-exercises beginners-guide beginners-tutorial-series es6-javascript javascript javascript-es6 js problem-solving problem-statement problemsolving programming programming-challenges programming-contests programming-exercises programming-fundamentals programming-language
Last synced: 04 Apr 2025
https://github.com/app-generator/learn-to-code
Learn to code - Free Programming Tutorials | AppSeed
Last synced: 20 Jan 2026
https://github.com/abdullah-sheikh/flutter-advancetopics
android dart flutter intellij-idea programming
Last synced: 19 Jun 2025
https://github.com/omr-ql/data-structures-algorithms
Hello everyone here is my data structures reading files and source code !
c-plus-plus data-structures programming
Last synced: 09 Sep 2025
https://github.com/isaakiel/isaak_lessons
Short lessons for the ISAAK meetings
archaeology programming teaching teaching-materials
Last synced: 23 Feb 2025
https://github.com/atopx/atopx.github.io
技术博客
atopx blog docker golang linux programming python rust sql
Last synced: 30 Dec 2025
https://github.com/the-real-virus/url-shortener
This script allows you to shorten multiple URLs at once, automatically copies the results to your clipboard, and provides a smooth user experience.
ai automation bash coding ctf cyber-security ethical-hacking github linux networking open-source pentesting programming python scripting software tools url url-shortener
Last synced: 30 Dec 2025
https://github.com/en9inerd/concordance
Test for an interview in C (also did it for myself in C++ and Python). Tool determines lines for every unique word in a file
c cpp interview programming python test
Last synced: 28 Mar 2025
https://github.com/jom3/personal-blog
astrojs css3 framework html5 javascript programming website
Last synced: 30 Dec 2025
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: 30 Dec 2025
https://github.com/luhxdante/blox-fruits-script
Powerful script for Blox Fruits game that enhances gameplay and provides players with an edge. Includes features like auto-farm, teleportation, and more for an unparalleled gaming experience.
automation blox-fruits cheats code development exploits farming game github gui hackathon hacks lua multiplayer optimization programming roblox script scripting tools
Last synced: 04 Apr 2025
https://github.com/sourceduty/automated_scientist
🤖 Develop customizable and automated scientist programs that hypothesize, simulate and expand knowledge.
ai ai-science artificial-intelligence automated-sci automated-science automated-scientist chatgpt computer-science customgpt developer development gpt gpts openai programming science scientific-computing
Last synced: 04 Apr 2025
https://github.com/orliluq/orliluq
java javascript programming python react redux sql
Last synced: 30 Dec 2025
https://github.com/course-one/javascript-metaprogramming
Code base of JavaScript metaprogramming lessons on JSPoint (Medium publication).
javascript js metaprogramming nodejs programming
Last synced: 02 Mar 2025
https://github.com/fardinhossain32/hacker-news
一个基于 AI 的 Hacker News 中文播客项目,每天自动抓取 Hacker News 热门文章,通过 AI 生成中文总结并转换为播客内容。
ai cli developer-tools firebase hacker javascript linux nextjs programming python react react-app robolectric terminal
Last synced: 04 Mar 2025
https://github.com/sourceduty/network_simulator
👩🏻💻 Simulate and set up professional or home networks.
ai artificial-intelligence chatgpt custom-gpt custom-gpts gpt gpts network network-programming networking openai openai-gpt programming routing simulate simulation simulator
Last synced: 04 Apr 2025
https://github.com/lonaryx/lingolinc
LingoLink — это быстрый языковой переводчик, который легко разрешает языковые барьеры! 🚀
css eel eel-python google html programming python python-3 python-app python-script python3 translate translation uk ukraine web website windows
Last synced: 24 Jun 2025
https://github.com/kawapa/kawapa.github.io
A personal blog showcasing my thoughts, and technical insights, built with passion and code.
books cpp productivity programming
Last synced: 30 Oct 2025
https://github.com/emmaprofemx/Ensamblador-U3
assembly irvine32 programming visual-studio
Last synced: 11 Mar 2025
https://github.com/sourceduty/simulation_dev
👨💻 Create new models for simulation programs.
ai-programming ai-sim ai-simulator artificial-intelligence chatgpt custom-gpt developer-tools gpt gpts math-sim openai pen-and-paper programmer programming sim simulation simulations simulator theoretical-computer-science
Last synced: 04 Apr 2025
https://github.com/rafaelmprogrammer/mondrian_game
Collect the pieces of paint in the maze and complete the painting. Mondrian Maze was developed in 2 days for the Theana Game Jam.
game game-2d game-dev game-development junior-developer junior-programmer junior-project programming
Last synced: 24 Feb 2025
https://github.com/rafaelmprogrammer/random_number_generator
This is a Random Number Generator where you can choose if you want a decimal or a integer random number
csharp programmer programming random-number-generators
Last synced: 10 Sep 2025
https://github.com/rafaelmprogrammer/snakegame
The famous Snake Game
csharp game game-development junior-developer junior-programmer programmer programming
Last synced: 24 Feb 2025
https://github.com/jhasuraj01/cppcourse
Here you will learn the basic and advance cpp concepts
concept cpp cpp-course cppcourse example-code example-project examples learn learn-to-code learning-by-doing learning-cplusplus learning-exercise object-oriented-programming programming
Last synced: 04 Apr 2025
https://github.com/mlh-fellowship/anon-code
A fast code collaboration platform.
Last synced: 18 Oct 2025
https://github.com/nirmalnishant645/nirmalnishant645.github.io
Personal Website
cv nirmalnishant645 personal-website portfolio portfolio-page portfolio-site portfolio-website programming project projects python python3 resume resume-website
Last synced: 24 Feb 2025
https://github.com/kadiryazadzhi/netprobe
🕵️♂️ NetProbe is a high-performance, multi-threaded network scanner designed for penetration testers, ethical hackers, and system administrators. ⚡
beginners csharp cybersecurity education port programming scanner
Last synced: 04 Mar 2025
https://github.com/faiziimam/expense-tracker
expense-tracker programming project react reactjs
Last synced: 05 Jul 2025
https://github.com/a-bdellatif/usto-tps
coding practice programming tps travaux travaux-pratique university usto
Last synced: 29 Mar 2025
https://github.com/ahmed0saber/testmode-spa-without-react
TestMode is where you can test your skills and get certified.
ahmed0saber certificates coding cpp css html javascript js leaderboard programming responsive-web-design single-page-app skill-test skills-assessment spa test
Last synced: 21 Mar 2025
https://github.com/niihaoru/website
Web-site about software development in Petropavlovsk-Kamchatskiy
consulting crm database devops engineering management programming raspberrypi sql stm32 web-site
Last synced: 09 Sep 2025
https://github.com/mivia-net/devbytes-blog-articles
architecture blog go nodejs php programming python ruby web
Last synced: 30 Dec 2025
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: 30 Dec 2025
https://github.com/kanannuruyevs/programming-books
Collections of programming books.
books django javascript programming python react
Last synced: 24 Feb 2025
https://github.com/muhamed-hassan/foundation
Foundation of Java Programming Language 👨💻 👩💻 🎓
backend java mobile-frontend programming self-study
Last synced: 24 Feb 2025
https://github.com/muhamed-hassan/c-plus-plus-dev-foundation
Preparation of a Junior C++ Developer 👨💻 👩💻 🎓
c-plus-plus hardware programming self-study
Last synced: 24 Feb 2025
https://github.com/muhamed-hassan/c-sharp-dev-foundation
Preparation of a Junior C# Developer 👨💻 👩💻 🎓
backend c-sharp programming self-study
Last synced: 13 Jun 2025
https://github.com/idorobots/idorobots.github.io
My devblog.
blog devblog electronics idorobots lambda-blog programming
Last synced: 10 Jul 2025
https://github.com/netodeolino/celula-de-fup
Arquivos da Célula de Fundamentos de Programação 2016.2
c-plus-plus logic-programming programming
Last synced: 30 Oct 2025
https://github.com/woolseyworkshop/article-driving-a-dc-motor-with-circuitpython
Driving A DC Motor With CircuitPython Article Resources
circuitpython drv8833 electronics kicad linux macos motor motor-driver programming windows
Last synced: 30 Dec 2025
https://github.com/happybravo/misc
A repo to store Miscellaneous code and snippets.
beautifulsoup4 bs4 c coin coin-toss collection ffmpeg file-finder miscellaneous-scripts moviepy neighbor-search programming python random random-number-generators snippets stone-paper-scissors webscraping
Last synced: 13 Oct 2025
https://github.com/woolseyworkshop/article-controlling-an-arduino-uno-wifi-rev2-or-arduino-uno-with-wifi-shield-from-a-web-browser
Controlling An Arduino Uno WiFi Rev2 Or Arduino Uno With WiFi Shield From A Web Browser Article Resources
arduino electronics linux macos programming web-development windows
Last synced: 30 Dec 2025
https://github.com/woolseyworkshop/article-simulating-fireflies-with-an-arduino
Simulating Fireflies With An Arduino Article Resources
arduino electronics fireflies kicad linux macos programming simulation windows
Last synced: 30 Dec 2025
https://github.com/archishmansengupta/hackertype
a programming lingo based typing speed drill website
css html javascript programming typing typing-practice
Last synced: 26 Oct 2025
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: 30 Dec 2025
https://github.com/ankitchouhan1020/leetcode-solutions
Leetcode Solution in C++
cpp leetcoe programming programming-exercise
Last synced: 28 Oct 2025
https://github.com/ssnnee/alx-system_engineering-devops
This repository is related to my training in software engineering in the ALX program.
api backend devops programming shell shell-script sysadmin
Last synced: 26 Feb 2025
https://github.com/muba-74/word-counter
PROJECT BASED ON TYPESCRIPT,JAVASCRIPT & NODEJS.
coding java javascript node node-js nodejs programming programming-language typescript typescript-library
Last synced: 10 Jul 2025
https://github.com/nodef/way2sms
Send free SMS through Way2SMS.
api application cli command console free india interface line programming send sms way2sms
Last synced: 21 Mar 2025
https://github.com/sourceduty/android_simulator
📱 Plan, create and simulate models for different types of Android apps.
ai android android-app android-dev android-phone app-dev apps artificial-intelligence chatgpt custom-gpt customgpt development droid gpt gpts mobile-app mobile-apps openai openai-chatgpt programming
Last synced: 28 Mar 2025
https://github.com/nathanielgs/crt-css-top20_vscode_extesions
💾 Dive into nostalgia with a retro CRT monitor experience for Visual Studio Code! This collection of 20 extensions enhances your coding with vintage charm, beautifully crafted in CSS3 and JavaScript. Navigate with keyboard shortcuts and enjoy a FILES.BBS list of entries for an authentic DOS vibe. Licensed under GNU GPLv2.
bbs codium crt-monitor development dos javascript keyboard-shortcuts monochrome oldschool programming retrocomputing terminal vscode-extension
Last synced: 21 Mar 2025