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/ln6000/lidar-unity

A lidar scanner code and setup using particles in unity 6 - feel free on to tell me how I can make my code better

csharp game game-development horror lidar particles point-cloud programming unity3d unity6

Last synced: 21 Apr 2026

https://github.com/ideadapt/programmieren-lernen-mit-javascript

Programmieren lernen mit einem interaktiven Tutorial im Selbststudium

deutsch javascript programming tutorial

Last synced: 10 Jun 2026

https://github.com/coatless-textbooks/c4ds

Computing for Data Science is a work in progress tutorial book being made for STATS 290 at Stanford University

programming r statistics textbook

Last synced: 21 Apr 2026

https://github.com/krishbharadwaj5678/codepad

Dive into Code Pad, the perfect digital workspace for coding enthusiasts. Effortlessly select your favorite programming language and write your code in a sleek, user friendly environment.

code-editor codeeditor codepad coding coding-platform deployment development github ide online-compiler programming python realtime streamlit streamlit-application streamlit-webapp syntax-highlighting themes webapp

Last synced: 22 Apr 2026

https://github.com/pranjalco/nato-alphabet-intermediate

This program generates a NATO phonetic list for user-entered words using the create_phonetic_list() function. It validates input via try-except blocks, reads data with pandas from a CSV file, processes it into a dictionary using dict comprehension, and offers an interactive option to continue or exit.

compression dictionary educational-project error-handling file-handling intermediate nato-phonetic-alphabet pandas programming python try-except-else-finally utility

Last synced: 01 May 2026

https://github.com/pranjalco/workout-tracking-using-google-sheets

This project leverages the **Nutritionix API** and **Sheety API** to track your workouts. Users can enter their workout details in natural language (e.g., "Ran 3 miles"), Uses the **Nutritionix API** to understand the exercise and calculate additional details like duration and calories burned.

api-integration automation fitness google-sheets health-tracking http-requests intermediate json-parsing programming python

Last synced: 30 Mar 2025

https://github.com/michalspano/compsci

CompSci – a personal *dump* of everything related and possibly non-related.

compsci computer informatika learn maturita programming science

Last synced: 24 Apr 2026

https://github.com/code-help-tutor/programming-principles-assignmen

Programming 辅导, code help, CS tutor, WeChat: cstutorcs Email: tutorcs@163.com

programming

Last synced: 24 Apr 2026

https://github.com/dropdevrahul/dot-files

Dot files for vim and i3

dotfiles i3gaps i3wm polybar programming vim vimrc

Last synced: 24 Apr 2026

https://github.com/baku-stark/pythonexe

🐍 | Exercícios Python

programming python

Last synced: 06 Jun 2026

https://github.com/filiprokita/forcedelete

This is a command-line utility program for Windows that allows the user to forcefully delete any file or directory in their system even if it's used by other program. The program takes a user-specified file or directory path and uses the "del" command to permanently delete it.

automation command-line command-line-tool command-line-tools command-line-utility development file-deletion productivity programming remover software tool unlock-file unlocker utility windows

Last synced: 24 Apr 2026

https://github.com/rkstudio585/temperature-converter-python

A simple Python script that converts temperatures between Celsius and Fahrenheit. It provides a user-friendly command-line interface to input and convert temperatures, displaying results clearly. Ideal for quick conversions and learning basic Python programming concepts.

conversater program programming python python3 rk rk-studio temperature temperature-converter-python

Last synced: 10 Oct 2025

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/lonaryx/lingolinc

LingoLink — это быстрый языковой переводчик, который легко разрешает языковые барьеры! 🚀

css eel eel-python google html programming python python-3 python-app python-script python3 translate translation uk ukraine web website windows

Last synced: 09 May 2026

https://github.com/matheusphalves/python-basics

Material de aula utilizado como apoio no curso de fundamentos da programação em Python

course learning programming python

Last synced: 11 Apr 2026

https://github.com/shoaib1522/unix-shell-creation

