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/cppplayground/simple-threadpool

a simple and lightweight header only ThreadPool for your tasks

cpp cpp11 cpp14 cpp17 cpp20 header-only thread-pool

Last synced: 30 Dec 2025

https://github.com/tina-1300/charly

Charly is a modern, powerful and easy-to-use C++ library for handling mathematics.

cpp cpp-programming cpp20 cpp20-library fraction fractions library math mathematica mathematics maths simple static

Last synced: 11 Sep 2025

https://github.com/soreing/rpc-service-cpp

Remote Procedure Call service library in C++

cpp metaprogramming remote-procedure-call rpc windows

Last synced: 28 Apr 2026

https://github.com/slwu89/infectionsim

spatial simulation of stochastic infection dynamics in a city

agent-based-modeling agent-based-simulation cpp

Last synced: 19 May 2026

https://github.com/stephane-caron/mpacklog.cpp

Log dictionaries to MessagePack files in C++

cpp cpp17 cpp20 dictionary logging messagepack msgpack serialization

Last synced: 21 Jul 2025

https://github.com/lucasoptml/opcplusplus

compiler for c++ headers with custom attributes/modifiers via dialects, outputs generated src/h, xml definitions, mirrored reflection structure, fast dynamic casts. memory stack only, no heap allocations. translating compiler technology similar to babel and typescript .

compiler cplusplus cplusplus-03 cplusplus-11 cplusplus-14 cplusplus-17 cplusplus-20 cplusplus-98 cpp extended-reality jc metaprogramming reflection template-metaprogramming typescript ukraine ukraine-tech ukrainewar virtual-reality

Last synced: 28 Jan 2026

https://github.com/fuyutsubaki/coffin-struct-utils

C++ header only aggregate helper library {serialize support, gen comp ops, dump,... }

cpp

Last synced: 17 Jun 2025

https://github.com/corentin-mzr/geometry-wars-sfml

Implementation of a Geometry Wars game using SFML and C++. Based on the Game Programming course COMP4300 by Dave Churchill

cpp game geometry-wars sfml sfml-game

Last synced: 05 Jun 2026

https://github.com/mcwertgaming/foxspace

Foxspace - An universal C++ library for helping out at everyday programming

cpp fox hpp library universal

Last synced: 04 Mar 2025

https://github.com/mysticquest/sdl-ecs-game-engine

A C++ game engine with ECS architecture, using SDL, handling rendering, transform, input and collision.

cpp ecs game-engine sdl2

Last synced: 19 May 2026

https://github.com/p4dro-dev/display_lcd_arduino12c_simplificado

Na disciplina de Eletricidade, e Eletrônica, docurso de Técnico em Informática que estou realizando, fizemos um projeto simplifcado com Arduino. Não sendo necessário usar a ProtoBoard. E sim, Placa 12c + Arduino + Cpp!

arduino-display arduino-library cpp cpp-programming lcd-panel lcd16x2

Last synced: 31 Jul 2025

https://github.com/pprattis/english-greek-dictionary-with-binary-search-tree

A program that implements an English-Greek dictionary using binary trees. Each node of the tree will contain the word in English and the corresponding translation in Greek. The search for the tree will be based on the word in English. The program can perform the basic search, import, delete operations.

binary-search-tree binary-tree cpp dictionary exercise node program student

Last synced: 19 May 2026

https://github.com/offensive-vk/awesomescripts

Special Repository for Custom Scripts / Configs and Programs of Various Programming Languages. Mostly Old School Programs and Patterns. :octocat:

c configs cpp gh-actions git github gitlab legacy mirror npm pipelines python shell

Last synced: 07 Apr 2026

https://github.com/jimmy-park/cert-cmake

Generate cert.h for loading in-memory cert

certificate cmake cpp cpp17 header-only

Last synced: 19 May 2026

https://github.com/superbodik/neiro-life

open-world game built with Python and Pygame where creatures evolve using neural networks

cpp engine game neural-networks open-world

Last synced: 17 May 2026

https://github.com/jurihock/aubergine

C++ real-time audio signal processing engine on top of RtAudio and Oboe that tries to Keep it Simple, Stupid

android audio cpp dsp kiss library oboe real-time rtaudio

Last synced: 18 May 2026

https://github.com/fityannugroho/cpp_project

Learning C++ (Collage Doc)

belajarcpp cplusplus cpp gamecpp learning-cpp

Last synced: 05 Apr 2025

https://github.com/tamiko-n/library-management-system

