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/raveriss/cpp08

C++ Module 08 covers containers, templates, iterators, and algorithms. Exercises include implementing easyfind, Span, and MutantStack. You'll work with STL containers and algorithms, adhering to C++98 standards. Focus on memory management and the canonical class form.

42school algorithms containers cpp cpp98 iterators programming stl templates

Last synced: 25 Feb 2026

https://github.com/raveriss/cpp07

C++ Module 07 focuses on templates. Covers function and class templates, including swap, min, max, iterator, and array templates. Adheres to C++98 standard with emphasis on memory management and canonical class form.

cpp cpp98 generic memory-management object-oriented-programming programming templates

Last synced: 25 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/philspil66/philspil66

Hey I'm Phil and this a short introduction to what I've done over the years in the Software sector, what I'm up to now and where you can get in touch.

games legacy-code programming retrogames retrogaming software software-development software-engineering

Last synced: 07 Feb 2026

https://github.com/the-poweron-foundation/poweron

The ultimate all-in-one programming platform

code education learn network platform poweron programming share social

Last synced: 26 Feb 2026

https://github.com/artemzarubin/texteditor

This project is a basic text editor built using Windows Forms in .NET. It allows users to edit text and includes a feature to parse data from the university's website, displaying the parsed information within the editor. This project demonstrates my ability to work with Windows Forms, handle web data parsing, and develop user-friendly applications.

c-sharp dot-net programming software-engineering text-editor

Last synced: 08 Feb 2026

https://github.com/boyninja1555/gruntlang

Suppose you are transitioning from Scratch and want something simpler than Python? What if you want to embed Python alongside an easier version? Gruntlang does just that!

easy-python programming programming-language python-sucks

Last synced: 09 Feb 2026

https://github.com/yuriioks/aqa-gcse-computer-science-preparation

25-week comprehensive program designed to equip students with the knowledge and skills required to excel in the AQA GCSE Computer Science exam

algorithms aqa aqa-computing coding-tutorials computer-science computer-science-education data-structures education exam-preparation gcse gcse-computer-science programming python python3 sql yuriodev

Last synced: 09 Feb 2026

https://github.com/peterrauscher/devbranch.co

The source code for my site https://devbranch.co

algorithms blog data-structures devops programming website

Last synced: 10 Feb 2026

https://github.com/khanalsaroj/fake-hacking

Hyper-realistic terminal hacking simulation for cinematic demos, hacker-style videos, and live presentations.

bash-script cinematic entertainment fack-hack fake-hacking fun-project hacking-simulator learning programming simulation terminal-animation

Last synced: 10 Feb 2026

https://github.com/raghuram07/project-euler-programs

Here i'm filling the programs from project euler.

numbertheory programming project-euler

Last synced: 18 Mar 2026

https://github.com/e-d-i-n-i/python-keylogger

Background keylogger for Windows that records keystrokes and logs them to date-based files, running silently without a visible console

executable-file hack keylogger keylogger-python programming python

Last synced: 16 Apr 2026

https://github.com/foxfriends/hack-test

Dig through the source code to figure out the password

game hacking programming

Last synced: 18 Mar 2026

https://github.com/chavacava/chavacava.github.io

My notes on software development

blog computer-science programming

Last synced: 18 Mar 2026

https://github.com/m-ah07/currency-converter-go

A simple and efficient currency converter written in Go (Golang) using real-time exchange rates from the ExchangeRate-API.

apidevelopment currencyconverter developertools golang golangprojects goprojects opensource opensourcecommunity programming

Last synced: 12 Feb 2026

https://github.com/compilandoyt/20240914-busqueda-binaria

La búsqueda binaria es uno de los algoritmos más eficientes para encontrar un elemento en una lista ordenada. En este video, te explico cómo funciona paso a paso y cómo puedes implementarla en tu propio código.

binary-search efficient-algorithm programming search-algorithm

Last synced: 28 Feb 2026

