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/skyzh/data-structure-deque

A deque of O(sqrt n) complexity on access, insert and remove, with an optimization for O(log n) access based on fenwick tree.

binary-indexed-tree cpp deque fenwick-tree

Last synced: 27 Oct 2025

https://github.com/tylerjw/fp

Functional Programming extensions to C++ for ROS projects.

cpp fp ros

Last synced: 13 Apr 2025

https://github.com/yutkin/jopus

Simple, fast and efficient Python wrapper for libopusfile.

audio cpp cython libopus opus opusfile python wrapper

Last synced: 05 Apr 2025

https://github.com/leeingnyo/newpuyoc

Puyo Puyo with 1 vs 1 network, multi-platform! See https://en.wikipedia.org/wiki/Puyo_Puyo for game rule, etc.

cpp cpp11 game-development multi-platform socket-programming

Last synced: 14 Apr 2025

https://github.com/jsh32/codex

Books/Courses written by the Codex Foundation

book computer-science course cpp educational-resources learning learning-resources programming

Last synced: 14 Apr 2025

https://github.com/manydeps/cxxbuild

cxxbuild is a python script to easily generate C/C++ build files for cmake and bazel.

bazel build-automation build-system build-tool builder c catch2 cmake conan cpp cxxbuild cxxdeps dependencies fmt python requirements unit-testing vcpkg

Last synced: 14 Sep 2025

https://github.com/xaizek/dit

Command-line task keeper.

cpp cpp11 task-manager tasks todo todolist

Last synced: 14 Apr 2025

https://github.com/xfhy/datastructure

数据结构,语言:C++

cpp data data-structures structure

Last synced: 13 Apr 2025

https://github.com/pinto0309/tinyyolo

Challenge the marginal performance of YoloV2 + Neural Compute Stick + RaspberryPi YoloV2+Neural Compute Stick(NCS)+Raspberry Piの限界性能に挑戦

cpp deeplearning movidius neural-compute-stick opencv opengl python raspberrypi tinyyolo yolov2

Last synced: 13 Sep 2025

https://github.com/dalae37/dl-engine-direct2d

Direct2D Based 2D Rendering Framework

cpp direct2d framework rendering-engine

Last synced: 30 Oct 2025

https://github.com/jonpalmisc/emake

Easy wrapper around CMake's CLI

autotools c cli cmake cpp

Last synced: 14 May 2025

https://github.com/ali-elshorpagi/snake_game

A Snake Game using the C++ graphics.h library

cpp game game-development graphics-library snake-game

Last synced: 23 Jun 2025

https://github.com/iggy-rs/iggy-cpp-client

Official, lightweight C++ client SDK for Iggy.rs message streaming.

cpp cpp17 http iggy library messaging quic tcp

Last synced: 08 Mar 2026

https://github.com/yeaseen/graphicsopengl

Cpp implementation of various kinds of OpenGL projects. Koch Snow Curve, Simple Harmonic Motion and Ray Tracing are done. Translation and Rotation of a Camera is done. Implementation of 2D Hermite Curve is done

camera-rotation camera-translation cpp graphics koch-snowflake opengl ray-tracing raycasting simple-harmonic-motion sun-earth-roation

Last synced: 25 Jun 2025

https://github.com/deryaxacar/42-ft_printf

This project is a reimplementation of the printf function in standard C. The printf function is used to produce formatted output and supports various data types and format specifiers. The ft_printf function recreates the same behavior while operating independently of standard library functions, providing a fully customizable structure.

42 42-ft-printf 42born2code 42cursus 42ftprintf 42projects 42school c-programming c-programming-language c-project c-projects cpp ft-printf print printf printf-42 project

Last synced: 13 Apr 2025

https://github.com/mazenelnahla/supergameduino

In our project, we collected old vintage arcade games and bring them back with some modern technologies and less cost than old consoles in the market. This game console was made using an esp 32s and an old modified version of fabgl library which allowed us to control the VGA using canvas and simple commands

cpp esp32 fabgl fabrizio-di-vittorio

