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/pranav-jadhav09/webdev-resources

31st Dec, 2024 - Rockstar Full Stack Developer

learning-resources programming roadmap

Last synced: 30 Jan 2026

https://github.com/leomaurodesenv/my-linux-configs

Programs and extensions for Linux distributions

gnome-extension post-installation programming ubuntu

Last synced: 31 Jan 2026

https://github.com/yasenstar/learn-c

Repository to track the learning journey of C programming language

c programming

Last synced: 25 Feb 2026

https://github.com/bahmanm/stockperson-scala

Stockperson implemented using Scala 3.

programming scala3

Last synced: 25 Feb 2026

https://github.com/pradeep31747/linked_list_programs

This repository contains a collection of implementations and examples of linked list data structures. It includes various operations and use cases to demonstrate how linked lists work and how they can be utilized in different scenarios.

linked-list programming

Last synced: 31 Jan 2026

https://github.com/woolseyworkshop/article-interfacing-an-mpu6050-gyroscope-accelerometer-sensor-module-to-an-arduino-uno

Interfacing An MPU6050 (Gyroscope + Accelerometer) Sensor Module To An Arduino Uno Article Resources

arduino electronics mpu6050 programming

Last synced: 20 Jun 2026

https://github.com/dieron/playwrightscreenshotstaker

Short demo of how to take a screenshot from a browser window using Playwright

browser c-sharp js playwright programming screen screenshot

Last synced: 01 Feb 2026

https://github.com/adocxwork/golang

This repository contains Go files and code for study and revision purposes. It includes various examples to help with understanding and practicing Go programming.

backend go go-programming golang programming

Last synced: 11 Aug 2025

https://github.com/maumneto/icc

Repositório da Disciplina ICC da UFC.

discipline programming site

Last synced: 09 Mar 2026

https://github.com/vinialg/c__criptobank

Projeto de Plataforma Bancária C 2024

binary c logic pointers programming struct

Last synced: 15 Apr 2026

https://github.com/raveriss/cpp_module_02_05-09

Réalisations personnelles pour les exercices C++ (cpp05 à cpp09), explorant la programmation orientée objet, ... , la gestion de la mémoire et d'autres concepts avancés, conformément aux directives de l'école 42.

algorithms casts class containers cpp cpp98 exceptions form-management generic handling iterators memory-management programming serialization stl templates type-conversion type-identity

Last synced: 02 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/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/m-ah07/tafqit-php

A PHP-based service for converting numbers into text, supporting Arabic and English.

codefordevelopers numbertowords opensource opensourcecommunity php phpdevelopment phpprojects programming tafqit

Last synced: 10 Feb 2026

https://github.com/kalebers/scratch_tutorials

Scratch tutorials made by me to teach beginners in development

fundamentals game programming scratch

Last synced: 27 Feb 2026

https://github.com/lucho00cuba/exercism-solutions

A repository containing my solutions to coding exercises from Exercism.

exercism-solutions programming

Last synced: 11 Feb 2026

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: 11 Feb 2026

https://github.com/bixat/language-keywords-reference

Cross-language keyword reference comparing Python, Dart, TypeScript, and Rust. Keywords aligned by concept and function for easy language switching and learning.

keywords languages programming

Last synced: 11 Feb 2026

https://github.com/probablyjassin/probablyjassin.github.io

My Website written in Nuxt.js with Nuxt Content

nuxt nuxt-content portfolio programming website

Last synced: 16 Apr 2026

https://github.com/bsm3d/flytools

BSM3D :: Legacy project

aviation basic icao legacy programming rapidq

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/hazrat-ali9/software-development-by-microsoft

🚢 Microsoft’s software development ✈ principles tools and 🚁 technologies Perfect for 🛸 developers aiming to 🚀 learn build and scale 🛼 world-class software 🚞 NET C# Azure Visual Studio 🚒 and DevOps best 🏟 practices Includes project 🏟 templates clean architecture 🏘 patterns CI/CD workflows Guides 🕍 on Agile development testing debugging

dart javascript microsoft programming python react software-development software-engineering software-testing zip

