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/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/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/godzillaandkong/javascript-v6f

🔧 Streamline your JavaScript development with v6f, offering efficient tools and features for building robust applications seamlessly.

api asynchronous coding frameworks front-end javascript javascript-ecosystem libraries npm performance programming testing tools tutorials v6f web-development

Last synced: 14 May 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/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/tm-1-3/svg-to-png-image-converter

SVG To PNG Image Converter Developed For The L.EIC009 - Programming Class

cpp feup leic png programming svg

Last synced: 26 Oct 2025

https://github.com/pyzit/4k-coding-wallpaper

(In Progress) Welcome to the 4K Wallpapers repository! This is a collection of high-quality 4K wallpapers that I have officially created.

4k-wallpapers coding-wallpapers creative-commons developer-wallpapers open-source programming programming-wallpapers tech-wallpapers

Last synced: 25 Feb 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/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/lfariello/computational_fluid_dynamics

Matlab code to simulate the evolution of unstationary flow in slender cavities with an unsteady lid velocity

fluid-dynamics fluid-simulation matlab programming

Last synced: 26 Oct 2025

https://github.com/chaudharypraveen98/python_beginner

Python beginner questions

programming python

Last synced: 26 Oct 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/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/labex-labs/cybersecurity-analysis-with-wireshark-and-tshark

In this course, learn cybersecurity analysis using Wireshark and Tshark. Master packet capture, filtering, protocol analysis, and automation for effective network security monitoring.

automation command-line course cybersecurity digital-forensics hands-on intrusion-detection labex labs network-monitoring network-security network-troubleshooting packet-analysis programming protocol-analysis security-operations security-tools traffic-analysis tshark wireshark

Last synced: 06 Feb 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/quantecon/lecture-python-programming.fa

Python Programming (Persian - fa)

economics persian programming python

Last synced: 29 Jan 2026

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/eduardozepeda/programming-notes

My programming notes a little bit of everything related the web development and software engineering: languages, frameworks, tools and even digital nomadism.

ebooks epub notes pdf programming tutorial tutorials

Last synced: 30 Jan 2026

https://github.com/leomaurodesenv/my-linux-configs

Programs and extensions for Linux distributions

gnome-extension post-installation programming ubuntu

Last synced: 31 Jan 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/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/raveriss/cpp07

C++ Module 07 focuses on templates. Covers function and class templates, including swap, min, max, iterator, and array templates. Adheres to C++98 standard with emphasis on memory management and canonical class form.

cpp cpp98 generic memory-management object-oriented-programming programming templates

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

Projeto de Plataforma Bancária C 2024

binary c logic pointers programming struct

Last synced: 15 Apr 2026

https://github.com/raveriss/cpp_module_02_05-09

Réalisations personnelles pour les exercices C++ (cpp05 à cpp09), explorant la programmation orientée objet, ... , la gestion de la mémoire et d'autres concepts avancés, conformément aux directives de l'école 42.

algorithms casts class containers cpp cpp98 exceptions form-management generic handling iterators memory-management programming serialization stl templates type-conversion type-identity

Last synced: 02 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/hilmizul/codejam

Fundamental Programming Challenges for My Students. Use your BRAIN intead AI tool‼️

challenge logic problem-solving programming

Last synced: 09 Feb 2026

https://github.com/labex-labs/comptia-network-plus-training-labs

Master essential networking concepts and skills with hands-on labs. This course covers network fundamentals, implementation, operations, security, and troubleshooting, preparing you for the CompTIA Network+ certification (N10-009).

certification comptia course fundamentals hands-on hands-on-labs implementation infrastructure labex labs linux n10-009 network networking operations programming protocols security sysadmin troubleshooting

Last synced: 09 Feb 2026

https://github.com/carloshmarques/carloshmarques

My personal github profile page, where i present my self, explain what i do and what i aim to achieve...

aspiring profile-readme programming projects

Last synced: 09 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/raghuram07/project-euler-programs

Here i'm filling the programs from project euler.

numbertheory programming project-euler

Last synced: 18 Mar 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/rezapace/vb-tutorial

Untuk memulai, pastikan Node.js terinstal pada sistem Anda. Unduh Node.js dari situs resmi Node.js, lalu ikuti instruksi instalasinya. Selanjutnya, install Node-RED dengan perintah npm, dan jalankan dengan node-red. Setelah itu, akses antarmuka Node-RED melalui browser. Untuk integrasi Firebase, buat proyek di Firebase Console, salin konfigurasi, d

automation git-reza iot programming vb vbnet vbscript website

Last synced: 11 Feb 2026

https://github.com/kalebers/scratch_tutorials

Scratch tutorials made by me to teach beginners in development

fundamentals game programming scratch

Last synced: 27 Feb 2026

https://github.com/lucho00cuba/exercism-solutions

A repository containing my solutions to coding exercises from Exercism.

exercism-solutions programming

Last synced: 11 Feb 2026

https://github.com/edvaldoljr/faculdade-introducao-devops

DevOps é uma cultura e conjunto de práticas que otimizam a colaboração entre desenvolvimento e operações, resultando em entrega de software mais rápida, confiável e de alta qualidade.

conhecimento devops estudos faculdade programming university

Last synced: 11 Feb 2026

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

Hacktober Fest 2022. Let's solve some issues! Repo contains AI problem and Web development projects.

contributions-welcome hacktoberfest hacktoberfest2022 javascript open-source programming python

Last synced: 11 Feb 2026

https://github.com/sayed94h/aqyanoos

Web Development Services , Teaching Computer, Coding and Programming, Courses and tutorials, Building updating upgrading websites, Cloud technology, Cloud services

amazon build-web-application build-website coding computer computer-science create-web-app create-website make-website programming programming-course web-development web-development-course website website-builder website-design website-development

Last synced: 27 Feb 2026

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/vaibhavmojidra/python---demo-files-renaming-deleting-and-others

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 deleting-files-using-python files metadata-files-using-python mojidra operatingsystem programming python-programming python2 python3 renaming-files-using-python vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 12 Feb 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/bsm3d/flytools

BSM3D :: Legacy project

aviation basic icao legacy programming rapidq

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

Short lessons for the ISAAK meetings

archaeology programming teaching teaching-materials

Last synced: 28 Feb 2026

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/justintime50/muffinscript-vscode

Syntax highlighting for the MuffinScript programming language.

extension highlighting language muffin muffinscript programming syntax vscode

Last synced: 15 Feb 2026

https://github.com/frosteen/learn_to_code

These are take-down notes when learning a new programming language.

coding learning 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/ite-2022-pwr/ite-is-semestr-1

Semestr 1, studia inżynierskie: Podstawy programowania

programming studia university university-project

Last synced: 19 Mar 2026

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

📝 A blog about programming and LEGO

blog lego programming

Last synced: 01 Mar 2026

https://github.com/majikmate/module-ts

Basic programming course for imperative programming in TypeScript

learning learning-by-doing programming typescript

Last synced: 01 Mar 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: 09 May 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/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/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/aathifzahir/awesome-links

This repository offers a curated list of free online resources, tools, and courses across topics like Learning & Certification, Developer Tools, Web Development, and GitHub/Open Source, helping developers of all levels advance their skills.

backend-development certifications developer-resources developer-tools educational-resources freecourses frontend-development fullstack-development github-repository learning-materials learning-resources open-source programming software-engineering tutorials uiux-design web-development web-development-resources

Last synced: 04 Mar 2026