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/breadonlaptop/c_cpp_animations

C_CPP_Animations is a collection of command-line animations built using C and C++. It includes various visual effects such as loading animations, rotating symbols, and a spinning 3D cube. The project is designed for learning, experimentation, and potential future upgrades to more advanced graphical interfaces.

animations c cpp14 implementation programming

Last synced: 15 May 2026

https://github.com/xromory/learn-rust

Learning Rust from scratch — documenting my journey, experiments, and projects while exploring one of the fastest and most challenging programming languages.

beginner journey learning learning-by-doing low-level practice programming rust rust-lang system-programming

Last synced: 09 Oct 2025

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

Collections of programming books.

books django javascript programming python react

Last synced: 10 Oct 2025

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/smac-group/introds

The objective of this R package is to provide a support for the course entitled "Introduction to Data Science" given at University of Geneva. This course is intended to provide an introduction to statistical programming using the R language.

data-science programming r statistics

Last synced: 02 Apr 2025

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/narukoshin/blog

Something like a blog where I will post articles about things I'm interested at, music, IT, etc.

articles blog guitar music programming

Last synced: 27 Jan 2026

https://github.com/meysam81/flight-console-app

a minor bug fix from a source of someone else; just changed some glitches so that it can work properly

assignment assignments bug bugfix c-plus-plus college college-assignment college-project debug debugging programming programming-language programming-languages project projects

Last synced: 11 Oct 2025

https://github.com/timeless-residents/handson-elm

A hands-on guide for learning the Elm programming language through basic concepts and practical examples

beginner-friendly elm functional-programming learning programming tutorial web-development

Last synced: 31 Jul 2025

https://github.com/rufilboss/unilorin

My goal is to write a program for every problem, whether explicitly mentioned or hinted at(by our lecturers), showcasing how we can apply engineering to tackle real challenges through software solutions!

programming python school-project software unilorin

Last synced: 28 May 2026

https://github.com/pranjalco/flask-blog-project

This Flask blog app lets users register, log in, and create posts. It includes Home, About, and Contact pages, with email contact support. The database manages users, posts, and comments, with only the admin having full CRUD access. All users can comment, and flash messages handle errors.

api-integration backend-development bootstrap database-management flask flask-application programming python sqlalchemy web-development wtforms

Last synced: 13 Apr 2026

https://github.com/ntdls/simple-scripting-engine

A robust, general purpose, loosely typed and fully interpreted scripting engine for the web or desktop.

ide programming scripting showcase

Last synced: 04 Jul 2025

https://github.com/daxxbhailive/chapel-upv

🚀 Simplify and enhance your UPV campus experience with chapel-upv, a user-friendly platform for accessing resources and services efficiently.

algorithms chapel compiler-design distributed-systems documentation high-performance languages open-source parallel-computing programming research scientific-computing software-development upv user-guide

Last synced: 15 Oct 2025

https://github.com/monowarhusain/cse111

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 bracu-cse cse cse111 encapsulation inheritance monowar monowar-husain monowar-husain-bracu monowar-husain-cse monowar-husain-cse-bracu monowar-husain-omi monowar-husain-omi-bracu monowar-husain-omi-bracu-cse monowar-husain-omi-cse oop operated-oriented-programming programming programming-language-ii ztb-bracu

Last synced: 12 Oct 2025

https://github.com/zeeshier/programming_fundamentals

In this reposity, i covered Programming Fundamentals in C++ for Beginners

cpp programming programming-fundamentals

Last synced: 13 Jun 2025

https://github.com/ahmad-ali-rafique/python_function_solutions

Python_Function_Solutions is a repository featuring 50 defined functions and their solutions to 50 distinct programming problems in Python. Dive into a diverse range of challenges and explore innovative solutions crafted with original ideas to enhance your Python skills.

data-science functions programming programming-exercises python pythonfu solutions

Last synced: 08 Jun 2026

https://github.com/tokhy1/chatgpt_clone

TokhyGPT is a React-based chat application that replicates the capabilities of the GPT-3.5 language model. With this clone, you can engage in interactive and natural conversations with the AI, use it for educational purposes, or even integrate it into your own applications. Explore the power of AI-driven chatbots in this open-source project.