Last synced: 16 Apr 2026

https://github.com/labex-labs/monitoring-and-logging-for-devops

Master the essentials of monitoring and logging in DevOps environments. This comprehensive course covers Prometheus for metrics collection, Grafana for visualization, and Loki for log aggregation. Through hands-on labs, you'll learn to set up monitoring infrastructure, configure exporters, create dashboards, write alerting rules, and analyze sys...

alerting course devops exporters grafana hands-on hands-on-labs infrastructure labex labs log-aggregation logging loki metrics monitoring observability programming prometheus system-analysis visualization

Last synced: 14 Feb 2026

https://github.com/vaibhavmojidra/python---demo-working-with-directories

Python OS module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, see the os.path module, and if you want to read all the lines in all the files on the command line see the fileinput module

coding mojidra os programming python python-os python2 python3 vaibhav vaibhav-mojidra vaibhavmojidra working-with-directories

Last synced: 14 Feb 2026

https://github.com/wandeber/quara

Lenguaje de programación interpretado por JavaScript. Pensado para preprocesar texto como platillas de email.

interpreter language programming

Last synced: 28 Feb 2026

https://github.com/isaakiel/isaak_lessons

Short lessons for the ISAAK meetings

archaeology programming teaching teaching-materials

Last synced: 28 Feb 2026

https://github.com/labex-labs/wireshark-for-beginners

In this course, you will learn how to use Wireshark to capture and analyze network traffic. You will learn how to install Wireshark, capture packets, and analyze them. You will also learn how to use Wireshark to troubleshoot network issues, analyze network traffic, and secure your network.

beginner-guide course cybersecurity cybersecurity-education cybersecurity-tools hands-on labex labs network-analysis network-monitoring network-protocols network-security network-troubleshooting packet-capture programming protocol-decoding security-analysis tcp-ip traffic-analysis wireshark-tutorials

Last synced: 16 Feb 2026

https://github.com/labex-labs/penetration-testing-for-beginners

Test your skills in this challenge-based course covering essential penetration testing techniques. Each challenge requires you to independently discover and exploit vulnerabilities using industry-standard tools like Nmap, FTP, SMB, Telnet, Rsync, RDP, HTTP, and SSH. Perfect your reconnaissance and enumeration skills through self-guided explorati...

challenges course cybersecurity exercises hands-on labex labs playground programming

Last synced: 15 Feb 2026

https://github.com/m-ah07/to-do-list-app

A simple Python-based command-line tool for managing tasks. It allows users to add, view, update, and delete tasks while storing task data in a local file.

coding opensource productivity programming python taskmanagement todoapp

Last synced: 16 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/dvizioon/eco-bumbar

O DESAFIO FAPEMA, ERA SOBRE ECOLOGIA, E COMO MONTAR UM AMBIENTE ONDE AS PESSOAS PODERIAM ESTÁ DIVULGANDO, PARA O EVENTO QUE SERIA EM UM LOCAL FICTICIO, ENTÃO RESOLVI FAZER UM PEQUENO SISTEMA PHP COM SITE INTREGADO PARA ESTÁ DIVULGANDO ESSE CAUSA, MAIS POR QUE PHP?, PARA SUBIR EM UMA PLATAFORMA DE HOSPEDAGEM GRATUITA 📦〽️

composer ecologia ecology eventos events php programming sistema startup system

Last synced: 01 Feb 2026

https://github.com/felipecacique/magneticlevitation

Magnetic Levitation Using Arduino: An In-Depth Technical Review. This is a review of an academic project that I participated in 2014.

arduino control-systems electronics hall-effect-sensor magnet magnetic-levitation magnetism matlab mechatronics pcb-design phisics pid pid-control processing programming simulink

Last synced: 01 Feb 2026

https://github.com/the-real-virus/pycaptcha

pyCAPTCHA: A Simple & Secure CAPTCHA Generator ! Generate and verify CAPTCHA images effortlessly with pyCAPTCHA – a lightweight, user-friendly, and interactive Python-based solution.

ai automation bash captcha captcha-generator coding ctf cyber-security ethical-hacking github linux networking open-source pentesting programming python redteam scripting software tools

