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/gamingpro237/project-title-master-gift-all-in-one-speech-ai-chatbot-nexus

The ~MASTER-GIFT~ All-in-One Speech AI-Chatbot Nexus is an interactive application that allows users to upload PDF or DOCX files and have the content read aloud using text-to-speech. Users can also input text for audio playback or display it on the screen. Additionally, the program features an offline chatbot that responds to user questions.

ai bot chat-application chatbot coding framework interface learning programming python python3 reading reading-notes speech-processing speech-synthesis study text-to-speech thinker thinkerview

Last synced: 23 Feb 2025

https://github.com/trivo25/tud-java-course

Introductory programming course with Java held at Technical University of Dresden

course education java programming tu-dresden

Last synced: 22 Feb 2025

https://github.com/levichu51/pro2-practica2-22-23

Práctica de la asignatura de Programación 2 de la UDC 22/23

data-structures programming udc university

Last synced: 16 May 2025

https://github.com/awais-124/stack-expression-converter

Expressions Converter. Third semester project using data structures concept.

cpp data-structures expression-converter-application programming stack

Last synced: 07 Apr 2025

https://github.com/charleewa/maths-with-life

People who love to learn math are the best

best life maths methods mind programming

Last synced: 09 Apr 2025

https://github.com/rabi-siddique/react-js-interview-questions

A list of React Interview Questions that I personally I feel are enough to cover for all types of React based interviews.

coding frontend programming react react-native reactjs webdevelopment

Last synced: 05 Sep 2025

https://github.com/abhi999k/smart_shoes

Smart shoes with smart navigation system

ai assembly cpp iot-device navigation programming shoes smart wearable-devices

Last synced: 09 Apr 2025

https://github.com/binarieschool/blogmhrtech-music-festival

Web project for music festivals created with HTML, CSS, Javascritp, Sass and Gulp technologies. The web will be Responsive Web Design.

code css3 gulp html5 programming responsive-web-design sass vscode

Last synced: 26 Feb 2025

https://github.com/mohitsinghrajput8349/codsoft

virtual internship || java programing || Based on fundamentals

code-generation java java-8 javadevelopment programming projects vscode

Last synced: 29 Jun 2025

https://github.com/woolseyworkshop/article-documenting-arduino-sketches-with-doxygen

Documenting Arduino Sketches With Doxygen Article Resources

arduino doxygen electronics programming

Last synced: 10 Jan 2026

https://github.com/nainee99/cpp-workspace

C++ Workspace: Explore foundational C++ concepts, essential data structures, and OOP principles, complemented by numerous practice questions to enhance your coding skills. Perfect for beginners and seasoned developers alike!

basics data-structures-and-algorithms dsa-algorithm object-oriented-programming programming

Last synced: 15 Apr 2025

https://github.com/woolseyworkshop/article-documenting-python-programs-with-sphinx

Documenting Python Programs With Sphinx Article Resources

documentation-generator programming python sphinx

Last synced: 10 Jan 2026

https://github.com/guiferviz/guiferviz.github.io

Personal web page.

blog programming

Last synced: 03 Apr 2025

https://github.com/yash08123/the-guess-game

An intresting game for fun

game programming python

Last synced: 22 Feb 2026

https://github.com/saeedkohansal/chart.js-tutorial-with-examples

Chart.js is a lightweight, open-source JavaScript library for creating stunning and interactive charts using HTML5 Canvas. It supports various chart types like bar, line, and pie charts, is easy to use, and offers customization options to suit any data visualization needs. Perfect for modern web applications!

barchart canvas chart chart-js chartjs charts css data-visualization datavisualization gilgeekify html html-chart html5 javascript linechart piechart programming scatterchart web-development webdevelopment

Last synced: 05 Aug 2025

https://github.com/arsalan-dev-engineer/weight_conversion

A simple program that can be used to calculate a persons weight, the three types of mass conversions used for this program are kg, stones and pounds.

awesome beginner-project conversion development lambda-functions programming python

Last synced: 16 May 2025

https://github.com/philippmolitor/haw-ms-prog1

Java projects for the HAW Programming 1 course.

education haw haw-hamburg java programming programming-exercises

Last synced: 15 Jan 2026

https://github.com/arsalan-dev-engineer/zap-cli

This CLI tool offers a collection of useful scripts and commands for various tasks, all accessible through an intuitive and extensible interface for seamless integration into your workflows.

auto automation bash cli click command-line-interface devops devops-pipeline devops-workflow first-time-contributors first-timers-friendly open-source programming python python-library

Last synced: 16 May 2025

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: 30 Nov 2025

https://github.com/cyberfantics/picpdf-maker

picPDF Maker is a simple web app that converts images into customizable PDF files. With options for page size, orientation, margins, and colors, users can create high-quality PDFs easily. The app also features a dark mode for a better viewing experience.

cyberfantics hacktoberfest hacktoberfest-accepted hacktoberfest2024 image-processing image-to-pdf jpeg-to-pdf open-source pngtopdf programming python pythonprojects streamlit web-application

Last synced: 12 Oct 2025

