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/cemoktra/restpp-server

A simple C++ RestAPI server with routing

cpp http-server rest-api restapi-server server

Last synced: 10 Oct 2025

https://github.com/hakoniwalab/hakoniwa-pdu-bridge-core

hakoniwa-pdu-bridge controls time-based data flow between PDU channels, separating transfer policy (when/what) from transport protocol (how). It enables declarative simulation data flows such as immediate sync, periodic updates, and bandwidth-aware throttling.

cpp hakoniwa pdu

Last synced: 13 Apr 2026

https://github.com/05st/fractalviewer

Simple C++/OpenGL application to interactively view the Mandelbrot Set.

cpp fractal-rendering fractals opengl

Last synced: 08 May 2026

https://github.com/dzh-a-v/body-gravity-simulation

Gravity-based N-Body Simulation (alpha)

cpp simulation space

Last synced: 31 May 2026

https://github.com/hhyyrylainen/mlbrickbreaker

AI learns to play brick breaker

cpp cpp17 godot machine-learning

Last synced: 21 Jan 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/matubu/42containers

🌳 A custom implementation of the c++ containers (vector, stack, map, set)

containers cpp map set stack vector

Last synced: 11 Oct 2025

https://github.com/kar-dim/watermarking-cpu

Code for my Diploma thesis at Information and Communication Systems Engineering (University of the Aegean, School of Engineering) with title "Efficient implementation of watermark and watermark detection algorithms for image and video using the graphics processing unit". Part 1 / CPU

clang cpp eigen openmp parallel-computing watermark-image watermarking

Last synced: 12 Apr 2026

https://github.com/monkey0722/clavis

Collection of algorithms in C++

algorithms cpp

Last synced: 11 Oct 2025

https://github.com/berquist/libresponse_psi4

A Psi4 plugin for https://github.com/berquist/libresponse

cpp electronic-structure molecular-properties psi4 python quantum-chemistry

Last synced: 19 Jan 2026

https://github.com/vircoding/esp32-dht-lcd-example

An ESP32 example project using DHT11 and LCD 16x2 display

cpp dht11 esp32 lcd16x2 platformio

Last synced: 20 Apr 2026

https://github.com/demidko/utility

Modern C++ command line tool template

cpp cpp20 crossplatform xmake

Last synced: 04 Mar 2026

https://github.com/pechinkin/1st-database-client

client to store, update data about vehicles in the garage

cmake cpp

Last synced: 12 Oct 2025

https://github.com/pulkit1822/geeksforgeeks

This repository compiles my daily solutions to Geeksforgeeks challenges, categorized by date and problem. Each solution directory includes the corresponding question in the README for quick reference. Contributions are welcome, and the project is licensed under MIT.

coding-challenges cpp data-structures-and-algorithms java problem-solving

Last synced: 12 Oct 2025

https://github.com/foxy4096/calculator

A simple calculator made with c++

cpp

Last synced: 12 Oct 2025

https://github.com/amirhaytham/super-multi-prog-lang-playground

A modern web-based code editor and execution environment supporting multiple programming languages. Built with React, TypeScript, Node.js, and Docker.

cpp docker docker-compose docker-image go js monaco-editor node nodejs playground ruby typescript

Last synced: 04 Feb 2026

https://github.com/asko7779/kernel-panic-module

Early and primitive version of a kernel panic module programmed in C++ as a part of my OS projects and tests

bare-metal cpp kernel-panic os programming testing-module

Last synced: 13 Oct 2025

https://github.com/lucamazzza/lmgl

A modern OpenGL Engine Library for general purpose 3D graphics applications.

computer-graphics computer-graphics-opengl cpp cpp17 glad glfw glfw3 glsl glsl-shader glsl-shaders library linux macos multiplaform opengl opengl4 opengl41 windows

Last synced: 13 Mar 2026

https://github.com/ka-iden/OpenGL-Test

Testing out and Learning Modern OpenGL, repo for bkp/testing

assimp cpp cpp20 modern-opengl opengl stb-image testing

Last synced: 13 Oct 2025

https://github.com/aavision/bubble-sort-benchmarks

Benchmarking Bubble sort using different languages!

bash bubble-sort bubblesort c cpp cython go golang javascript php python python3 ruby rust ubuntu

Last synced: 19 Jan 2026

https://github.com/jthelin/cause_crash_dump

A small utility program that will run and then crash. Primarily for use with testing any crash dump collection utilities and scripts.

cpp crash-dump linux

Last synced: 04 May 2026

https://github.com/simonusher/perceptron

A simple perceptron and Adaline implementation in C++. Created as an assignment for "Selected topics in artificial intelligence" course.