This Library Management System is a comprehensive C++ application designed to manage a library's inventory, including Books, Magazines, Research Journals, and FYP Theses. The system employs object-oriented programming principles such as inheritance and polymorphism to create a modular and extensible application.

cpp lms

Last synced: 25 Jun 2025

https://github.com/raisess/brot

A lightweight game engine for lightweight 2D games.

cpp cpp11 game-development game-engine game-engine-2d gamedev sdl2

Last synced: 25 Jun 2025

https://github.com/0xjonaseb11/stack__dsa_practical_exam

DSA Practical exam | Algorithms | Data Structures

algorithms cpp datastructures stack

Last synced: 13 Mar 2025

https://github.com/seng3694/blackcircle

Small project for messing around with ImGui and SFML

cmake cpp imgui imgui-sfml sfml

Last synced: 21 Mar 2025

https://github.com/tradias/variate

Deduce the template parameter of a variant based on every return path

convenience cpp cpp20 header-only variants

Last synced: 05 May 2026

https://github.com/tom474/time_bank_system

[RMIT 2023C] EEET2482 - Software Engineering Design - Group Assignment

algorithms cpp data-structures object-oriented-programming

Last synced: 09 Oct 2025

https://github.com/mnxtr/cloudbasedbiometric-sensors

Research on AI based ekg interpretation of myocardial infarction using multiple neural networks.

ad8232 ad8232ecg arduino arduino-sketch cpp ecg-classification ecg-qrs-detection iot ipynb

Last synced: 19 Jan 2026

https://github.com/codernayeem/fly-me-game

A Console flying game made with C++

2d-game console console-game cpp game plane-game

Last synced: 28 Mar 2025

https://github.com/sumonta056/operating-system-lab

All resource based on operating system lab

cpp operating-system

Last synced: 13 Mar 2025

https://github.com/korigamik/neural-web

A feed forward Neural Network library and Visualization written in C++, compiled to wasm!

collaborate cpp emscripten feedforward-neural-network github github-pages machine-learning neural-network webassembly

Last synced: 15 May 2026

https://github.com/hong539/coding_collects

coding_collects for practice coding with any other Programming languages

c coding cpp csharp javascript python python3 rust

Last synced: 05 Apr 2025

https://github.com/sreejit7/data-structures-algorithms

Codes with solutions for different Data Structures & Algorithm related problems

algorithms algorithms-and-data-structures cpp data-structures problem-solving

Last synced: 09 Sep 2025

https://github.com/mcquerol/tictactoe-cpp

C++ Tictactoe game focusing on 2D array manipulation and OOP design and console output with user input. 2 player (human vs human or human vs AI)

2d-array class-design cpp doxygen game object-oriented-programming tictactoe uml

Last synced: 18 May 2026

https://github.com/luweglarz/cpp_pool_42

CPP pool to learn basics of cpp concept

cpp

Last synced: 31 Jul 2025

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

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

api component cpp keypop

Last synced: 26 Jul 2025

https://github.com/teejay69/configsync

Program Settings Synchronizer

boost configuration-management cpp settings-sync

Last synced: 26 Jul 2025

https://github.com/zeyu-xie/timothy-2048

A MacOS command line 2048 game written in C++.

cpp

Last synced: 18 Sep 2025

https://github.com/htl-stp-ecer/stm32-data-reader

Raspberry Pi ↔ STM32 SPI bridge — reads sensor data and publishes it via LCM for RaccoonOS

botball cpp lcm raccoon-os raspberry-pi robotics spi stm32

Last synced: 23 May 2026

https://github.com/ico12319/data-structures-implementations

This repository is a collection of implementations of various data structures.

cpp data-structures data-structures-implementations

Last synced: 27 Jul 2025

https://github.com/harisali-git/os-terminalshell

Open Source Code for the UNIX terminal Shell

c cpp gnu gnu-linux linux os terminal ubuntu

Last synced: 04 May 2026

https://github.com/mahdialmusaad/badcraft

A voxel game built to be performant, memory-efficient and cross compatible.

cpp minecraft opengl

Last synced: 27 Jul 2025

https://github.com/samukiszhsd/linguagemc

Estudo da faculdade sobre a linguagem C e C ++

c cpp logica-de-programacao

Last synced: 27 Jul 2025

https://github.com/obinexus/jiggleengine

Specialized soft-body physics animation framework for character development. Human-in-the-loop methodology with web-based development environment, skeletal rigging, clothing simulation, and Blender export pipeline. Built on NLink→PolyBuild→JiggleEngine architecture.