https://github.com/justintime50/muffinscript-vscode

Syntax highlighting for the MuffinScript programming language.

extension highlighting language muffin muffinscript programming syntax vscode

Last synced: 15 Feb 2026

https://github.com/frosteen/learn_to_code

These are take-down notes when learning a new programming language.

coding learning programming

Last synced: 15 Feb 2026

https://github.com/majikmate/module-ts

Basic programming course for imperative programming in TypeScript

learning learning-by-doing programming typescript

Last synced: 01 Mar 2026

https://github.com/papkuworld/polymath

20 year Curriculum that will make you a polymath. (Under Construction). Main focus being actively developed.

blue-teaming cybersecurity hacking network-engineering open-source polymath programming red-teaming security-engineering software-development university web-development

Last synced: 04 Mar 2026

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: 01 Apr 2026

https://github.com/renvasco/react-marvel

:atom: This app interacts with the Marvel Developer Portal API to get characters, comics and information about them.

learning marvel marvel-api marvel-characters marvel-comics marvelapp programming react reactjs reactpalette reactrouterdom reactscroll spa styled-components

Last synced: 17 Apr 2026

https://github.com/danieldantasdev/intro-to-programming_course-luisdev-essential-beginner-part-6_dotnet-8_csharp-12

Repositório da trilha 'Introdução à Programação' do Kit Essencial Iniciante .NET. Inclui conteúdos sobre lógica, algoritmos, fundamentos de programação, introdução ao Portugol e exemplos práticos para iniciantes começarem do jeito certo.

algorithms beginner csharp dotnet fundamentals learning logic luisdev portugol programming

Last synced: 17 Apr 2026

https://github.com/davityak03/basics-of-python-

In this we have done multiple programs in python so as to develop the basic skill sets in python

array dictionary lists matrix numpy pandas programming python sets

Last synced: 02 Apr 2026

https://github.com/pranjalco/password-manager-intermediate

A Password Manager app with a GUI to store, manage, and retrieve passwords. It generates random passwords, auto-copies to clipboard, and saves credentials (website, username, password) in JSON. Features include error handling, input validation, search functionality, and a lock icon for a professional look.

automation clipboard error-handling file-handling gui-application gui-development intermediate json-manipulation password-generator password-manager programming python task-automation tkinter

Last synced: 17 Apr 2026

https://github.com/es-alexander/progression-gui

A python tkinter GUI package for development of GUIs with linear progression

programming python python3 tkinter

Last synced: 18 Apr 2026

https://github.com/lyy289065406/javaini

ini 配置文件解析器

programming

Last synced: 19 Apr 2026

https://github.com/dirkgroot/dirkgroot.github.io

Source code for my GitHub Pages site

kotlin programming tdd

Last synced: 19 Apr 2026

https://github.com/surabhiojha12/cpp-programming-

C++ programming examples

coding cpp programming

Last synced: 04 Jun 2026

https://github.com/calebe94/programacao_em_java

Programação em Java

code java programming snippets

Last synced: 21 Apr 2026

https://github.com/tirth063/spring-image-forge

A powerful Spring Boot REST API for dynamic image generation, perfect for placeholders, mockups, and testing environments.

2d-graphics api backend developers image-api image-processing java open-source placeholder-image programming rest-api springboot web-development

Last synced: 22 Apr 2026

https://github.com/ntdls/k-loc-calculator

Quick and easy way to count the lines of code in your project.

files math programming text

Last synced: 24 Apr 2026

https://github.com/jebyrnes/2020_uri_talk

2020 Talk for URI R Users Group

professional-development programming r

Last synced: 25 Apr 2026

https://github.com/ruokokoski/cs-a1110

Aalto University - CS-A1110 Ohjelmointi 1

programming scala

Last synced: 07 Jun 2026

https://github.com/tokhy1/js_todo_list_app

This is a simple and intuitive todo list application built using JavaScript. Keep track of your tasks, set priorities, and stay organized with this easy-to-use web app.

