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/reubenmathew/1104

Source code for Vex Teams 1104V/1104S

coding programming robotics robotics-competition robots

Last synced: 03 May 2026

https://github.com/silentpuck/silentcheatsheets

Multilingual cheat sheets for C, C++ and Assembly. Fast references, code snippets and examples in EN / RU / ES. Synchronized with YouTube Shorts by SilentPuck 🕶️

asm assembly c cheatsheet cpp learning multilingual programming reference shorts youtube

Last synced: 03 May 2026

https://github.com/ananyachibber21/universal_technical_systems_internship

Summer Internship 2022 - Universal Technical Systems. Embedding Machine Learning Algorithms to TK Solver 6.0 using Python

algorithms internship machine-learning programming python research

Last synced: 09 Jul 2025

https://github.com/maulopezdavila/quizastronomia

Quiz Cultura General de Astronomia

css html javascript programming quiz

Last synced: 03 May 2026

https://github.com/mrwhoishe/pmc-ide

Program programs for the PMC project CPUs in their own language, PearlBasic, using PMC-IDE!

c ide ides pearlbasic programming programming-language project projects

Last synced: 18 Jun 2026

https://github.com/lagoon107/caxlang

Simple, interpreted programming language focused on simplicity and usability.

interpreter programming rust simple

Last synced: 09 Jun 2026

https://github.com/pitercoding/curso-python-curso-em-video

(PT): Curso introdutório de Python com foco em lógica de programação, prática e aprendizado progressivo. (EN): Introductory Python course focused on programming logic, hands-on practice, and progressive learning.

curso-gratuito data-structures error-handling estrutura-de-dados exercicios-praticos free-course funcoes functions logic logica-de-programacao mundo1 mundo2 mundo3 pratical-exercises programacao programming python tratamento-de-erros

Last synced: 03 May 2026

https://github.com/danieldantasdev/intro-to-programming_course-luisdev-essential-beginner-part-4_dotnet-8_csharp-12

Repositório da trilha 'Introdução à Programação' do Kit Essencial Iniciante .NET. Inclui conteúdos sobre lógica, algoritmos, fundamentos de programação, introdução ao Portugol e exemplos práticos para iniciantes começarem do jeito certo.

algorithms beginner csharp dotnet fundamentals learning logic luisdev portugol programming

Last synced: 17 Apr 2026

https://github.com/rayyannafees/mojolings

A project inspired by Rustlings & Ziglings

c lang language mojo programming python

Last synced: 03 May 2026

https://github.com/mwixy/pulse

A lightweight, block-scoped programming language designed for ultra-fast declarative GUI prototyping and native Python interoperability. Build desktop apps in seconds without import statements.

declarative-ui desktop-app gui interpreter programming programming-language pulse python python3 scripting-language tkinter tkinter-gui

Last synced: 03 May 2026

https://github.com/labex-labs/c-programming-for-beginners

C Programming for Beginners | This repo collects 16 of programming labs exercises for C Programming for Beginners. This beginner-friendly C programming course covers the fundamental concepts of the language, including data types, operators, conditionals, loops, arrays, and functions. Through hand...

c challenges course exercises hands-on labex labs playgroud programming

Last synced: 18 Mar 2025

https://github.com/lightbluetitan/african_countries_indicators

African Countries: A Curated Dataset on Africa Indicators for Education and Data Science

africa african-countries analytics coding datascience datasets opensource programming python rstats statistics stats

Last synced: 03 May 2026

https://github.com/silent0wings/oddonacci-sequence-calculations

This project implements two methods for calculating Oddonacci numbers using Java: a linear tail-recursive approach and a multiple recursive approach. These methods are implemented to study their performance in terms of execution time and efficiency.

algorithm algorithm-design coding-practice computational-math fibonacci-variant java math-algorithms math-functions mathematics number-sequences oddonacci-sequence programming recursion sequence-calculation sequence-generation

Last synced: 13 May 2026