Last synced: 13 May 2025

https://github.com/joanstinson/hackandslash

A simple hack and slash game using SDL and C++ with some design patterns and doxygen documentation.

cplusplus-11 cpp design-patterns doxygen-documentation game game-development game-engine-2d sdl2

Last synced: 21 May 2026

https://github.com/haikelfazzani/dard

⭐ Dard is french educational programming language, it is designed as an instrument for learning 💻

c clang cpp french language programming-language tdd

Last synced: 14 May 2026

https://github.com/getiot/cpp-courses

C++ 基础教程配套代码

cpp stl tutorial-code

Last synced: 13 May 2026

https://github.com/aw-junaid/cpp-or-c

Master C++ (or C) programming: data structures, algorithms, system design, and performance optimization. Includes examples and best practices for all levels.

c cpp

Last synced: 14 Apr 2025

https://github.com/claudiuhbann/keep_it_simple

Source code dump from Keep It Simple Youtube channel

c console cpp desktop windows winrt winui3

Last synced: 07 May 2026

https://github.com/hacke-rc/c_practice_programs

A collection of c programs that I made while learning C Language and still learning and updating to this day :)

c cpp practice-programming practice-project

Last synced: 03 May 2026

https://github.com/jujimeizuo/polygon_clip

多边形裁剪-Weiler-Athenton算法,俗称大模拟!!!

cpp opengl weiler-atherthon

Last synced: 09 May 2026

https://github.com/qninhdt/cybrion

Cybrion - A voxel game written in C++ using SDL2 and modern OpenGL

cpp game gamedev glsl minecraft-clone modern-cpp opengl voxel voxel-engine voxel-game

Last synced: 19 Jun 2026

https://github.com/yhisaki/plotly.cpp

📈 plotly.cpp: A C++ plotting library for expressive, interactive, real-time and streaming data visualization

animation cpp physics-simuation plot plotly plots real-time robotics scatter-plot visualisation

Last synced: 14 May 2026

https://github.com/deathkiller/cx-compiler

Cx Compiler: Experimental compiler for modified C language to i386 DOS executables

compiler cpp dos i386 x86

Last synced: 09 Jun 2026

https://github.com/hxndev/implementing-a-dns-server

DNS stands for Domain Name System. We have implemented DNS in this project. The basic task of DNS is to resolve a destination name hosted against some IP Address.

c cache code cpp dns dns-server implement ip-address project proxy routing server

Last synced: 05 May 2026

https://github.com/bertrandmartel/pusher

:black_square_button: Mechanical wall switch button pusher securely controlled via Bluetooth LE

aes android android-application bluetooth-le cpp rfduino servo

Last synced: 03 Mar 2026

https://github.com/schak04/cpp-learning-journey

My hands-on journey through C++, from the basics to OOP and STL. An ongoing and growing collection of what I learn.

c-plus-plus c-plus-plus-coding c-plus-plus-language c-plus-plus-programming coding cpp cpp-coding cpp-programming learning programming

Last synced: 31 May 2026

https://github.com/konfiger/konfiger-c

Light weight package to manage key value based configuration and data files for C and C++

c configuration cpp key-value language parser properties

Last synced: 13 Oct 2025

https://github.com/miere43/notification-filter

SKSE plugin that allows hiding notifications based on customizable rules.

commonlibsse cpp mod modding skse skse-plugin skse64 skse64-plugin skyrim-se skyrim-special-edition

Last synced: 09 Jun 2026

https://github.com/xxjwxc/sqlservercppconnection

SQLserver Connection for cpp ,c++ sqlserver 链接库

com cpp sqlserver sqlserver-connection

Last synced: 19 Oct 2025

https://github.com/xord/beeps

A Simple Synthesis Library.

audio cpp gem library ruby sound synth

Last synced: 09 May 2026

https://github.com/aleksandergondek/rules_cc_hdrs_map

Escape weird includes path hell with header maps

bazel bazel-rules c cpp headers rules-cc

Last synced: 11 Feb 2026