alembic blender-export character-animation clothing-simulation cpp fabric-simulation fbx-export gltf human-in-the-loop obinexus-computing physics-simulation skeletal-rigging soft-body-physics systematic-engineering three-js webassembly webgl

Last synced: 19 May 2026

https://github.com/degirum/cppsdk

DeGirum C++ SDK

ai cpp degirum ml neural-network sdk-cpp

Last synced: 28 Jul 2025

https://github.com/lintangwisesa/cpp_fundamentals

Fundamentals of C++ language

c-plus-plus cpp fundamental tutorial

Last synced: 28 Jul 2025

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

Contests and Practice Problems Solutions,🤞💻🤞 (Author :: 101rror)

competitive-programming contest-solution cpp

Last synced: 28 Jul 2025

https://github.com/bl33h/conwaysgameoflife

A real-time rendering program with Conway's Game of Life algorithm.

algorithm cmake conways-game-of-life cpp gcc make sdl2 wsl

Last synced: 28 Jul 2025

https://github.com/rafaelbortolozo/filas

Implementação de Filas em C++ utilizando listas encadeadas para a matéria de Estrutura de Dados I - Instituto Federal Catarinense Campus Videira

cpp filas linked-list

Last synced: 29 Jul 2025

https://github.com/alexiszamanidis/sql_query_executor

A Parallel SQL Query Executor that parses and executes SQL queries using a Thread pool. It also rearranges the predicates by frequency to reduce execution time.

bash c cpp parallelization sql-query-executor thread-pool

Last synced: 09 Apr 2026

https://github.com/nursyah21/algoexercise

develop your algo skill

algorithm cpp

Last synced: 29 Jul 2025

https://github.com/chimipupu/cc8r_zenn_cpp

Zenn『RustでCPUを自作して動くまで📝』のRustのコードをC++にしたものです🥳

cpp cpu emebeded emulator

Last synced: 07 Nov 2025

https://github.com/aryangupta9680/dsa-solved-questions

This repository contains solutions to various Data Structures and Algorithms (DSA) problems solved by me. The questions are sourced from renowned coding platforms like GeeksforGeeks, LeetCode, Codeforces, InterviewBit, HackerRank, and more.

algorithms cpp data-structures dsa geeksforgeeks interviewbit leetcode problem-solving

Last synced: 07 Nov 2025

https://github.com/apostolouagge/Data-Structures

An unsuccessful attempt

cpp

Last synced: 21 Sep 2025

https://github.com/quentinguidee/cpp-ultimate

C++ Ultimate is the extension you need for VSCode!

cpp vscode vscode-extension

Last synced: 21 Sep 2025

https://github.com/vasar007/timle

Official repository of the 2D platformer game "This Is My Last Escapade" (TIMLE).

2d-game 2d-platformer cpp cpp-game game platformer sfml-game

Last synced: 30 Jul 2025

https://github.com/eclipse-keypop/keypop-card-cpp-api

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

api component cpp keypop

Last synced: 30 Jul 2025

https://github.com/skunichetty/nbsim

A CLI tool simulating gravitational interactions between planetary bodies

cpp gravity high-performance simulation

Last synced: 17 Jan 2026

https://github.com/tareqalkushari/leetcode-problem-solutions

This repository contains a comprehensive collection of solutions to LeetCode problems, crafted with clarity and efficiency in mind. Each solution is written in a clean, readable format and includes insights into time and space complexity, making it an ideal resource for technical interview preparation, algorithm practice, and self-paced learning.

algorithm-practice algorithms arrays binary-search coding-interview competitive-programming cpp data-structures dynamic-programming graph-algorithms hashmap interview-preparation java leetcode leetcode-solutions problem-solving python recursion strings technical-interview

Last synced: 28 Aug 2025

https://github.com/tdolphin-org/cpu-m

System Information Tool for MorphOS. It is complex example of usage MUI C++ wrapper classes.

cplusplus cpp cpp17 morphos powerpc

Last synced: 23 Sep 2025

https://github.com/cmerd/codefetch

Codefetch is a decorative program that displays codeforces profiles on a terminal.

codeforces codeforces-api cpp neofetch-clone

Last synced: 31 Jul 2025

https://github.com/vokungahrotlaas/sfml-maze

C++ program which creates and solves mazes.

cpp maze maze-generator maze-solver sfml

Last synced: 31 Jul 2025

https://github.com/fl444mingo/fl4-cs131-04-03-scope

Ch. 4, Lesson 3, Scope of Read/Write Reference

cpp learning learning-cpp

Last synced: 31 Jul 2025

https://github.com/ayesha-quazi/feb_leetcode-2025