api apiintegration chatgpt css design hooks html javascript jsx openai openai-api programming reactjs

Last synced: 08 Apr 2026

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/tashi-2004/Programming-Fundamentals-PF

I've created files with solutions, named them with their following conventions and order. You can download, copy, and run them on a compiler or software for your information. There are no copyrights attached to these files; they are provided for educational purposes only.

cplusplus dev-cpp programming visual-studio visual-studio-code

Last synced: 13 Oct 2025

https://github.com/j-angnoe/code-walkthrough-compiler

Extract a working program from code walkthrough-like documentation (Literate Programming in Markdown)

literate markdown noweb programming

Last synced: 27 Jan 2026

https://github.com/swapnanildutta/python-programs

Surfing and exploring through Python programming. 🏄🏻‍♂️🐍

algorithms-and-data-structures datastructures general-purpose hacktoberfest hacktoberfest2020 programming python3

Last synced: 25 Apr 2025

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/samcyn/samcyn

Short Bio and profile details

developer portfolio-website portofolio programming

Last synced: 19 Feb 2026

https://github.com/luizcalaca/ts-node-joi-api

Typescript API with Joi validations, Express.js and MySQL. The project has the main branch to show the solutions with functions and the change-oop-api-ts to show with Object oriented programming.

api-rest functional-programming joi-validation mysql2 nodejs oop oriented-object-programming programming typescript

Last synced: 13 Apr 2026

https://github.com/asko7779/nmap-scripts

List of some custom Nmap scripts I made, still developing more and adjusting the current ones

cybersec lua nmap nmap-scripts nse programming script-development

Last synced: 13 Oct 2025

https://github.com/patrykniemczyk/informejtycy

A free online platform with 1,500+ users, delivering interactive programming lessons and exercises.

coding coding-challenges data-structures-and-algorithms problem-solving programming programming-exercises

Last synced: 27 Jan 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/m-ah07/weather-app

A simple Python CLI Weather App to fetch current weather information using the OpenWeatherMap API.

apis coding developertools opensource programming python weatherapp

Last synced: 24 Feb 2026

https://github.com/tomaztk/hangman_game_with_r

Classic word game Hangman for R language

game-hangman ggplot2 programming r rlanguage rstats

Last synced: 24 Feb 2026

https://github.com/kasir-barati/golang

A very simple application. I write it to calculate some data for me. I think it is a heavy process, therefore i use golang

go golang programming programming-language tutorial

Last synced: 05 Sep 2025

https://github.com/san5kriti/basicpythonprojects

A collection of simple and introductory Python projects, including games, apps, and basic list operations. Perfect for beginners looking to practice and enhance their coding skills!

beginner-friendly beginners easy-to-use practice-project programming programmingproject programs projects python python-library python-mini-projects python-project python-project-beginner python-project-template python-projects pythonforeverybody simple-project

Last synced: 14 Oct 2025

https://github.com/hussein-m-kandil/odin-resume-builder

A React app for generating a résumé, developed as part of studying the React course at The Odin Project.

css development html javascript programming react reactjs resume resume-builder resume-website vite web

Last synced: 14 Oct 2025

https://github.com/bilalshahid-13/leetgenius

LeetGenius is a Firefox add-on that helps developers efficiently solve LeetCode problems with AI-powered guidance. It provides step-by-step explanations, best practices, test cases, and learning resources to improve coding skills.

ai-assistant coding-helper firefox-extension gemini javascript leetcode problem-solving programming react vite web-extension

Last synced: 03 May 2026

https://github.com/sandyg6/100-days-python-challenge

Started with my 100 days of coding challenge with Python Programming language.

coding coding-challenge programming python python3

Last synced: 05 Jul 2025

https://github.com/oliviernt/thoughts

Some random writings and thoughts

biking blog programming thought thoughts

Last synced: 22 Jan 2026

https://github.com/ficaan/java-programming-i-mooc.fi

These are the source codes for exercises from the Java Programming I MOOC, a course offered by the University of Helsinki, Finland.

java mooc-fi programming

Last synced: 29 May 2026

https://github.com/h4mbl3x/prog1_laboratorio_2022_23

Laboratorio de Fundamentos de la Programación del curso 2022/23.

