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

A project inspired by Rustlings & Ziglings

c lang language mojo programming python

Last synced: 12 Mar 2025

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: 05 Oct 2025

https://github.com/anson09/ac

AC means power or accepted, practicing your js and programing skill from here 🧤

algorithm js leetcode programming

Last synced: 15 Mar 2025

https://github.com/masudursourav/bus-ticket-booking-system

This project I did for my 1st year 1st semester Project with C course

cprogramming programming project

Last synced: 15 Mar 2025

https://github.com/cacilhas/kodumaro

Development blog

development programming technology

Last synced: 05 Apr 2026

https://github.com/thiagoneye/course-golang

Go language studies.

go golang google programming

Last synced: 14 Jan 2026

https://github.com/calebe94/programacao_em_java

Programação em Java

code java programming snippets

Last synced: 07 Oct 2025

https://github.com/nihalsheikh/cs50p

Course: CS50P INTRO TO PRAGRAMMING WITH PYTHON

cs50p programming python

Last synced: 07 Oct 2025

https://github.com/quickerstudio/vlinder

Vlinder:an AI peer programming tool that helps you write code faster and smarter.

agent ai automation code-generation dna-context-protocol fix-bugs programming tool typescript vlinders vscode-extension

Last synced: 08 Oct 2025

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

This comprehensive course covers the fundamental concepts and practical techniques of Pandas, the essential library for data manipulation and analysis in Python. Learn to create, manipulate, and analyze data efficiently using DataFrames and Series.

challenges course exercises hands-on labex labs pandas playground programming python

Last synced: 08 Oct 2025

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

Master the essentials of Git version control in this comprehensive beginner's course. Learn everything from basic commands to advanced operations through hands-on labs and engaging challenges. Perfect for aspiring developers and those new to version control.

challenges course exercises git hands-on labex labs playground programming

Last synced: 08 Oct 2025

https://github.com/abhipatel35/java-inheritance-employee-management

Java Inheritance Employee Management: Explore inheritance in Java with classes representing employees, including analysts and salespersons, showcasing salary raises and bonuses.

code employee-management extends inheritance intellij-idea java javaclass object-oriented-programming parent-child-class programming software-development subclass superclass

Last synced: 18 Jan 2026

https://github.com/bhaktiswarup/think_tank

Collaborate with AI agents on diverse topics using the UltimateThinktank Crew. Store insights in Notion and access real-time web information. 🐙🤖

analysis assistant-chat-bots business-intelligence chatgpt competitive-programming congress cpp gpt4 hacktoberfest hacktoberfest2022 llm openai programming reader scraping semiconductor svelte tauri

Last synced: 11 Apr 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: 08 Oct 2025

https://github.com/webmekanic/botict

An Application that go through numbers from 1 to 100

css design javascript meteorjs programming reactjs

Last synced: 18 Jan 2026

https://github.com/mrtwisterkeyforloe/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: 08 Mar 2025

https://github.com/dgzlopes/sicp

My solutions to Structure and Interpretation of Computer Programs 2nd Edition.

programming sicp-book sicp-solutions

Last synced: 19 Jan 2026

https://github.com/alberto-lazari/computer-science

Computer Science Master's degree courses notes

computer-science programming unipd university

Last synced: 01 Jul 2025

https://github.com/muhammadsalmanaziz/python-for-ai

This repositry contains the basic python programming that is necessary for AI. It uses the Andrew Ng files

programming prompt-engineering python3

Last synced: 09 Oct 2025

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

20 year Curriculum that will make you a polymath. (Under Construction). Main focus being actively developed.

blue-teaming cybersecurity hacking network-engineering open-source polymath programming red-teaming security-engineering software-development university web-development

Last synced: 04 Mar 2026

https://github.com/asko7779/kernel-snippet

a piece of garbage kernel code which doesnt work for shit made for testing and experimenting

cplusplus kernel programming systemprogramming

Last synced: 23 Mar 2025

https://github.com/nafisalawalidris/13

This repository contains the source code for my personal portfolio website. The website showcases my skills, projects, and achievements, providing visitors with an interactive overview of my work and experience.

css data-science datascientist frontend html javascript jquery personal-website portfolio programming web-development

Last synced: 11 Apr 2026

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/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: 01 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: 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/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/joelkor/unlocktool-activated-version

