An open API service indexing awesome lists of open source software.

C++

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.

https://github.com/mochabyte0x/chacha20

ChaCha20 encryption implemented in C/C++ (Header Only)

c chacha20 cpp encryption-algorithms

Last synced: 18 Apr 2026

https://github.com/duanmeng/macvelox

cpp

Last synced: 26 Mar 2025

https://github.com/corpssansorganes/thread_pool

C++11 thread pool, designed for ease of use.

cpp cpp11 semaphore thread-pool waitable-queue

Last synced: 01 Jun 2026

https://github.com/jelhamm/memory-management

"This repository contains an implementation of diverse memory management techniques in an operating system, aiming to optimize resource allocation and utilization."

allocator cpp memory-allocation memory-management operating-system operating-systems-project paging python

Last synced: 26 Apr 2026

https://github.com/kplanisphere/plotted-3d-environment

Plotted 3D Environment is a graphical project inspired by Minecraft, designed to demonstrate 3D object creation, animation, and interaction using OpenGL. It features first-person navigation, texture mapping, and collision detection within a dynamic 3D environment filled with obstacles and enemies - Final project for the Graphing course.

3d-graphics animation camera-movement collision-detection computer-graphics cpp data-visualization educational-project opengl texture-mapping

Last synced: 03 May 2026

https://github.com/linqlover/uip-exercise-1

A simple command-line application for a Qt/C++ library that was developed as part of a study exercise.

cli cpp exercise qt

Last synced: 02 May 2026

https://github.com/poseidon-code/interviewroom-cpp-solutions

This is a repo for all the solutions of github repository InterviewRoom. The solutions are taken from all over the internet, and those are among the best complexity solutions by top coders from competitive programming field.

competitive-programming cpp interview-questions

Last synced: 07 Jun 2026

https://github.com/diable201/ads2021_practice

Codes from practice lessons

algorithms cpp data-structures

Last synced: 30 May 2026

https://github.com/chetanpyasi/sorting-visualiser

Sorting Visualizer is a project designed to help users understand and visualize how various sorting algorithms work. It provides a graphical interface to demonstrate sorting step-by-step, making it an excellent tool for educational purposes.

cpp qt qt6 qtcreator sorting-algorithm-visualizations visualization

Last synced: 12 Feb 2026

https://github.com/mecaneer23/binarytodecimal

Binary to decimal converters in numerous languages. Designed as a learning tool to compare common concepts across programming languages.

ada bash batch bin2dec binary-to-decimal binary-to-decimal-number-converter c coffeescript cpp forth haskell programming-languages python scala swift

Last synced: 27 Jan 2026

https://github.com/uwriegel/node-dotnet-bridge

Accessing dotnet core assemblies from node.js

cpp dotnet node-module nodejs

Last synced: 15 Apr 2026

https://github.com/fahadpathan7/information-and-network-security-

To do the lab tasks of Information and Network Security course.

cpp linux

Last synced: 16 Apr 2026

https://github.com/vishwajeetk5/rocket_cpp_graphics

This C++ graphics program visually simulates rocket launch, lunar journey, and successful landing, using simple animations and graphics.

cpp fun graphics

Last synced: 09 Apr 2025

https://github.com/kid0h/clipboard

A simple header-only wrapper around Windows' clipboard API

clipboard cpp header-only

Last synced: 07 Jun 2026

https://github.com/marianpekar/ue5-fetch-art

An example project for 'Learn Working with APIs in Unreal Engine by Building a Virtual Art Gallery' tutorial.

blog-post cplusplus cpp tutorial ue5 unreal-engine unreal-engine-5

Last synced: 25 Oct 2025

https://github.com/joswinemmanuel/leetcode

A collection of solutions to LeetCode problems.

cpp python

Last synced: 26 Apr 2026

https://github.com/linux0hat/cpp-web-crawler

Explore the web.

cpp crawler sqlite3

Last synced: 09 Jun 2026

https://github.com/hilbertcube/simd-pathtracer

A path tracer with 3D model importing, written in modern C++ and accelerated using SIMD, OpenMP, and tile-based rendering

3d-graphics 3d-models cpp openmp-parallelization path-tracing raytracing simd

Last synced: 09 Oct 2025

https://github.com/liardeauxq/babel

3rd Year Epitech Project - VOIP application

boost cpp qt server student-project voip-application

Last synced: 26 Apr 2026

https://github.com/lucacasamentigamedev/pong

Simple Pong-clone projects in C++ and raylib. Without getting points

cpp pong raylib

Last synced: 27 Apr 2026

https://github.com/ganeshkumartk/footballai

