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/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/nrastija/testobus

Content of the Program Engineering course in the 2nd year of PDS IPS

analytics csharp design programming project-planning uml visual-studio

Last synced: 20 May 2026

https://github.com/yaser-123/python-projects

Welcome to Python Projects! 🎉 A collection of mini Python projects 🐍 to boost your skills. Whether you're just starting or looking to level up, there's something for everyone! New projects added regularly—stay tuned! 🚀 Fork, explore, and contribute. Let’s make learning fun and impactful! ⭐

programming python python3 pythonlibrarires pythonprojects

Last synced: 06 Apr 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/zoroxide/space-simulation

a simple Space looking Simulation done with C++ and olcPixelGameEngine

cpp game-development game-engine gamedev olc olcpixelgameengine programming simulation space

Last synced: 14 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/nab138/programmar

A mobile app to teach new programmers the basics.

app ios java programming teaching

Last synced: 17 Mar 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/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/anmol420/programs-in-python

A Set Of Simple Programs Written In Python.

programming python

Last synced: 21 Mar 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/gustedeveloper/music-player-project

Completed FreeCodeCamp's Music Player project, showcasing proficiency in JavaScript and DOM manipulation. Developed an interactive web application with dynamic features. Excited for more JavaScript challenges ahead! #FreeCodeCamp #JavaScript #WebDevelopment

dom-manipulation freecodecamp-project javascript programming web-application-development

Last synced: 18 Feb 2026

https://github.com/sramalhao/tech-trek

This repository contains various projects, exercises, and learning resources focused on Python programming. It serves as a personal collection of study materials, covering topics such as data structures, algorithms, object-oriented programming (OOP), web development, and data analysis.

education programming python

Last synced: 12 Jul 2025

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

https://github.com/alexismartinez1913/calculo-de-nomina

Programa en C# que permite calcular la nomina de una persona de acuerdo a datos ingresados usando interfaces visuales (Windows Forms)

csharp programming

Last synced: 24 Jul 2025

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/nimi-soni/order-promising

📦 Order Promising in SAP – Ensuring Reliable Delivery Commitments 📅

abap atp capacity-check master-data-planning order-promise programming sap-otc sap-sd supply-chain-management

Last synced: 01 Nov 2025

https://github.com/rafaelmprogrammer/tic-tac-toe

This is a Tic-Tac-Toe game. For this project I use C language and the DEV-C++ platform.

c game game-development game-programming programmer programming

Last synced: 24 Jul 2025

https://github.com/ikanurfitriani/algoritma-dan-pemrograman

This repository contains code archives from Algorithm and Programming courses in semester 1.

algorithms java programming

Last synced: 21 Mar 2025

https://github.com/ioxee/nodenexus

NodeNexus: A JavaScript hub for innovative coding solutions and collaborative development. Explore, contribute, and grow!

code-solutions collaboration community development innovation javascript js open-source opensource programming

Last synced: 06 Nov 2025

https://github.com/tanzeelafatima492/fundamentals-of-kotlin

All basic syntax need to learn Kotlin

android kotlin kt language programming

Last synced: 19 May 2026

https://github.com/hemanta212/learn-go-with-tests

Learn Go and TDD Workbook

emacs go literate org programming tdd tests

Last synced: 12 May 2026

https://github.com/xastro6/wagus-reward-system

WAGUS Reward System Smart Contract Program: A Rust-based smart contract for the Solana blockchain designed to manage and reward user interactions in the WAGUS reward system. This repository contains the core logic for the reward mechanism, as well as the associated configuration and utility files.

blockchain cryptocurrency defi programming rewards rust smart-contract solana system

Last synced: 12 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/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/jwjens/ether

Ether is a professional radio automation platform — live playout & scheduling, a public listener platform, and a multi-tenant Control Center.

automation clocks logs mobile programming radio remote station streaming traffic ui ux video-streaming

Last synced: 15 Jun 2026

https://github.com/nitinbhasneria/cpp-algo-s

This is the Coding Ninja's Topic-wise question and solution with some sort of guidance in readme.md

competitive-programming programming

Last synced: 17 Jun 2026

https://github.com/teneplaysofficial/cplusplus-projects

This repository contains a collection of projects written in C++. Each project is designed to showcase various programming concepts and problem-solving skills. Explore projects ranging from simple console applications to more complex systems, demonstrating foundational and advanced techniques in each language.

algorithms codesamples coding cpp educational examples games opensource programming softwaredevelopment

Last synced: 19 Jun 2026

https://github.com/niihaoru/website

Web-site about software development in Petropavlovsk-Kamchatskiy

consulting crm database devops engineering management programming raspberrypi sql stm32 web-site

Last synced: 20 Jun 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/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/bigpick/leetcode

Various leetcode.com problem prompt solutions

algorithms interview interview-questions leetcode practice programming

Last synced: 25 Jun 2026

https://github.com/compilandoyt/20240914-busqueda-binaria

La búsqueda binaria es uno de los algoritmos más eficientes para encontrar un elemento en una lista ordenada. En este video, te explico cómo funciona paso a paso y cómo puedes implementarla en tu propio código.

binary-search efficient-algorithm programming search-algorithm

Last synced: 28 Feb 2026

https://github.com/dni/blog

dni's personal blog, about coding, hacking, linux, etc.

lightning-network programming

Last synced: 13 Feb 2026

https://github.com/sunnahboy/checkfake_true_news

Building data structures using Linked lists and arrays and find best algorithms for implementing a system for detecting Fake News

algorithms data level low programming structure

Last synced: 28 Feb 2026

https://github.com/isaakiel/isaak_lessons

Short lessons for the ISAAK meetings