esi ingenieria-informatica java lab laboratorio laboratory programacion programming uclm

Last synced: 29 May 2026

https://github.com/siddarthshete/computer-graphics

This repository contains assignment codes of computer graphics using C programing which were performed in third semester

computer-graphics cprogramming-language programming

Last synced: 15 Oct 2025

https://github.com/gsaslis/bowling_kata

A Coding Kata on Test-Driven Development, using Bowling Game rules.

kata programming software-development software-engineering tdd tdd-kata testing

Last synced: 22 Feb 2026

https://github.com/exp-codes/dt_otp

嵌入式:动态令牌-dll&so实现库

programming

Last synced: 03 Apr 2025

https://github.com/dking1342/java-intro

Java basics

java oop programming

Last synced: 29 May 2026

https://github.com/paragunhale1998/todo-list-react

Here i Create A Simple Todo-List Using React

css front-end-development frontend html javascript programming react

Last synced: 13 Apr 2026

https://github.com/armadacore/applit

Learning and experimenting with Rust through practical exercises and the development of a basic custom programming language.

compiler learning programming rust-lang

Last synced: 28 Jan 2026

https://github.com/moeki0/code-reading-guideline

Code Reading Guideline for Me.

drawio graph guideline programming

Last synced: 09 Feb 2026

https://github.com/ashsajal1/rust-practice

A repo to practice & learn rust.

coding learning programming rust rust-lang rust-practice

Last synced: 08 Sep 2025

https://github.com/bilgehangecici/java-assignments

Small projects coded in Java (Includes OOP projects).

java javase8 programming

Last synced: 30 Mar 2025

https://github.com/asjordi/codewars

Soluciones para los ejercicios de codewars.com con Java

codewars coding-interviews interview java learn-to-code problem-solving programming solutions

Last synced: 24 Jul 2025

https://github.com/labex-labs/mongodb-for-beginners

A comprehensive MongoDB course covering essential skills from basic CRUD operations to advanced topics like data modeling, indexing, error handling, and data relationships. Perfect for beginners and intermediate developers.

challenges course exercises hands-on labex labs mongodb playground programming

Last synced: 08 Sep 2025

https://github.com/labex-labs/ctf-for-beginners

In this course, you'll dive into the exciting world of Capture The Flag (CTF) challenges. Learn fundamental cybersecurity concepts and practical techniques through hands-on labs covering hidden files, weak passwords, open ports, misconfigurations, log analysis, directory traversal, environment variable leaks, script analysis, network exploits, a...

beginner capture-the-flag course cryptography cybersecurity forensics hacking hands-on hands-on-labs labex labs linux network-security penetration-testing programming reverse-engineering scripting security-fundamentals vulnerability-assessment web-security

Last synced: 25 Oct 2025

https://github.com/juniorreisx/usermanagementconsoleapp

A simple user management console application built with C# and .NET. This project includes features like user registration, listing, searching, and deletion.

csharp dotnet programming

Last synced: 15 May 2026

https://github.com/nasim-khalili/face-recognition

This is A Face Recognition Project developed using OpenCV Module in Python.

ai face-recognition ml programming project python

Last synced: 13 Jun 2026

https://github.com/japhetrugas/javatutorial

A beginner-friendly Java tutorial repository with various tutorials to help you learn and master Java programming.

beginners examples java learning programming tutorial

Last synced: 07 Apr 2025

https://github.com/yigitoo/chatroom.c

A chatting app written in c use facil.io framework

backend c c99 clang gcc gdb insane-things programming

Last synced: 14 Mar 2025

https://github.com/justintime50/muffinscript

Delectable little programming language.

language muffin muffinscript programming

Last synced: 31 Aug 2025

https://github.com/welli7ngton/python-essentials

Curso de Fundamentos de Python promovido pela Cisco Skills For All

aluno autodidacta brasil cisco curso english insignia learning programming projeto python3

Last synced: 19 May 2026

https://github.com/rafaelmprogrammer/mathquizgame

In this game, when we select the start quiz button, we are presented with 4 mathematical operations that we must solve in 40 seconds. I wish you luck!

cshrp game game-development junior-developer junior-programmer math math-quiz-application programmer programming windows-forms

Last synced: 09 Feb 2026

