An open API service indexing awesome lists of open source software.

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.

https://github.com/delpineai/7segmentdisplay

7-Segment Alphanumeric Display using VHDL. Programmed with pure Boolean algebra.

7segment alphanumeric alphanumeric-display boolean boolean-algebra boolean-logic coding logic-gates programming vhdl vivado

Last synced: 21 Jan 2026

https://github.com/gmihaila/gina_robot_arduino

[HOBBY PROJECT] Custom made robot arm with Arduino controller. Arm is built entirely by me and its purpose is purely educational. It’s my personal design developed out of my curiosity about robotics and programming hardware.

arduino c pid pid-control programming robotics

Last synced: 09 May 2026

https://github.com/bmascat/daw-notes

Exercises carried out in the different modules of the software web development degree course. DDL and DML with SQL. POO in JS, java and PHP. Agile methodologies such as TDD and DDD. UML desing. Code refactoring

java javascript php programming software-development web web-development

Last synced: 16 Apr 2026

https://github.com/tcl606/stugrademanagesystem

C++学生成绩管理系统

programming

Last synced: 15 Jun 2025

https://github.com/syedfahadali399/45-assignment-by-governer-initiative-typescript

This is 45 Assignment By Governer Initiative Program In which we Learn Typescript

coding javascript npm-package programming typescript

Last synced: 08 Jan 2026

https://github.com/josgard94/newton-raphson-method-python-

In this program the Newton-Raphson method is implemented to approximate the roots of a real function.

matematicas metodos-numericos newton-raphson programming programming-python python python3

Last synced: 09 Oct 2025

https://github.com/gabriel-logan/buscasubs

C program used to search for subdomains on a specific website. Programa em C utilizado para buscar subdominios em algum site especifico

domain pentest pentesting-tools programming security subdomain-enumeration web-scraping

Last synced: 09 Oct 2025

https://github.com/aethel-systems/aethelium

Aethelium: A hardware-first, runtime-less language for modern systems programming. Bypassing linkers and bulky frameworks to emit UEFI and bare-metal binaries directly.

bare-metal compiler cross-compiler hardware-abstraction language macos operating-system programming system uefi windows x86-64

Last synced: 13 Mar 2026

https://github.com/nachokhan/pstruc-vscode-extension

A vscode extension to get the project structure of your current project

ia json programming vscode vscode-extension

Last synced: 15 Feb 2026

https://github.com/benherbst/benherbst

design, programming, art, music

art benherbst music programming

Last synced: 19 Mar 2026

https://github.com/diegotoral/paths

Learning resources on various topics (paths)

development learning programming resources

Last synced: 19 Mar 2026

https://github.com/bjornmelin/data-structures-and-algorithms

🛠️ A comprehensive collection of data structures and algorithms implemented in multiple programming languages. Perfect for learning, interviews, and competitive programming!

algorithms coding-practice competitive-programming computer-science data-structures data-structures-and-algorithms educational interview-preparation java programming python software-engineering

Last synced: 02 Mar 2026

https://github.com/souleeater99/minishell

About Minishell - A 42 School project implementing a simplified Bash-like shell in C This educational project dives into core systems programming by recreating shell fundamentals: Process control (fork/exec, pipes, signals) File I/O (redirections, heredoc) Memory-managed environment (zero leaks) Bash-like features with 42's strict coding stand

1337cursus 1337school 42cursus 42projects 42school bash c file filedescriptor filesystem mangagement memory-management processes programming system unix-shell

Last synced: 15 Feb 2026

https://github.com/utrechtuniversity/intro-computational-reproducibility

Material for a short version of the workshop 'Best Practices for Writing Reproducible Code'

documentation programming reproducibility utrecht-university workshop

Last synced: 19 Mar 2026

https://github.com/thecoderpinar/ml-perceptron-project

This project demonstrates the implementation of the Perceptron algorithm for binary classification tasks. It includes various advanced features such as data augmentation, feature engineering, and deep learning techniques to enhance model performance and robustness.

artificialintelligence binaryclassification dataanalysis datascience deep-learning jupyter-notebook machinelearning opensource perceptronalgorithm programming python