https://github.com/debajyoti1996/postgresql-free-tutorials

📚 Master PostgreSQL with free, hands-on tutorials designed for beginners to learn SQL, database design, and management effectively.

biomedical-informatics biomedical-ontologies exercises free-tutorials graph-database knowledge-graph medical-terminology neo4j neosemantics ontology postgresql programming py2neo python rdf semantic-web tutorials umls

Last synced: 03 May 2026

https://github.com/izxxr/makexam

Simple tool to quickly create exams

education exams programming react vite

Last synced: 03 May 2026

https://github.com/nadidlinchestein/datastructureseasytoadvance

My C++ implementation of Data Structures Easy to Advanced Course by William Fiset.

algorithms algorithms-and-data-structures coursework cpp data-structures programming

Last synced: 18 Jun 2026

https://github.com/horikitasuzunetsundere/temperature-monitoring-with-control-system

Revolutionizing Temperature Control: Real-time Monitoring with C++ Program and Proteus Integration

arduino cpp embedded-systems programming proteus

Last synced: 04 May 2026

https://github.com/tanzeelafatima492/blood-management-system-in-c-

The Blood Management System in C++ is a console-based application for efficiently managing blood donors, recipients, and blood availability records.

coding cplus cpp cxx programming project

Last synced: 22 Jun 2026

https://github.com/lennart1978/ccodemerge

CCodemerge is a command-line utility that merges multiple C source files into a single text file ready for AI analysis.

c cli cli-app developer-tool linux linux-app programming

Last synced: 04 May 2026

https://github.com/jakubandrysek/kubaandrysek.cz

:globe_with_meridians: My personal portfolio with blog in Czech language

fusion360 gedgets ghpages jekyll kubaandrysek linux macos programming website

Last synced: 04 May 2026

https://github.com/hitman472005/security-project

🔒 Build a secure application with robust authentication and authorization using Spring Boot and Angular, ensuring safe user roles and access control.

apple documentation-portal hacking hacktoberfest jwt linux network-programming owasp owasp-zap practice-hacking programming project security spring-boot spring-security spring-security-oauth2 vulnerable-application zsh

Last synced: 04 May 2026

https://github.com/asrot0/codes

A collection of coding solutions and challenges across multiple programming languages like 🐍 Python, C++, C#, Go, and more! 🖥️💻 Perfect for algorithm enthusiasts and competitive programmers! 🚀🔥

algorithms c codeforces coding cplusplus golang hackerrank leetcode programming python software-development

Last synced: 05 May 2026

https://github.com/ite-2022-pwr/jezyki-programowania

Języki programowania (kurs Javy), ITE SI semestr 3, laboratoria

java kubik programming rmi socket-programming thread

Last synced: 28 Mar 2025

https://github.com/mrfavoslav/4bit-cpu-emulator

4bit CPU Emulator – A simple 4-bit processor emulator written in JavaScript. Run assembly code directly in your browser! Perfect for learning the basics of computer architecture and low-level programming.

4-bit-cpu assembler assembly assembly-language computer-architecture cpu-design cpu-emulator educational emulator javascript learning-tool low-level-programming open-source programming simulation web-emulator

Last synced: 05 May 2026

https://github.com/woolseyworkshop/article-interfacing-ultrasonic-distance-sensors-with-an-arduino-uno

Interfacing Ultrasonic Distance Sensors With An Arduino Uno Article Resources

arduino electronics hcsr04 programming sensors

Last synced: 05 May 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/cyprianfusi/predict-fuel-efficiency-using-linear-regression-with-tensorflow

This project demonstrates the power of introducing non-linearity in neural network models to capture relevant patterns in data

keras linear-regression neural-networks pandas programming python3 tensorflow2

Last synced: 11 Jun 2026

https://github.com/stynw7/algorithm_and_programming

Provides programs of Basic Algorithm and Programming using C / C++ Language

algorithm c competitive-programming cpp logic-programming programming

