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-30 00:25:30 UTC
- JSON Representation
https://github.com/v-mayya/programming-statistics-and-econometrics-resources
Programming, statistics and econometrics resources
econometrics programming python r statistics
Last synced: 10 Apr 2025
https://github.com/bimalrajgyawali/c
This repo provides the sample C programs.
Last synced: 15 Jun 2025
https://github.com/ashwanisingh-07/e-learning-website
A responsive E-Learning website built with HTML, CSS, SCSS, and JavaScript offering a collection of paid and free books for learners.
books css developer developer-tools ebooks free-resources frontend html javascript learning programming scss web-development
Last synced: 14 Aug 2025
https://github.com/nhsz/go-codewars
My solutions for Codewars' Katas using Go
algorithms codewars codewars-kata codewars-solutions codewars-training-exercise go golang programming
Last synced: 03 Apr 2025
https://github.com/nhsz/problem-solving-strategies
:zap: Quick tips and strategies to remember when you get stuck solving algorithms
algorithms problem-solving programming
Last synced: 03 Apr 2025
https://github.com/trivedikavya/kemojis
A creative emoji Cursor on your screen
cromeextention kavyatrivedi programming project
Last synced: 15 Aug 2025
https://github.com/pablo-m-santos/sistema_de_estoque
Sistema de Estoque
logistica mysql pablo-santos php produtos programming sistema
Last synced: 15 Aug 2025
https://github.com/thenocturnaldevgypsy/code-lab-lecture-exercises
Library/source codes that I've coded and used for lecturing CS/IT subjects and topics during my career as Assistant Professor for BSCS, BSIT and BSCOE way back late 2012 to 2015 (on-going retrieving the codes and rearranging the repo) . You like the Repo? Don't forget to 🌟, 👁️, 🔱 and ❤️
algorithms algorithms-and-data-structures computer-science computer-science-algorithms computer-science-data-structures computer-science-education data-structures data-structures-and-algorithms java programming programming-exercises thenocturnaldevgypsy thenocturnaldevgypsy-io
Last synced: 28 Dec 2025
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: 16 Aug 2025
https://github.com/peterrauscher/devbranch.co
The source code for my site https://devbranch.co
algorithms blog data-structures devops programming website
Last synced: 16 Aug 2025
https://github.com/majsylw/python-3.x-examples
Some notes for python consultations in summer semester 2020/21
monte-carlo-methods programming programming-exercises python3 random regex sorting-methods strings-manipulation wust
Last synced: 26 Mar 2025
https://github.com/tar3q-az1z/project-euler-solutions
algorithmic solutions of problems from projecteuler.net, solved by me
algorithms cpp number-theory programming project-euler projecteuler solutions
Last synced: 17 Aug 2025
https://github.com/pduartesilva2005/patins-animation
LP de patins animada
animation-css code css developer frontend fullstack html programming rocketseat web
Last synced: 10 Apr 2025
https://github.com/brittojo7n/webscraping-tt2userdetails
Totem Tribe 2 Jotun User details (ids and account names) dataset and script for scraping and updating the dataset.
datascience dataset games jotun programming programming-languages scrape scraping-python scraping-websites totem totem-tribe totem-tribe-2 totem-tribe-2-jotun totem-tribe-jotun totemtribe tribe userdetails web webscraper webscraping
Last synced: 18 Aug 2025
https://github.com/tommaso-crocetti/competitive_programming_and_contests
Repository for homeworks & exercises from the course of Competitive Programming and Contests of Master Degree in Computer Science, held by prof. Venturini, Unipisa
competitive-programming programming rust university
Last synced: 05 Oct 2025
https://github.com/zerumi/no8_280523_73637373
Lab #8, ITMO SE (var no 73637373)
Last synced: 02 Apr 2025
https://github.com/znx-x/create-react-ts-app
Script to streamline the creation of new frontend ReactJS/TypeScript applications using Shell and Cmd.
code frontend node programming reactjs script typescript ui
Last synced: 19 Aug 2025
https://github.com/zerumi/no7_220423_863847963
Lab #7, ITMO SE (var no 863847963)
Last synced: 02 Apr 2025
https://github.com/andygol/12f-app
12 factor manifest
deployment integration manifest production programming
Last synced: 19 Aug 2025
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: 20 Aug 2025
https://github.com/zerumi/no4_291122_732842.24
Lab #4, ITMO SE (var no 732842.24)
Last synced: 02 Apr 2025
https://github.com/ismacortgtz/project-euler
Solutions for Project Euler
cpp linux programming project-euler-solutions projecteuler projecteuler-cpp
Last synced: 13 Jul 2025
https://github.com/sydchampions200052/roblox-scriptify
The Roblox Scriptify Executor is a robust tool designed for seamless script execution in Roblox. It features an efficient injector and DLL mapping for smooth integration, along with a whitelisting system for enhanced security. The executor boasts a user-friendly website and an intuitive UI, ensuring a streamlined experience for users.
automation code development game github lua open-source programming project repository roblox roblox-scriptify script scripting
Last synced: 20 Aug 2025
https://github.com/dmarks84/coursework_project_image-text-recognition
Project for University of Michigan Python Programming Specialization -- Read in documents with images and text, and utilized CV libraries/packages to extract specific types of images and text, pairing them together
classification computer-vision image-classification numpy pandas programming python text-classification
Last synced: 20 Aug 2025
https://github.com/lukesavefrogs/lukesavefrogs
💻🐒 Not your regular monkey 🐒💻
Last synced: 21 Aug 2025
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: 02 Apr 2025
https://github.com/dowusubekoe-dev/learn-to-cloud
Documentation of my job oriented Cloud journey
cloud-computing cloud-engineer devops git linux networking programming tech
Last synced: 02 Apr 2025
https://github.com/freedeer883/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: 14 Jul 2025
https://github.com/rkstudio585/rock-paper-scissors-c
A simple Rock, Paper, Scissors game implemented in C. Play against the computer by choosing Rock, Paper, or Scissors. The game displays choices and announces the winner, providing a clear and interactive experience. Easy to compile and run on any system with a C compiler.
c c-program c-script cprogramming paper program programming rk rk-studio rock rock-paper-scissors-c scissors
Last synced: 21 Aug 2025
https://github.com/wellcomecampbell56/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: 21 Feb 2025
https://github.com/timeless-residents/handson-turtle-graphic
Hands-on Turtle Graphics: A collection of Python turtle graphics examples and projects
education graphics programming python turtle-graphics
Last synced: 21 Aug 2025
https://github.com/programmer-rd-ai-archive/transfer-learning
Transfer-Learning
ai dl lightning-bolt ml programming python python-3 python3 pytorch pytorch-lightning pytorch-lightning-bolts tl torchvision transfer-learning
Last synced: 22 Aug 2025
https://github.com/vansh-codes/coding-pearls
CSE331 - Coding Pearls (6th Sem LPU)
advanced-coding coding coding-pearls lpu lpu-cse331-coding-pearls programming
Last synced: 22 Aug 2025
https://github.com/learnwithsuryaa/promdaswithsurya
A beginner-friendly repository to help understand C programming with structured modules and practical examples.
beginners c education programming tutorials
Last synced: 22 Aug 2025
https://github.com/andezion/factory
Небольшой проект демонстрирующий работу конвейера, двигая и изменяя элементы.
conveyor csharp dotnet oop programming
Last synced: 09 Apr 2025
https://github.com/rafaelmprogrammer/frogginggame
A little game of platforms.
game-development junior-developer junior-programmer programmer programming unity2d
Last synced: 23 Aug 2025
https://github.com/rizamamedow/solutions-from-book
Here is my solution from "Nikita Kultin - C/C++ in tasks and examples" Book. Will be added in time.
books c cmake cpp20 programming
Last synced: 21 Feb 2025
https://github.com/mgross21/anon-ai
Containerized service to run LLM locally with anonymous internet proxy
anonymity linux local-ai ollama open-webui privacy programming searxng tor
Last synced: 23 Aug 2025
https://github.com/nabilshadman/programming-skills-github-actions-lab
GitHub Actions lab in Programming Skills
ci-cd cicd github programming software-development
Last synced: 23 Aug 2025
https://github.com/uocdev/jscpp
Low-level, OOP, Compiler build itself. Easy to use for beginners and powerful
compiler cpp language programming
Last synced: 13 Oct 2025
https://github.com/ferst102/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: 24 Aug 2025
https://github.com/dawsandos/monster-energy-theme
A sleek VS Code theme inspired by Monster Energy drinks
customization developer-experience developer-tools ide-theme light-theme monster-energy programming syntax-highlighting theme visual-studio-code vscode-extension vscode-theme
Last synced: 24 Aug 2025
https://github.com/edvaldoljr/faculdade-introducao-devops
DevOps é uma cultura e conjunto de práticas que otimizam a colaboração entre desenvolvimento e operações, resultando em entrega de software mais rápida, confiável e de alta qualidade.
conhecimento devops estudos faculdade programming university
Last synced: 25 Aug 2025
https://github.com/alizul01/learn-advanced-programming
🛡️ "Learn Advanced Programming" is my personal GitHub repository that serves as a comprehensive understanding of advanced programming concepts and techniques
advanced-programming programming
Last synced: 29 Oct 2025
https://github.com/cardboarddog/rosie-lang
Rosie is a compiled and object-oriented programming language
Last synced: 26 Aug 2025
https://github.com/gsilva00/ia-project1
FEUP L.EIC 2024/25 - 3rd Year, 2nd Semester - 1st Project developed in the Artificial Intelligence curricular unit
artificial-intelligence feup game ia leic programming search-algorithms
Last synced: 26 Aug 2025
https://github.com/programmer-rd-ai-archive/dog-or-cat-v2-cnn
Dog-or-Cat-V2-CNN
cnn programming python python3 pytorch
Last synced: 11 Nov 2025
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: 27 Aug 2025
https://github.com/mkorangestripe/programming
Programming techniques and exercises
Last synced: 29 Dec 2025
https://github.com/sakaen-orlando/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: 13 Jun 2025
https://github.com/ayslanbatista/curso-udemy-c-cpp
Curso Linguagem C , C++ e POO
Last synced: 29 Aug 2025
https://github.com/prasadbroo/programming-quotes
Just Programming Quotes Site Also You Can Add Your Own Inspiring Quote.
programming programming-quotes quotes
Last synced: 29 Aug 2025
https://github.com/sarmad426/dsa
DSA (Data Structures and Algorithms). This Repository covers the fundamental and advance concepts of data structures using C++.
algorithms cpp data-structures programming
Last synced: 30 Aug 2025
https://github.com/thecodewithabhi/django-crud-app
A lightweight and well-structured CRUD (Create, Read, Update, Delete) application built with Django. This project demonstrates fundamental database operations using Django’s models, views, and templates, making it an excellent starting point for beginners exploring with django
crud django mvc mysql programming pyhon3 python python-app sqlite sqlite3 webapp
Last synced: 28 Oct 2025
https://github.com/aish-ika031/oopsconcepts
This Repository contains implementation of OOPS Concepts in Java.
Last synced: 09 Apr 2025
https://github.com/ireddragonicy/cb24153-closestpairofpoints
An advanced and comprehensive implementation of the Closest Pair of Points problem using the Divide and Conquer algorithm in computational geometry. This project provides an in-depth exploration of efficient algorithms for solving proximity problems in a two-dimensional plane, focusing on optimizing performance for large-scale datasets.
algorithm analysis closest-pair-of-points divide-and-conquer dnd optimize pair-programming programming python tutorial umpsa
Last synced: 02 Apr 2025
https://github.com/armadacore/applit
Learning and experimenting with Rust through practical exercises and the development of a basic custom programming language.
compiler learning programming rust-lang
Last synced: 28 Jan 2026
https://github.com/felinjob/python_programming_mooc_2024_pt01
Todos os exercícios do curso de introdução a programação da Universidade de Helsinki, Finlândia.
introduction-to-programming programming python
Last synced: 27 Mar 2025
https://github.com/jaredblumer/learn-data-analysis
A curated collection of resources for learning data science, statistics, machine learning, deep learning, programming, and automation.
automation data-science deep-learning machine-learning programming statistics
Last synced: 15 Jun 2025
https://github.com/vishusandy/vishusandy.github.io
My personal tech blog
algorithms image-manipulation programming rust software-architecture software-engineering
Last synced: 25 Dec 2025
https://github.com/sabbir45ali/java-dsa-practice
This repo is made for DSA problems and this solutions .
dsa-algorithm java programming
Last synced: 21 Feb 2025
https://github.com/howprogrammingworks/articles
Links to Articles
article articles javascript js links programming url
Last synced: 26 Feb 2025
https://github.com/alerzendee/editorx-project
A rich-text editor.
editor editorconfig html-css-javascript javascript js lp programming programming-language rich-text-editor
Last synced: 08 Jul 2025
https://github.com/kylecurtis/spacedocs
A space-themed minimal documentation site for learning various technologies using NextJS + Tailwind CSS + SASS and Netlify.
cplusplus cpp documentation go golang guide guides javascript js learning nextjs programming programming-language programming-languages python react rust rust-lang typescript
Last synced: 12 Jul 2025
https://github.com/hamzarahal/advanced_charts
Advanced charts using R
data-visualization diagram programming r sparkline
Last synced: 28 Oct 2025
https://github.com/debapriyo007/dsa-college
keep my questions here..
dsa linked-list programming queue sorting-algorithms stack tree
Last synced: 11 Nov 2025
https://github.com/aamnah/ttc2030-basics-of-programming
Exercises for the course Basics of Programming [TTC2030-3043]
Last synced: 11 Jun 2025
https://github.com/japhetrugas/javatutorial
A beginner-friendly Java tutorial repository with various tutorials to help you learn and master Java programming.
beginners examples java learning programming tutorial
Last synced: 07 Apr 2025
https://github.com/yigitoo/chatroom.c
A chatting app written in c use facil.io framework
backend c c99 clang gcc gdb insane-things programming
Last synced: 14 Mar 2025
https://github.com/justintime50/muffinscript
Delectable little programming language.
language muffin muffinscript programming
Last synced: 31 Aug 2025
https://github.com/mr-hrr-harry/product_based_problems
This a repo with a product based company problems and their solutions with most effective solution considering efficiency, code size, time complexity, space complexity and by avoiding inbuild methods
c java practices problems product-based programming skillrack zoho
Last synced: 31 Mar 2025
https://github.com/kneth/kneth.github.io
Kneth's Korner - my personal homepage and blog
Last synced: 12 Nov 2025
https://github.com/marek-chadim/Empirical-Economics
Applications of Machine Learning in Economics PhD course
gis machine-learning programming replication text-as-data version-control webscraping workflow
Last synced: 12 Apr 2025
https://github.com/sourceduty/theoretical_computer_automation
👩🏻💻 Assistive high-level theoretical computer automation specialist.
ai artificial-intelligence automation automation-programming chatgpt computer-automation custom-gpt dev development gpt gpts high-level-automation high-level-programming openai programming
Last synced: 22 Mar 2025
https://github.com/rafaelmprogrammer/mathquizgame
In this game, when we select the start quiz button, we are presented with 4 mathematical operations that we must solve in 40 seconds. I wish you luck!
cshrp game game-development junior-developer junior-programmer math math-quiz-application programmer programming windows-forms
Last synced: 01 Aug 2025
https://github.com/rafaelmprogrammer/pictureviewer
This is a Picture Viewer APP, where you can: Set a background color Remove the background color Insert a picture in the background Delete the picture Stretch your picture to fill the background of the app Close, minimize, and maximize the app
csharp junior-programmer picture picture-viewer programmer programming windows-forms
Last synced: 04 Jan 2026
https://github.com/woolseyworkshop/article-writing-a-server-side-program-in-swift-using-vapor
Writing A Server-Side Program In Swift Using Vapor Article Resources
linux macos programming swift vapor web-development
Last synced: 09 Jan 2026
https://github.com/byrongomezjr/mylocalllc
A React Native application for users who want to connect with local businesses within their community. This application serves local communities by promoting businesses within specific cities, counties, towns, and more. Business owners can sign up and promote their LLCs to local residents who may need their services
business economics finance-management llc programming
Last synced: 01 Jul 2025
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: 05 Mar 2025
https://github.com/nikhilbhad12/html-and-css-projects
coding css html html5 programming sites web website
Last synced: 03 Apr 2025
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 deployment development ide programming python realtime streamlit syntax-highlighting themes webapp
Last synced: 26 Dec 2025
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: 30 Apr 2025
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: 29 Dec 2025
https://github.com/nicolocurioni96/todoo
Simple TODO app, using SwiftUI and SwiftData
db programming swift swiftdata-example swiftui-learning tutorial
Last synced: 14 Mar 2025
https://github.com/melvinidema/functional-programming
Project in which I fetch a dataset and clean the data using functions based on the Functional Programming paradigm.
functional functional-programming hva javascript programming student
Last synced: 26 Dec 2025
https://github.com/liva2008/jscoding
jscoding极速编程
blockly coding javascript js programming
Last synced: 16 Oct 2025
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: 15 Jun 2025
https://github.com/fazle-rabbi-dev/c-programming
💡 Hey, this is an awesome notes of C Programming Language.This note will be helpful for you if you want to practice & learn C language.
Last synced: 30 Mar 2025
https://github.com/nazarepiedady/guia-de-python-pt
O guia do aventureio da Python.
programming pt-br pt-pt py py3 python python3
Last synced: 02 Mar 2025
https://github.com/h4mbl3x/prog1_trabajo_teorico_2022_23
Trabajo Teórico de Fundamentos de la Programación 1 del curso 2022/23.
esi ingenieria-informatica java mastermind programacion programming uclm
Last synced: 09 Sep 2025
https://github.com/labex-labs/kali-web-application-attacks-in-action
Kali Web Application Attacks in Action | This repo collects 2 of programming labs exercises for Kali Web Application Attacks in Action. In this course, you will learn how to perform web application attacks using Kali Linux. Topics covered include web penetration testing, discovering web vulnerabi...
challenges course cybersecurity exercises hands-on labex labs pen-testing playgroud programming
Last synced: 30 Mar 2025
https://github.com/labex-labs/cyber-security-with-hands-on-labs
Cybersecurity with Hands-on Labs | This repo collects 10 of programming labs exercises for Cybersecurity with Hands-on Labs. Explore the basics of cyber security through interactive, beginner-friendly labs. Get hands-on experience with ethical hacking, network analysis, encryption, and web securi...
challenges course cybersecurity exercises hands-on labex labs linux playgroud programming
Last synced: 30 Mar 2025
https://github.com/labex-labs/web-vulnerability-mastery
In this course, you will learn about the most common web vulnerabilities and how to exploit them. You will learn about SQL Injection, File Inclusion, Cross-Site Scripting (XSS), File Upload, Command Injection, and Directory Traversal vulnerabilities. You will also learn how to exploit these vulnerabilities using various techniques and tools.
command-injection course directory-traversal ethical-hacking exploitation file-inclusion hacking hands-on labex labs owasp pen-testing penetration-testing programming security-testing sql-injection vulnerability-assessment web-application web-security xss
Last synced: 11 Jan 2026
https://github.com/labex-labs/thousands-python-interactive-challenges
1000+ Python Interactive Challenges | This repo collects 921 of programming labs exercises for 1000+ Python Interactive Challenges. This course contains lots of challenges for Python, each challenge is a small Python project with detailed instructions and solutions. You can practice your Python s...
challenges course exercises hands-on labex labs playgroud programming python
Last synced: 30 Mar 2025
https://github.com/alapipapi/quest-a-day
Explore daily challenges in coding, fitness, creativity, and problem-solving. Push boundaries and grow consistently.
coding-challenges creativity daily-challenges developer fitness growth learning motivation problem-solving programming projects self-improvement skills technology
Last synced: 21 Sep 2025
https://github.com/sourceduty/abstract_machine
👨💻 Computational theory and abstract machine development.
abstract-machine abstract-machine-dev ai artificial-intelligence chatgpt computational-theory computer-science customgpt dev development gpt gpts omputational-model omputational-theory programming theoretical-computer-science
Last synced: 29 Jun 2025
https://github.com/ashutoshswamy/coding-quotes-api
API that returns coding quotes of different authors
api coding coding-quotes javascript nodejs programming
Last synced: 17 Jun 2025