adaline artificial-intelligence cpp neural-network perceptron

Last synced: 04 Jul 2025

https://github.com/vedanty3/strivers-a2z-dsa

This repository contains solutions of @striver79 A2Z DSA sheet.

cpp dsa striver-a2z-sheet

Last synced: 13 Oct 2025

https://github.com/martin-majlis/probstructs

Collection of probabilistic data structures - CM-Sketch, ECM-Sketch, exponential histogram in C++.

cpp data-structures probabilistic-programming streaming

Last synced: 09 Apr 2025

https://github.com/piyueh/simpoly

Simple Polynomial Toolbox for C++

cpp polynomial

Last synced: 13 Oct 2025

https://github.com/archie94/codes

Important codes implementing various algorithms and day to day problems.

algorithm c codechef competitive-programming contest cpp hackerrank leetcode leetcode-java leetcode-solutions spoj

Last synced: 24 Apr 2026

https://github.com/vovandreevik/binary-search-tree

This C++ program demonstrates the implementation of a Binary Search Tree (BST) along with custom Stack and Queue data structures.

binary-search-tree bst cpp oop oops-in-cpp queue stack

Last synced: 07 Apr 2025

https://github.com/dhruvsrikanth/conjugate-gradient-simulation

In this repository, you will find a serial, shared-memory parallel, distributed-memory parallel and hybrid implementations of the conjugate gradient optimization simulation. This is a sparse linear solver optimized using the second-order poisson equation.

c conjugate-gradient cpp dense-solver distributed-memory-parallel high-performance-computing mpi multithreading openmp optimization optimization-algorithms poisson-equation shared-memory-parallel simulation-modeling sparse-linear-solver

Last synced: 18 May 2026

https://github.com/moozunch/cepe-lang

ann belajar cepe alias competitive programming

algorithms c competitive-programming cpp problem-set problems-solving

Last synced: 10 May 2026

https://github.com/jurgen-kluft/cbase

C++ cross-platform base library

allocator assert console cpp log printf sort sscanf types va-list

Last synced: 27 Jan 2026

https://github.com/harshit0571/dsa

This repository is dedicated to practicing Data Structures and Algorithms (DSA) concepts. It serves as a personal collection of code solutions for various DSA problems.

cpp dsa java lcoding leetcode leetcode-solutions

Last synced: 20 Apr 2026

https://github.com/madureira/game-prototype

:video_game: A simple 2D top-down game framework.

aseprite cpp game-2d game-frameworks sdl2 tiledmap

Last synced: 18 Jan 2026

https://github.com/noamrodrik/rodrikgameboyemulator

My own version of the GameboyEmulator written in C++17, for educational purposes only!

cpp cpp17 dmg-001 emulator gameboy gameboy-emulator gb

Last synced: 12 Apr 2025

https://github.com/stellardx/cspaceengine-project-vs-edition

A simple C++ static library for astronomic calculation and modding SpaceEngine

astronomy astronomy-library cpp library spaceengine

Last synced: 23 Apr 2025

https://github.com/czwinzscher/myhtmlpp

A C++17 Wrapper for MyHTML/Modest.

cpp cpp17 html html-parser html5 myhtml parser

Last synced: 17 Jan 2026

https://github.com/strongerprogrammer7/methodsdevelopmenttranslator

The repository - translator from C to C#, on the language's C++

c cli cpp csharp windows-forms

Last synced: 14 Apr 2026

https://github.com/dibyajyotibiswal57/programs

Collection of all the programs which I made.

c cpp csharp java js python qbasic64

Last synced: 27 Jan 2026

https://github.com/precise-goals/cpp-notes

Hey folks! 👋 This is my personal DSA library in C++ that I’ve built over time by practicing and revising daily. It’s helped me strengthen my core concepts and problem-solving skills. Feel free to explore and use it as a reference while learning. If you find it useful, considering "Star" option to this repository.

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

Last synced: 14 Oct 2025

https://github.com/vinkle-hzt/little-games

Qt开发的小游戏

cpp gobang qt

Last synced: 14 May 2026

https://github.com/to1dev/tengu

Your all-in-one crypto desktop client. Multi-chain wallet, DEX tools, charts, swaps, cross-chain, and AI. Runs fully locally.

bitcoin btc cpp crypto cryptocurrency dex ethereum multi-chain qt solana swap wallet

Last synced: 13 Mar 2026

https://github.com/jcbhmr/platformdirs-cpp

📂 Python's platformdirs module for C++

cmake cpp cpp-library platformdirs port xdg

Last synced: 02 Apr 2025

https://github.com/kiritofeng/collision-sim