https://github.com/nilsdeppe/tuples

High quality C++11 compatible std::tuple and tagged_tuple implementations

c-plus-plus c-plus-plus-11 cpp cpp11 cpp14 metaprogramming

Last synced: 14 Mar 2026

https://github.com/mortennobel/sre_glsl_editor

A simple glsl shader editor

cpp glsl graphics-programming opengl

Last synced: 08 Oct 2025

https://github.com/tsnsoft/codeblocks_blank_prject-linux

Простейший пример программы с "пустым окном" на wxWidgets в C++ CodeBlocks (linux)

codeblocks cpp example linux wxwidgets

Last synced: 10 Oct 2025

https://github.com/rohanprasadofficial/data-structures-using-cpp

Implementation of Data Structures using C++. Handled all the boundary conditions and testcases that would be possible for each operations of each data structure. would love to receive issue or pull request.

algorithms-and-data-structures algortihms cpp daa datastructures datastructuresincpp ds standard-template-library stl

Last synced: 24 Oct 2025

https://github.com/arbmind/cmake-containers

Docker containers for building CMake projects with Qt and Clang or GCC

clang cmake cpp docker-container gcc

Last synced: 05 Mar 2026

https://github.com/k173-x/codeit

A CLI based script to create CPP files

cli cpp cpp14 docker pypi-package python python3 script template-generator tool

Last synced: 07 Oct 2025

https://github.com/diamondinoia/cpu-performance-tests

This repository contains the code to benchmark CPU cache miss latency and branch misprediction penalty

branch-prediction branchless cache-latency cpp hpc memory-latency

Last synced: 11 Oct 2025

https://github.com/renarddev/renjack

Renard Injector (PE section injector with hooks)

cpp injector pe reverse-engineering

Last synced: 05 Oct 2025

https://github.com/craigmac/openroll

Brazilian Jiu-Jitsu match timer and scoreboard using IBJJF ruleset.

bjj cpp cross-platform-app jiu-jitsu qt qt5 qt5-gui sports-app

Last synced: 15 Feb 2026

https://github.com/ypatel2022/esp32-spotify-display

DIsplay the album art of currently playing songs on a small OLED screen with an ESP32.

cpp esp32 flask oled-display python spotify

Last synced: 29 Apr 2026

https://github.com/andry81/tacklelib

The C++11 library, msvc2015u3/gcc5.4 + cmake,python,bash,vbs modules • :page_with_curl: https://github.com/andry81-stats/tacklelib--gh-stats :page_with_curl:

bash bash-script batch batch-script cmake cmd containers cpp cpp11 generics python shell utility vbs vbscript wsh

Last synced: 10 Oct 2025

https://github.com/coletrammer/ttx

A modern terminal multiplexer.

cpp terminal terminal-multiplexer

Last synced: 19 Apr 2026

https://github.com/kataglyphis/kataglyphis-beschleunigerballett

🚀 C++23 based acceleration playground. Contains renderer with Vulkan/OpenGL support. Serves as playground for me to test new CMake/C++/Vulkan/... features.🚀

cmake cpp opengl path-tracing physically-based-rendering rendering vulkan

Last synced: 11 Oct 2025

https://github.com/llnl/bindee

Fast C++-Python bindings for simple cases.

c-plus-plus clang clang-tooling cpp pybind11 python python-bindings

Last synced: 29 Apr 2025

https://github.com/cmazakas/quail

QUIC transport protocol written in Boost.Asio

asio cpp cpp17 quic udp

Last synced: 22 Oct 2025

https://github.com/jpcima/faustmd

Static metadata generator for Faust/C++

audio cpp dsp faust metadata

Last synced: 07 Oct 2025

https://github.com/rafaykhattak/calculator-cpp

A simple calculator built in C++ using the Qt framework.

calculator-application cpp qt

Last synced: 19 Sep 2025

https://github.com/drvrej/cheat-sheet

Bunch of useful cheat sheets and notes for different programming languages and concepts!

c-plus-plus cheat-sheets cheatsheet cpp notes ocaml python unity