archaeology programming teaching teaching-materials

Last synced: 28 Feb 2026

https://github.com/rmdnhub/xogame

Développement d’un jeu tictac en utilisant Angular et TypeScript.

angular css html programming typescript

Last synced: 09 May 2026

https://github.com/renvasco/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: 16 Apr 2026

https://github.com/alchermd/learncs

Tutorial services where I teach computer science related stuff.

computer-science programming

Last synced: 27 Mar 2026

https://github.com/vaibhavmojidra/python---demo-reading-files

Python provides inbuilt functions for creating, writing, and reading files. There are two types of files that can be handled in python, normal text files and binary files (written in binary language, 0s, and 1s)

coding mojidra programming python python2 python3 reading reading-files reading-files-using-python vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 27 Mar 2026

https://github.com/dfdffdfdff8134/abap-9em

🔍 Streamline your ABAP development with abap-9em, a tool that enhances efficiency and supports best coding practices in enterprise software.

abap abap-development application-development automation business-logic code-quality customizations data-integration enterprise-software performance-optimization programming reporting sap system-integration user-interface workflow-automation

Last synced: 02 Jun 2026

https://github.com/siddheshkukade/url-shortner-react-bitly

Simple Bit.ly clone created using React JS and Bit.ly API

bitly-api programming reactjs url-shortener

Last synced: 16 Apr 2026

https://github.com/paragunhale1998/basic-image-editor

Here i Create A Basic Image Editior Using Html , CSS and Javascript

css front-end html image image-editor js programming react-js webdelopment

Last synced: 02 Apr 2026

https://github.com/sauloroman/programming-courses

Collection of programming courses about differente top technologies such as Javascript, C#. SQL, Typescript, CSS, etc

c-sharp javascript node programming react sass sql typescript

Last synced: 02 Apr 2026

https://github.com/pranjalco/password-manager-intermediate

A Password Manager app with a GUI to store, manage, and retrieve passwords. It generates random passwords, auto-copies to clipboard, and saves credentials (website, username, password) in JSON. Features include error handling, input validation, search functionality, and a lock icon for a professional look.

automation clipboard error-handling file-handling gui-application gui-development intermediate json-manipulation password-generator password-manager programming python task-automation tkinter

Last synced: 17 Apr 2026

https://github.com/lyy289065406/beauty-eye

swing 仿 Mac 外观风格构件

beauty-eye java programming ui

Last synced: 04 Apr 2026

https://github.com/sundanc/weatherprediction

This project implements a weather prediction system that predicts the temperature based on real-time weather data, including features like humidity, wind speed, and day-related features (day of the week, month

machine-learning machinelearning numpy pandas programming python scikit-learn scikitlearn-machine-learning weather-prediction

Last synced: 18 Apr 2026

https://github.com/beversbeck/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: 04 Jun 2026

https://github.com/sohomm/cbtc-c-coding

task1 : word count-open a file count the words , task2: expense tracker with switch case and multi-options , task3: C# code for number guessing

c c-language cipherbyte cipherbyte-technologies coding csharp programming project research shell wordcount

Last synced: 19 Apr 2026

https://github.com/dirkgroot/dirkgroot.github.io

Source code for my GitHub Pages site

kotlin programming tdd

Last synced: 19 Apr 2026

https://github.com/an4pdm/plataforma-de-gerenciamento-escolar-intuitivo-com-crud

Projeto Full-stack com integração entre Python e MySQL, permitindo o gerenciamento de dados de um sistema escolar com uma GUI simplificada.

automation coding database development full-stack gui programming project-repository python python3 simple-gui sql

Last synced: 20 Apr 2026

https://github.com/calebe94/programacao_em_java

Programação em Java

code java programming snippets

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/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/dropdevrahul/dot-files

Dot files for vim and i3

dotfiles i3gaps i3wm polybar programming vim vimrc

Last synced: 24 Apr 2026

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/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/titchwotlakosta779/roblox-krampus

Roblox Krampus 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 project repository roblox roblox-scriptify script scripting

Last synced: 27 Apr 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/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/rahul-404/modules-and-import-statements

Welcome to the "Modules and Packages" class in Python! In this class, you will learn about modules, packages, and how to import statements from one module to another or from one package to another

coding datascience github learnpython modules opensource package programming python python-tips software-development techeducation

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/v-mayya/programming-statistics-and-econometrics-resources

Programming, statistics and econometrics resources

econometrics programming python r statistics

Last synced: 29 Apr 2026

https://github.com/capellax02/com2044

(OBJECT ORIENTED PROGRAMMING) This repository contains the lecture slides, my lecture-related works, and assignments during my OOP course in the second year of the university.

java javafx object-oriented-programming programming spring

Last synced: 01 May 2026

https://github.com/ibrahimm7004/python-projects

Projects to strengthen my programming fundamentals in python.

coding docker kafka programming programming-fundamentals pyspark python

Last synced: 02 May 2026

https://github.com/lintangwisesa/java_upiyai_praktisimengajar

Dasar-Dasar Pemrograman Java - Praktisi Mengajar UPI YAI 2022

code java kampus-merdeka kemendikbud merdeka-belajar praktisi-mengajar programming

Last synced: 09 Jun 2026

https://github.com/rajtilak-2020/joke-generator

A Dynamic Joke Generator with a sleek and interactive user interface, designed to entertain and impress. It uses JavaScript to fetch random jokes from an API.

css css3 html html-css-javascript html5 javascript programming project

Last synced: 03 May 2026

https://github.com/maulopezdavila/quizastronomia

Quiz Cultura General de Astronomia

css html javascript programming quiz

Last synced: 03 May 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