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/simpson-computer-technologies-research/apc0

Introduction to my Advanced Programming Club

go learn programming python rust

Last synced: 22 Mar 2025

https://github.com/stanislaw-piechota/programowanieapp

Aplikacja do pobierania zadań z serwera strony z zadaniami z programowania i ze zautomatyzowanym wrzucaniem na Githuba

programming

Last synced: 11 Sep 2025

https://github.com/simpson-computer-technologies-research/apc1-2

Learn the Python Programming Language in Week 1 and 2 of my Advanced Programming Club

coding learn programming python

Last synced: 22 Mar 2025

https://github.com/pranjalco/kanye-quotes-

This is a fun project that displays random quotes from Kanye West using the **Kanye.rest** API. Each time the user clicks the button, a new quote is fetched from the API and displayed on a beautifully designed Tkinter GUI window.

api application development functions gui integration programming python simple tkinter

Last synced: 30 Mar 2025

https://github.com/pranjalco/birthday-wisher

This project automates birthday wishes by checking the birthday.csv file for birthdays matching the current date. If found, it picks a random template from letter_templates, replaces [NAME] with the person's name, and uses Python's smtplib to send the email. Perfect for personalized automation!

automation communication csv email-automation email-sender file-handling intermediate manipulation programming python random-module

Last synced: 30 Mar 2025

https://github.com/pranjalco/pong-game-intermediate

This is a Pong game implemented using Python's `turtle` and `time` modules with an object-oriented programming (OOP) approach. The game involves two players, left and right, competing to reach the winning score.

game-development game-programming object-oriented-programming oop pong-game programming python time turtle turtle-graphics

Last synced: 30 Mar 2025

https://github.com/pranjalco/turtle-racing-intermediate

Turtle Racing is a fun game using Python's turtle and random modules. Six colorful turtles race to the finish line, and players bet on a turtle's color. If their choice wins, they win! Turtles start aligned on the x-axis, with varying y-positions and random speeds, making each race unpredictable and exciting.

game-development intermed logic-programming programming python random turtle user-interaction

Last synced: 30 Mar 2025

https://github.com/simpson-computer-technologies-research/cstarterfiles

Starter files and make file for C programs

c makefile programming

Last synced: 22 Mar 2025

https://github.com/barbaracalderon/ine5645-the-dining-savages-problem

This problem is told in "The Little Book of Semaphores" by Allen B. Downey. All done in C with the use of semaphores <semaphores.h>

c dining-savages-problem programming semaphores ufsc

Last synced: 22 Mar 2025

https://github.com/gmostofabd/8051-dc-motor

👨‍💻 This repository demonstrates how to interface a DC motor with the 8051 microcontroller using the L298 driver to handle the extra current required to run the motor. The project includes complete assembly code, Proteus simulation files, and documentation, along with screenshots and photos from testing.

8051 assembly circuit code dc description design download file hex microcontroller motor programming proteus schematics simulation

Last synced: 21 May 2026

https://github.com/irydev/youtube-downloader

🐍📽️A Youtube Downloader made with Python and the PyTube library

programming python python3 pytube pytube3 youtube youtube-downloader

Last synced: 09 May 2026

https://github.com/a-bdellatif/timedatetemperaturesystem

Dual Display: Time, Date & Temperature Monitor(unfinished)

clanguage microchip pic pic18f pic18f452 programming project

Last synced: 29 Mar 2025

https://github.com/a-bdellatif/software_pwm_generator

This implementation is useful in case where dedicated PWM hardware is unavailable.

c18-compiler ccp microchip microcontroller pic pic18f pic18f452 programming pwm pwm-duty-cycle software

Last synced: 29 Mar 2025

https://github.com/pedro-estevao/college-portal

A Student & Teacher Portal Clone project developed for the Programming Techniques 1 course (3rd semester, Computer Science - Centro Universitário Barão de Mauá) using PHP (OOP) and MySQL. A foundational academic project available for those studying OOP in PHP.

academic-project baraodemaua computer-science database mysql mysql-database oop oop-php php programming programming-techniques

Last synced: 25 Feb 2025

https://github.com/harshsharma2024/harshsharma2024

harshsharma2024.profile

github profile programming

Last synced: 16 Mar 2025

https://github.com/kamikaramazov/pylearnhub

Welcome to the Python Learning Repository! This repository is designed to help beginners, intermediate, and advanced learners of Python improve their skills through various resources and projects.

cybersecurity hacking learning programming python tutorials

Last synced: 22 Apr 2026

https://github.com/7mee3d/simi-simple-bank-system