Last synced: 19 Apr 2026

https://github.com/muellan/howto_dll

demo: how to make an MSVC-compatible DLL with MinGW

cpp dlls mingw mingw-w64 msvc windows

Last synced: 09 Oct 2025

https://github.com/hyeockjinkim/weakkeywordcpp

Precompiler for type confusion in C++

antlr4 confusion cpp pre-compiler v-table

Last synced: 05 Oct 2025

https://github.com/hpsaturn/chessboard

Chessboard renderer with SDL2 and NCurses on the top of GNUChess UCI Server protocol.

cmake cpp gnuchess linux luckfox picocalc sdl2

Last synced: 01 Mar 2026

https://github.com/khan-yin/leetcode

各大平台刷题记录:leetcode专题/力扣周赛/剑指offer/洛谷/PAT/CSP/AcWing

algorithms-and-data-structures cpp

Last synced: 13 Oct 2025

https://github.com/bartoszwarzocha/bwx_sdk

BWX_SDK Library - multiplatform extension of the wxWidgets library

cpp cross-platform linux macos windows wxwidgets

Last synced: 10 Apr 2026

https://github.com/analogfeelings/blitzhash

SHA hashing library for Blitz3D, using Crypto++ as a backend.

blitz blitz3d blitzbasic cpp cryptography cryptopp visual-studio vs2022

Last synced: 18 Aug 2025

https://github.com/alirezasaadatmand/shooter-game

A game written in Python, JavaScript, Go and C++, mostly inspired by the "Chris Courses" YouTube channel

canvas canvas-game cpp game go golang javascript pygame python raylib shooter shooter-game

Last synced: 11 Jun 2025

https://github.com/gbmhunter/cpptemplate

A template repository to quick-start C++ development.

codecov coverage cplusplus cpp cpp14 example gtest jumpstart quickstart repository template travis-ci

Last synced: 23 Apr 2025

https://github.com/zpnst/smart-list

Functional doubly linked list

cpp datastructures doubly-linked-list oop

Last synced: 02 Jul 2025

https://github.com/ayhamratrout/cpu_simulator

A C/C++ program to simulate the functionality of a simple CPU, which utilizes one worker thread, with 256 levels of priority in a run queue.

c c-plus-plus cpp cpu cpu-emulator cpu-scheduling cpu-scheduling-algorithms data-structures object-oriented-programming operating-system operating-systems operating-systems-project os

Last synced: 22 Sep 2025

https://github.com/fatlipp/cuda-tree

CUDA-based Tree builder

algorithms cpp cuda octree quadtree tree

Last synced: 19 Jun 2025

https://github.com/icingworld/ww-webserver

A simple WebServer for linux

cpp epoll linux webserver

Last synced: 13 Apr 2025

https://github.com/aluriak/gravastre

Qt, C++, computations, geometry, graviationnal simulation

cpp gravitational-simulations simulation

Last synced: 22 Apr 2025

https://github.com/tekord/cpp-opcode-generator

A python script for generating enums with opcode constants based on YAML file definition

compilers cpp emulation generators opcode programming-language-development python rust virtual-machine

Last synced: 23 Apr 2025

https://github.com/tsnsoft/codelite_wxwidgets_demo

Простейший пример работы с wxWidgets на C++ в CodeLite (linux, debian)

codelite cpp example linux wxwidgets

Last synced: 22 Apr 2025

https://github.com/christopher-besch/cpp_go_fast

Collection of tips and tricks for fast C/C++ code.

c cpp memory optimization

Last synced: 01 Sep 2025

https://github.com/yassin522/leetcode

Collection of LeetCode problems to ace the coding interview!

cpp leetcode leetcode-solutions problem-solving

Last synced: 07 Apr 2025

https://github.com/jagenjo/game2d_2019

A C++ game made during a week for the Game's Dev course at UPF 2019

cpp game gamedev turn-based

Last synced: 11 Mar 2025

https://github.com/muellan/generic

