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

🎵 Line Tunes - Interactive Web-Based Drum Sequencer Create rhythmic patterns with this modern drum sequencer featuring multiple drum sounds, dynamic grid system, and real-time playback. Built with React, TypeScript, and Web Audio API for high-quality sound synthesis.

beatmaking coding creativecoding drummachine drumsequencer frontend javascript musicproduction opensource programming react reactjs tailwindcss typescript webdev webdevelopment

Last synced: 02 May 2026

https://github.com/didogrigorov/leetcode-may-daily-challenges-2023

Python solutions to LeetCode's May 2023 Daily Challenges, organized by date. Ideal for practicing coding, mastering Python, and preparing for interviews.

algorithm-challenges algorithms algorithms-and-data-structures coding coding-challenge coding-challenges coding-interviews data-structures interview leetcode leetcode-python leetcode-solutions programming python python3

Last synced: 12 Oct 2025

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

Short Bio and profile details

developer portfolio-website portofolio programming

Last synced: 19 Feb 2026

https://github.com/labex-labs/redis-intermediate-to-advanced

In this course, delve into advanced Redis topics like key management, data structures (Lists, Sets, Sorted Sets, Hashes), transactions, Pub/Sub, Lua scripting, persistence, security, performance monitoring, HyperLogLog, and cluster management.

challenges course exercises hands-on labex labs playground programming redis

Last synced: 13 Oct 2025

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/princeinscripts/leetcode-question

A repository containing solutions to LeetCode questions focused on Data Structures and Algorithms (DSA), aiding in practicing and mastering key concepts in computer science.

algorithms computer-science data-structures leetcode practice-repository programming

Last synced: 04 Sep 2025

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/aboualine/hangman-game

This project implements the classic Hangman game. Players try to guess a hidden word by suggesting letters. The game randomly selects words and provides feedback on correct and incorrect guesses. It's a great project, practicing basic game development, and exploring string manipulation. The code is well-commented and easy to follow.

beginner c cli console-game education game hangman learning open-source programming software-development tutorial word-game

Last synced: 01 Apr 2025

https://github.com/labex-labs/privilege-escalation-techniques-on-linux

In this course, you will learn about privilege escalation techniques on Linux. It is a beginner level course and will cover various techniques to escalate privileges on Linux systems.

challenges course exercises hands-on labex labs pen-testing playground programming

Last synced: 19 Feb 2026

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

A roulette game for programming project challenges

challenge game programming

Last synced: 02 Apr 2025

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/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: 25 Mar 2025

https://github.com/vaibhavmojidra/python--demo-generating-csv-rows-as-dictionary

The csv library provides functionality to both read from and write to CSV files. Designed to work out of the box with Excel-generated CSV files, it is easily adapted to work with a variety of CSV formats. The csv library contains objects and other code to read, write, and process data from and to CSV files.

coding csv dictionary mojidra programming python python2 python3 vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 14 Mar 2026

https://github.com/acetinkaya/pythonprogramlamakaynaklari

Python Programlama Dili ile ilgili kaynak kitapları, dokümanları ve eğitim materyallerini içeren bir listedir. Açık kaynak ve akademik içeriklere odaklanılmıştır.

books education programming python python-programming-language python3

Last synced: 29 May 2026

https://github.com/lythinh23w53/zorara-r0b1ox

Roblox Zorara 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: 04 Sep 2025

https://github.com/toastdriven/greatengculture

This is my answer to the question "How To Create A Great Engineering Culture?"

culture documentation engineering guide programming

Last synced: 14 Feb 2026

https://github.com/labex-labs/basic-django

Quick Start with Django | This repo collects 7 of programming labs exercises for Quick Start with Django. This tutorial is a hands-on adaptation of the official Django beginner's example. It will help you quickly get started with Django using LabEx VM.

challenges course django exercises hands-on labex labs playgroud programming

Last synced: 30 Mar 2025

https://github.com/rabi-siddique/drm

The drm script is a productivity tool for Docker users, designed to simplify container removal. Instead of copying container IDs from docker ps output, users can remove a container by specifying its sequence number in the list.

bash bash-scripting docker docker-compose linux programming

Last synced: 12 Apr 2026

https://github.com/plabayo/webasic

BASIC interpreter, IDE and runtime for the web

basic beginner education graphics ide interpreter learning programming runtime rust web

Last synced: 15 Mar 2026