Last synced: 14 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/0xh4ty/0xh4ty.github.io

This repository hosts my personal website powered by Xeniria, a Rust-based static site generator. It converts Markdown files into static HTML pages and is deployed using GitHub Pages.

programming security-researcher web3

Last synced: 16 Jun 2025

https://github.com/ite-2022-pwr/ite-is-semestr-3

Semestr 3, studia inżynierskie: Języki programowania, LUC, PPS

digital-logic java programming python rmi university university-project

Last synced: 16 Apr 2026

https://github.com/deroyace/shell-scripting

This repo is for learning Shell Programming

bash-script linux programming shell-scripting shell-scripts unix-shell

Last synced: 05 May 2026

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/arturobp3/several_old_projects

This repository contains some projects that I did between 2012 and 2016 when I started to learn programming at the age of 14.

c css html javascript learning-by-doing programming

Last synced: 05 May 2026

https://github.com/ite-2022-pwr/programowanie-obiektowe

Proamowanie obiektowe, semestr 2

java programming python

Last synced: 27 Apr 2026

https://github.com/devlpr-x/001_pocket_withdrew_register

School project 001: Timely-inspired Time Tracking System I am designing a time tracking system that caters to both private businesses and organizations, inspired by the core functionality of "Timely." The project will use Django for the backend and Flutter for the frontend to deliver an efficient and user-friendly experience.

django flutter programming system timely

Last synced: 05 May 2026

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: 18 Jan 2026

https://github.com/priyanshujajal/bmi_calculator

A simple and responsive BMI (Body Mass Index) calculator built with React, allowing users to easily check their BMI in both Metric and Imperial units.

bmi-calculator coding css3 deployed github github-pages html5 javascript practice-project programming project react reactjs

Last synced: 06 May 2026

https://github.com/mattialemma/coursera-full-stack

Series of exercises and tests completed during the Meta Full Stack Developer Professional Certificate on Coursera.

api coursera full-stack github html-css-javascript programming python react sql web

Last synced: 06 May 2026

https://github.com/anshvaid4/swiftprogramming

This repo is for swift enthusiasts who want to start with swift programming. These codes are created by me in much explained manner

apple ios ios-developer ios-development ios-swift programming swift swift-programming-language

Last synced: 27 Mar 2025

https://github.com/shahriarha/programming

Python problem solving, HR-30 days of code, DSA, NumPy

algorithms-and-data-structures cpp numpy programming python

Last synced: 06 May 2026

https://github.com/kanannuruyevs/programming-books

Collections of programming books.

books django javascript programming python react

Last synced: 06 May 2026

https://github.com/solracsx/powersub-demo-8327

⚡ Simplify your subscription management with powersub-demo-8327, a demo tool to streamline and automate your service subscriptions effortlessly.

api backend demo deployment educational frontend graphql javascript open-source powersub programming sample-code testing tutorials web-development

Last synced: 06 May 2026

https://github.com/janina280/homework_solid

In this repository, I have used various SOLID principles to create code that is more modular, maintainable, and scalable.

java programming

Last synced: 13 Jun 2026

https://github.com/gcoronelc/cepsuni-disbd-64751

Taller de Diseño de Base de Datos Relacionales con Gustavo Coronel.

database java oracle programacion programming python software sql

Last synced: 06 May 2026

https://github.com/lwz7512/next-letspy-today

A blog dedicated to interesting yet simple python applications

application blog nextjs programming python tutorials

Last synced: 06 May 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/tomfanhm/cheat-sheet

Welcome to the Developer's Cheat Sheet Project! This is a growing collection of cheat sheets for various programming languages, libraries, and frameworks, all in one place. If you're looking to learn something new or need a quick reference guide, you've come to the right place!

astro cheatsheet coding framework javascript learning library programming tailwind typscript

Last synced: 06 May 2026

https://github.com/edandresvan/practice-book-rust-web-development

Practical exercises from the book "Rust Web Development" by Bastian Gruber (Manning).