https://github.com/rafaelmprogrammer/pictureviewer

This is a Picture Viewer APP, where you can: Set a background color Remove the background color Insert a picture in the background Delete the picture Stretch your picture to fill the background of the app Close, minimize, and maximize the app

csharp junior-programmer picture picture-viewer programmer programming windows-forms

Last synced: 04 Jan 2026

https://github.com/khaled878/lyscode-platform

🎓 Build and manage online courses with the LysCode.com Course Platform for effective learning and teaching experiences.

course cybersecurity javascript nodemon openapi platform programming talwindcss typescript vite website yarn

Last synced: 05 Apr 2026

https://github.com/woolseyworkshop/article-writing-a-server-side-program-in-swift-using-vapor

Writing A Server-Side Program In Swift Using Vapor Article Resources

linux macos programming swift vapor web-development

Last synced: 05 May 2026

https://github.com/woolseyworkshop/article-interfacing-an-ssd1306-display-module-to-a-raspberry-pi

Interfacing An SSD1306 Display Module To A Raspberry Pi Article Resources

electronics programming python raspberry-pi ssd1306

Last synced: 27 Apr 2026

https://github.com/belkaqwenty/seliware-executor

Seliware is a powerful and brand-new Roblox executor designed to take your scripting experience to the next level.

automation code collaborate community development execute github open-source programming project repository seliware-executor software tasks tool

Last synced: 12 Jul 2025

https://github.com/embernoglow/rust-demo---python-comments-remover-

Again Downloaded a python repository with 10k lines of comments and got confused? Remove them with the Comments Remover!

application clean clean-code cleaner cmd comments demo developer-tools fast learning presentation-tools programming python regex rust string text tool useful utility

Last synced: 02 Mar 2026

https://github.com/dmarks84/coursework_project_ml-model-eval-refine

Project for IBM Data Science course on ML Models & Analysis -- Read in large dataset of home sales and utilized polynomial linear regression analysis to make predictions of future home sales prices

classification communication data-modeling dataframes machine-learning matplotlib numpy pandas programming python regression scikit-learn scipy seaborn supervised-ml visualization

Last synced: 09 Apr 2026

https://github.com/camara94/python-sacko

Python is an interpreted high-level general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.[31]

artificial-intelligence data-science programming python3

Last synced: 29 Aug 2025

https://github.com/nmelgar/cse_111_byui

This is a repository to organize and share the programs created while taking the course "CSE 111: Programming with functions". All the code is created by me. Please do not copy the code to save time as a student, it is better to create it yourself.

basic-programming college functions functions-python programming python3

Last synced: 30 Mar 2025

https://github.com/liva2008/jscoding

jscoding极速编程

blockly coding javascript js programming

Last synced: 16 Oct 2025

https://github.com/exp-codes/pssms

进销存管理系统

programming

Last synced: 03 Apr 2025

https://github.com/fazle-rabbi-dev/c-programming

💡 Hey, this is an awesome notes of C Programming Language.This note will be helpful for you if you want to practice & learn C language.

c programming

Last synced: 30 Mar 2025

https://github.com/labex-labs/advanced-postgresql-practical-labs

In this course, master PostgreSQL through hands-on labs covering relationships, advanced data types, indexing, transactions, views, permissions, queries, triggers, backups, partitioning, full-text search, and more.

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

Last synced: 15 May 2026

https://github.com/labex-labs/kali-web-application-attacks-in-action

Kali Web Application Attacks in Action | This repo collects 2 of programming labs exercises for Kali Web Application Attacks in Action. In this course, you will learn how to perform web application attacks using Kali Linux. Topics covered include web penetration testing, discovering web vulnerabi...

challenges course cybersecurity exercises hands-on labex labs pen-testing playgroud programming

Last synced: 30 Mar 2025

https://github.com/labex-labs/cyber-security-with-hands-on-labs

Cybersecurity with Hands-on Labs | This repo collects 10 of programming labs exercises for Cybersecurity with Hands-on Labs. Explore the basics of cyber security through interactive, beginner-friendly labs. Get hands-on experience with ethical hacking, network analysis, encryption, and web securi...

challenges course cybersecurity exercises hands-on labex labs linux playgroud programming

Last synced: 30 Mar 2025