Collision Simulator for AP Physics

cpp simulation

Last synced: 15 Oct 2025

https://github.com/beliumgl/rsg

A project written in C++17 that allows you to generate strings with different modes, different character sets, and any length.

cpp cpp17 random random-generation random-string-generation random-string-generator random-string-generators strings

Last synced: 15 Oct 2025

https://github.com/ralvarezdev/uru-compiler-design

My projects from Compiler Design college course. HAVE SOME BUGS

college compiler-design cpp rafael-urdaneta-university universidad-rafael-urdaneta uru

Last synced: 15 Oct 2025

https://github.com/cesarvasconcelos/cplus-poo

Códigos produzidos nas aulas de Programação Orientada a Objetos (em C++) do curso de Engenharia da Computação - IFPB - Campus CG

cpp object-oriented-programming

Last synced: 09 Apr 2025

https://github.com/aman1-2/cpp-program-files

A c++ Beginners friendly Program codes with thier Explanation we have too tried to cover few of the advance topics as well Hooe you will fund it Interesting and Helpful

cpp

Last synced: 16 Oct 2025

https://github.com/aquanox/quickplaypresetsplugin

Plugin adding quick launch of PlayInEditor presets for Unreal Engine

cpp unreal-engine unreal-engine-5 unreal-engine-cpp-plugin unreal-engine-plugin work-in-progress

Last synced: 29 May 2026

https://github.com/tido64/panini

panini 🥪 is a dumb-as-bread INI file reader with a SAX-like interface.

cpp cpp17 ini ini-parser parser reader sax

Last synced: 28 Mar 2025

https://github.com/stefanolusardi/yolov8-onnx

YoloV8 inference built using ONNX Runtime C++, without OpenCV

cmake computer-vision cpp onnx onnxruntime yolo

Last synced: 17 Feb 2026

https://github.com/rishabh96b/code-implementations

This repository contains the C++ problems that I have either solved or concepts that I've implemented myself.

coding-challenge cpp data-structures hackerrank

Last synced: 25 Mar 2025

https://github.com/angeligareta/turing-machine

Implementation of a Turing Machine in C++, a model of computation that defines an abstract machine that manipulates symbols on a tape according to the machine rules.

cpp turing turing-machine turing-machine-simulator

Last synced: 16 Mar 2025

https://github.com/suraj-encoding/cpp-project

SY : C++ OOP Project - Student Database Management System using Files

cpp files oops project sy

Last synced: 03 Jul 2025

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

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

api component cpp keypop

Last synced: 18 Oct 2025

https://github.com/styczynski/poly-var-cpp

Just-for-fun implementation of polymorphic variables in C/C++

c-plus-plus cpp library polymorphic polymorphic-types variables-and-their-usages

Last synced: 01 Jun 2026

https://github.com/amirreza81/os-lab

Reports and projects from the Operating System Lab course (CE-408) at Sharif University of Technology

bash bash-script c cpp debian inter-process-communication kernel linux memory-management operating-system os os-lab process sharif-university-of-technology shell systemcalls threads ubuntu

Last synced: 27 Jan 2026

https://github.com/anjasfedo/stack

Stack on C++

cpp static

Last synced: 01 Jun 2026

https://github.com/silverjun/coronashootemup

2020 coronavirus shooting game made with SFML

2d-game cpp sfml shoot-em-up

Last synced: 19 Oct 2025

https://github.com/sanchitbajaj02/my-c-project

C++ project of travel agency

class cpp project tourism

Last synced: 04 Sep 2025

https://github.com/utkarsh1504/dsa-cpp

This repository contains all the concepts related to data structures and algorithms to get started. It also consists of a lot of problem-solving techniques in a language cpp that will help you in solving the questions of the coding rounds.

cpp dsa

Last synced: 18 May 2026

https://github.com/maurodelazeri/kafka-cpp

C++ client for Kafka leveraging librdkafka https://github.com/edenhill/librdkafka

cpp kafka librdkafka producer-consumer

Last synced: 19 Oct 2025

https://github.com/korigamik/graphing-sfml

A collection of projects and a graph plotting tools/librarys written using SFML

cmake cpp graph plotting sfml

Last synced: 19 Oct 2025

https://github.com/razvan48/gestiunea-unui-lant-de-hoteluri

Proiectul se va ocupa cu gestiunea unui lant de hoteluri. Va exista functionalitatea necesara descrierii relatiilor dintre hoteluri, clienti, camere, sejururi, angajati, etc..

cpp oop

Last synced: 20 Oct 2025

https://github.com/pritz69/cses-problemset-solutions

