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/alberto-lazari/computer-science

Computer Science Master's degree courses notes

computer-science programming unipd university

Last synced: 01 Jul 2025

https://github.com/awais-124/bankist-web-app

A Bankist App developed using JavaScript for learning.

arrays css html js programming webapplication

Last synced: 03 Feb 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: 01 Mar 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/woolseyworkshop/article-using-the-new-formatting-and-printing-capabilities-in-cpp20-and-cpp23

Using The New Formatting And Printing Capabilities In C++20 And C++23 Article Resources

cpp cpp20 cpp23 programming

Last synced: 13 Jun 2025

https://github.com/jagoda11/aws-lambda-isogram-checker

🚀 Dive into this AWS Lambda function that determines if a word or phrase is an isogram, showcasing a serverless solution to the challenge. The repository offers insights into deploying an isogram checker that can integrate with API Gateway or process files in a cloud environment. 💻

api-gateway aws aws-cli aws-lambda cloud-computing coding-challenge event-driven infrastructure-as-code isogram isogram-detection-algorithm lambda-functions node programming serverless typescript

Last synced: 05 Jul 2025

https://github.com/dencodez/life

The Life coding language is out! More info in README... Life version: Pre-Alpha. Install Life here! 👇🏼

coding explorerlanguage life programming

Last synced: 19 Mar 2026

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: 18 Jul 2025

https://github.com/lyy289065406/javaini

ini 配置文件解析器

programming

Last synced: 19 Apr 2026

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

Windows 系统进程管理器

programming

Last synced: 03 Apr 2025

https://github.com/exp-codes/exp-libs-c

经验构件库(C/C++版)

programming

Last synced: 28 Jun 2025

https://github.com/code-help-tutor/programming-principles-assignmen

Programming 辅导, code help, CS tutor, WeChat: cstutorcs Email: tutorcs@163.com

programming

Last synced: 11 Mar 2025

https://github.com/code-help-tutor/programming-assignment-2-bismuth-interpreter

Programming 代写代做 编程辅导, code help, CS tutor, WeChat: cstutorcs Email: tutorcs@163.com

programming

Last synced: 10 Jun 2025

https://github.com/andreugordillovazquez/introduction-to-programming

Repository containing the labs done in the subject Introduction to Programming, at Universitat Pompeu Fabra

programming python-3

Last synced: 09 Aug 2025

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

Объёмные практические работы, выполненные в сплочённом коллективе заряженных программистов Финансового университета.

coding-challenge more practice-project programming

Last synced: 12 Dec 2025

https://github.com/mustafabinguldev/javaalgorithmsways

In this repository I share algorithms and coding approaches, algorithms that I will and can use in java and programming.

algorithm algorithm-challenges algorithms algorithms-and-data-structures java java-8 java-algorithm java-algorithms jdk jdk17 jdk8 programming software-engineering sorting-algorithms

Last synced: 03 Jan 2026

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

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/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/progambler227788/battle-ship-game

This is a Python implementation of the Battleship game where the computer plays against itself. The game board is a 10x10 2D list, and five ships are randomly placed on it at the start of the game.

battle-ship-game battleship-game coding-beginners-projects database django dsa flask flask-sqlalchemy programming programming-fundamentals programming-language python python-library random-library ship-battle

Last synced: 16 May 2025

https://github.com/dmarks84/coursework_project_sentiment-analysis

Project for University of Michigan Python Programming Specialization -- Read in tweets and analyzed their content to perform basic sentiment analysis

classification programming python sentiment-analysis statistics web-scraping

Last synced: 09 Apr 2025

https://github.com/dadosdelaplace/dadosdelaplace.github.io

Web/blog de Javier Álvarez Liébana (@dadosdelaplace)

blog dataviz divulgacion programming r statistics website

Last synced: 04 Apr 2025

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

In this course, you will learn how to use Wireshark to capture and analyze network traffic. You will learn how to install Wireshark, capture packets, and analyze them. You will also learn how to use Wireshark to troubleshoot network issues, analyze network traffic, and secure your network.

beginner-guide course cybersecurity cybersecurity-education cybersecurity-tools hands-on labex labs network-analysis network-monitoring network-protocols network-security network-troubleshooting packet-capture programming protocol-decoding security-analysis tcp-ip traffic-analysis wireshark-tutorials

Last synced: 16 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/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: 31 Mar 2025

https://github.com/omr-ql/solving-numbers-problems

Here Where I solve some problems in mathematics and programming concepts.

cpp number-programs problem-solving programming python

Last synced: 15 Mar 2025

https://github.com/vaibhavmojidra/python---demo-reading-csv-rows-as-lists

The CSV module is one of the modules in Python which provides classes for reading and writing tabular information in CSV file format.

csv csv-python csv-rows-as-lists-using-python lists mojidra programming python python2 python3 reading-csv vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 11 Mar 2026

https://github.com/sourceduty/autoformat_notepad

🗒️ Text editor that automatically identifies and highlights syntax for multiple programming languages including Python, HTML, JavaScript, C, Java, and JSON.

automatic-format file-detection file-format format new-idea note note-format note-program notepad notepad-program notes program programming programming-notepad syntax syntax-format text-editor

Last synced: 08 Aug 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/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: 03 Dec 2025

https://github.com/rudradcruze/phitron

Phitron is a platform designed to help individuals build a strong foundation in programming. It offers courses on various topics, including basic programming, data structures, algorithms, object-oriented programming, databases, and more. Batch 5

c cpp phitron programming

Last synced: 31 Mar 2025

https://github.com/joeandmark/qtp

基于 Qt5 的俄罗斯方块游戏设计,作为我的数据结构期末考核程序。

