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/ecomaikgolf/alma

toy kernel written in C++ for x86-64 machines with the mere purpose of learning OS development

academic-project cmake cpp kernel make nasm qemu qemu-x86 stivale stivale2 x86-64

Last synced: 22 Oct 2025

https://github.com/modenaxe/muscleforcedirection

Package to interface musculoskeletal models with finite element packages

biomechanics cpp matlab opensim

Last synced: 25 Jul 2025

https://github.com/jovobe/tsl

Library for representation and manipulation of generalised T-Spline surfaces written in C++.

cpp t-mesh t-splines

Last synced: 20 Jul 2025

https://github.com/the-guild-of-calamitous-intent/squaternion

Simple quaternion math library

cpp python quaternion

Last synced: 12 Apr 2025

https://github.com/jrob774/makeicon

Cross-platform command-line utility for generating app icons.

command-line command-line-tool cpp cpp17 ico icon makeicon tool utility

Last synced: 09 Oct 2025

https://github.com/chizy7/pinnaclemm

Ultra-Low Latency Market Making Bot using C++.

algorithmic-trading cpp low-latency quantitative-finance

Last synced: 03 Mar 2026

https://github.com/simonprovost/cpppool

[Final Grade: A] Second "Piscine" of Epitech, C++ programs to learn Object-oriented programming.

cpp epitech object-oriented-programming pointers

Last synced: 18 Oct 2025

https://github.com/nessan/utilities

Some header-only C++ utility functions

cpp cpp20 utilities

Last synced: 21 Jan 2026

https://github.com/khaledashrafh/avl-tree

This is a C++ implementation of an AVL tree, which is a self-balancing binary search tree. An AVL tree maintains the balance factor of each node, which is the difference between the heights of its left and right subtrees. Whenever a node becomes unbalanced (its balance factor is either -2 or 2), the tree performs a rotation to restore the balance.

avl-tree avl-tree-implementation avl-tree-implementations balanced-binary-search-trees cpp scratch-implementation tree-traversal

Last synced: 03 Mar 2026

https://github.com/llnl/saamge

Smoothed aggregation spectral element-based algebraic multigrid

cpp math-physics

Last synced: 29 Apr 2025

https://github.com/vanhakobyan/operatingsystemwithcpp

:chart_with_upwards_trend:Operating System with C++:chart_with_upwards_trend:

cpp operating-system os

Last synced: 16 Oct 2025

https://github.com/womblee/instant_replay_patcher

Removes the 'anti-piracy' of NVIDIA's Instant Replay by patching out the code that prevents recording.

cpp fix fixer instant-replay nvidia patch patcher recording restricted shadowplay widevine

Last synced: 05 Sep 2025

https://github.com/kekeblom/mpm

A simple CUDA accelerated material point method simulation.

computer-graphics cpp cuda docker mpm opengl physically-based-simulation physics-simulation simulations

Last synced: 12 Apr 2025

https://github.com/link-u/libavif-container

A library to manipulate avif containers. It's for neither decoding nor encoding.

av1 avif cpp heif isobmff miaf

Last synced: 07 Oct 2025

https://github.com/organization/libreism

Open source server time viewer written in C++

boost cmake cpp cxx17 drogon ntp ntp-client server-time standard-time ticketing-clock vue

Last synced: 24 Apr 2025

https://github.com/blace-ai/hub

Ready-to-deploy models including Segment Anything 3, Depth Anything 2 and Gemma.

blace-ai cpp depth-anything-v2 depth-anything-v3 gemma onnx raft segment-anything-3 torchscript

Last synced: 29 Jan 2026

https://github.com/ashaduri/qt-cctalk

Cross-platform ccTalk protocol implementation in modern C++ / Qt

arduino bill-validator bsd-3-clause cctalk coin-acceptor cplusplus cplusplus-17 cpp cpp17 cpp17orlater payment point-of-sale pos qt qt5

Last synced: 17 Mar 2026

https://github.com/ron4fun/intxlib4cpp

IntX is a C++11 port of IntX arbitrary precision Integer library with speed, about O(N * log N) multiplication/division algorithms implementation.

absolute-v bezout-algorithm biginteger cplusplus cpp factorial gcd intx lcm ln log10 logn math miller-rabin modpower modular-exponentiation modular-inverse pcg prime-numbers

Last synced: 09 Oct 2025

https://github.com/sdtelectronics/cline

cppcli.net - The C++ interpreter online

cpp interpreter repl

Last synced: 14 Oct 2025

https://github.com/ultimatepp/upphub