⚽⚽✌Adaptive Virtual Football Envirionment for Multi-Agent System (Reinforcement Learning) based on GoogleAI's Football

ai cpp football googleapi reinforcement-learning

Last synced: 27 Apr 2026

https://github.com/heshanera/enterpriseservicebus

Service Bus which enables multiple services to interact with each other. Implemented using Java Sockets, Java Native Interface (JNI) and Jython library. Can interact with Java, C++ and Python.

cpp java java-native-interface java-sockets jython-library middleware python service-bus

Last synced: 17 Apr 2026

https://github.com/sfrechette/binary-clock-station

A modern, optimized binary clock implementation for the LilyGo T-Display-S3 ESP32 board. Displays time in binary format using illuminated dots, with WiFi connectivity for automatic NTP time synchronization.

arduino binary-clock binaryclock c clock cpp esp32 esp32-s3 lilygo lilygo-tdisplay-s3 platformio

Last synced: 13 Apr 2026

https://github.com/i-umairkhan/cpp_compile_construction

Compiler Construction IN C++

compiler-construction cpp

Last synced: 07 Jun 2026

https://github.com/suraj-encoding/cp-problems

Solved CP Problems

cp cpp dsa problem-solving

Last synced: 13 Jun 2025

https://github.com/geobatpo07/medicaltriagesystem

Une application C++ pour le triage intelligent des patients en situation d'urgence. Elle utilise un modèle d'apprentissage automatique (Random Forest) entraîné en Python pour évaluer les risques et prioriser les soins en fonction des symptômes et des résultats. Le système se met automatiquement à jour avec les nouvelles données patients.

cpp healthcare healthcare-application intelligent-systems machine-learning python random-forest random-forest-classifier recommender-system

Last synced: 18 Apr 2026

https://github.com/siyamulislam/dynamicvillage

A Computer Graphics Project <<Dynamic Village>> Day mode | Night Mode | Rain Mode

codeblocks cpp opengl

Last synced: 17 Apr 2026

https://github.com/maipa01/margs

