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/swann126/comptia-free-tutorials

📚 Master CompTIA certifications with free tutorials and hands-on labs designed for beginners to build essential IT skills for professional success.

awesome comptia exercises free free-tutorials hands-on labex programming tutorials

Last synced: 06 Oct 2025

https://github.com/newir295/c-programming

C programming Repo. document my Journey in C world :)

c programming

Last synced: 25 Oct 2025

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/otumian-empire/crypto-sec-oe

Crypto is a sample practice project for the swift python programming material, https://github.com/Otumain-empire/swift-python that implements the Cesar-cipher. Isn't that great?

otumian-empire programming python3 swift-pythom

Last synced: 05 Oct 2025

https://github.com/the-real-virus/pycaptcha

pyCAPTCHA: A Simple & Secure CAPTCHA Generator ! Generate and verify CAPTCHA images effortlessly with pyCAPTCHA – a lightweight, user-friendly, and interactive Python-based solution.

ai automation bash captcha captcha-generator coding ctf cyber-security ethical-hacking github linux networking open-source pentesting programming python redteam scripting software tools

Last synced: 13 Apr 2026

https://github.com/labex-labs/hydra-cybersecurity-attack-labs

In this course, master Hydra cybersecurity attack techniques through hands-on labs covering session restoration, SSL attacks, brute-force, and multi-target attacks.

challenges course cybersecurity exercises hands-on hydra labex labs playground programming

Last synced: 06 Feb 2026

https://github.com/professormanhattan/ansible-ruby

Installs Ruby (as well as a configurable list of system or user level gems) on almost any platform

ansible doctor fedora gems install installdoc installdoctor language macos mblabs megabytelabs molecule professormanhattan programming rake role ruby ubuntu washingtondc windows

Last synced: 07 Apr 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/gmerczi/higherlowergame

Just a game I made on my own as part of a course I’m doing. Still figuring stuff out, but hey – it runs! 😅

begginer course-project game learning programming project python

Last synced: 10 Apr 2025

https://github.com/quantecon/lecture-python-programming.fa

Python Programming (Persian - fa)

economics persian programming python

Last synced: 29 Jan 2026

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/edvaldoljr/faculdade-tecnologia-em-coding-c-orientacao-objetos

A POO em C++ é uma ferramenta essencial para a construção de softwares complexos e escaláveis, proporcionando organização, reutilização e flexibilidade ao código.

c poo programming

Last synced: 03 May 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/shroudsourav/currency-converter

Currency Converter made using HTML CSS JS

bootstrap coding css currency-converter html js programming project

Last synced: 05 Feb 2026

https://github.com/davelongdev/dave-long-web-studio

Website files for davelongwebstudio.com. Web site building - Development, Design, and Writing. Made with the Hugo framework.

css html hugo javascript programming web-design web-development website

Last synced: 13 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/forlornu/interfaces-inheritance

A small demo showcasing when to use inheritence or abstract classes

abstraction c-sharp inheritence interfaces programming unity unity3d

Last synced: 16 May 2026

https://github.com/pranav-jadhav09/webdev-resources

31st Dec, 2024 - Rockstar Full Stack Developer

learning-resources programming roadmap

Last synced: 30 Jan 2026

https://github.com/jauharibill/crud-with-realm

This Repository contain code about CRUD android using Realm NoSQL

android crud mobile nosql programming realm

Last synced: 10 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/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: 03 May 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/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/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/ola191/templates

【🟩】【Completed】【Local】【Expandable】- Simple templates for starting projects, e.g. PyQt5

programming templates

Last synced: 18 Apr 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/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

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/ojaciel/weather-app-flutter

Aplicativo de clima em Flutter, desenvolvido para aprendizados de integração com API e modelagem de telas.

dart flutter flutter-app mobile-app mobile-development programming weather weather-api weather-app

Last synced: 13 Apr 2026

https://github.com/mateuszcalderon/receipt

An easy receipt code made with Python to improve my programming skills.