https://github.com/mmdqurani/programming_academy

An educational site for teaching programming developed with the react library

academy bootstrap css html jaavascript js programming react react-bootstrap reactjs shoping

Last synced: 08 Nov 2025

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

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

golang improvement programming tools

Last synced: 27 Feb 2025

https://github.com/praveenraam/dailycodingnote

A repository for daily programming notes and code snippets organized by topics like languages, data structures, algorithms, OS. Managed with Obsidian for efficient learning and version control.

algorithms code-snippets data-structures java learning-notes obsidian personal-projects programming version-control

Last synced: 20 Jan 2026

https://github.com/elyse502/uok

A repository for my coding assignments and projects at the University of Kigali, showcasing various programming modules and practical implementations.

backend coding computer-science cplusplus cprogramming data-science frontend html-css-javascript java javascript mysql-database oop-principles pandas php programming python sql university-project web-development xampp-server

Last synced: 12 Oct 2025

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/medaminenasfi/traducode-app

🔁 TraduCode: Convert algorithms into code (Python/Java) with an intuitive web interface. Built with HTML, CSS & JavaScript.

algorithm code-generation css developer-tools html javascript open-source programming programming-tool pseudocode syntax-highlighting web-app

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/cwteng1005/littleproject

HTML&CSS小项目

basic css html programming

Last synced: 07 Apr 2025

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: 11 Oct 2025

https://github.com/dgcnz/competitive-programming

Solutions to 1000+ problems in Codeforces, AtCoder, CSES and other OJs

algorithms competitive programming

Last synced: 22 Mar 2025

https://github.com/macaron99/c-lab

Comprehensive collection of projects, exercises, and examples for mastering the C programming language. Ideal for beginners and experienced developers looking to enhance their skills.

c crud programming

Last synced: 26 Jun 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/vaibhavmojidra/python---demo-reading-csv-rows-as-dictionary

The csv library provides functionality to both read from and write to CSV files. Designed to work out of the box with Excel-generated CSV files, it is easily adapted to work with a variety of CSV formats. The csv library contains objects and other code to read, write, and process data from and to CSV files.

csv dictionary mojidra programming python python2 python3 reading-csv reading-csv-using-python vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 08 Feb 2026

https://github.com/maumneto/lip1-20212

Repositório da disciplina de Linguagens de Programação I do semestre 2021-2.

css html java javascript programming programming-language teaching

Last synced: 11 Oct 2025

https://github.com/rajgupta2/engineer

🚀 Engineer – A collaborative study platform built with Next.js and Tailwind CSS, designed for sharing programming notes, tutorials, and practice materials.

education-project engineer learning-platform learning-resources nextjs notes open-source programming sharing sharing-notebooks study-materials tailwindcss tutorials web-development

Last synced: 10 Oct 2025

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: 24 Oct 2025

https://github.com/uralstech/ezrlang

An easy to learn programming language for beginners!

coding easy-to-learn easy-to-understand easy-to-use english ezr programming programming-language python

Last synced: 10 Oct 2025

https://github.com/thyagof/cs50_python

CS50 Python - Curso de Python da Universidade de Harvard

cs50 programming python

Last synced: 14 Oct 2025

https://github.com/chj-web/programrs.live

Website that gathers programming streams from around the internet and displays them for easy browsing.

faunadb graphql live-coding livestream nextjs programming programming-streams vercel website

Last synced: 02 Sep 2025

https://github.com/nadidlinchestein/programmingprinciples

Solutions to Programming Principles & Practice Using C++

book computer-science cpp programming

Last synced: 21 Nov 2025

https://github.com/kanansnote/basic-programming-exercises

Some Programming Exercises in My Learning Journey. This repository contains code in Java, C++, Python, HTML, CSS, and JavaScript.

cpp css html java javascript learning programming python

Last synced: 30 Dec 2025

https://github.com/lyy289065406/jep

java 表达式解析器

programming

Last synced: 23 Mar 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: 14 Oct 2025

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/yuvraj24/reactify

A sample repository exploring the basics of React Native 🔥🔥🔥

android component cross-platform crossplatform css developer ios javascript mobile-app programming react-component react-native reactify

Last synced: 30 Dec 2025

https://github.com/fahimfba/codechef-solution

contains all the source code of mine from CodeChef

c codechef codechef-solutions competitive-programming cplusplus java programming python3

Last synced: 30 Mar 2025

https://github.com/adearya/java-kalkulator-sederhana

java-kalkulator-sederhana is a simple CLI-based calculator developed using Java. This project was created as a college assignment to perform basic arithmetic operations efficiently through a command-line interface.

java programming

Last synced: 17 Jun 2025

https://github.com/godojo-tutorials/golang-book-ru

Complete Go Tutorial Content Repository - 79 modules for godojo.dev platform

backend golang goroutines programming programming-language

Last synced: 14 Oct 2025

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: 31 Mar 2025

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: 15 Oct 2025

https://github.com/tfc/tfc.github.io

This repository contains sourcecode and content of my personal blog https://galowicz.de

blog hakyll haskell programming