UppHub is the repository that serves as the official global registry for U++ distributed packages. Each package provides additional functionality that can be used directly by the developers.

cpp cpp17 distributed hub nest package ultimatepp upp upphub

Last synced: 05 May 2025

https://github.com/darkcodersc/eof-reader

C++/ CLI implementation of my read EOF Data from PE File lib.

cpp end-of-file-checking eof reader

Last synced: 12 Sep 2025

https://github.com/bluecadet/cinder-bluecadetanalytics

Cinder block with client implementation for Google Analaytics Measurement API v1

cinder cpp google-analytics

Last synced: 22 Apr 2025

https://github.com/rachhshruti/reliable-file-transfer-udp

Reliable file transfer using unreliable User Datagram protocol

client-server congestion-control cpp flow-control networking sliding-window-protocol udp

Last synced: 14 Apr 2025

https://github.com/lygaen/mineserver

A entire rewrite of Minecraft 1.8.9 server in C++!

cpp minecraft-cpp minecraft-server rewrite

Last synced: 22 Aug 2025

https://github.com/jwest951227/jwest951227

Blockchain developer [bitcoin-ai-solana development] - Rust Engineering - Bitcoin: Rune, Brc-20, OP_CAT, Doge, Ordinal, Fractal development: Solana: Smart contract development, Trading bot development

ai bitcoin cpp doge fractal machinelearning ordinal python rune rust solana solana-smart-contract typescript

Last synced: 18 Apr 2025

https://github.com/justbuchanan/stylize

Quickly re-format or checkstyle your code repository

beautify checkstyle cpp formatter golang

Last synced: 16 May 2025

https://github.com/paragon279/kerneldriver2drawline

Enables developer to draw a line with start point and end point.

c cpp gdi hooking kernel wdk windows-10

Last synced: 16 May 2025

https://github.com/anandman03/coding-ninjas-cp-course-2021

Hey there 👋. This repository contains verified c++ codes for the competitive programming course. Python/Java solutions will be added soon. I will be uploading the course within a few days

2021 coding-ninjas coding-ninjas-solution competitive-programming cpp

Last synced: 12 Apr 2025

https://github.com/developerpaul123/delaunaypp

A fluent and easy to use implementation of Delaunay triangulation in C++.

2d algorithm c-plus-plus cpp cpp11 cpp14 delaunay delaunay-triangulation mesh triangulation

Last synced: 15 Apr 2025

https://github.com/revzim/uewebsocket

Open Source C++ and Blueprint WebSocket Plugin upgraded for use with Unreal Engine 4.26.1

blueprint cpp unreal-engine-4 websocket

Last synced: 07 Jul 2025

https://github.com/qtgql/qtgql

GraphQL client for Qt.

client cpp graphql python3 qml qt qt6

Last synced: 03 Oct 2025

https://github.com/suifei/asm2hex2

The new version is refactored using C++ (cpp), while the original version was developed using Golang. A cross-platform GUI tool for converting between Assembly and Machine Code (Hex), powered by Keystone Engine and Capstone Engine.

capstone cpp decompiler dissassembler keystone opcodes tools wxwidgets

Last synced: 12 Jan 2026

https://github.com/queue-ri/advanced-algorithm-study

📖 알고리즘 문제 해결 전략(종만북) AC 풀이 모음집 & 스터디 - 2기 종료

algorithm algospot c cpp gcc problem-solving python

Last synced: 31 Jul 2025

https://github.com/marprok/hexit

A minimalistic hex editor.

c-plus-plus cpp hex-editor linux ncurses

Last synced: 08 Apr 2025

https://github.com/bufgix/study.lib

Konya Teknik Üniversitesi haftalık programlama ödevleri

c cpp java

Last synced: 02 Sep 2025

https://github.com/terroo/terroo.github.io

Terminal Root English version

cpp gamedev lua programming terminal

Last synced: 23 Apr 2025

https://github.com/tfc/qt-example

Minimal QtQuick/QML example with nix

cmake cpp nix nix-flake qml qt qt6 qtquick

Last synced: 09 Aug 2025

https://github.com/theokyr/cs2remoteconsole

A CS2-centric VConsole implementation in C++ with remote control support. Might support other Source 2 games as well.

counter-strike-2 cpp pdcursesmod source2 source2-engine vconsole

Last synced: 08 May 2025

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

Quick Reference for OpenGL.

cpp opengl reference thecherno

Last synced: 11 Jul 2025

https://github.com/franciscothiesen/karger-klein-tarjan

(Working) C++ Implementation of the Karger-Klein-Tarjan Algorithm for finding MST in expected linear time