A Unix shell is a command-line interpreter that provides a user interface for interacting with Unix-like operating systems. It acts as a bridge between the user and the kernel, allowing you to execute commands, manipulate files, and automate tasks.

c config history-management operating-system programming shell-script shellscript unix-shell version-control

Last synced: 26 Apr 2026

https://github.com/umaarov/file-path-inserter

Automatically inserts file paths as comments at the top of your code files. Supports multiple file types and integrates with VSCode.

automation file-management nodejs opensource programming vscode

Last synced: 26 Apr 2026

https://github.com/jackokeeffe/programming-club

Programming Club Activity Solutions (updated every Tuesday).

club coding-club learn-to-code practice practice-project programming programming-club project python

Last synced: 07 Jun 2026

https://github.com/gmostofabd/8051-up-down-counter

🛠️ A simple Up Down Counter using 8051 MCU, Seven Segment Display (SSD) and Push Buttons to Inc, Dec and Reset the value of the counter.

8051 anode assembly cathode circuit common languageb microcontrollers programming proteus schematic seven-segments-display simulation ssd

Last synced: 21 May 2026

https://github.com/thenocturnaldevgypsy-io/duskgrimoires-java-lab-exercises

DuskGrimoires : Java library/source codes that I've coded and used for lecturing CS/IT subjects and topics during my career as Assistant Professor for BSCS, BSIT and BSCOE way back late 2012 to 2015 (on-going retrieving the codes and rearranging the repo) . You like the Repo? Don't forget to 🌟, 👁️, 🔱 and ❤️

algorithms algorithms-and-data-structures computer-science computer-science-algorithms computer-science-data-structures computer-science-education data-structures data-structures-and-algorithms duskgrimoires java programming programming-exercises thenocturnaldevgypsy thenocturnaldevgypsy-io

Last synced: 26 Feb 2025

https://github.com/ashkan1997/cnc-programm

its a fully automated CNC program which use G-code as input and calculate all required actions to make the piece.

c cnc cnc-machine cnc-programming matlab mechatronics programming unitn

Last synced: 17 May 2026

https://github.com/roggersanguzu/oop-projects

Showcasing Java projects focused on database integration, user interface design, and backend development. Features real-time apps, authentication, and performance optimization.

desktop-application java java-library programming ui

Last synced: 27 Apr 2026

https://github.com/didogrigorov/hackerrank-python

A collection of Python solutions to HackerRank problems, organized by difficulty (Easy, Medium, Hard) and category (Algorithms, Data Structures, Mathematics). Ideal for learning, practicing, and mastering Python programming and problem-solving skills.

algorithms-and-data-structures coding-challenge coding-challenges coding-interviews data-structures hackerrank hackerrank-solutions problem-solving problem-solving-algorithms problemsolving programming python-3 python3

Last synced: 02 Sep 2025

https://github.com/vikktor93/fundamentos-ruby

Ruby fundamentals course

programming ruby ruby-lib

Last synced: 24 Mar 2025

https://github.com/pduartesilva2005/hairday

Aplicação WEB para agendamento para corte de cabelo

babel css frontend fullstack html javascript programming webpack

Last synced: 11 Apr 2026

https://github.com/mattmoony/pash

Interactive shell for python scripts ... Since I used one in many of my latter projects and don't want to develop a new one everytime. 👓

arguments cool interactive programming python scripting scripts shell structure

Last synced: 28 Apr 2026

https://github.com/dadosdelaplace/dadosdelaplace.github.io

Web/blog de Javier Álvarez Liébana (@dadosdelaplace)

blog dataviz divulgacion programming r statistics website

Last synced: 28 Apr 2026

https://github.com/alejandrorocavandesype/invasion

This project involves the creation of a video game for the 8-bit Sega Master System console. It was created as part of my research project during the final year of my Multimedia degree at the University of Alicante.

low-level programming research-project school-project z80-assembly

Last synced: 28 Apr 2026

https://github.com/acetinkaya/pylabmind