coding css dom html javascript localstorage programming tasks-manager todo-app todo-list

Last synced: 26 Apr 2026

https://github.com/damechocolateya/yasos

Compiler for the new language yasos

compiler cpp llvm programming programming-language

Last synced: 09 May 2026

https://github.com/guiferviz/cerosyunos-code

Code from the videos on "Ceros y Unos" YouTube channel.

learning programming youtube

Last synced: 28 Apr 2026

https://github.com/ahmed-maher77/mansoura-stories__blog-app

A full-stack and responsive blog app focused on programming, technology, and computer science. Users can create posts, view articles, interact with content dynamically, and manage content through a personalized dashboard while enjoying a seamless experience.

accessibility blogapp firebase fullstack javascript performance programming responsive-design seo techblog web-application web-development website

Last synced: 29 Apr 2026

https://github.com/jondolf/website

My personal website https://joonaa.dev where I share my projects and write blog posts about whatever I'm interested in or working on.

astro blog programming science website

Last synced: 29 Apr 2026

https://github.com/akashgutha/akashgutha.github.io

My blog :memo: :pencil2:

blog electronics programming

Last synced: 08 Jun 2026

https://github.com/locus-x64/system-programming

This is the repo for System Programming projects and Linux utilities.

linux linux-shell linux-utilities programming sp sp-with-linux system-programming

Last synced: 29 Apr 2026

https://github.com/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/ninjadiego/practicas-js

Ejercicios y practicas de JavaScript

es6 exercises javascript learning nodejs practice programming

Last synced: 02 May 2026

https://github.com/gladomat/pair-programming-with-chatgpt

Enhance your coding skills with ChatGPT

llm programming python

Last synced: 03 May 2026

https://github.com/reubenmathew/1104

Source code for Vex Teams 1104V/1104S

coding programming robotics robotics-competition robots

Last synced: 03 May 2026

https://github.com/maulopezdavila/quizastronomia

Quiz Cultura General de Astronomia

css html javascript programming quiz

Last synced: 03 May 2026

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/arturobp3/several_old_projects

This repository contains some projects that I did between 2012 and 2016 when I started to learn programming at the age of 14.

c css html javascript learning-by-doing programming

Last synced: 05 May 2026

https://github.com/priyanshujajal/bmi_calculator

A simple and responsive BMI (Body Mass Index) calculator built with React, allowing users to easily check their BMI in both Metric and Imperial units.

bmi-calculator coding css3 deployed github github-pages html5 javascript practice-project programming project react reactjs

Last synced: 06 May 2026

https://github.com/kanannuruyevs/programming-books

Collections of programming books.

books django javascript programming python react

Last synced: 06 May 2026

https://github.com/solracsx/powersub-demo-8327

⚡ Simplify your subscription management with powersub-demo-8327, a demo tool to streamline and automate your service subscriptions effortlessly.

api backend demo deployment educational frontend graphql javascript open-source powersub programming sample-code testing tutorials web-development

Last synced: 06 May 2026

https://github.com/sderosiaux/zio-story

🎯 Interactive, gamified learning platform for mastering ZIO - Scala's powerful library for async and concurrent programming

concurrent-programming education functional-programming gamification interactive-learning learning-platform nextjs programming scala tutorial typescript zio

Last synced: 07 May 2026

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 2026

https://github.com/berke2002/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: 08 May 2026

https://github.com/labex-labs/supervised-learning-regression

Supervised Learning: Regression | This repo collects 7 of programming labs exercises for Supervised Learning: Regression. Supervised learning. If you are hearing or reading this term for the first time, then it may be completely unclear what it means. Don't worry. In this lab, you will get a comp...

challenges course exercises hands-on labex labs machine-learning playgroud programming scikit-learn

Last synced: 08 May 2026

https://github.com/abrarulhassan-hub/login-signup