algorithm benchmark cpp graph-algorithms minimum-spanning-tree

Last synced: 15 Apr 2025

https://github.com/pdsmart/tranzputer

A transformable CPU, one version using FPGA technology and another using an ARM Cortex-M4 (K64F) to upgrade venerable Z80 systems in-situ. Project uses VHDL, C/C++, ARM, ZPU & Z80 Assembler.

bash c cpp electronics fpga vhdl

Last synced: 14 Apr 2025

https://github.com/thelartians/generator

A generator class emulating coroutines' yield functionality through std::thread

coroutines cplusplus cpp generator python range yield

Last synced: 07 May 2025

https://github.com/algosup/2024-2025-project-3-quickest-path-team-1

🚀 SmashThePath – Ultra-fast graph search API with optimized bidirectional / unidirectional pathfinding and heuristic acceleration for large-scale networks.

astar cpp csv json open-source quickest-path rest-api xml

Last synced: 17 Jul 2025

https://github.com/garcia6l20/cppcoro-http

CppCoro Http - http coroutine library for C++

asyncio coroutine cpp http-server linux

Last synced: 15 Jul 2025

https://github.com/onyazuka/simple-system-monitor

Simple system monitor for Linux written in Qt

cpp debian linux qt system-monitor system-monitoring ubuntu

Last synced: 01 Nov 2025

https://github.com/dunkbing/dearsql

A simple, cross-platform database client built with Dear ImGui

cpp database imgui sql

Last synced: 08 Apr 2026

https://github.com/hotkit/pgasio

Postgres connectivity for modern C++

cpp postgres postgres-connectivity

Last synced: 14 May 2025

https://github.com/mohitmishra786/my-code-snippets

Code Snippets that i will use during contests for saving my some seconds.

code code-snippets cpp

Last synced: 11 Jul 2025

https://github.com/endurodave/coredump

Universal Embedded System Core Dump Framework

c-language call-stack core-dump cpp crash-dump cross-platform embedded-system

Last synced: 26 Jul 2025

https://github.com/madduci/remote-environments

Docker-based remote environments using SSH access

cpp docker go java php python rust

Last synced: 26 Jul 2025

https://github.com/gnussy/prepucio

PREPUC.io - a Portable REPL with Embedded Plugin Utility for C++

cpp gnussy library repl xmake xmake-repo

Last synced: 12 Mar 2025

https://github.com/timusus/ktaglib

Taglib Kotlin Library

cpp kotlin storage-access-framework taglib

Last synced: 14 Jul 2025

https://github.com/soyapo/bp-minesweeper

Classic Minesweeper game designed for console, written in pure c++.

algorithms console cpp game

Last synced: 06 May 2025

https://github.com/fornever/warcraft-2000-nuclear-epidemic

Sources of WarCraft 2000: Nuclear Epidemic, in the form they were made available by the developer.

cpp game rts warcraft-2000

Last synced: 07 May 2025

https://github.com/hgruniaux/watermark

Qt application to crop and add a custom watermark to an image.

application cplusplus cpp linux macos qt qt6 software tool watermark watermarking windows

Last synced: 21 Jul 2025

https://github.com/pinto0309/human-pose-estimation-3d-python-cpp

Monocular 3D pose estimation. OpenVINO. CPU inference or iGPU (OpenCL) inference.

cpp onnx opencl openvino python

Last synced: 07 May 2025

https://github.com/evanli/cppprogramming

Cpp Programming MOOC Third Edition. C++程序设计——思想与方法 慕课版(第3版),人民邮电出版社,翁惠玉 俞勇 编著。相关程序代码。

cpp

Last synced: 15 Jul 2025

https://github.com/cculianu/json

A lightweight JSON parser and serializer for Qt5 and Qt6

cpp cpp17 json parser parsing parsing-library qt qt5 qt6 serialization serializer

Last synced: 21 Mar 2025

https://github.com/trick-17/clang-build

Clang-based cross platform build system written in Python

build-system c-plus-plus clang cpp cross-platform python

Last synced: 13 Apr 2025

https://github.com/cgsdev0/flap

code-golfed flappy bird in your terminal

cpp flappy-bird tui

Last synced: 18 Mar 2025

https://github.com/raleighlittles/sony-camset-file-parser

[Work in progress] A tool for reading Sony CAMSET files, written in Rust

camset cpp ilce-7rm4 rust sony-a7r

Last synced: 27 Feb 2026

https://github.com/enansari/bcp-hsu