📌 A simple bank system programmed in C++ to manage customer data in an organized manner through a text interface that contains a list of main options that allow dealing with customers (view - add - modify - delete - search).

cplusplus programming

Last synced: 28 Jun 2025

https://github.com/g1joshi/cs50x

CS50x 2020 Introduction to Computer Science

computer-science cs50 cs50x programming

Last synced: 02 Mar 2026

https://github.com/tcdtist/public-programming-concepts

A repository to explore programming principles, patterns, and methods through code examples, blogs, books, and practical resources. ✌🏻

blogs books javascript programming programming-concepts

Last synced: 24 Jun 2025

https://github.com/woolseyworkshop/article-adafruit-io-connecting-your-arduino-to-the-outside-world

Adafruit IO: Connecting Your Arduino To The Outside World Article Resources

adafruit-io arduino electronics programming

Last synced: 17 May 2026

https://github.com/edandresvan/practice-book-rust-servers-services-apps

Practical exercises from the book «Rust Servers, Services, and Apps» by Prabhu Eshwarla (Manning).

practice practice-programming programming rust rust-lang

Last synced: 11 Jun 2026

https://github.com/woolseyworkshop/article-getting-started-with-the-tinyfpga-bx

Getting Started With The TinyFPGA BX Article Resources

electronics programming tinyfpga-bx verilog

Last synced: 03 Feb 2026

https://github.com/chameleontartu/competitive_programming

Repository with solution. Preparation to upcoming competitions.

codeforces e-olymp hackerrank programming timus

Last synced: 15 Dec 2025

https://github.com/muhamedlabs/muhamed_pro-suite

Этот пакет — универсальный набор для творческих и технических специалистов, включающий плагины и уроки для работы в Adobe After Effects, Premiere Pro, Photoshop, Illustrator, Cinema 4D, Blender и не только.

demo design pak programming visualization youtube

Last synced: 14 May 2026

https://github.com/erkamuzuncayir/cpp-primer

This repository contains my solutions of exercises for "C++ Primer, 5th Edition" by Stanley B. Lippman

cpp cpp-programming programming programming-exercises programming-language solutions

Last synced: 15 Jan 2026

https://github.com/gmostofabd/8051-push-button

🔗 This repository guides you to learn about digital input reading using an 8051 Microcontroller. The program is written in Assembly language and well-commented to ensure clarity. To read the digital input, two tactile push button switches are connected to I/O pins.

8051 assembly circuit debouncing digital download hex input mcu microcontroller programming proteus pull-down pull-up read schematic simulation switch

Last synced: 22 May 2026

https://github.com/gruz0/logs

Daily notes about my activity on pet-projects and something like that

logs programming self-development self-learning tracking

Last synced: 18 Feb 2026

https://github.com/yuldashov10/topic_11

11. Работа с кортежами

learning-python programming python python3 shox-py

Last synced: 11 Sep 2025

https://github.com/jmisiaszek/sik-2

Networking course task

c networking programming

Last synced: 28 Jun 2025

https://github.com/monowarhusain/cse111_programming-language-ii_sp24-

This course covers data structures, syntax specification, language theory basics, and math fundamentals. It also includes formal languages, structured programming, and an overview of high-level languages. Students will design and code applications in a suitable language.

bracu bracucse cse111 encapsulation inheritance monowar monowar-husain-bracu monowar-husain-cse monowar-husain-mns monowar-husain-omi-bracu monowarbracu oop programming python taw

Last synced: 29 Apr 2026

https://github.com/nicolocurioni96/todoo

Simple TODO app, using SwiftUI and SwiftData

db programming swift swiftdata-example swiftui-learning tutorial

Last synced: 22 May 2026

https://github.com/fatiq123/school-management-system-using-link-list-in-cpp

I developed this project using C++ language.

cpp linked-list programming

Last synced: 14 Mar 2025

https://github.com/nagipragalathan/aimoveedtior

AiMoveEditor is a web-based text editor powered by AI, designed to assist developers in coding and documentation. It offers real-time AI support for code improvement, explanations, and modifications via an integrated chatbot.

aichatbot aimoveeditor aitools chromeextension codeconversion codeeditor codinghelp devtools programming techinnovation texteditor webdevelopment

Last synced: 05 Apr 2025

https://github.com/ferr0s04/feup-prog-project

Repository for PROG (Programming) course project of LEIC FEUP, for year 2022-23

cpp feup feup-leic programming

Last synced: 22 Mar 2025

https://github.com/neemiasbsilva/programming-skills

Welcome to my repository of programming skills. Summary, i will show some implementations of classic programming challange. I'II try to use in most of problem Java program language, because I want to improve my skills in this language.