İstanbul Gelişim Üniversitesi (İGÜ) "PyLabMind" takımının çalışmalarının tanıtım sayfasıdır.

algorithms artificial-intelligence programming project python3

Last synced: 03 Sep 2025

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/labex-labs/postgresql-for-beginners

In this course, learn PostgreSQL basics from installation to data operations, including database management, table creation, and simple queries.

challenges course database exercises hands-on labex labs playground postgresql programming

Last synced: 09 May 2026

https://github.com/amaljosea/patterns

Collection of pattern programming questions

gatsby patterns programming

Last synced: 28 Apr 2026

https://github.com/newir295/software_develpment

Software Development GIT Repo Applying OOP and Programming Principles in Projects & Side Hustles

cpp design-patterns oop oop-principles programming

Last synced: 08 Apr 2025

https://github.com/paragunhale1998/filter-gallary

Here i Create A Filter Gallary Using Html , CSS and Javascript

css devloper filter-gallary frontend html javascript programming project

Last synced: 12 Apr 2026

https://github.com/rahul-404/logging-and-debugging

Welcome to Python Logging and Debugging Project! Enhance your Python projects with robust logging and debugging features for efficient monitoring and issue resolution. 🐍🛠️

code-quality data-science debugging error-handling logging monitoring open-source programming python python-tips software-development techtools

Last synced: 28 Apr 2026

https://github.com/simpsonresearch/apc13

Develop a Final Project during the Last Week of my Advanced Programming Club

final go js programming project python rust

Last synced: 28 Apr 2026

https://github.com/woolseyworkshop/article-using-the-arduino-serial-plotter-to-visualize-real-time-data

Using The Arduino Serial Plotter To Visualize Real Time Data Article Resources

arduino electronics programming

Last synced: 29 Apr 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/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/ubaidsk/myrust.dev

🦀 Practical FAQ guide for Python & C++ developers learning Rust. AI-generated content with community improvements. Direct answers, code comparisons, no fluff.

ai beginners beginners-guide faq jupyter-book learning memory-safety programming python rust rust-lang systems-programming tutorial

Last synced: 29 Apr 2026

https://github.com/kawamurakazushi/monkey

Programming Language - Monkey

programming

Last synced: 10 May 2026

https://github.com/milesrack/gitproj

GitProj is a command-line utility designed to automate creating new GitHub repositories.

automation bash bash-scripting command-line development git github github-api programming scripts

Last synced: 29 Apr 2026

https://github.com/snjlee58/computerprogramming-snu2021

[Assignment Source Codes & Scores] SNU CSE M1522.000600 Computer Programming (컴퓨터프로그래밍) by Prof. Young Ki Lee (이영기 교수님) in 2021 Fall Semester.

assignment computer cplusplus cse java programming snu solution

Last synced: 29 Apr 2026

https://github.com/simpsonresearch/cstarterfiles

Starter files and make file for C programs

c makefile programming

Last synced: 11 May 2026

https://github.com/pedro-estevao/data-structures

Implementations in C++ of algorithms and data structures developed in the Data Structures course at Centro Universitário Barão de Mauá. Includes lists, stacks, queues, trees, graphs, hash tables, and sorting and searching algorithms.

academic-project algorithms algorithms-and-data-structures baraodemaua c computer-science cplusplus cpp data-structures graphs hash-table lists programming queues searching-algorithms stacks tree trees

Last synced: 08 Apr 2025

https://github.com/skarllot/flow-pair

Personal pair programming with CI&T Flow AI

anthropic assistant chatgpt ciandt claude-ai flow openai programming

Last synced: 29 Apr 2026

https://github.com/bryanpmx/weatherapp

A Flutter-based weather application that allows users to search for any city and get a 7-day weather forecast using the Open-Meteo API.

android-studio application dart flutter programming

Last synced: 12 Apr 2026

https://github.com/abdurrehman2003/typescript-nodejs-45exercises-2024

