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/shahfh/beginner-friendly-python-project

beginner-friendly Python projects that are designed to help developers learn the Python programming language while building real-world applications. Each project is accompanied by a detailed explanation of the concepts involved and step-by-step instructions on how to build the application.

beginner-code beginner-friendly beginner-project beginner-python coding games programming projects python python-projects

Last synced: 08 Jun 2026

https://github.com/abdul-rafay19/internintelligence_machinelearningintern

A collection of hands-on projects completed during my Machine Learning Virtual Internship at Intern Intelligence. Includes hyperparameter tuning using Scikit-Learn and Optuna, and deep learning model development for image and text data using TensorFlow, Keras, and PyTorch.

ai algorithm algorithms artificial-intelligence intelligence intern-intelligence internship machine-learning machine-learning-algorithms machinelearning programming programming-language python pytorch sckit-learn tenserflow

Last synced: 13 Apr 2026

https://github.com/slashdotted/polderbash

PolderBash Game (Didactic adventure game written in Bash)

bash didactic didactic-games educational educational-game game learning programming

Last synced: 28 Apr 2026

https://github.com/jeluchu/rayitres

Se trata del conocido juego del "Tres en Raya", en el que deberás indicar la posición donde querrás colocar tu 'X' o tu 'O', dependiendo del jugador, y disfrutar del juego. Actualmente está en desarrollo y necesitas 2 jugadores para poder disfrutar al máximo. Próximamente se añadirá el modo 1 jugador.

game game-development program programmer programming programming-game programming-language

Last synced: 28 Apr 2026

https://github.com/2kabhishek/solutions

Solutions written by me for coding competitions, tests etc. 🥇🧮

codewars coding-competitions exams hackerrank leetcode programming solutions

Last synced: 11 Apr 2026

https://github.com/zalbright90/top-linked-list

This project implements a custom Linked List data structure in JavaScript using ES6 modules. The LinkedList class provides a comprehensive set of methods for manipulating and interacting with a singly linked list.

algorithms coding-challenge computer-science data-structures es6 interview-prep learning linked-list nodejs odin-project programming software-development web-development

Last synced: 27 Apr 2026

https://github.com/lunatic-fox/github-colors

A web project to present all programming and markup language colors known by Github.

color colors github programming programming-language

Last synced: 27 Apr 2026

https://github.com/hasnocool/hasnocool

An innovative project that updates a README file with dynamic content from GitHub repositories and WakaTime API.

api automation developer dynamic generator github integration language productivity programming python readme statistics wakatime

Last synced: 27 Apr 2026

https://github.com/orangomango/programmingquiz

Quiz about Web programming and Python3

programming quiz

Last synced: 01 Feb 2026

https://github.com/thanatisia/dev-references

All-in-One Programming/Software Development concept references with implementation examples

cpp development programming python shellscripting

Last synced: 27 Apr 2026

https://github.com/solidnetwork-xyz/ascii-symbol-and-java-statements

Some ASCII symbol names, math expressions and statements used in Java programming.

ascii code english expression java math programming statement symbol

Last synced: 29 May 2026

https://github.com/richiepagard/c-book-exercises

The exercises of the C Programming Language book.

book cprogramming cprogramming-language gcc gcc-complier linux programming

Last synced: 18 May 2026

https://github.com/sheikh92areeb/py-projects

These Projects are made during learning python

jupyter-notebook programming projects python

Last synced: 27 Apr 2026

https://github.com/maumneto/exercicio-python

Repositório do conteúdo da disciplina de Fundamentos de Programação

coding linguagem-python programming programming-language python python3

Last synced: 07 Jun 2026

https://github.com/jermic/awesome-programming-snippets

📝As a note to record programming snippets

java objective-c programming python snippets swift

Last synced: 12 Apr 2026

https://github.com/asit-14/cpp-programming

This repository contains all the programs and resources we will utilize to learn C++ programming.

cplusplus leetcode-cpp programming

Last synced: 08 Apr 2025

https://github.com/rukisamsama/abap-tti

📊 Streamline ABAP development with TTI, offering tools for efficient data processing and cleaner code management.

abap abap-developer automation coding data-migration development-tools enterprise-resource-planning enterprise-software integration open-source programming sap software-development tools tti

Last synced: 31 May 2026

https://github.com/makgr/rbbankapp

RB Bank App | SImple flutter application

android application apps dart flutter ios mobile-app programming

Last synced: 13 Apr 2026

https://github.com/andezion/factory

Небольшой проект демонстрирующий работу конвейера, двигая и изменяя элементы.

conveyor csharp dotnet oop programming

Last synced: 26 Apr 2026

https://github.com/e19166/simulator