programming python

Last synced: 02 Apr 2025

https://github.com/edvaldoljr/faculdade-projeto-integrador

Projeto desenvolvido como parte do meu curso na faculdade. Este projeto foi concebido com um propósito claro: capacitar e fortalecer nossa comunidade por meio da disseminação de informações relevantes e da promoção da transparência.

analise-de-dados css desenvolvimento-web html integrador js programming projeto python university

Last synced: 13 Apr 2026

https://github.com/antojebi7/bill-tally-with-c

Bill Tally is a C-based terminal application for managing invoices and transactions. It supports invoice generation, discount and tax calculations, and data storage. Designed for simplicity and accuracy, it operates in a command-line interface. (Features are currently limited as the project is under development)

beginner billmanagement c programming project

Last synced: 06 Sep 2025

https://github.com/app-generator/learn-to-code

Learn to code - Free Programming Tutorials | AppSeed

appseed elearning programming

Last synced: 20 Jan 2026

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/omr-ql/data-structures-algorithms

Hello everyone here is my data structures reading files and source code !

c-plus-plus data-structures programming

Last synced: 09 Sep 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/ashesh-para/travel-management-system

This project is designed to manage and streamline travel arrangements, including booking flights, accommodations, and other travel-related activities. The system aims to provide an efficient way to handle travel logistics for users.

css database final-year-project html javaswing jdbc-database jquery nodejs pijus-mazumdar programming programming-language tkinter-gui tourism-website travel-website

Last synced: 09 Apr 2026

https://github.com/anantkpandey/first_programs

A growing collection of C programs created while learning programming fundamentals, including mathematical operations, conditional statements, loops, and basic algorithms.

algorithms beginner-projects c learning practice programming students

Last synced: 23 May 2026

https://github.com/mlh-fellowship/anon-code

A fast code collaboration platform.

programming video-chat

Last synced: 18 Oct 2025

https://github.com/labex-labs/quick-start-with-nmap

Quick Start with Nmap | This repo collects 21 of programming labs exercises for Quick Start with Nmap. In this course, you will learn about Nmap, a powerful network scanning tool that is used to discover hosts and services on a computer network.

challenges course cybersecurity exercises hands-on labex labs playgroud programming

Last synced: 20 Aug 2025

https://github.com/the-real-virus/url-shortener

This script allows you to shorten multiple URLs at once, automatically copies the results to your clipboard, and provides a smooth user experience.

ai automation bash coding ctf cyber-security ethical-hacking github linux networking open-source pentesting programming python scripting software tools url url-shortener

Last synced: 09 Apr 2026

https://github.com/alfioma/ada-xtq

🔗 Simplify data transfer with ada-xtq, a lightweight tool for seamless integration and efficient handling of data between platforms.

ada algorithms api-development artificial-intelligence automation data-analysis data-visualization docker machine-learning neural-networks open-source programming python software-development xtq

Last synced: 01 May 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: 06 Aug 2025

https://github.com/archishmansengupta/hackertype

a programming lingo based typing speed drill website

css html javascript programming typing typing-practice

Last synced: 07 May 2026

https://github.com/init-io/thirdbrac

**thirdBrac** is a Python-style list library for Java, bringing the simplicity of Python’s `list` to Java. It supports all major list operations, slicing, and functional programming, making Java list handling intuitive and efficient. 🚀

java javalib javalibrary javalistsort list listing programming python

Last synced: 16 May 2026

https://github.com/zerasul/mdbook_en

16 Bits Homebrew Development Book (English Version)

c megadrive programming retro sgdk

Last synced: 11 May 2026

https://github.com/saleh0987/cpp_problems_solving

CodeWars CPP Problems Solving

cpp problem-solving programming

Last synced: 28 Mar 2025

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/erictleung/euler-problems

:triangular_ruler: Scripts to Solve Project Euler Problems

algorithms mathematics programming project-euler

Last synced: 03 Apr 2025