coursework cpp gui learn programming qt tetris

Last synced: 31 Mar 2025

https://github.com/m-ah07/to-do-list-app

A simple Python-based command-line tool for managing tasks. It allows users to add, view, update, and delete tasks while storing task data in a local file.

coding opensource productivity programming python taskmanagement todoapp

Last synced: 16 Feb 2026

https://github.com/ashtanko/shtanko.dev

Personal site and blog

computer-science programming site

Last synced: 05 Jan 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/mekebabman/2d_planeshooter

2D_PlaneShooter is a 2D Pixel type plane shooter game made with SDL2 and C

c clang coding games gcc plane programming sdl sdl2 shooter

Last synced: 28 Feb 2025

https://github.com/nneji123/autocommiter

This repository contains utility functions for the Autocommiter tool.

auto git github-actions programming python

Last synced: 13 Apr 2026

https://github.com/adamcegielka/javascript-learning-project

A personal repository for my JavaScript learning journey, covering basics to advanced topics with exercises and projects.

beginner-friendly coding-exercises education javascript javascript-projects javascript-tutorials js learning-javascript programming self-learning

Last synced: 15 May 2025

https://github.com/raveriss/cpp08

C++ Module 08 covers containers, templates, iterators, and algorithms. Exercises include implementing easyfind, Span, and MutantStack. You'll work with STL containers and algorithms, adhering to C++98 standards. Focus on memory management and the canonical class form.

42school algorithms containers cpp cpp98 iterators programming stl templates

Last synced: 25 Feb 2026

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/kissulyamotby262/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: 15 May 2025

https://github.com/meysam81/students-binary-tree

a class of students, containing information about ID, Name & Grade, in a binary tree which has access methods to these datas

binary-trees c-plus-plus coding college-assignment data-structures programming project projects student-project students tree tree-structure

Last synced: 16 Mar 2025

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

Use English as a Programming Language

ai codelish english programming programming-language

Last synced: 25 Feb 2025

https://github.com/alexbinary/code-and-lego

📝 A blog about programming and LEGO

blog lego programming

Last synced: 01 Mar 2026

https://github.com/lucasmdct/douglas_nodejs

Aulas de node e react do Professor Douglas Junior, disponibilizado pela DB1 group e Grupo Integrado no Curso de Bootcamp. ( Node and react classes by Professor Douglas Junior, provided by the DB1 group and Grupo Integrado in the Bootcamp Course. )

course db1group douglas express http integrado javascript node-js nodejs programming server

Last synced: 11 Apr 2026

https://github.com/sjthesahiljoseph/the-lua

The-Lua is a Lua language learning repository made by sjTheSahilJoseph. I created that for my personal learning, teaching, notes, practice etc... But feel free to use that. No problem with it. Thank You.

learning lua lua-programming notes personal programming teaching

Last synced: 05 Jul 2025

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

Magnetic Levitation Using Arduino: An In-Depth Technical Review. This is a review of an academic project that I participated in 2014.

arduino control-systems electronics hall-effect-sensor magnet magnetic-levitation magnetism matlab mechatronics pcb-design phisics pid pid-control processing programming simulink

Last synced: 01 Feb 2026

https://github.com/chewred/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: 30 Jun 2025

https://github.com/mewmewdevart/ft_printf

[42 Cursus] Because ft_putnbr() and ft_putstr() aren’t enough

42born2code c library makefile printf programming variadic-arguments

Last synced: 26 Feb 2025

https://github.com/rabinadk1/python

Python for everyone

programming python python3

Last synced: 11 Mar 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: 11 Mar 2025

https://github.com/danieldantasdev/intro-to-programming_course-luisdev-essential-beginner-part-5_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: 16 Apr 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/isaakiel/isaak_lessons

Short lessons for the ISAAK meetings

archaeology programming teaching teaching-materials

Last synced: 28 Feb 2026

https://github.com/labex-labs/penetration-testing-for-beginners

Test your skills in this challenge-based course covering essential penetration testing techniques. Each challenge requires you to independently discover and exploit vulnerabilities using industry-standard tools like Nmap, FTP, SMB, Telnet, Rsync, RDP, HTTP, and SSH. Perfect your reconnaissance and enumeration skills through self-guided explorati...

challenges course cybersecurity exercises hands-on labex labs playground programming

Last synced: 15 Feb 2026

https://github.com/kneth/kneth.github.io

Kneth's Korner - my personal homepage and blog

open-source programming

Last synced: 16 Feb 2026

https://github.com/vitormimaki/sweettec

SweetTec (Access Database)

access database programming sql vba

Last synced: 16 Feb 2026

https://github.com/lukedschenk/excellent-privacy-and-security-information

A collection of blogs, podcasts, videos, etc. that I would recommend related to pentesting, hacking, CTF, reverse engineering, privacy, OSINT, programming and the works.

blogs ctf hacking osint penetration-testing pentesting podcasts privacy programming reverse-engineering

Last synced: 01 Mar 2026

https://github.com/rmdnhub/xogame

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

angular css html programming typescript

Last synced: 21 Mar 2026

https://github.com/mhmzdev/solid-principles-dart

A quick summary of SOLID principles and their implementation in dart language

coding dart programming solid

Last synced: 02 Mar 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/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/ilovebacteria/cheatsheet

My big cheatsheet in programming

cheatsheet github-pages programming static-site

Last synced: 04 Mar 2026

https://github.com/renvasco/react-marvel

:atom: This app interacts with the Marvel Developer Portal API to get characters, comics and information about them.

learning marvel marvel-api marvel-characters marvel-comics marvelapp programming react reactjs reactpalette reactrouterdom reactscroll spa styled-components

Last synced: 17 Apr 2026