Recently I have created Login and Signup page. It's Simple not use Hard Css or html tag. Maybe it will be helpful for in future

codeigniter coding css html html-css-javascript html5-game javascript programming

Last synced: 09 May 2026

https://github.com/eeyribas/spidergame

Spider game is a game where the spider can move with the keyboard and navigate around drawings such as a house, walls, and dogs.

c car cplusplus design dog drawing earth game house library opengl programming sky snake spider spider-game sun tunnel wall

Last synced: 10 May 2026

https://github.com/samlopezdev/wooden-dreams

A sleek carpentry shop site that offers a comprehensive experience for visitors featuring multiple webpages.

carpentry carpentry-workshop css3 hmtl5 html-css-javascript javascript programming sass software-engineering web-development website woodworking

Last synced: 10 May 2026

https://github.com/blesson-tomy/s6_network_lab

Network Lab programs in S6

linux network programming

Last synced: 11 May 2026

https://github.com/xastro6/wagus-reward-system

WAGUS Reward System Smart Contract Program: A Rust-based smart contract for the Solana blockchain designed to manage and reward user interactions in the WAGUS reward system. This repository contains the core logic for the reward mechanism, as well as the associated configuration and utility files.

blockchain cryptocurrency defi programming rewards rust smart-contract solana system

Last synced: 12 May 2026

https://github.com/edandresvan/practice-book-rust-web-development

Practical exercises from the book "Rust Web Development" by Bastian Gruber (Manning).

practice practice-programming programming rust rustlang

Last synced: 13 Jun 2026

https://github.com/mrwhoishe/pmc-ide

Program programs for the PMC project CPUs in their own language, PearlBasic, using PMC-IDE!

c ide ides pearlbasic programming programming-language project projects

Last synced: 18 Jun 2026

https://github.com/ganeshkadam65/cprogrammingtutorials

The "CProgramming Tutorials" repository on GitHub is a beginner-friendly resource for learning the C programming language. It offers a structured learning path, clear explanations, and practical code examples to help individuals grasp the fundamentals of C programming.

c coding ctutorial excercises programming software-development software-engineering tutorials

Last synced: 19 Jun 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/niihaoru/website

Web-site about software development in Petropavlovsk-Kamchatskiy

consulting crm database devops engineering management programming raspberrypi sql stm32 web-site

Last synced: 20 Jun 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/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: 23 Jun 2026

https://github.com/bigpick/leetcode

Various leetcode.com problem prompt solutions

algorithms interview interview-questions leetcode practice programming

Last synced: 25 Jun 2026

https://github.com/ace-elite-apex-mystery/tech-notes

這個技術筆記庫聚焦 寫程式、虛擬化/網路、GCP、CI/CD,以 Guides / Recipes / References / Troubleshooting / Playbooks 結構整理可落地的實戰經驗,讓成功可複製、排錯更快速。 A pragmatic tech-notes repo for day-to-day engineering: Programming, Virtualization/Networking, GCP, CI/CD. Organized as Guides, Recipes, References, Troubleshooting, Playbooks to turn hard-won lessons into repeatable workflows.

cicd gcp k8s microservices mlops programming system-design vm

Last synced: 28 Jun 2026

https://github.com/ndxdeveloper/go-tutoriel-fr

Tutoriel complet Go en français : de débutant à avancé avec projets pratiques. Guide progressif pour maîtriser le langage Go, de la syntaxe de base aux microservices.

api backend cli concurrency docker francais french go golang guide microservices programming tutorial

Last synced: 29 Jun 2026

https://github.com/mr-won/kmong

크몽 프로그램 개발 외주 아웃소싱 outsourcing

kmong programming python

Last synced: 30 Mar 2025

https://github.com/alyssonmach/machine-learning-com-python

Aplicações de Machine Learning usando a linguagem de programação Python.

ia keras-tensorflow machine-learning matplotlib numpy pandas programming python scikit-learn scipy

Last synced: 10 Apr 2026