code-challenge-practice programming programming-challenges

Last synced: 16 May 2026

https://github.com/nagipragalathan/first-project

This repository contains a simple train ticket reservation system implemented in C. It includes functionalities for booking, viewing, and managing train tickets. The project demonstrates basic file handling, data structures, and user input/output operations in C.

c cprogramming datastructures filehandling learningtocode programming projectshowcase softwaredevelopment techinnovation techskills trainreservationsystem trainticketreservation traintickets

Last synced: 05 Apr 2025

https://github.com/jeluchu/matepedia

Aquí podrás encontrar todos los programas de matemáticas que voy realizando. Desde los más fáciles hasta operaciones complejas

cpp matematicas mathematics maths operations programming programming-language

Last synced: 18 Jun 2025

https://github.com/suraj-kumar00/go-learnings-with-project

Learning Go with building projects

go golang programming project

Last synced: 05 Apr 2025

https://github.com/starlitdreams/random-walk-sdl2-

This project is a random walk simulation using SDL2. It creates a graphical window where each step of the walk is colored based on its direction (up-left, up-right, down-left, down-right). The walk resets if it goes out of bounds. Built with SDL2, it features color-coded steps and boundary resets. Contributions are welcome!

cpp cpp-all cpp-programming cpp20 cpp23 programming random random-generation sdl sdl2 sdl2-image

Last synced: 03 Jan 2026

https://github.com/joseph7814/c-oop

This Project is about Design A Scheduler Following Non-Preemptive Scheduling Approach To Schedule.

operating-system programming schedule scheduler testcases

Last synced: 06 Jun 2026

https://github.com/omiq17/notepad

Some important notes during my learning of new technologies

coding notes programming technologies

Last synced: 12 Feb 2026

https://github.com/elif-264/42-piscine--projects

My C and Shell projects from the 42 Piscine program.

42-piscine 42-school c-language piscine programming shell

Last synced: 12 May 2026

https://github.com/cmkaya/dotnet-docsandsnippets

Embark on a journey through the .NET ecosystem with dotNET-DocsAndSnippets. Explore in-depth documentation and practical code snippets that shed light on fundamental .NET topics.

asp-net-core aspnetcore codesnippets csharp development documentation dotnet dotnet-core dotnetcore example examples learning programming software-engineering tutorial tutorials

Last synced: 30 Apr 2026

https://github.com/miguelvprieto/pseudocode-compiler

A pseudocode compiler following the computer science IGCSE standards. It is supposed to help people who want to practice pseudocode for the IGCSE exam.

compiler computer-science cs exam igcse igcse-cs programming programming-language pseudocode pseudocode-compiler pseudocode-language

Last synced: 28 Jun 2025

https://github.com/iamtalhaasghar/programming-fundamentals-in-cpp

This repository contains all the lab tasks done by me in my very first programming course i learned in my university.

beginner-friendly cpp fundamentals-of-programming programming

Last synced: 19 May 2026

https://github.com/sanssecours/python-introduction

Python Programming Introduction (in German Language)

german introduction programming python

Last synced: 21 Mar 2025

https://github.com/kawapa/kawapa.github.io

A personal blog showcasing my thoughts, and technical insights, built with passion and code.

books cpp productivity programming

Last synced: 17 May 2026

https://github.com/jimcostdev/curso-go

Sumérgete en el mundo de Go y domina uno de los lenguajes más potentes y eficientes de la actualidad.

golang programming

Last synced: 17 May 2026

https://github.com/70null07/class-book

The program generates and processes a dynamic array of objects of the class.

array book class dynamic programming

Last synced: 11 Jun 2026

https://github.com/aniekanbane/bank-simulation

Simulation of common banking transactions

banking csharp oop programming

Last synced: 18 Apr 2026

https://github.com/aloisseckar/web-4-school

This project is used for hosting simple www pages created by elementary school students during my lessons about webdesign basics.

css html javascript programming web website www

Last synced: 15 May 2026

https://github.com/aaesalamanca/uned-2025-2026-fundamentos-de-programacion

Prácticas de la asignatura Fundamentos de Programación en la UNED (2025/2026).

c computer-science cpp learning programming

Last synced: 18 Feb 2026

https://github.com/zoelabbb/playwithpy

Repository ini dirancang untuk memfasilitasi pembelajaran Python bagi pemula / orang awam yang ingin mengembangkan keterampilan pemrograman mereka. Dengan berbagai sumber daya, tutorial, dan contoh kode, repository ini bertujuan untuk membantu Anda memahami dasar-dasar Python dan meningkatkan kemampuan pemrograman Anda.