A event management simulator that integrates a PostgreSQL database with a Go backend. This application allows users to create and manage event records via HTTP endpoints. The project uses Gorilla Mux for routing, and the database operations are handled with Go's database/sql package and the PostgreSQL driver.

backend crud database database-migrations gin gin-gonic go golang http postgresql postgresql-driver postman programming project-management routing

Last synced: 31 Jan 2026

https://github.com/umojabuild/kids-coder

AI Assisted Learning - Kids Coder

ai chatgpt code generator kids-learn openai programming pwa

Last synced: 10 Apr 2025

https://github.com/gittogethers/santiago

Repositorio para la gestion de actividades en GitHub Santiago

github github-copilot-training madeinchile programming

Last synced: 24 Mar 2025

https://github.com/kartikmanimuthu/from-zero-to-hero-typescript

This repository is a succinct guide to TypeScript, covering everything from basics to advanced topics. It is a one-stop resource for TypeScript enthusiasts seeking to elevate their programming skills.

beginner guide javascript learning programming typescript typescript-examples

Last synced: 14 Apr 2026

https://github.com/codewithalamin/news-homepage

News homepage is an excellent opportunity to practice CSS Grid skills. There are lots of tricky decisions to make and plenty of learning opportunities!

alamin-portfolio codepapa360 codewithalamin coding coding-challenges css front-end-development frontend frontend-mentor frontend-mentor-challenge html news-homepage portfolio programming programming-challenge webdesign webdeveloper webdevelopment

Last synced: 31 Jan 2026

https://github.com/cserajdeep/c-in-colab

Run C programs in Google Colab environment.

ansi c c99 dsa google-colaboratory programming

Last synced: 25 Apr 2026

https://github.com/satishdash/juliaexercism

Exercises on various Julia concepts from Exercism.io

data-structures julialang programming

Last synced: 25 Apr 2026

https://github.com/saeedkohansal/php-session-full-tutorial

A session is a way to store and manage user-specific information across requests. It involves assigning a unique ID to each client and storing data on the server. This maintains state for users, such as login status or shopping cart contents. In programming, it refers to a period of interaction between a user and a system, commonly used in web...

backend backenddevelopment gilgeekify howto howtocode php php-session php-sessions phpsessid phpsession programming server server-side serverside session-cookie tutorial web-development webbrowser webdeveloper webdevelopment

Last synced: 13 Oct 2025

https://github.com/asko7779/kernel-panic-module

Early and primitive version of a kernel panic module programmed in C++ as a part of my OS projects and tests

bare-metal cpp kernel-panic os programming testing-module

Last synced: 13 Oct 2025

https://github.com/ktamburi/car-rental

A simple university project in C programming for CEN110 course at Epoka University

begginers c programming

Last synced: 13 Oct 2025

https://github.com/blazinsan/privacyscreenfilter

Privacy screen filter that simulates a privacy screen film that protects your privacy around others. It is developed using C++ and ran as a windows program.

cplusplus cpp programming programming-language

Last synced: 01 Apr 2025

https://github.com/ahmadchen/go-go-gadget

The 'Gadget' interpreter language, implemented in Go.

2020 gadget go golang google language programming

Last synced: 05 Jun 2026

https://github.com/gigabyteblender/discordmessagedumper

An application made using Python which helps you generate a list of discord message IDs, which you can then use to request the deletion of all those messages from discord support.

discord discord-api discord-token programming python3

Last synced: 20 Apr 2026

https://github.com/algusdark/programming-puzzles

A repository with programming puzzles and solutions in TypeScript

algorithms codeando-pues data-structures javascript programming programming-puzzles puzzles typescript

Last synced: 20 Apr 2026

https://github.com/dencelman1/perfobyte

Programming language with the highest productivity, efficiency and performance

arm64 byte efficiency givtak givtakos language perfobyte performance productivity programming x86-64

Last synced: 11 Jun 2025

https://github.com/rashidintheworld/cpp-learning-projects

In projects developed for learning and testing the C++ programming language. It aims to apply and better understand basic C++ concepts.

algorithms-and-data-structures cpp devcpp exercism-solutions programming tasks-list

Last synced: 24 Mar 2025

https://github.com/ashu-tosh-kumar/stack-scraper

Sample repository showcasing how to write impeccably clean code that will save your sanity. In correspondence to my Medium article: https://medium.com/gitconnected/how-to-write-impeccably-clean-code-that-will-save-your-sanity-7d0ea59d285c

best-practices clean-code coding howto programming python

Last synced: 04 Jun 2026

https://github.com/kipicenko/chaocore-utils

The utils library for JavaScript and TypeScript.

chaocore helpers helpers-library javascript programming typescript utils utils-library

Last synced: 20 Apr 2026