This repository contains exercises from my "Getting Started with TypeScript and Node.js" assignment. It covers fundamental TypeScript concepts, including variables, arrays, objects, and functions, along with Node.js integration. Completing these exercises strengthened my programming skills and prepared me for advanced web development.

assignment exercises fundamentals javascript learning nodejs programming typescript web-development

Last synced: 29 Apr 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/dmarks84/ind_project_readme-generator

Independent (personal) project in which I automatically generate README files for each of my repositories from my coursework

dataframes etl numpy pandas programming python

Last synced: 29 Apr 2026

https://github.com/rohya8/nvminstallation

Node Version Manager (NVM) installation guide on Windows

cheatsheet javascript node nodejs npm nvm programming windows

Last synced: 29 Apr 2026

https://github.com/aloisseckar/master-coda

Nuxt 3 website/blog about programming

blog opinions programming tutorials

Last synced: 18 May 2026

https://github.com/joielvkx70/xeno-r0b1ox

Roblox Xeno Executor: The ultimate Roblox Executor, offering top script performance and a user-friendly dashboard for seamless gaming and scripting.

automation code development game github lua open-source programming roblox roblox-script roblox-scriptify roblox-scripts script

Last synced: 19 Jun 2026

https://github.com/pedro-estevao/programming-techniques

Projects developed in the Programming Techniques course (3rd semester, Computer Science - Centro Universitário Barão de Mauá) using C++. Focus on OOP, modularization, error handling, memory management, and algorithms.

academic-project algorithms baraodemaua c computer-science cplusplus cpp memory-allocation memory-management oop oop-principles programming

Last synced: 08 Apr 2025

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/beyondsimulations/programming-everyday-decisions

This repository contains the lectures and tutorials of the course: Programming - Everyday Decision-Making Algorithms

algorithms programming python

Last synced: 30 Apr 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/forlornu/interfaces-inheritance

A small demo showcasing when to use inheritence or abstract classes

abstraction c-sharp inheritence interfaces programming unity unity3d

Last synced: 16 May 2026

https://github.com/lemongrb/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: 27 Feb 2025

https://github.com/jauharibill/crud-with-realm

This Repository contain code about CRUD android using Realm NoSQL

android crud mobile nosql programming realm

Last synced: 10 Jan 2026

https://github.com/re-zero-khis/node_modules

gitbook 的 npm 定制安装包(含个人修改,故不使用官方版本)

gitbook npm programming

Last synced: 12 May 2026

https://github.com/woolseyworkshop/article-adding-digital-io-to-your-circuitpython-compatible-board

Adding Digital I/O To Your CircuitPython Compatible Board Article Resources

74hc165 74hc595 circuitpython electronics mcp23017 programming

Last synced: 01 May 2026

https://github.com/woolseyworkshop/article-interfacing-a-7-segment-display-to-an-arduino-uno

Interfacing A 7-Segment Display To An Arduino Uno Article Resources

7-segment-display 74ls47 arduino electronics programming

Last synced: 27 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/mzaini30/nyankodmagz

Download ebook nyankod magz di sini

ebook magz nyankod programming

Last synced: 06 Jan 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/nasadorian/seeing-arrows

Slides and example code from my talk, `Seeing Arrows Below the Code`

arrows cats fp functional programming scala

Last synced: 02 Apr 2025

https://github.com/ola191/templates

【🟩】【Completed】【Local】【Expandable】- Simple templates for starting projects, e.g. PyQt5

programming templates

Last synced: 18 Apr 2026

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

Chapters Implementation Codes.

c cpp oop-principles programming

Last synced: 14 May 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/wadaboa/quoridor

Implementation of the board game, made for software programming class at UNIFI

ai board-game java programming quoridor unifi

Last synced: 28 Dec 2025

https://github.com/jcnm/peer

Peer is the next generation peer programmer AI assistant, aims to elevate your programming experience not just your productivity.

ai programming pyttsx3 whisper

Last synced: 01 May 2026