https://github.com/ufc-qxcode/qxcode-cpp-pack

Pacote de extensões do VSCode sugeridas para programação em C++. Fornecido pela UFC Campus Quixadá.

cpp programming vscode-extension-pack

Last synced: 20 Oct 2025

https://github.com/vaibhavyadav-dev/codeforces-problemset-scrapper

Web Scrapper that scrap the whole problemset of Codeforces into csv or json file.

codeforces competative competative-programming crawler problemset programming python scrapy-crawler scrapy-spider

Last synced: 01 Jun 2026

https://github.com/Haseeb1389446/CSharp

Here are all my C# 🟢 tasks and basic exercises 🖥, to strengthen my C# 🟢 logic-building skills 🧠.

c-sharp coding console-application csharp csharp-code programming programming-language tasks

Last synced: 22 Oct 2025

https://github.com/lakshay1341/password-strength-tester-and-cracker

The Password Strength Tester and Cracker is a Java-based tool designed to enhance cybersecurity awareness and education.This tool integrates user input and random password generation, providing a comprehensive solution for password analysis. It is ideal for understanding the importance of strong passwords and the risks associated with weak ones.

cybersecurity-tools java passwordcracking passwordstrength programming softwaredevelopment

Last synced: 23 Oct 2025

https://github.com/ghivert/papers

All articles published both on Medium or on my blog!

articles functional-programming programming

Last synced: 20 Jan 2026

https://github.com/sarcevicantonio/fodf

Documentation of my projects for the course Fundamentals of Digital Fabrication

2d 3d cutting design devices digital electronics embedded fabrication input laser output printing production programming

Last synced: 25 Oct 2025

https://github.com/iamgauravkhanna/hands-on-java

Java related topics and examples

java java8 programming

Last synced: 26 Mar 2025

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

Python too supports file handling and allows users to handle files i.e., to read and write files, along with many other file handling options, to operate on files.

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

Last synced: 15 Mar 2026

https://github.com/edandresvan/practice-book-rust-in-action

Practical exercises from the book "Rust in Action" by Tim McNamara (Manning)

practice practice-programming programming rust rustlang

Last synced: 25 Oct 2025

https://github.com/btd2010/learn-lua

Learn how to code in Lua

lua programming

Last synced: 24 Mar 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/brucamps/programacao_de_sistemas_transforme-se

Atividades em Python | Programador de Sistemas - Programa Transforme-se (Em andamento)

programacao programming programming-exercises python python3 transforme-se

Last synced: 28 Jan 2026

https://github.com/jameschirambo/solver-threaded-programming

An OpenMP parallel implementation for two C versions of codes, which implement the same adaptive quadrature algorithms in two different ways

c hpc openmp programming

Last synced: 23 Jan 2026

https://github.com/chaudharypraveen98/python_beginner

Python beginner questions

programming python

Last synced: 26 Oct 2025

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

Aliia Sultanova Portfolio

data datascience programming python

Last synced: 23 Jan 2026

https://github.com/rahul-404/flask-web-calculator

This is a simple web calculator application built using Flask, a lightweight Python web framework. The calculator allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

arithmetic datascience flask lightweightframework opensource programming python techprojects webapp webcalculator webdevelopment

Last synced: 19 Apr 2026

https://github.com/byroncalvete/my-web

My skills and journey! 🎒

blog programming software-engineering ux-ui

Last synced: 24 Jan 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/gsilva00/pfl-project2

FEUP L.EIC 2024/25 - 3rd Year, 1st Semester - 2nd Project developed in the Functional and Logic Programming curricular unit

feup game leic logical-programming pfl programming

Last synced: 28 Jan 2026

https://github.com/danieldantasdev/intro-to-programming_course-luisdev-essential-beginner-part-3_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: 15 Apr 2026

https://github.com/digizus/digizus

A collaborative community for IT enthusiasts, sharing knowledge and resources on various technologies. From Linux fundamentals to advanced DevOps practices, this repo has something for everyone.

automation cloud-computing data-science databases development machine-learning networking programming scripting web-development

Last synced: 15 Apr 2026

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/dimonvor97paradox/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: 31 Mar 2025

https://github.com/yasenstar/learn-c

Repository to track the learning journey of C programming language

c programming

Last synced: 25 Feb 2026

https://github.com/bahmanm/stockperson-scala

Stockperson implemented using Scala 3.

programming scala3

Last synced: 25 Feb 2026