Basics of computer and programming class - Hakim Sabzevari University | مبانی کامپیوتر و برنامه سازی دانشگاه حکیم سبزواری

basic-computer basic-programming cpp hsu python

Last synced: 27 Apr 2025

https://github.com/uscbiostats/classy

Simple example of C++ Classes and External Pointers with Rcpp

cpp cpp11 hpc r-package r-programming rcpp rstats

Last synced: 28 Apr 2025

https://github.com/adamff-dev/localekeyboard.bat

This software generates a Keyboard.cpp file (For the Keyboard arduino library) according to the locale we want.

arduino cpp ducky hid hid-injection keyboard keyboard-arduino-library keyboard-library language layouts locales malduino rubber-ducky whid

Last synced: 10 Apr 2025

https://github.com/max0x7ba/parse-integers-benchmark

Benchmarking reading and parsing integers from a file in C++.

benchmark c-plus-plus c-plusplus cplusplus-11 cplusplus-14 cplusplus-17 cpp cpp11 cpp14 cpp17

Last synced: 10 Apr 2025

https://github.com/terroo/puzzle

This repository stores a Puzzle game created with C++ and SFML. The step by step was done in a video on Youtube in Portuguese.

cpp cpp17 cpp20 cpp23 gamedev sfml

Last synced: 28 Feb 2026

https://github.com/siyovush-hamidov/OKX-Exchange-Connector

📈C++ OKX exchange connector supporting REST and WebSocket protocols for data retrieval.

cpp libcurl multithreading rest-api websocket websocketpp

Last synced: 25 Feb 2026

https://github.com/tdworowy/unrealengine-bookexample

Example from Unreal Engine C++ The Ultimate Developer's Handbook.

cpp ue5

Last synced: 22 Aug 2025

https://github.com/blckclov3r/apex5400_bill-acceptor

(Arduino) php bill acceptor/validator (School Project 2019)

arduino cpp cprogramming

Last synced: 13 Jun 2025

https://github.com/shreyamalogi/lang-vscode

teaching vscode lang basics to codecosmers

c cpp dart java js python vscode

Last synced: 24 Apr 2025

https://github.com/jankammerath/l475vg-iot01a-mbed-aws-iot

AWS IoT client for ARM Mbed OS on the STMicroelectronics STM32L4 Discovery Kit IoT Node

amazon-web-services arm aws aws-cloud aws-iot c cpp iot iot-application mbed mbed-os mbedos mbedtls mqtt mqtt-client mqtt-connector ntp stm32 tls wifi

Last synced: 02 Mar 2026

https://github.com/wrayx/target-score-cpp

A visual based shot tracking program for target shooting

cpp object-detection opencv shape-detection

Last synced: 27 Apr 2025

https://github.com/vixcpp/core

vixcpp/core – The core of the vix.cpp framework. Provides the HTTP server, router, JSON utilities, and middleware system. All other modules are built on top of it.

backend core cpp fast http runtime vix vix-core vix-framework vix-runtime vixcpp

Last synced: 10 Mar 2026

https://github.com/li1553770945/sheepdownloader

一款基于QT的文件下载器,计划支持多线程、断点续传。 A downloader based on QT.

cpp download download-file downloader gui http qt qt-gui qt6 qt6-gui qtcreator win32

Last synced: 13 Oct 2025

https://github.com/sparkfun/pi_wedge_40-pin_preassembled

A pre-assembled version of the Pi_Wedge_B_Plus board to break out IO the pins of a Raspberry Pi B+.

adapter cpp raspberry-pi sparkfun sparkfun-products

Last synced: 13 Jun 2025

https://github.com/tgautam03/xfilters

GPU (CUDA) accelerated filters using 2D convolution for high resolution images.

2d-convolution c cpp cuda cuda-programming gpu-acceleration gpu-computing gpu-programming image-filters image-processing

Last synced: 10 Oct 2025

https://github.com/llnl/adapt-fp

cpp

Last synced: 29 Apr 2025

https://github.com/azubieta/xdg-utils-cxx

Implementation of the FreeDesktop specifications to be used in c++ projects

base-dir cpp cpp-library desktop-entry freedesktop specifications xdg

Last synced: 14 Apr 2025

https://github.com/helly25/mbo

MBO, a C++20 library: This C++20 library provides some general useful building blocks and integrates with Google's Abseil library.

cpp cpp20 cpp20-library googletest matchers

Last synced: 05 Jul 2025

https://github.com/cwchentw/go-c-cpp-mix

Using C++ Class in Golang

cgo cpp golang-examples

Last synced: 22 Jul 2025