UnlockTool-Activated-Version is a powerful software tool designed to unlock various devices with advanced encryption algorithms, ensuring secure access. It offers a user-friendly interface and seamless functionality for efficiently unlocking devices without compromising data integrity.

app application development engineering github hack programming programming-tool software software-engineering software-tool tech technology tool

Last synced: 21 Jun 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/adomidy22/hwid-spoofer-and-cleaner-2024

HWID Changer 🔑︎ Disk, Guid, Mac, Gpu, Pc-Name, Win-ID, EFI, SMBIOS Spoofing [Usermode] and Anti-Cheat-Terminator

anti-cheat cleaner-2024 code cybersecurity github hack hwid-changer hwid-spoofer open-source privacy programming security software spoofing-tool system-cleaner

Last synced: 07 Apr 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/mr-hrr-harry/product_based_problems

This a repo with a product based company problems and their solutions with most effective solution considering efficiency, code size, time complexity, space complexity and by avoiding inbuild methods

c java practices problems product-based programming skillrack zoho

Last synced: 31 Mar 2025

https://github.com/thenocturnaldevgypsy/code-lab-lecture-exercises

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 java programming programming-exercises thenocturnaldevgypsy thenocturnaldevgypsy-io

Last synced: 28 Dec 2025

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

Semestr 2, studia inżynierskie: Programowanie obiektowe

java object-oriented-programming oop programming

Last synced: 28 Mar 2025

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/sokratart/blox-fruits-script

Powerful script for Blox Fruits game that enhances gameplay and provides players with an edge. Includes features like auto-farm, teleportation, and more for an unparalleled gaming experience.

automation blox-fruits cheats code development exploits farming game github gui hackathon hacks lua multiplayer optimization programming roblox script scripting tools

Last synced: 16 Apr 2025

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

This course is designed to teach you about managing application containers, using Kubernetes. You’ll learn how Kubernetes works and how to use it to deploy and manage applications.

challenges course exercises hands-on kubernetes labex labs playground programming

Last synced: 23 Oct 2025

https://github.com/ondrejhruby/pythonessentials

A comprehensive guide to Python essentials, featuring a variety of code examples demonstrating basic to advanced concepts. This repository is ideal for beginners and intermediate learners looking to strengthen their Python programming skills through practical exercises.

algorithms classes-and-objects data-structures functions jupyter-notebook programming python

Last synced: 15 Mar 2025

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

A platform enabling math clubs to organize mathematical competitions, maintain records of results, and collaborate on math projects. This project, serving as a CRUD application, is developed for a university class to learn all the key concepts of programming in Java.

java javafx-desktop-apps programming

Last synced: 01 Apr 2026

https://github.com/000daniel/000daniel.github.io

A website about confusing C# programming topics made easy to understand.

csharp document documentation easy made-easy program programming simple tutorial website

Last synced: 26 Feb 2025

https://github.com/kawser2133/programming-basics-part1

Programming Basics Part 1 - This repository provides a comprehensive introduction to foundational C# programming concepts, including classes, objects, constructors, types of classes, and access modifiers.

access-modifier classes constructor csharp fields methods object-oriented-programming objects oop programming properties

Last synced: 31 Mar 2025

https://github.com/ryanbritodev/cursoemvideo-python

Aulas de Python do Mundo 1, 2 e 3 do professor Gustavo Guanabara, do Curso em Vídeo.

modules programming python3 scripting

Last synced: 25 Feb 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: 18 Nov 2025

https://github.com/realvishalrana/open-source-path-finder

Open Source Path Finder is a tool to discover open-source projects tailored to your skills and interests. Whether you're a beginner looking for your first contribution or an experienced developer exploring new domains, this tool helps you find projects based on search queries, tags, programming languages, and difficulty levels.

beginner-friendly collaboration developer-tools github-api hacktoberfest javascript nextjs open-source open-source-contributions programming repository-finder tailwindcss typescript

Last synced: 18 Apr 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/danieldantasdev/intro-to-programming_course-luisdev-essential-beginner-part-6_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/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/maumneto/pce

Repositório do Site da disciplina PCE da UFC

code disciplina discipline programming

Last synced: 28 Jan 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/skarllot/flow-pair

Personal pair programming with CI&T Flow AI