https://github.com/joel-rodrigues404/alura-course-docs

Repositório como uma forma de aprender e resumir os cursos Alura

alura estudos organization programacao programming

Last synced: 07 Feb 2026

https://github.com/dieron/playwrightscreenshotstaker

Short demo of how to take a screenshot from a browser window using Playwright

browser c-sharp js playwright programming screen screenshot

Last synced: 01 Feb 2026

https://github.com/rizamamedow/solutions-from-book

Here is my solution from "Nikita Kultin - C/C++ in tasks and examples" Book. Will be added in time.

books c cmake cpp20 programming

Last synced: 25 Feb 2026

https://github.com/vinialg/c__criptobank

Projeto de Plataforma Bancária C 2024

binary c logic pointers programming struct

Last synced: 15 Apr 2026

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

Suppose you are transitioning from Scratch and want something simpler than Python? What if you want to embed Python alongside an easier version? Gruntlang does just that!

easy-python programming programming-language python-sucks

Last synced: 09 Feb 2026

https://github.com/yuriioks/aqa-gcse-computer-science-preparation

25-week comprehensive program designed to equip students with the knowledge and skills required to excel in the AQA GCSE Computer Science exam

algorithms aqa aqa-computing coding-tutorials computer-science computer-science-education data-structures education exam-preparation gcse gcse-computer-science programming python python3 sql yuriodev

Last synced: 09 Feb 2026

https://github.com/peterrauscher/devbranch.co

The source code for my site https://devbranch.co

algorithms blog data-structures devops programming website

Last synced: 10 Feb 2026

https://github.com/khanalsaroj/fake-hacking

Hyper-realistic terminal hacking simulation for cinematic demos, hacker-style videos, and live presentations.

bash-script cinematic entertainment fack-hack fake-hacking fun-project hacking-simulator learning programming simulation terminal-animation

Last synced: 10 Feb 2026

https://github.com/e-d-i-n-i/python-keylogger

Background keylogger for Windows that records keystrokes and logs them to date-based files, running silently without a visible console

executable-file hack keylogger keylogger-python programming python

Last synced: 16 Apr 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/foxfriends/hack-test

Dig through the source code to figure out the password

game hacking programming

Last synced: 18 Mar 2026

https://github.com/chavacava/chavacava.github.io

My notes on software development

blog computer-science programming

Last synced: 18 Mar 2026

https://github.com/hskrasek/presentations

This repo contains all the presentations I've given

deckset php presentation programming

Last synced: 31 Mar 2025

https://github.com/m-ah07/image-converter-python

A Python-based tool for converting images between PNG, JPEG, GIF, and BMP formats with clean, modular code.

imageconverter imageprocessing opensource opensourcecommunity programming python pythonprojects pythonscripts techtools

Last synced: 27 Feb 2026

https://github.com/deysuman/backslash

Backslash is php open source framework

framework php php-framework php-library programming

Last synced: 14 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/worriedlemon/oop

Лабораторные работы по ООП

kotlin oop programming

Last synced: 06 Apr 2025

https://github.com/paulrosset/paulrosset_homepage

Paul Rosset's personal homepage

blog blogging coding life programming projects

Last synced: 12 Feb 2026

https://github.com/probablyjassin/probablyjassin.github.io

My Website written in Nuxt.js with Nuxt Content

nuxt nuxt-content portfolio programming website

Last synced: 16 Apr 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/hazrat-ali9/software-development-by-microsoft

🚢 Microsoft’s software development ✈ principles tools and 🚁 technologies Perfect for 🛸 developers aiming to 🚀 learn build and scale 🛼 world-class software 🚞 NET C# Azure Visual Studio 🚒 and DevOps best 🏟 practices Includes project 🏟 templates clean architecture 🏘 patterns CI/CD workflows Guides 🕍 on Agile development testing debugging

dart javascript microsoft programming python react software-development software-engineering software-testing zip

Last synced: 16 Apr 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/vaibhavmojidra/python---demo-working-with-directories

Python OS module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, see the os.path module, and if you want to read all the lines in all the files on the command line see the fileinput module

coding mojidra os programming python python-os python2 python3 vaibhav vaibhav-mojidra vaibhavmojidra working-with-directories

Last synced: 14 Feb 2026

https://github.com/wandeber/quara

Lenguaje de programación interpretado por JavaScript. Pensado para preprocesar texto como platillas de email.

interpreter language programming

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