Last synced: 10 Jun 2025

https://github.com/geovannewashington/ansi-nerd

Notes and exercises from K&R and Neso Academy.

c c-programming-language learning programming

Last synced: 05 Oct 2025

https://github.com/saeedkohansal/php-vpn-detection-iphub

Discover the comprehensive guide to Implementing VPN Detection on a PHP Server. This tutorial provides step-by-step instructions on VPN Detection in PHP, using IPHub API for reliable results. Learn how to safeguard your server by Detecting Malicious IPs and understand the techniques to Identify VPN/Proxy/Server IPs on the server side.

backend backend-api how-to howto howtocode howtocodewell iphub json-api php php-project programming proxy-detection server server-side vpn vpn-detection vpn-detector vpndetection webdeveloper webdevelopment

Last synced: 25 Mar 2025

https://github.com/nhsz/learn-go

:books: Free Golang learning resources

go golang programming

Last synced: 03 Apr 2025

https://github.com/hevalhazalkurt/dev-notes

A bunch of my dev notes, blog posts, and things I've learned while building stuff. Questions, thoughts, and comments are always welcome, let’s chat!

blog experience learning programming python writing

Last synced: 02 Mar 2026

https://github.com/konstantint/breadboardbot

Build instructions and example code for a low-tech educational "robotic platform".

circuitpython education line-follower low-tech-and-low-cost microcontrollers programming robotics xiao-rp2040

Last synced: 07 May 2026

https://github.com/liyupi/code-master

搞笑通俗的编程知识大百科

code programming

Last synced: 27 Mar 2026

https://github.com/saeedkohansal/youtube-midnight-theme

Convert your YouTube Dark Theme to Midnight Theme, It's a Chrome Extension and you can use it on all Chromium-Based Browsers such as Google Chrome, Brave, Chromium, Microsoft Edge, and more...

chrome-extension chromium css css3 custom-theme dark-mode dark-theme darkmode darktheme frontend gilgeekify javascript midnight-theme programming stylesheet web-development webdevelopment widget youtube youtube-theme

Last synced: 22 Feb 2026

https://github.com/macro21kgb/create-datapack

A very simple and easy to use CLI to create the folder structure of your datapacks and generate custom boilerplate code for you

cli datapack datapack-creator datapacks generator mc mc-function minecraft minecraft-datapack minecraft-tools modular programming

Last synced: 28 Feb 2026

https://github.com/fabianoflorentino/aprendago

Este projeto tem como objetivo criar um CLI para facilitar a navegação e o acesso ao conteúdo do curso Aprenda Go. O CLI foi desenvolvido em Go e utiliza as bibliotecas padrão da linguagem para criar um menu interativo que permite ao usuário acessar os tópicos do curso.

development go golang learning learning-by-doing programming

Last synced: 11 Jun 2026

https://github.com/humanshu001/my-c

Basic programs that I have made while my learning phase of C programming.

c dsa dsa-c programming

Last synced: 29 Jun 2026

https://github.com/swapnanildutta/java-codes-icse

These are some of the miscellaneous Java programs during my 9th and 10th standard (ICSE).

bluej hacktoberfest java java-programming miscellaneous programming

Last synced: 16 Mar 2026

https://github.com/codewithdark-git/50-days-of-python

Over the next 50 days, we'll be embarking on an exciting Python journey, exploring a diverse range of topics through a series of small, hands-on projects. Whether you're a beginner looking to sharpen your skills or an experienced developer seeking new challenges, this series is for you!

50days 50days50projects 50daysofpython challenge completed git journey next programming project python python3

Last synced: 11 Sep 2025

https://github.com/andrew-geeks/python-internetspeed-tester

A python file which helps to test your internet speed

internet internet-connection programming python python-3 python3

Last synced: 18 Jun 2026

https://github.com/carpentries-incubator/python-novice-programming-gapminder

An introduction to Python for non-programmers using Gapminder data

beta carpentries-incubator english lesson programming python

Last synced: 24 Jan 2026

https://github.com/eskabore/cs50x-2023

This repository houses all the problem sets and my final project for CS50 2023