practice practice-programming programming rust rustlang

Last synced: 13 Jun 2026

https://github.com/axorax/codelish

Use English as a Programming Language

ai codelish english programming programming-language

Last synced: 10 Jun 2026

https://github.com/samlopezdev/carolina-cakes

A tasteful and elegant homepage, showcasing exquisite handcrafted cakes made to order.

bakery bakery-website cakes css3 cupcakes html-css-javascript html5 javascript programming software-engineering website website-development

Last synced: 06 May 2026

https://github.com/neontuts/coding-challenge

My solutions for the coding challenges by nextgencoder on Instagram.

coding-challenge problem-solving programming programming-exercises solutions

Last synced: 12 Jul 2025

https://github.com/rasheedmhd/llama

A programming language impl from Robert Nystrom's Crafting Interpreters

ast byte lexer parser programming programming-language scanner

Last synced: 06 Apr 2025

https://github.com/chuchrahimanshu/cooder

"Cooder" is a platform that brings together coders to connect, collaborate, and code together. Cooder provides a space where you can team up with others to work on coding projects, share knowledge, and learn from each other's experiences.

code coders coding community developers networking programming

Last synced: 29 Mar 2025

https://github.com/muttakinhasib/programming-in-ansi-c

Programming in ANSI C by E. Balagurusamy

c-programming problem-solving programming

Last synced: 18 Mar 2025

https://github.com/bhapkarvaibhav/bhapkarvaibhav

This repository contains my GitHub profile README. It highlights my journey as a Java developer, my skills, projects, and interests in software development

backend-development java open-to-collaborate programming software-development software-engineering

Last synced: 13 Sep 2025

https://github.com/sderosiaux/zio-story

🎯 Interactive, gamified learning platform for mastering ZIO - Scala's powerful library for async and concurrent programming

concurrent-programming education functional-programming gamification interactive-learning learning-platform nextjs programming scala tutorial typescript zio

Last synced: 07 May 2026

https://github.com/open-nudge/.github

Strategy, programming guidelines, upcoming projects and more!

communication docs documents github-actions guidelines information pre-commit programming python strategy yaml

Last synced: 07 May 2026

https://github.com/rahul-sahani04/java-zero-to-hero

Welcome to the Java Zero to Hero Guide, a comprehensive resource designed for beginners to learn Java from scratch. Each folder in this repository contains examples and exercises that build upon the previous concepts.

algorithm api beginner-friendly beginners-guide coding guide guides java java-guide java8 jdk programming zero-to-hero

Last synced: 29 Mar 2025

https://github.com/hasanyahya101/pf_lab_solutions

Solutions to PF lab questions from Fall 2022 Semester in Fast Nuces Lhr. The actual questions can be found in pdf files. Note that, this is for the Lab (subject), not the theory subject.

cpp fast first-semester nuces pf programming

Last synced: 29 Mar 2025

https://github.com/jhwa426/stats-220

R programming language at The University of Auckland

programming r statistics

Last synced: 06 Apr 2025

https://github.com/shikhalev/xbash

bash-extensions for prompt and subcommands

bash command-line programming shell shell-extensions

Last synced: 31 Oct 2025

https://github.com/hasanyahya101/ds_lab_solutions

Solutions to Data Structures lab questions from Fall 2023 Semester in Fast Nuces Lhr. The actual questions can be found in pdf files. Note that, this is for the Lab (subject), not the theory subject.

data-structures ds fast lhr nuces programming

Last synced: 19 Jun 2025

https://github.com/gmahesh007/demo_practise

*This is a repository for testing and demo projects, showcasing my technical skills and problem-solving abilities through various hands-on works and experiments.

demos practice-project problem-solving programming

Last synced: 22 Mar 2025

https://github.com/tcelestino/learn-programming

Learning programming with software development concepts with examples.

algorithms-and-data-structures design-patterns design-system hacktoberfest programming software-development