Last synced: 03 Mar 2025

https://github.com/trevorlasn/programmer-hall-of-fame

The Programming Hall of Fame

programming software-engineering

Last synced: 18 Jan 2026

https://github.com/dimdevs/php-intern

php intern is framework laravel base, for fast api with frankenphp

frankenphp laravel php programming

Last synced: 31 Dec 2025

https://github.com/codiepp/gitalk

literate C++ programming on GitHub

cplusplus literate literate-programming programming

Last synced: 09 Oct 2025

https://github.com/rtmigo/depz

💻 Command-line tool for symlinking directories with reusable code into the project. Language-agnostic

dependencies directories files library library-management local package package-management programming project reusable-code reusable-components source-code symlink

Last synced: 14 Mar 2025

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/es-alexander/intro-to-monty

An introductory Python 3 and programming principles course

lesson programmer programming python python3 software

Last synced: 05 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/abdulfaridh/abdulfaridh

A personal portfolio showcasing my work as a backend developer. This repo includes details about my skills, tools, and platforms, along with links to key projects like Web API development, C#, .NET, Java, and more.

backend csharp database dotnet dotnet-core java portfolio programming rest-api software-development sqlserver webapi webdevelopment

Last synced: 18 Jan 2026

https://github.com/josgard94/crud_solution_equation_quadratic-

In this project, I present crud for solving quadratic equations developed using HTML, CSS, and PHP. For the solution of the quadratic equations the general formula. Check the video tutorial.

crud css ecuacion-cuadratica equation-solver equations html html5 mathematics php programming quadratic-equations website

Last synced: 09 Oct 2025

https://github.com/j-koziel/typescript-learning

This is my documentation of me learning typescript

learning programming typescript web-development

Last synced: 13 Jan 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-js chartjs gilgeekify html html5 javascript js programming web-development webdevelopment

Last synced: 17 Oct 2025

https://github.com/tokhy1/shopsy-ecommerce-design

Shopsy is a modern and responsive e-commerce website built with the latest web technologies. This project showcases a sleek design, smooth user interactions, and a seamless shopping experience.

aos aos-animation dark-mode design front-end front-end-development jsx programming react-icons react-slick reactjs responsive-design tailwind-css vite website

Last synced: 18 Oct 2025

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

HashStorm is a high-speed, multiprocessing hash cracking tool written in Python. Unleash maximum CPU power and crack hashes with lightning-fast efficiency!

ai automation bash coding ctf cyber-security ethical-hacking github hash hashing linux networking open-source pentesting programming python readteam scripting software tools

Last synced: 22 Jan 2026

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

A glossary of Dyalog APL terminology

apl definitions dyalog jargon programming terminology

Last synced: 28 Feb 2025

https://github.com/shriansh2002/e-commerce

E-Commerce website built using #Django Framework of Python.

django e-commerce programming python shriansh-coding-tutorials webdevelopement

Last synced: 31 Mar 2025

https://github.com/hashd/papyrus

Visual Programming Environment for Visualizations and Pictures using Direct Manipulation Techniques

angular2 ide programming rxjs svg visualizations

Last synced: 09 Oct 2025

https://github.com/jose-jaen/libft-42

Basic C library with useful functions

42 42born2code 42madrid 42school c libft libft42 programming

Last synced: 25 Aug 2025

https://github.com/nitsc/real-time-python

RTPY(实时Python)是一个 Python 脚本,旨在根据配置文件的设定频率,自动执行指定的 Python 程序。该工具适用于需要频繁调试的代码。

auto-run auto-runner automation convenient debug debugging-tool development program programming programming-language python python3 real-time realtime realtime-processing smart subprocess system text time

Last synced: 08 Oct 2025

https://github.com/dimdevs/glitch-api

glitch-api is base code api for go lang

api base code golang programming

Last synced: 24 Mar 2025

https://github.com/apjanke/so-you-wanna-code

Andrew's suggestions for learning how to code

programming

Last synced: 27 Jan 2026

https://github.com/dbeewms/met-y-prog-est

Example and Practical Exercises from the Methodology and Structured Programming Class in C#, Console and Windows Forms .NetFramework, First Semester, Universidad Americana (UAM).

csharp programming windows-forms

Last synced: 08 Oct 2025

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

Advance Webcam Phishing Framework That Capture target's camera Anonymously , Having Multiple phishing templates available with real-time image capturing.

ai automation bash coding ctf cybersecurity ethical-hacking github linux networking open-source pentesting phishing phishing-script programming python redteam scripting software tools

Last synced: 23 Jan 2026

https://github.com/isaac-lal/learning-js

Learning JavaScript.

code javascript js learning programming

Last synced: 23 Oct 2025

https://github.com/pxd1311/shadow-shell

A terminal for windows, linux and mac made entirely in C. ( unix shell is buggy as of now)

apple c linux mac programming shell unix windows

Last synced: 23 Feb 2026

https://github.com/r-pagard/c-book-exercises

The exercises of the C Programming Language book.

book cprogramming cprogramming-language gcc gcc-complier linux programming

Last synced: 30 Mar 2025