anthropic assistant chatgpt ciandt claude-ai flow openai programming

Last synced: 07 Apr 2025

https://github.com/codewithdark-git/codewithdark-git.github.io

Welcome to my portfolio website! This website showcases my projects, skills, and experiences. You can view the live website here.

css github github-pages html javascript personal-website portfolio portfolio-website programming project-repository projects showcase showcase-website

Last synced: 15 Apr 2026

https://github.com/wlun001/free-programming-books

free programming/computer books to enhance technical skills and knowledge

books coding free improve-skills kids-programming learning programming reference

Last synced: 25 Feb 2026

https://github.com/yohannescodes/dsp-1010

Humorous Manual for developers who want to self-diagnose their career trajectory based on their open-source contributions and personal project portfolio.

comedy humor open-source personal-project programming

Last synced: 25 Feb 2026

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/dvizioon/eco-bumbar

O DESAFIO FAPEMA, ERA SOBRE ECOLOGIA, E COMO MONTAR UM AMBIENTE ONDE AS PESSOAS PODERIAM ESTÁ DIVULGANDO, PARA O EVENTO QUE SERIA EM UM LOCAL FICTICIO, ENTÃO RESOLVI FAZER UM PEQUENO SISTEMA PHP COM SITE INTREGADO PARA ESTÁ DIVULGANDO ESSE CAUSA, MAIS POR QUE PHP?, PARA SUBIR EM UMA PLATAFORMA DE HOSPEDAGEM GRATUITA 📦〽️

composer ecologia ecology eventos events php programming sistema startup system

Last synced: 01 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/omr-ql/machine-learning-algorithms

This is my machine learning algorithms I have implemented so far

ai algorithms machine-learning programming python

Last synced: 25 Jun 2025

https://github.com/the-poweron-foundation/poweron

The ultimate all-in-one programming platform

code education learn network platform poweron programming share social

Last synced: 26 Feb 2026

https://github.com/artemzarubin/texteditor

This project is a basic text editor built using Windows Forms in .NET. It allows users to edit text and includes a feature to parse data from the university's website, displaying the parsed information within the editor. This project demonstrates my ability to work with Windows Forms, handle web data parsing, and develop user-friendly applications.

c-sharp dot-net programming software-engineering text-editor

Last synced: 08 Feb 2026

https://github.com/garapdigital/forum

Forum ini dibuat untuk para pelaku industri web development dan para coder yang ingin berbagi ilmu, berdiskusi, dan berkolaborasi dalam dunia pengembangan perangkat lunak.

coder forum programming

Last synced: 09 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/m-ah07/tafqit-php

A PHP-based service for converting numbers into text, supporting Arabic and English.

codefordevelopers numbertowords opensource opensourcecommunity php phpdevelopment phpprojects programming tafqit

Last synced: 10 Feb 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/bixat/language-keywords-reference

Cross-language keyword reference comparing Python, Dart, TypeScript, and Rust. Keywords aligned by concept and function for easy language switching and learning.

keywords languages programming

Last synced: 11 Feb 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/arsalan-dev-engineer/why-should-you-learn-python-in-2022

Why should you learn Python in 2022? I've written this article using the FPDF library.

article fpdf fpdf-library learn-to-code pdf pdf-document pdf-python programming projects python python-pdf python3 report

Last synced: 16 May 2025

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/m-ah07/currency-converter-go

A simple and efficient currency converter written in Go (Golang) using real-time exchange rates from the ExchangeRate-API.

apidevelopment currencyconverter developertools golang golangprojects goprojects opensource opensourcecommunity programming

Last synced: 12 Feb 2026

https://github.com/bredefk/programming-ntnu

Repository for some of my assignments from NTNU

android assignments bash c java ntnu programming

Last synced: 16 Apr 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: 22 Apr 2025

https://github.com/filiprokita/quadratic-equation-solver

This program is a quadratic equation solver that calculates the roots of a quadratic equation with given coefficients. The user is prompted to input the values of 'a', 'b', and 'c' and then the program solves the equation and displays the roots. If the value of delta is negative, the program displays an error.

algorithm computer-science console-application cpp equation-solver math math-solver numerical-methods programming quadratic-equation quadratic-equation-solver roots

Last synced: 24 Mar 2025