I'm going to solve LeetCode's POTD (Problem of the Day) daily and keep track of my progress. I'll focus on easy tricks to improve my DSA problem-solving skills and enhance my practice! 😊

challenge cpp improvement leetcode leetcode-solutions

Last synced: 31 Jul 2025

https://github.com/toxe/enum_mapping_comparison

C++ enum mapping comparison and benchmark.

benchmark comparison cpp enum mapping

Last synced: 31 Jul 2025

https://github.com/qobulovasror/cpp-examples

SamDU dasturiy injineringi yunalish 1-kurs elementar masalar va yechimlari

cpp

Last synced: 31 Jul 2025

https://github.com/jasperdrescher/hellovulkan

An introduction to Vulkan and GLFW for 3D graphics.

3d cmake cpp glfw vulkan

Last synced: 23 May 2026

https://github.com/johnpatek/thread-pool

c++ thread pool

cpp thread-pool

Last synced: 31 Jul 2025

https://github.com/ranganivandan/resqtrack

ResQTrack is a smart roadside assistance system using IoT, AI, and emergency tags. It offers SOS alerts via app, crash detection through ESP32 sensors, and public-activated ResQTags on vehicles. With heartbeat monitoring and multi-layered fail-safes, it ensures fast, reliable help in critical moments.

cpp flutter mern-stack

Last synced: 01 Aug 2025

https://github.com/longhao-li/ink

An easy-to-use D3D12 rendering framework.

cpp d3d12 rendering

Last synced: 01 Aug 2025

https://github.com/lnd3/ltools

C++ tool box for random purposes like graphics, physics, gui and network coding

concurrency cpp physics rendering threading tool-box

Last synced: 01 Aug 2025

https://github.com/sasha-hk/cpp

🏔️ Basic algorithms and data structures on cpp

algorithms cpp data-structures

Last synced: 01 Aug 2025

https://github.com/iamwatchdogs/dsa

Slate/Deprecated docs repo for DSA. I should have continued working on it.

algorithms c cpp data-structures documentation dsa interview java learning open-source preparation python

Last synced: 09 Apr 2026

https://github.com/t-katsumura/webassembly-examples-eratosthenes

webassembly examples which calculate prime by Sieve of Eratosthenes

assemblyscript c cpp golang javascript rust wasi wasm webassembly webassembly-demo

Last synced: 01 Aug 2025

https://github.com/microwonk/varcher

Vulkan learning environment / experiments

cmake cpp glsl raytracing vcpkg voxel voxel-engine vulkan vulkan-engine

Last synced: 24 Sep 2025

https://github.com/bhabishworgrg/hangman

Daily C++ Learning Journey: From Basics to Building a Hangman Game

cpp

Last synced: 02 Aug 2025

https://github.com/makischristou/mandelbrot

Mandelbrot set visualizer using CUDA.

cpp cuda gpu mandelbrot nvidia renderer rust

Last synced: 09 Apr 2026

https://github.com/daramkun/videoslicer

Video slicing application

cpp cxx ffmpeg media-foundation video-parser

Last synced: 09 Apr 2026

https://github.com/locus-x64/connect-4-game-using-cpp-class

This is a simple Connect4Game written in C++ using class and multi-files.

cpp game oop-project

Last synced: 29 Jun 2026

https://github.com/mguludag/synchronized_value

A modern C++ thread-safe value wrapper with flexible locking strategies and convenient RAII guards.

cpp cpp11 cpp17 cpp20 thread-safety thread-synchronization

Last synced: 27 Sep 2025

https://github.com/erushasandushan/cafeteria-system

A C++ and SQL-based cafeteria management system built as a learning project to strengthen my C++ skills and practice database integration. ( Started Learning C++ in September 2025 )

api backend cpp management

Last synced: 27 Sep 2025

https://github.com/nikitaberezhnyj/laboratory-work-on-object-oriented-programming

Completed laboratory work and a course project in the discipline of Object Oriented Programming.

cpp

Last synced: 03 Aug 2025

https://github.com/crazyokd/vimrc

Own vim/nvim configuration, especially for c/cpp

c cpp nvim vim

Last synced: 09 Apr 2026

https://github.com/olk/ki-ocr-spreadsheet

convert a spreadsheet exported as JPEG into a CSV file containing spreadsheet's data by using a DNN (Tensorflow)

artificial-intelligence cpp csv ctc-loss deep-learning dnn dnn-model jpeg keras neural-network opencv python spreadsheet tensorflow

Last synced: 09 Apr 2026