Last synced: 24 Jun 2025

https://github.com/luxutiousman-2000/awp.gg-executor-roblox-4k

AWP is a Roblox executor with Luarmor support and 100% UNC compatibility, making it a solid choice for experienced users. With a Level 8 rating owned by Krampus, it remains a neutral option with strong features.

automation community development github open-source programming

Last synced: 13 May 2025

https://github.com/kevinmcaleer/lesson_12_learning_python_classes_and_oop

Lesson 12 in the SMARSFan Livestream video series.

classes object oriented programming python robotics

Last synced: 19 May 2026

https://github.com/tailot/taylored

Make everything a plugin.

patches programming scripting scripting-language tool

Last synced: 20 Jun 2025

https://github.com/slashpai/go-refresher

A set of go concepts and quick start programs

go golang golang-examples programming quickstart

Last synced: 04 Nov 2025

https://github.com/toxicmango64/push_swap

Push_swap is a an efficient sorting algorithm using two stacks and a limited set of operations. The goal is to sort a given set of integers in ascending order using the fewest possible moves, implementing and optimizing various sorting algorithms to achieve the best performance within specified benchmarks.

algorithms c data-structures programming sorting-algorithms

Last synced: 13 Mar 2025

https://github.com/tsnsoft/why-do-you-need-parentheses-in-programs

Зачем нужны скобки в программах!

mathematics parentheses programming

Last synced: 07 Mar 2026

https://github.com/labex-labs/css-practice-plus

[CSS Practice Plus]-In this course, You will practice more labs of CSS. This will help you to master the skills more deeply.

awesome awesome-list challenges course css education hands-on html javascript labex labs programming

Last synced: 31 Dec 2025

https://github.com/sokhuong-uon/go-shorts

Tutorial for Go Programming Language on my YouTube channel ( A lot of code )

backend coding go golang learn-to-code programming server shorts tips tips-and-tricks youtube

Last synced: 19 May 2026

https://github.com/labex-labs/docker-practice-plus

[Docker Practice Plus]-In this course, You will practice more labs of Docker. This will help you to master the skills more deeply.

awesome awesome-list challenges course docker education git hands-on labex labs linux programming

Last synced: 31 Dec 2025

https://github.com/labex-labs/quick-start-with-numpy

Quick Start with NumPy | This repo collects 15 of programming labs exercises for Quick Start with NumPy. This course will teach you the fundamentals of NumPy, a library that supports many mathematical operations.

challenges course exercises hands-on labex labs numpy playgroud programming python

Last synced: 31 Dec 2025

https://github.com/labex-labs/practice-mongodb-programming-courses

Master MongoDB programming with 1 beginner-to-advanced courses. Interactive labs and guided projects perfect for new programmers.

awesome awesome-list courses exercises hands-on labex mongodb programming

Last synced: 26 Jun 2025

https://github.com/labex-labs/practice-nmap-programming-courses

Master Nmap programming with 2 beginner-to-advanced courses. Interactive labs and guided projects perfect for new programmers.

awesome awesome-list courses exercises hands-on labex nmap programming

Last synced: 26 Jun 2025

https://github.com/labex-labs/practice-kali-programming-courses

Master Kali Linux programming with 6 beginner-to-advanced courses. Interactive labs and guided projects perfect for new programmers.

awesome awesome-list courses exercises hands-on kali labex programming

Last synced: 26 Jun 2025

https://github.com/labex-labs/practice-redis-programming-courses

Master Redis programming with 2 beginner-to-advanced courses. Interactive labs and guided projects perfect for new programmers.

awesome awesome-list courses exercises hands-on labex programming redis

Last synced: 26 Jun 2025

https://github.com/labex-labs/practice-postgresql-programming-courses

Master PostgreSQL programming with 2 beginner-to-advanced courses. Interactive labs and guided projects perfect for new programmers.

awesome awesome-list courses exercises hands-on labex postgresql programming

Last synced: 26 Jun 2025