Last synced: 13 Apr 2026

https://github.com/rizamamedow/solutions-from-book

Here is my solution from "Nikita Kultin - C/C++ in tasks and examples" Book. Will be added in time.

books c cmake cpp20 programming

Last synced: 25 Feb 2026

https://github.com/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/gmerczi/higherlowergame

Just a game I made on my own as part of a course I’m doing. Still figuring stuff out, but hey – it runs! 😅

begginer course-project game learning programming project python

Last synced: 10 Apr 2025

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: 14 Jun 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/edvaldoljr/programa-start-capgemini-exercicios-java

Lista com 30 exercícios Java para treinar a lógica aprendida em aulas.

capgemini java netbeans programming

Last synced: 26 Mar 2025

https://github.com/edvaldoljr/faculdade-tecnologia-em-coding-c-orientacao-objetos

A POO em C++ é uma ferramenta essencial para a construção de softwares complexos e escaláveis, proporcionando organização, reutilização e flexibilidade ao código.

c poo programming

Last synced: 03 May 2026

https://github.com/paragunhale1998/facebook-basic-login

Here i Create A Basic Facebook Login Using Html , CSS and Javascript

css facebook facebook-login frontend html javascript js login open-source open-source-hardware programming project

Last synced: 15 Apr 2026

https://github.com/2022ishere/c-language

C program development

c programming

Last synced: 10 Apr 2025

https://github.com/tufayellus/google-sheet-automation-with-python-gspread

This is a personal documentation repository for google spreadsheet automation using python and gspread library

automation bot bots google-sheets google-sheets-api googledrive googlesheets googlesheetsapi gspread programming python

Last synced: 12 Oct 2025

https://github.com/coolguy1990/code-challenge

Learning Programming by doing

learning-by-doing programming

Last synced: 17 Mar 2025

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/ganeshkadam65/leetcodesolutionscpp

LeetCode has emerged as one of the most popular platforms for honing programming skills and preparing for technical interviews. As a coding enthusiast or a job seeker in the tech industry, having a solid understanding of data structures and algorithms is crucial

algorithms c code coding competitive-programming cpp data-structures leetcode leetcode-cpp leetcode-solutions programming python software-development software-engineering

Last synced: 14 Apr 2026

https://github.com/garapdigital/forum

Forum ini dibuat untuk para pelaku industri web development dan para coder yang ingin berbagi ilmu, berdiskusi, dan berkolaborasi dalam dunia pengembangan perangkat lunak.

coder forum programming

Last synced: 09 Feb 2026

https://github.com/hilmizul/codejam

Fundamental Programming Challenges for My Students. Use your BRAIN intead AI tool‼️

challenge logic problem-solving programming

Last synced: 09 Feb 2026

https://github.com/labex-labs/comptia-network-plus-training-labs

Master essential networking concepts and skills with hands-on labs. This course covers network fundamentals, implementation, operations, security, and troubleshooting, preparing you for the CompTIA Network+ certification (N10-009).

certification comptia course fundamentals hands-on hands-on-labs implementation infrastructure labex labs linux n10-009 network networking operations programming protocols security sysadmin troubleshooting

Last synced: 09 Feb 2026

https://github.com/carloshmarques/carloshmarques

My personal github profile page, where i present my self, explain what i do and what i aim to achieve...

aspiring profile-readme programming projects

Last synced: 09 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/talalemran/canada-provinces-and-territories

This is a simple project that gives you a little bit information about the Canadian provinces and territories.

css css3 front-end html html5 javascript js programming

Last synced: 05 May 2026

https://github.com/fksxiz/tic-tac-toe

A simple Tic-Tac-Toe game written in Java with a visual display using JavaFX.

algorithms education github java javafx maven programming tic-tac-toe visualization

Last synced: 05 May 2026

https://github.com/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/davelongdev/dave-long-web-studio

Website files for davelongwebstudio.com. Web site building - Development, Design, and Writing. Made with the Hugo framework.

css html hugo javascript programming web-design web-development website

Last synced: 13 Apr 2026