https://github.com/ghackenberg/course-python-programming

This repository contains material for my course on introduction to Python programming for engineers.

course programming python

Last synced: 04 Jun 2026

https://github.com/fuston05/fuston_codes_blog

My new programming and web development tips & tuts blog!

blogs es6 javascript programming tutorials web webdevelopment

Last synced: 02 Sep 2025

https://github.com/dvizioon/sistema-locacao-veiculo

SISTEMA DESTINADO PARA LOCAÇÃO DE VEICULOS

aluguel aluguel-de-carros locacao php programming sistema system veiculos

Last synced: 04 Jun 2026

https://github.com/pr4j3sh/lang

learning languages

languages programming

Last synced: 04 Jul 2025

https://github.com/akshat4165/krispykreme-windowsform-mysql

Windows Form for a Famous Coffee and Doughnuts brand named Krispy Kreme using the C# programming language and MySQL for Database Connectivity

command-line command-line-tool csharp doughnut-billing doughnut-company-billing gui gui-application krispy-kreme mysql mysql-database mysql-server mysqli mysqlworkbench programming windows windows-forms winforms

Last synced: 05 May 2026

https://github.com/jeluchu/pascalinaplus

Pascalina, ¡La calculadora adivina! Actualmente está disponible únicamente en ordenadores con Linux. En ella podrás realizar todo tipo de operaciones matemáticas. Pruébala y si te gusta la idea, apóyanos dándole "Star". Y como no darle las gracias a @franciscoquintana por crear el instalador.

calculadora calculate calculator math mathematics pascalina programmer programming programming-language

Last synced: 14 Apr 2026

https://github.com/jhoan5/guidetoprogrammingwithexercises

A comprehensive guide to learning programming with excersice and some of their solves in JavaScript, Python and PHP. A little comparison among them and cheatsheets

cheatsheet exercises guide javascript php programming python solve

Last synced: 19 Apr 2026

https://github.com/maumneto/compprogramengineering

Repositório dos códigos na linguagem C para a disciplina de Programação

c engineering exercise programming programming-language teaching-materials

Last synced: 10 Jun 2025

https://github.com/siraajul/programmingessentials

ProgrammingEssentials - 150 is a collection of 150 curated problems aimed at building strong foundational programming skills. Divided into 3 sprints (basic, intermediate, advanced), it helps learners master key concepts and prepare for more complex coding challenges. Perfect for beginners!

basics excersise fundamentals java programming

Last synced: 14 Jul 2025

https://github.com/dakedroid/divaga-demo-android-app

Divaga App is for Tourism, Events and Places of your city. you can have the best experience in your next travel

android android-application android-studio development events firebase google-maps google-maps-api gradle material-design places programming social social-network tourism travel traveling

Last synced: 02 May 2026

https://github.com/saeedkohansal/javascript-safe-password-generator-web-application

With This Web App You Can Generate Safe And Strong Passwords, Powered By Vanilla JavaScript Without Any Server Request And Database, I Made A Password Length And Some Options For Generating Passwords And An Option For Auto Copying Passwords, You Can Generate Fully Random Passwords With The Shuffle Of Uppercase, Lowercase, Numbers, And Symbols...

client-side clientside css front-end frontend generator gilgeekify html javascript password password-generator programming safe-password turorial tutorials vanilla-js web-development

Last synced: 13 Apr 2026

https://github.com/csdms/best-practices

Slides on CSDMS-themed best practices in geoscientific software development

best-practices csdms geosciences programming

Last synced: 05 Feb 2026

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

StealthCrypter: Secure File Encryption & Decryption ! Effortlessly encrypt and decrypt your files with military-grade AES protection, ensuring your data stays safe and private.

ai automation coding ctf cybersecurity encryption-decryption ethical-hacking file-encryption-python github internship linux open-source pentesting programming python redteam scripting software tools

Last synced: 18 Apr 2026

https://github.com/googlypie/g26c1-22fm

This is a CPU I have made. By myself, besides the optimizing part.

computer math programming

Last synced: 04 Apr 2026

https://github.com/manighahrmani/programming_marks_calculator

A calculator for the Programming module (M30299) build using Flutter and hosted on Firebase.

dart firebase flutter portsmouth programming

Last synced: 04 Apr 2026

https://github.com/massigy/algos-analytics

This Java based project focuses on three sorting algorithms comparaison.

algorithms analytics bubble-sort counting-sort git github java oop programming project quicksort sorting-algorithms

Last synced: 18 Apr 2026

https://github.com/wowjeeez/wjl

A WIP programming language combining all the features I love from other languages, compiling to JavaScript

compiler cool language programming rust typed

Last synced: 04 Apr 2026