generic programming utilitites for C++ 11; apply/map functions over tuples, etc.

cpp cpp11 generic-programming header-only metaprogramming tuples

Last synced: 19 Apr 2025

https://github.com/cs-joy/analysis-of-algorithms

A process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.

algorithm computation cpp data-processing

Last synced: 21 Apr 2025

https://github.com/martin-olivier/cpppool

{Epitech} C++ Pool

cpp cpppool epitech

Last synced: 07 May 2025

https://github.com/nawaz1991/timedeventqueue

TimedEventQueue is a C++17 template class for managing and scheduling events based on their associated timestamps.

cpp event priority-queue timed-events

Last synced: 21 Apr 2025

https://github.com/laolarou726/coolcompiler

Stanford CS1/CS143 Compilers Course Project for COOL (Classroom Object-Oriented Language) in C++ using LLVM backend

ast code-generation compiler cool cpp lexer llvm llvm-ir parser parsers semantic stanford

Last synced: 28 Apr 2025

https://github.com/mpusz/wg21-papers

ISO C++ Committee papers by Mateusz Pusz

cpp cpp-library wg21

Last synced: 15 Jun 2025

https://github.com/garvit-joshi/kompiler

A package for auto compiling C++ files as soon as they are saved.

cpp python

Last synced: 12 Mar 2026

https://github.com/winterrdog/fast_entropy_calc

Calculate the Shannon entropy of the provided file.

av-evasion cplusplus cpp entropy fast information-security shannon-entropy

Last synced: 23 Aug 2025

https://github.com/bkosm/szt-os

Operating system simulator made for an university project.

cpp operating-system os

Last synced: 23 Jul 2025

https://github.com/erio-harrison/write-you-an-autopilot-sys

Implement an autonomous driving system step by step

cpp ros2 rviz

Last synced: 12 Apr 2025

https://github.com/coderobe/trimforce

Lilu plugin which forces SSD TRIM on unsupported drives

cpp hackintosh iokit kernel-extension kext macos patcher ssd xcode

Last synced: 11 Apr 2025

https://github.com/tembleking/cchan

A C++17 header-based library that implements Go-like channels.

channels concurrency concurrency-patterns concurrent-programming cpp cpp-library cpp17 golang library mit mit-license

Last synced: 18 Aug 2025

https://github.com/hoangtien2k3/leetcode-solutions

LeetCode , Dev LeetCode ep1 #odleets code Java/C/C++/Java/Kotlin ..., expand your knowledge and prepare for technical interviews, algorithms.

algorithms-and-data-structures c cpp java kotlin

Last synced: 21 Apr 2025

https://github.com/wesleych3n/ntu-iot-node

NTU Biophotonics and Bioimaging Lab dairy cow face monitoring project. Tensorflow Lite + OpenCV + Raspicam.

cli cpp iot iot-device mobilenetv2 opencv raspberry-pi-4 tensorflowlite yolov4-tiny

Last synced: 23 Mar 2025

https://github.com/akshaybabloo/unrealengine-and-cpp

Introduction to UnrealEngine using C++

blueprint cpp tutorial unrealengine

Last synced: 07 Apr 2025

https://github.com/itsm3abena/c-ds

A lightweight and efficient single-header library (ds.h) providing implementations of essential data structures in C, including Hashmaps, Hybrid Arrays, and Linked Lists.

c cpp datastructures dsa-algorithm

Last synced: 03 Sep 2025

https://github.com/tornaia/panama-tutorial

"If non-Java programmers find some library useful and easy to access, it should be similarly accessible to Java programmers." - Interconnecting JVM and native code. Tutorials, learning by examples

c cpp foreign foreign-function-interface gcc interconnecting interoperability jep-191 jvm msbuild native openjdk openjdk-panama tutorials visual-studio windows winrt

Last synced: 12 Apr 2025

https://github.com/alvinhochun/mingw-w64-cppwinrt

Using the C++/WinRT language projection with

cpp cpp20 cppwinrt mingw-w64 windows winrt

Last synced: 19 Apr 2025