algorithms c-language c-plus-plus cs50 cs50x data-structures javascript memory-allocation programming python

Last synced: 16 Apr 2026

https://github.com/seanpm2001/SNU_2D_ProgrammingTools_IDE_UnrealScript

The UnrealScript Programming language IDE submodule for SNU Programming Tools (2D Mode) View the main project [here](https://github.com/SNU-Programming-Tools/)

computer-programming epic-games gpl3 gplv3 ide md programming snu snu-2d snu-2d-programming-tools snu-2d-programmingtools snu-programming-tools snu-programmingtools txt unrealscript web-ide wiki

Last synced: 11 Mar 2025

https://github.com/praabindhp/scientific_calculator

Java Program For Scientific Calculator

calculator-application code java programming scientific

Last synced: 01 Jun 2026

https://github.com/bonsai-oss/goimportssort

automatically fix the order of golang imports. Repository mirrored from GitLab. 🦊

golang improvement programming tools

Last synced: 11 Jun 2026

https://github.com/oscargonzalezdev/oscargonzalezdev

Oscar Gonzalez's Portfolio - Web Development Blog, Works and More 👨‍💻

blog coding framer-motion javascript nextjs particles-js portfolio programming reactjs tech webdeveloper webdevelopment

Last synced: 05 May 2026

https://github.com/syedfahadali399/jioned-python-repo

This is a Jioned Repo Between me and my Friend where we push code on this repo on Python Programming

coding programming python

Last synced: 05 Mar 2026

https://github.com/brandonhimpfen/kb

Jekyll-powered knowledge base with domain hubs for travel, AI, crypto, programming, and digital nomadism.

ai crypto cryptocurrency digital-nomad digital-nomads kb knowledge knowledge-base knowledgebase programming travel

Last synced: 12 Jun 2026

https://github.com/figuran04/aplikasi-mobile

📃 Praktikum Aplikasi Seluler (Mobile)

application dart flutter mobile programming

Last synced: 30 Apr 2026

https://github.com/cpscript/programming-languages

A repository that once done will have random scripts from most programming languages

help helper ok programming programming-language programming-languages starter-kit

Last synced: 25 Dec 2025

https://github.com/manuelep/planetclient

Py4web app component for easy REST API services implementation for serving geospatial data.

database geojson geospatial gis osm postgis programming vector-space-model

Last synced: 17 Jan 2026

https://github.com/markoshb/analysis-and-design-of-algorithms-subject

Set of projects using diverse programming tecniques

algorithms complexity-measure java programming

Last synced: 09 Jul 2025

https://github.com/jepozdemir/azure_keyvault_sample

Securing .NET Core Applications with Azure Key Vault

azure azurekeyvault charp csharp dotnet dotnetcore programming

Last synced: 12 Aug 2025

https://github.com/leaphy-robotics/leaphy-webbased-svelte

Leaphy Easybloqs is software to program Leaphy Robots and Arduino microcontrollers using a block-based programming language.

arduino blockly programming robots

Last synced: 25 Jan 2026

https://github.com/seanpm2001/learn-nim

A repository for showcasing my knowledge of the Nim programming language, and continuing to learn the language.

article collection education gpl3 gplv3 learn learn-nim learn-nim-lang learn-nim-language md nim nim-collection nim-lang nim-language nimrod programming seanpm2001 seanpm2001-education seanpm2001-life-archive txt

Last synced: 01 May 2026

https://github.com/woolseyworkshop/article-communicating-between-devices-with-the-mqtt-protocol

Communicating Between Devices With The MQTT Protocol Article Resources

arduino circuitpython electronics programming raspberrypi

Last synced: 02 May 2026

https://github.com/mkabumattar/hello-world-api

Hello, World! in All Languages Programming API, This is the initial draft. It's likely to have some flaws, but it'll be improved to be more stable in the future.

api compiler hello-world language nodejs programming programming-language programming-languages

Last synced: 12 Aug 2025

https://github.com/buraksenyurt/programmingwithrust

Uludağ Üniversitesi Bil.Müh/BÖTE bölümlerinde açılan Rust ile Sistem Programlama dersine ait örnek kodlar ve notların yer aldığı repodur.

lecture-material lecture-notes programming rust rust-lang rust-programming-language system-programming university-course

Last synced: 28 Oct 2025

https://github.com/praabindhp/string_operations-array_list

Java Program For String Operations Array List

arraylist code java operations programming string

Last synced: 27 May 2026

https://github.com/emmmabk/chess

ChessMaster TypeScript Project: A sophisticated chess platform crafted entirely in TypeScript. This project offers a seamless chess gaming experience, featuring an intuitive interface, strategic gameplay, and comprehensive TypeScript implementation for chess enthusiasts to enjoy.

board-game chess gaming programming strategy typescript-chess

Last synced: 23 Jul 2025

https://github.com/ataldaaiume/ataldaaiume

📝 Este README é uma apresentação do meu perfil no GitHub! Aqui você encontra um resumo sobre mim, minhas habilidades, tecnologias que estou estudando e projetos em que estou trabalhando no momento.

ads artist brazil gamedev gamer programming readme readme-profile student

Last synced: 18 Feb 2026

https://github.com/mrseanryan/windows-scripts

Windows scripts and programming tools and git notes

developer-tools git programming scripts tools windows

Last synced: 03 May 2026

https://github.com/manuelep/planetstore

Py4web app component that implements a database model inspired to the OpenstreetMap database, optimized for storing informations, with more a very flexible json structure that able to host and model any kind of data.

database geospatial gis osm postgis programming

Last synced: 17 Jan 2026

https://github.com/ohare93/ohare93.github.io

Blog for anything I find interesting

anki boardgames learning programming srs

Last synced: 11 Jan 2026

https://github.com/knapeczadam/dae-programming-3

🐔 A collection of Programming 3 lab projects from the third semester at Howest DAE (2023). Focused on modern C++ practices, hardware-efficient programming, and deeper system-level understanding through TDD, STL algorithms, and Win32 fundamentals.

2023 belgium c-plus-plus cpp dae digital-arts-and-entertainment game-dev game-development game-programming howest howest-dae kortrijk lab-exercises laboratory-exercises prog3 programming programming-3 programming-labs university win32

Last synced: 03 Jul 2026

https://github.com/knapeczadam/dae-graphics-programming-2-vulkan

🌋 Vulkan-based graphics projects for Graphics Programming 2 at Howest DAE (2024). Covers advanced rendering techniques including PBR, normal mapping, environment mapping, sprite rendering, post-processing, and optional compute, geometry, and tessellation shaders.

2024 3d-renderer belgium c-plus-plus cpp dae digital-arts-and-entertainment game-dev game-development game-programming gp2 graphics-programming graphics-programming-2 howest howest-dae kortrijk programming shader-programming student-project vulkan

Last synced: 03 Jul 2026

https://github.com/donaurelio/coder

the base for a web-based parallel programming environment build over a microservice approach

automatic-parallelization cellular-automata openacc openmp parallel-programming-skeleton parallelism-pattern parallelization programming stencil stencil-template web-api

Last synced: 12 Apr 2025

https://github.com/knapeczadam/dae-software-engineering

🌚 Final project for Software Engineering at Howest DAE (2024). Demonstrates modular C++ development with Lua integration, including three simple mini-games: Pong, Snake, and Breakout. Includes a single final release build.

belgium c c-plus-plus cpp dae digital-arts-and-entertainment game-dev game-development game-programming howest howest-dae kortrijk lua programming software-engineering sol2 student-project university

Last synced: 03 Jul 2026

https://github.com/knapeczadam/dae-programming-4

🦖 A collection of Programming 4 lab projects from the fourth semester at Howest DAE (2024). Focused on software and game programming patterns, modular code architecture, and advanced C++ memory and design practices — bridging the gap between academic projects and professional game development.

2024 belgium c-plus-plus coding-practice cpp dae digital-arts-and-entertainment game-dev game-development game-programming howest howest-dae kortrijk lab-exercises laboratory-exercises prog4 programming programming-4 programming-labs university

Last synced: 03 Jul 2026

https://github.com/praabindhp/avl_tree

C Program For AVL Tree

avl-tree c data-structures programming

Last synced: 10 Sep 2025

https://github.com/bkpecho/starwars-quotes-crud-app

This project is a CRUD application with a Star Wars theme, developed using Node.js, Express, and MongoDB. The project demonstrates proficiency in creating a reliable and scalable web application using popular server-side technologies.

api-design backend-development crud express flexibility javascript mongodb node-js programming rest-api scalability star-wars tutorial web-development

Last synced: 09 Apr 2026

https://github.com/knapeczadam/dae-gameplay-programming

🧟 Gameplay Programming course project (DAE, 2023). Focused on AI agents, decision-making, steering behaviors, and pathfinding using a custom C++ framework. Final project: Zombie Survival Game — an autonomous agent surviving through dynamic AI behavior.

2023 ai artificial-intelligence belgium c-plus-plus cpp dae digital-arts-and-entertainment game-dev game-development game-programming gameplay-programming howest howest-dae kortrijk programming programming-labs student-project university zombie-survival

Last synced: 03 Jul 2026

https://github.com/thecuriousjuel/daily-dose-python

This repository contains the Jupyter notebook files and pdf files for all code demonstrations.

jupyter-notebook programming python-3

Last synced: 01 Sep 2025

https://github.com/praabindhp/employee-pay_roll

Java Program For Employee Pay Roll

code employee java payroll programming

Last synced: 06 Jun 2026

https://github.com/rrighart/rrighart.github.io

A webpage about data science, programming, statistics and related topics

analyses data data-mining programming statistics

Last synced: 20 Jan 2026

https://github.com/hashimthepassionate/javascript-mastery

Master JavaScript step by step with practical examples and hands-on projects. This repository covers everything from the basics to advanced concepts, including values, types, operators, functions, and more.

arrays asynchronous-programming dom-manipulation functions higher-order-functions javascript programming regular-expressions web-development

Last synced: 04 Jan 2026

https://github.com/itaynir1/port-scanner

The Port Scanner project is a Python script that allows users to scan for open ports on one or multiple target IP addresses. It utilizes sockets to check the connectivity of specified ports, aiding in network analysis and cybersecurity assessments.

command-line-utility cyber-defense cybersecurity ethical-hacking information-security internet-scanner network-analysis network-security network-tools open-ports-detection pentesting-tools port-scanner port-scanning programming python socket

Last synced: 16 May 2025

https://github.com/seanpm2001/snu_2d_programmingtools_ide_jade

The Jade Programming language IDE submodule for SNU Programming Tools (2D Mode) View the main project [here](https://github.com/SNU-Programming-Tools/)

computer-programming gpl3 gplv3 jade jade-lang md programming snu snu-2d snu-2d-programming-tools snu-2d-programmingtools snu-programming-tools snu-programmingtools txt web-ide wiki

Last synced: 14 Jul 2025

https://github.com/mathworks-teaching-resources/treasure-hunt

​​This modular courseware teaches students basic programming concepts through game development. These concepts include variables, matrices, conditional statements, and functions. ​

courseware cwm game gamified-learning programming

Last synced: 15 Jul 2025

https://github.com/mahendramahara/solving-challenges-asp.net

Solving Challenges with ASP.NET: This repository provides solutions to 13 server-side programming challenges using ASP.NET, covering a wide range of functionalities and tasks. Explore a curated collection of 13 meticulously crafted solutions addressing various server-side programming hurdles, spanning a broad spectrum of functionalities and tasks.

asp-dot-net asp-dot-net-project aspdotnet aspdotnetcore aspdotnetcore-datagrid aspdotnetcore-datatable backend backend-development bca bca-project c-sharp c-sharp-library c-sharp-project database dotnet lab-exercise mahendra-mahara mahendramahara programming server-side

Last synced: 09 May 2026

https://github.com/patrulek/tinygp

Tiny Genetic Programming in Golang

genetic go golang programming tinygp

Last synced: 19 May 2026

https://github.com/alberanid/vim-config

Personal VIM settings

configuration programming settings vim

Last synced: 27 Mar 2025

https://github.com/veltzer/demos-tcl

Demos for the tcl language

demos programming scripting tcl

Last synced: 27 Mar 2025