https://github.com/naren219/cs50-files

Contains all content learned from CS50 (through Edx).

cs50 programming

Last synced: 03 Jan 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/rezapace/vb-tutorial

Untuk memulai, pastikan Node.js terinstal pada sistem Anda. Unduh Node.js dari situs resmi Node.js, lalu ikuti instruksi instalasinya. Selanjutnya, install Node-RED dengan perintah npm, dan jalankan dengan node-red. Setelah itu, akses antarmuka Node-RED melalui browser. Untuk integrasi Firebase, buat proyek di Firebase Console, salin konfigurasi, d

automation git-reza iot programming vb vbnet vbscript website

Last synced: 11 Feb 2026

https://github.com/musamairshad/searching-algorithms

Implementation of various searching algorithm's in Python.

algorithms programming python searching-algorithms

Last synced: 25 Mar 2025

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

My notes on software development

blog computer-science programming

Last synced: 18 Mar 2026

https://github.com/felixoder/leetcode_journey

Here I share my leetcode progress journey

cp dsa hactober leetcode logic practise programming

Last synced: 17 Jan 2026

https://github.com/inightjar/objectoriented-in-c

Chapters Implementation Codes.

c cpp oop-principles programming

Last synced: 14 May 2026

https://github.com/swapnanildutta/python-programs

Surfing and exploring through Python programming. 🏄🏻‍♂️🐍

algorithms-and-data-structures datastructures general-purpose hacktoberfest hacktoberfest2020 programming python3

Last synced: 25 Apr 2025

https://github.com/dmarks84/coursework_project_sentiment-analysis

Project for University of Michigan Python Programming Specialization -- Read in tweets and analyzed their content to perform basic sentiment analysis

classification programming python sentiment-analysis statistics web-scraping

Last synced: 09 Apr 2025

https://github.com/0vergrown/backwards-guessing-game

Experience the classic number guessing game with a twist! The computer tries to guess a number you think of, adjusting its guesses based on your feedback. Engage in this simple yet intriguing game built with HTML, CSS, and JavaScript, perfect for quick, fun play.

backwards css fundamentals game guessing-game html javascript online overgrown programming project school school-project web website work

Last synced: 05 May 2026

https://github.com/bilalshahid-13/leetgenius

LeetGenius is a Firefox add-on that helps developers efficiently solve LeetCode problems with AI-powered guidance. It provides step-by-step explanations, best practices, test cases, and learning resources to improve coding skills.

ai-assistant coding-helper firefox-extension gemini javascript leetcode problem-solving programming react vite web-extension

Last synced: 03 May 2026

https://github.com/m-ah07/image-converter-python

A Python-based tool for converting images between PNG, JPEG, GIF, and BMP formats with clean, modular code.

imageconverter imageprocessing opensource opensourcecommunity programming python pythonprojects pythonscripts techtools

Last synced: 27 Feb 2026

https://github.com/shudhanshurp/--hacktober2022--

Hacktober Fest 2022. Let's solve some issues! Repo contains AI problem and Web development projects.

contributions-welcome hacktoberfest hacktoberfest2022 javascript open-source programming python

Last synced: 11 Feb 2026

https://github.com/sandyg6/100-days-python-challenge

Started with my 100 days of coding challenge with Python Programming language.

coding coding-challenge programming python python3

Last synced: 05 Jul 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: 27 Feb 2026

https://github.com/h4mbl3x/prog1_laboratorio_2022_23

Laboratorio de Fundamentos de la Programación del curso 2022/23.

esi ingenieria-informatica java lab laboratorio laboratory programacion programming uclm

Last synced: 29 May 2026

https://github.com/exp-codes/winprocess

Windows 系统进程管理器

programming

Last synced: 20 Jun 2026

https://github.com/janina280/object_oriented_programming

In this repository, there are several projects uploaded that were implemented in C++ using object-oriented programming (OOP) principles.

oop-principles programming

Last synced: 17 Jun 2026

https://github.com/paulrosset/paulrosset_homepage

Paul Rosset's personal homepage

blog blogging coding life programming projects

Last synced: 12 Feb 2026