margs (Maipa's Args Analyzer) is a C++ library for parsing command-line arguments. It supports flags (--flag), values (--value value), and grouped arguments (e.g., group --group-flag). The library allows easy definition of valid arguments, automatically generates error messages for invalid input, and provides built-in help message generation.

args-parser bsd-3-clause cpp cpp-library cpp20 header-only open-source

Last synced: 03 Jan 2026

https://github.com/merteldem1r/AlgoStruct

AlgoStruct: Mastering DSA with C & C++ Data Structures and Algorithms, Essential Concepts like Pointers, OOP, Structures, Memory Allocation etc. with well explained comment lines and Readme files. Implementing all Data Structures from scratch and their Algorithms.

algorithms c cpp data-structures

Last synced: 23 Oct 2025

https://github.com/matubu/nibbler

🐍 A snake game with an graphical interface you can change at run time (with a bot 🤖)

bot cpp raylib sdl2 sfml snake

Last synced: 11 Oct 2025

https://github.com/pirito10/solarboat-rsfm-uvigo

Wireless Solar Boat project for the course "Redes Inalámbricas y Móviles" in the Telecommunications Engineering Degree at the Universidad de Vigo (2024 - 2025)

arduino bluetooth cpp html lorawan lte mqtt nb-iot python shell wifi-halow

Last synced: 03 Apr 2026

https://github.com/arkenidar/fox-toolkit-apps

fox-toolkit.org apps built with GNU Make or CMake

3d cmake cpp gui make obj ogl parse-h

Last synced: 27 Apr 2026

https://github.com/ashwaniydv/my-memalloc-c

a simple memory allocator implementation in C (I did it out of curiosity to understand how memory management happens at OS level)

c cpp malloc memory memory-management

Last synced: 17 Apr 2026

https://github.com/dotpipe/wisephp

The Ultimate in PHP Open programming. Language conversions, JavaScript initialization, Load-Balancers, PHPUnit Test Creator, opensource programming. etc.

assembly cpp java oop-concepts pasm phpunit

Last synced: 19 Jan 2026

https://github.com/allenvox/cxx-primer

Tasks solutions for Lippman-Moo-Lajoie's "C++ Primer" book

cpp cxx

Last synced: 09 Jun 2026

https://github.com/thanatisia/dev-references

All-in-One Programming/Software Development concept references with implementation examples

cpp development programming python shellscripting

Last synced: 27 Apr 2026

https://github.com/denizkarya1999/xrigonometryuniversal

Core library for Xrigonometry App (Written in C++)

console core cpp internship practice terminal

Last synced: 02 May 2026

https://github.com/senior-sigan/chat_from_scratch

Code from the series of my streams where I work on creating Chat application absolutely from scratch.

cpp from-scratch raylib ui

Last synced: 17 Apr 2026

https://github.com/setghm/cmdpaint

Tool for create images or sprites for windows console games.

cmd console-games cpp paint-application windows-cmd windows-console-game

Last synced: 24 Oct 2025

https://github.com/jessmattless/sonic-2

A remake of the game Sonic 2 made with C++ and SDL. With an added level editor

cpp sdl2

Last synced: 20 Mar 2025

https://github.com/mrk21/toslink-selector

This device is for switching TOSLINK signals automatically.

cpp cpp11 embedded toslink

Last synced: 18 May 2026

https://github.com/yasenstar/learn_cpp

Repository for hosting the my c/c++ learning journey notes and source codes as reference

c cpp

Last synced: 15 May 2026

https://github.com/max21910/bataille-navale

A Bataille-Navale Game made in c++ for a school project

cpp france game shoolproject

Last synced: 22 Mar 2025

https://github.com/ricardodalarme/opengl-cpp

Representação de arquivos PGM como modelo de Malha Triângular e Nuvem de Pontos utiizando C++ e OpenGL

cpp graphics-library graphics-programming opengl

Last synced: 23 Jul 2025

https://github.com/fathjami/cpp-modules

In this project I'll learn CPP language :)

42born2code 42projects cpp

Last synced: 15 Jul 2025

https://github.com/bagaffey/4coder_barry

This is my 4coder customization file. These are my personal settings that I use in the 4coder editor.

4coder config cpp

Last synced: 05 Mar 2025

https://github.com/ninjanazal/theboy

C++ project aimed at providing a comprehensive learning experience in the field of emulator development by implementing a Game Boy emulator with SFML integration. This repository serves as a study resource for understanding the intricacies of emulating a console and leveraging SFML for graphics renderin

cmake cpp emulation sfml

Last synced: 20 Jul 2025

https://github.com/foxoman/stringtobinary

String To Binary Qt/C++ Console App

binary cosnole cpp qt string

Last synced: 15 Sep 2025

https://github.com/ferhatgec/escafe

A parser & generator for escape sequences in C++

cpp escape-sequences generator lib library parser single-header

Last synced: 18 Feb 2026

https://github.com/mattsalves/securepassgen

SecurePassGen is a lightweight C++ application designed to generate strong and customizable passwords. It offers users the ability to specify password length, inclusion of special characters, and spacing between characters, ensuring the creation of secure passwords tailored to individual preferences.

cpp password-generator security

Last synced: 21 Mar 2025

https://github.com/la-10/c-primer-5th-ed-solutions

This repository contains exercises and example programs that demonstrate key topics from the first chapter of a popular C++ textbook, with clean, well-commented code and detailed explanations. Perfect for newcomers looking to build a strong foundation in C++ programming.

beginner-cpp c-plus-plus cplusplus cplusplus-primer cpp cpp-exercises cpp-primer learning-cpp learning-project programming-exercises study-notes

Last synced: 15 Jun 2025

https://github.com/keli-wen/matchengine

The UBI Challenge Works: a simple match engine.

cpp finance

Last synced: 05 Apr 2025

https://github.com/joelniemela/easygraphics

Simple wrapper for OpenGL

cpp cpp20 graphics opengl wrapper

Last synced: 17 May 2026

https://github.com/101rror/structure_programming

Programming Basic,,,💻

basic-programming cpp

Last synced: 07 Sep 2025

https://github.com/gmitch215/benchmarks

📊 Browsable Benchmarks for Programming Languages

benchmark bun c clang cpp deno gcc gnu go golang java javascript kotlin kotlin-native nodejs php ruby rust rustc zig

Last synced: 30 Oct 2025

https://github.com/rayzhuca/eggshell-db

Relational database model built in C++

cpp dbms

Last synced: 05 Apr 2025

https://github.com/dalinvip/word2vec

word2vec implement in c++ and in pytorch

cpp pytorch script word2vec

Last synced: 18 May 2026

https://github.com/bocaletto-luca/soilmoisurelogger

SoilMoisureLogger Arduino - An autonomous data‐logger that measures soil moisture with a capacitive sensor at regular intervals (and on‐demand via a push‐button), timestamps each reading using a DS3231 RTC, and appends entries to a CSV file on a microSD card. Perfect for greenhouse monitoring or unattended field deployments. By Bocaletto Luca.

bocaletto-luca cpp logger openhardware opensource soil-moisture soil-moisure-logger standalone

Last synced: 29 Oct 2025

https://github.com/giorgi94/py_travel_cpp

practical exampels of python c/c++ extensions

cpp extensions python3

Last synced: 17 May 2026

https://github.com/davidyslu/classicsudoku

Implement the classic game "Sudoku" in C++

c-plus-plus cpp game game-development

Last synced: 28 Aug 2025

https://github.com/nekruzash/graph-data-structure

This is from CS2028 - Data Structures, where me and my partner designed a graph data structure with all of the functions and implemented Depth First Search and Breadth First Search for traversing.

cpp graph-datastructures graphs

Last synced: 16 Jun 2025

https://github.com/tarikipekci/cryptraider

First-person 3D puzzle game.

3d cpp firstperson puzzle-game unreal-engine-5

Last synced: 03 Apr 2025

https://github.com/anmamun0/dsa-algo-workbook

DSA with C++: A collection of data structures and algorithms in C++ for learning and mastering core DSA concepts.

algorithms c cpp dsa

Last synced: 05 Apr 2025

https://github.com/thecoder-ashish/onlinestlstore

A basic C++ console based store management system using STL concepts

cpp cpp17 management-system stl store

Last synced: 28 Jun 2025

https://github.com/mgautam98/general-seat-allocation

Gale-Shapley Algorithm to allocate seats to the students according to their ranks and preferences.

cpp gale-shapley-algorithm

Last synced: 29 Mar 2025

https://github.com/someaspy/csc109template

A template for starting repos of my comp sci class

cpp template unlicense

Last synced: 20 Mar 2025

https://github.com/sumdiboii/rainwater-harvesting-simulation-opengl

A rainwater harvesting simulation built using OpenGL in C++, featuring animated rainfall, gutter collection, and water storage. It’s a modified version of an existing project with unknown origin. We enhanced the visuals, structure, and flow to make it more suitable for academic use. Demonstrates basic OpenGL rendering and environmental concepts.

cpp environment graphics opengl rainwater-harvesting simulation visualisation

Last synced: 11 Apr 2026

https://github.com/coderjo-pro/cpp-array2d

A C++ Library about 2D array template classes, grid and mathematical operations of matrices.

2d-arrays cplusplus cpp cpp-library cpp17 grid grid-system matrices matrix matrix-calculations matrix-library

Last synced: 30 Oct 2025

https://github.com/superpuero/kawa_meta

Header-only, little meta utility library made with c++ 17

constexpr cpp cpp17 meta metaprogramming utility

Last synced: 28 Jun 2025

https://github.com/tarikipekci/rts_buildingmanager

I've implemented basic RTS building and resource systems in this project.

cpp rts-game unreal-engine-5

Last synced: 03 Apr 2025

https://github.com/melardev/cppboostbindshellsync

Bind Shell written in Cpp using Boost libraries

bind-shell boost cpp networking pipes process reverse-shell shell sockets

Last synced: 18 May 2026

https://github.com/zigrazor/lef

A Leader Election Framework

cpp distributed-systems framework leader-election udp

Last synced: 04 Apr 2025

https://github.com/spilth/timber

Timber!!! from Beginning C++ Game Programming

2d-game cpp sfml sfml-game

Last synced: 11 Sep 2025

https://github.com/tannicarcher/checkfiles-for-virus

Using virustotal API

api cpp virus virustotal

Last synced: 25 Jun 2025

https://github.com/aostrun/missionaries-and-cannibals-multiprocessing

Solution for the Missionaries and Cannibals problem using Message Queues and Multiprocessing

cpp message-queue missionaries-cannibals-problem multiprocessing posix

Last synced: 11 Jun 2026

https://github.com/brainstone/string-tomfoolery

A silly little library that explores what fun stuff you could do with strings and operators in C++...

cmake cpp cpp23 library string string-manipulation template

Last synced: 19 Jul 2025

https://github.com/chihebabiza/cpp-problem-solving-level-2

C++ solutions for the Problem Solving Courses from ProgrammingAdvices.com with explanations and clean code structure

cpp problem-solving programming-advices

Last synced: 23 Jun 2025

https://github.com/lucasfturos/graphiextemplate

A template repository providing a quick and efficient setup for a development and testing environment using OpenGL, SDL2, and ImGui.

3d cpp imgui opengl sdl2

Last synced: 17 Feb 2026

https://github.com/eclipse-keypop/keypop-calypso-crypto-legacysam-cpp-api

Eclipse Keypop project repository containing a C++ implementation of the 'Calypso Legacy SAM Crypto API' standardized by the Calypso Networks association for ticketing terminal processing smart card

api component cpp keypop

Last synced: 04 Apr 2025