beginner-friendly comunity development education learning learning-python programming python python-basics tutorial

Last synced: 05 Nov 2025

https://github.com/jnsougata/assignments

Assignments I'm working on as part of my studies

data-structures dbms os programming

Last synced: 20 Jul 2025

https://github.com/mudaston/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: 14 Mar 2025

https://github.com/mudaston/react-empanadas

:atom: This site is an online store for ordering food. Created with next js and redux tools and also has multilingual that created with i18next library.

axios classnames i18next json-server next next-i18next nextjs-typescript programming react reactjs redux redux-thunk redux-toolkit spa styled-components typescript

Last synced: 14 Mar 2025

https://github.com/mudaston/react-coffee

:atom: This project is a kind of coffee shop app.

javascript learning programming react react-router reactjs spa study styled-components

Last synced: 14 Mar 2025

https://github.com/briso10-dev/java_school

This is my 1 year Java programming examples and exercices of school

java programming

Last synced: 26 Feb 2025

https://github.com/hjyup/programming-basics

Here you can find laboratory work for the subject 'Fundamentals of Programming'

programming programming-exercises programming-language

Last synced: 21 Mar 2025

https://github.com/0xHericles/ProjetoAlloy

Clínica de Exames - Lógica para Computação - Computação@UFCG

alloy diagram logic logic-programming programming scripts student-project tests ufcg

Last synced: 24 Mar 2025

https://github.com/ifrazaib/cpluscodes

In this repository I have added all the basics of c++ language include (pf)concepts and oop concepts and DSA concepts with codes description.

dsa oop programming

Last synced: 05 Nov 2025

https://github.com/wgtsantos/webcolors

Sistema Web Básico de Transisção de Cores de Fundo.

colors colorscheme css-animations css3 developer html-css-javascript programming

Last synced: 08 May 2026

https://github.com/melvinidema/functional-programming

Project in which I fetch a dataset and clean the data using functions based on the Functional Programming paradigm.

functional functional-programming hva javascript programming student

Last synced: 23 May 2026

https://github.com/maumneto/introductioncomputerscience

Repositório dos códigos referente a disciplina de Introdução a Ciência da Computação

classroom programming programming-exercises python3

Last synced: 06 Jun 2026

https://github.com/filiprokita/quadratic-equation-solver

This program is a quadratic equation solver that calculates the roots of a quadratic equation with given coefficients. The user is prompted to input the values of 'a', 'b', and 'c' and then the program solves the equation and displays the roots. If the value of delta is negative, the program displays an error.

algorithm computer-science console-application cpp equation-solver math math-solver numerical-methods programming quadratic-equation quadratic-equation-solver roots

Last synced: 24 Mar 2025

https://github.com/eyzi/eyzi.github.io

a dummy's programming guide

guide programming vuepress

Last synced: 22 Mar 2025

https://github.com/ab1908/c-practice

Programming practice in C

c practice programming

Last synced: 22 Mar 2025

https://github.com/yokesharun/stack-clipper

It will show the overview of stackoverflow.

coding programming reputation stackoverflow topcoder

Last synced: 14 Apr 2025

https://github.com/aravind452/flight-ticket-booking

Zoho 3rd round project - Flight ticket booking system

java programming

Last synced: 14 May 2026

https://github.com/ifulxploit/lua-program

Repositori ini berisi kumpulan program Lua yang mencakup berbagai aplikasi dan alat sederhana.

aplication lua lua-executor programming simple-project tools

Last synced: 23 Jul 2025

https://github.com/secretpasta/simpleshooter

Final section of my Unreal Engine C++ course on udemy

ai cpp programming shooter-game unreal-engine-5

Last synced: 19 Jul 2025

https://github.com/roblieblang/leetcode-anki-script

Scrapes problem links from the most popular LeetCode problem sets as well as one's own lists and adds them to an Anki deck.

anki anki-connect anki-flashcards beautifulsoup blind75 grind75 leetcode neetcode150 programming python python-script scraping selenium

Last synced: 09 May 2026

https://github.com/shockz-offsec/computacion-cuantica

Introducción a la computación cuántica con Qiskit en dispositivos reales de computación cuántica proporcionados por IBM Quantum

ibm jupyter-notebook programming python qiskit qiskit-tutorial quantum quantum-computing script

Last synced: 17 May 2026

https://github.com/dptole/toylang

My first toy language. Created exclusively for learning purposes.

analyzer ast bnf interpreter language parser programming syntax toy

Last synced: 24 Jul 2025