This repository contains my solutions to the problems from the CSES Problem Set. Each solution is implemented in Python and thoroughly tested. Feel free to explore, learn, and use these solutions as a reference for your own understanding of algorithmic problem-solving.If you would like to contribute, fork and branch/pull request this repository.

competitive-coding competitive-programming competitiveprogramming cp cpp cses cses-dp-section cses-problem-set cses-problem-set-solution cses-solutions java java-8 python python3

Last synced: 28 Feb 2025

https://github.com/a-cordier/bpk

:construction_worker: bpk packages files as binary resources availables in your C++ project

build-tool cpp

Last synced: 20 Oct 2025

https://github.com/urumqinsky/ft_containers

Reimplementation of some basics STL containers

cpp school21 stl-containers

Last synced: 12 Jun 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/zouariomar/cpkg

A C/C++ package project containing custom headers for various functionalities.

bash-script c cpp shell

Last synced: 23 Oct 2025

https://github.com/cm0use/rot13

Encrypt/Decrypt any Latin alphabet text entry (aA-Zz)

cpp cpptools rot13 rot13-cipher rot13-decoder

Last synced: 23 Oct 2025

https://github.com/yousufislam191/compiler

Solution of Compiler Design courses

compiler-design cpp

Last synced: 04 Sep 2025

https://github.com/iamazeem/spdlog-vs-zlog

spdlog vs zlog benchmarks

benchmarks cpp spdlog zlog

Last synced: 23 Oct 2025

https://github.com/benami171/catan_cpp_implementation

My implementation of the game Catan in Cpp, as part of a university course in cpp.

board-game catan catan-board-game cpp inheritance

Last synced: 24 Oct 2025

https://github.com/omarassadi/gmsv_spoof

A module for Garry's Mod that allows for modification of A2S_INFO and A2S_PLAYER responses. This allows for things such as spoofing of player counts on the master list.

cplusplus cpp garrys-mod garrysmod garrysmod-module steam

Last synced: 01 Apr 2025

https://github.com/netcorelink/libchttpx

A powerful, cross-platform HTTP server library in C/C++ for building full-featured web servers.

c cpp http netcorelink

Last synced: 23 Jan 2026

https://github.com/makjac/traffic_car_counter_opencv_yolov3

A tool for counting the number of vehicles in a video, utilizing OpenCV and YoloV3 for object detection, with the vehicle type count displayed on the video.

cpp opencv yolov3

Last synced: 18 Apr 2026

https://github.com/O-Projeto/Laracna-Bot

A low cost and high performance Spider bot

cpp esp32 espidf iot robotics

Last synced: 25 Oct 2025

https://github.com/gabrieldiem/jazzjackrabbit2

Multi-player online platformer shooter arcade-like videogame developed in C++ with SDL2 and Qt5. Made as a remake of the game "Jazz Jackrabbit 2" by Epic Games [1Q2024]

7552 cmake cpp cpp17 fiuba game-development gamedev remake-games sdl sdl2

Last synced: 09 Apr 2025

https://github.com/bdombro/shebangsy

A #!shebang for single-file apps in C++, Go, Mojo, Nim, Python 3, Rust, and Swift

cpp go mojo nim python rust shebang swift

Last synced: 29 May 2026

https://github.com/alirn76/n-queens

N Queens Problem

algorithms cpp n-queens

Last synced: 25 Oct 2025

https://github.com/programmingrainbow/conways-game-of-life-cpp-sdl2

Conway's Game of Life written in C++ and using SDL2 game library.

cpp cpp20 gameoflife sdl sdl2

Last synced: 25 Oct 2025

https://github.com/codernayeem/2d-maze-solver

Solve and view the solution path of a 2D Maze

backtracking-algorithm cpp maze maze-solver

Last synced: 04 Jul 2025

https://github.com/wizenink/bring

High-performance, lock-free SPSC ring buffer

concurrent cpp lock-free ring-buffer spsc

Last synced: 04 Mar 2026

https://github.com/lionkor/array2

Templated 2D Array class

array c cpp cpp11 cpp14 cpp17 template

Last synced: 29 Apr 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/engichang1467/clinic-patient-service

Developed a walk-in clinic patient system that maintains the medical records for all the patients of the walk-in clinic

clinic-management-system cpp object-oriented-programming

Last synced: 25 Oct 2025

https://github.com/mounishvatti/learndsa

This repository contains concepts in C++ from Beginner to Advanced with Data Structures & Algorithms

arrays binary-search cpp doubly-linked-list hashing linked-list math oops pointers problem-solving queue recursion sorting-algorithms stack stl strings

Last synced: 19 Apr 2026