https://github.com/sebastianofazzino/java-programming-and-software-engineering-fundamentals-specialization

In this repository I'll store the projects I've been working on while studying Java Programming and Software Engineering Fundamentals Specialization by Duke University

algorithms java javascript programming software-development software-engineering

Last synced: 17 Apr 2026

https://github.com/eltimoyt/invoiceapp

InvoiceApp is a simple, user-friendly invoicing application built with Angular and TypeScript.

angular bootstrap css frontend html invoice-app programming typescript web

Last synced: 17 Apr 2026

https://github.com/neyhere07/21-days-gfg-potd-challenge-2024

This repository is comprises the solutions of GFG POTD Challenge. All the solutions are in java.

coding coding-challenge gfg gfg-potd java potd programming

Last synced: 04 Sep 2025

https://github.com/vieitesss/aoc-2023-rust

Learning Rust the best way, with AOC.

aoc aoc-2023-in-rust learning programming rust

Last synced: 02 Sep 2025

https://github.com/codiepp/gitalk

literate C++ programming on GitHub

cplusplus literate literate-programming programming

Last synced: 17 Apr 2026

https://github.com/anonjv/onibusca

Projeto integrador, trabalho de conclusão de curso e projeto idealizado para colaborar no desenvolvimento das cidades inteligentes.

aplicativo django programacao programming react transport transporte website

Last synced: 17 Apr 2026

https://github.com/enmn/sharp-rpc

It's a simple program that beautifully decorates your Discord profile and only works on Windows

c-sharp discord discord-rpc programming windows

Last synced: 17 Apr 2026

https://github.com/madebypixel02/uc3m-projects

[Uc3m] A repo containing links to all my other college projects

data-engineering data-science programming python r statistics uc3m

Last synced: 10 May 2026

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

https://github.com/offensive-vk/typedscript

TypedScript - A Static Repository for Hosting My Personal *TypeScript* :bowtie: Programs. ~ TypeScript is also known as JavaScript with Static Types.

advanced generic programming types typescript

Last synced: 27 Jan 2026

https://github.com/tpc-pascal/learning-resources-by-tpc

All learning resources and materials (programming, framework, language)

coding programming resources-list

Last synced: 06 Feb 2026

https://github.com/ojasmaniyar5/ojasmaniyar5

About Me || Ojas Maniyar || Programming Enthusiast || Co-Founder of BooksGuide Website.

coder portfolio-website programming webdevelopment website

Last synced: 14 Mar 2026

https://github.com/rikedyp/apl-glossary

A glossary of Dyalog APL terminology

apl definitions dyalog jargon programming terminology

Last synced: 06 Mar 2026

https://github.com/coderaiser/wraptile

Translate the evaluation of a function that takes multiple arguments into evaluating a sequence of 2 functions, each with a any count of arguments

fp functional javascript nodejs programming wrap

Last synced: 01 Jul 2025

https://github.com/sophi-hub/sophi-hub

Aqui está hospedado o README do meu perfil. Here is the README-EN of my profile.

about-me programming readme readme-profile

Last synced: 05 Mar 2026

https://github.com/agustinmusanti/pythonchallenges

Respuestas y análisis de desafíos semanales del curso de Python. 💻🐍

challenge curso learning programming python

Last synced: 09 Apr 2025

https://github.com/7klu/justc

Lightweight documentation and a collection of useful libraries for C.

c lib library programming

Last synced: 15 Mar 2025

https://github.com/tejashviraj19/100daysofdsaincpp

🧠 Daily DSA grind in C++ — a 100-day journey of solving problems, sharpening logic, and building mastery in data structures and algorithms. 🚀

100daysofcode algorithm challenge coding cplusplus cpp datastructures dsa practice programming

Last synced: 17 Oct 2025

https://github.com/it-delinquent/wpf_unix_permissions

A small WPF program to help visualise Unix permissions. Also, it uses an MVVM set using Caliburn.Micro

c-sharp caliburn caliburn-micro csharp mvvm mvvm-architecture mvvm-framework mvvm-pattern permissions programming programming-language unix windows wpf wpf-application wpf-ui

Last synced: 15 Apr 2026

https://github.com/saeedkohansal/chart.js-monthly-visits-statistics-chart-tutorial

Learn to build a Monthly Visits Statistics Chart from scratch using Chart.js! This tutorial repo guides you through creating an interactive, customizable chart to track website traffic. Features include dark mode support, responsive design, and dynamic data integration via JSON API. Perfect for web devs looking to master data visualization.

chart chart-js chartjs charts coding gilgeekify html html5 javascript js line-chart linechart programming statistics tutorial visit-stats web-analytics web-development webanalytics webdevelopment

Last synced: 19 Apr 2026