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/inetic/asio-utp

Boost.Asio wrapper over uTorrent's uTP library

asio cpp cpp14 utp

Last synced: 28 Feb 2026

https://github.com/metricq/metricq

🐼 A highly-scalable, distributed metric data processing framework based on RabbitMQ

cpp library message-broker metrics python python3 rabbitmq time-series

Last synced: 16 Mar 2026

https://github.com/ntia/p528

U.S. reference implementation of Recommendation ITU-R P.528 providing propagation path loss predictions for aeronautical mobile and radionavigation services using the VHF, UHF, and SHF bands

cpp csharp itu propagation

Last synced: 12 Apr 2025

https://github.com/jankozik/delaunator_cpp

A really fast C++ library for Delaunay triangulation of 2D points

2d algorithm computational-geometry cpp delaunay mapbox triangulation

Last synced: 05 Apr 2025

https://github.com/sourcemeta/registry

A high-performance OEM micro-service to serve collections of JSON Schema over HTTP and build a schema registry for your organisation

api cpp high-performance json json-schema json-server jsonschema registry schema-registry schemastore

Last synced: 20 Jul 2025

https://github.com/michael-brade/qglviewer

Qt OpenGL Widget to view, zoom, pan an OpenGL scene

3d 3d-viewer camera cpp opengl qt5 scene

Last synced: 15 Apr 2025

https://github.com/wellflat/opencv-samples

OpenCV sample codes (C++/Python)

computer-vision cpp machine-learning opencv python

Last synced: 21 Mar 2025

https://github.com/alejandrogallo/rooki

A stupid simple script runner supporting c, c++, rust, haskell and virtually anything

c clang compiler cpp fortran gcc rust scripting tcc

Last synced: 13 Apr 2025

https://github.com/ser94mor/lidar-obstacle-detection

Project: Lidar Obstacle Detection || Udacity: Sensor Fusion Engineer Nanodegree

cpp cpp17 lidar lidar-point-cloud obstacle-detection pcl point-cloud

Last synced: 20 Mar 2025

https://github.com/ViliOrg/Vili

A nice and readable data format !

cpp cpp17 data-format hacktoberfest stl-containers vili

Last synced: 08 May 2025

https://github.com/TheCompez/CuteMobile

A concept mobile app UI/UX prototype based on Qt Quick technology.

android cpp design ios mobile-app modern-design phone qt qtquick template ui user userinterface ux

Last synced: 16 May 2025

https://github.com/radiatedexodus/luauception

Running Luau inside Luau

cpp luau roblox wasm wasynth webassembly

Last synced: 09 Apr 2025

https://github.com/jjateen/aiot-workshop

This repository contains resources, including circuit diagrams, code, and project files from the IoTics AIoT Workshop, focusing on integrating Artificial Intelligence (AI) with the Internet of Things (IoT). It features hands-on projects exploring sensor integration, cloud services, machine learning, and robotics.

adafruit-io aiot arduino blynk cloud-integration computer-vision cpp deep-learning embedded-systems esp32 gesture-recognition haar-cascade iot machine-learning mediapipe object-detection python sensor-data surveillance wokwi

Last synced: 14 Oct 2025

https://github.com/yhirose/cpp-zipper

A single file C++ header-only minizip wrapper library

cpp cpp11 header-only minizip zip

Last synced: 24 Apr 2025

https://github.com/yhirose/monkey-cpp

An interpreter for the Monkey programming language written in C++

cpp interpret peg programing-language

Last synced: 04 Oct 2025

https://github.com/htfy96/cpp-boilerplate

A post-modern boilerplate for C++ project, built on Cmake and Conan with Catch & Spdlog

boilerplate cmake conan cpp cpp-boilerplate

Last synced: 09 Mar 2026

https://testcontainers.github.io/testcontainers-native/

Testcontainers for C/C++/Swift and other native projects, built on the top of Testcontainers for Go

c cpp hacktoberfest native swift testcontainers testcontainers-custom-container wiremock

Last synced: 03 Mar 2025

https://github.com/sparselinearalgebra/spla

An open-source generalized sparse linear algebra library with vendor-agnostic GPUs accelerated computations

cplusplus cpp gpgpu gpu-computing graph-algorithms high-performance-computing linear-algebra opencl parallel python python-bindings sparse-matrix

Last synced: 01 May 2025

https://github.com/martinhelmut/cpp-gui-template-sdl2-opengl

C++ GUI starter project template with CMake and Cpack, Dear ImGui, SDL2, and OpenGL 4.1.

cmake cpack cpp ctest gui imgui opengl sdl2 template

Last synced: 26 Jun 2025

https://github.com/mengps/qtexamples

分享各种 Qt 示例,,说不定用得上呢~

cpp examples qt qtwidgets

Last synced: 19 Jul 2025

https://github.com/omaraflak/matrix

Matrix class in C++ with operators implemented.

cpp matrix

Last synced: 12 Apr 2025

https://github.com/ozancansel/tableprinter

Allows a programmer to print table-like outputs over std::ostream.

cpp cpp17 format header-only iostream library print table variant

Last synced: 26 Mar 2025

https://github.com/ruifig/czspas

Minimalistic socket library inspired by Asio/Boost Asio, implemented in 1 single header file

asio cpp sockets tcp

Last synced: 08 May 2025

https://github.com/jw3126/cxxcall.jl

Simple stupid C++ interop

cpp cxx ffi julia

Last synced: 10 Apr 2025

https://github.com/nelsonbilber/cpp-overview

:blue_book: A tour about C++ with source code examples

cpp cpp11 cpp14 cpp17 metaprogramming template-metaprogramming

Last synced: 21 Jan 2026

https://github.com/ron4fun/hashlibplus

HashLibPlus is a recommended C++11 hashing library that provides a fluent interface for computing hashes and checksums of strings, files, streams, bytearrays and untyped data to mention but a few.

argon2 blake-algorithms cpp crc-algorithms crypto cryptography gost hash hmac keccak md5 murmurhash pbkdf2 scrypt sha-hashes siphash snefru tiger whirlpool xof

Last synced: 09 Oct 2025

https://github.com/yohhoy/heic2hevc

convert HEIC file to H.265 bitstream(Annex.B)

cpp heif hevc image-compression

Last synced: 08 Apr 2025

https://github.com/vittorioromeo/unosolo

Work-in-progress Rust application that converts C++ header-only libraries to single self-contained headers.

command cpp line rust tool

Last synced: 25 Mar 2025

https://github.com/modmuss50/pico-template

A simple ready to go template project for building C/C++ software for the Raspberry Pi Pico

cmake cpp example ninja raspberry-pi rp2040 template

Last synced: 23 Apr 2025

https://github.com/willbrennan/learn_stl

Learning how the C++ Standard Library works; by implementation

cpp cpp-course cpp-library cpp17 learning-by-doing learning-cplusplus

Last synced: 23 Mar 2025

https://github.com/SparseLinearAlgebra/spla

An open-source generalized sparse linear algebra library with vendor-agnostic GPUs accelerated computations

cplusplus cpp gpgpu gpu-computing graph-algorithms high-performance-computing linear-algebra opencl parallel python python-bindings sparse-matrix

Last synced: 18 Mar 2025

https://github.com/eXpl0it3r/PubBus

A simple implementation of a MessageBus.

cpp hacktoberfest message messagebus publish-subscribe

Last synced: 08 May 2025

https://github.com/davidlapous/dellg5se-fan-linux

The Dell G5SE-5505 laptop isn't working with usual fan managers, this script is a basic alternative

cpp dell dell-g5-se dell-inspiron dellg5se fan-control linux reverse-engineering

Last synced: 13 Apr 2025

https://github.com/ianshulx/dsa-programs

Note: This repository is not part of Hacktoberfest, but contributions are still welcome if you'd like to contribute!

beginner-friendly c clanguage contributions-welcome cplusplus cpp datastructures dsa dsa-algorithm good-first-project hacktoberfest hacktoberfest2022 java javaalgorithm open-source

Last synced: 04 Apr 2025

https://github.com/mrousavy/brabenetz

🧠 A fast and clean supervised neural network in C++, capable of effectively using multiple cores

algorithm artificial-intelligence biases cpp cpu digit-recognizer linux machine-learning neural-network neurons nuget scalability supervised-neural-network xor

Last synced: 06 Apr 2025

https://github.com/asciphx/fabcc

Asynchronous non-blocking dark magic for all-platform c++ web🌐 .No GC📵! LOW CODE💾!

boost-context coroutines cpp cross-platform framework http http-server low-code media-server modern-json nodejs oop rust webserver

Last synced: 21 Jul 2025

https://github.com/cjdb/constexpr-contracts

Pre-conditions, post-conditions, and assertions, all available at compile-time

assertions contracts cpp cpp20 diagnostics optimiser

Last synced: 07 Mar 2026

https://github.com/skypjack/qt_cpackifw

Skel for Qt/CPackIFW based build systems

cmake cpack cpackifw cpp ifw qt qt-installer-framework

Last synced: 07 Oct 2025

https://github.com/pb2204/cpp-google-image-fetcher

My Image Fetcher Library is a C++ library that allows you to search for images on Google and download them to your local system. It provides a simple API for querying Google's Custom Search API and saving image results.

collaborate cpp cpp11 ghdesktop github github-campus-experts github-codespaces github-pages gitkraken gitlens hacktoberfest jetbrains learn microsoft microsoftvisualstudio replit student-vscode

Last synced: 16 Mar 2026

https://github.com/zakarialaoui10/ZikoMatrix

Arduino library for creating and manipulating matrices of arbitrary size and data type. The library provides a Matrix class that can be used to create matrices, perform basic matrix operations

arduino cpp data-processing esp32 esp8266 hardware library morocco std

Last synced: 29 Apr 2025

https://github.com/trustedsec/windows-ms-lsat-rpc-example

Windows RPC example calling stubs generated from MS-LSAT and MS-LSAD

c cpp rpc visual-studio windows

Last synced: 14 Mar 2026

https://github.com/ryan-rsm-mckenzie/binary_io

A binary i/o library for C++, without the agonizing pain

cpp

Last synced: 09 Apr 2025

https://github.com/rerun-io/cpp-example-ros-bridge

An example implementation of a ROS to Rerun bridge

cpp imu-sensor ros visualization

Last synced: 09 Apr 2025

https://github.com/coders-school/modern-cpp

C++ online course. Modules about modern C++ features. C++11, C++14, C++17 and C++20

coders-school cplusplus cpp cpp11 cpp14 cpp17 cpp20 markdown md modern-cpp move-semantics

Last synced: 26 Jul 2025

https://github.com/mustafaquraish/rt

Ray tracing engine, from scratch, in C++

cpp path-tracing ray-tracing rendering-3d-graphics

Last synced: 07 Mar 2026

https://github.com/ascendho/cpp-bootcamp

🏕️ 卡内基梅隆大学为选修 15-445/645(Intro to Database Systems)开展的 C++ 语法迷你训练营,旨在提供现代 C++ 编码的基本介绍,涵盖引用和移动语义、模版、标准库(STL)容器、内存、同步基元等概念

bootcamp cmu cpp

Last synced: 04 Oct 2025

https://github.com/KasperskyLab/knp

Kaspersky Neuromorphic Platform

cpp machine-learning ml neural-network python spiking

Last synced: 15 Apr 2025

https://github.com/danyshaanan/mandelbrot

:mushroom: Renderings of the Mandelbrot set in various languages

awk canvas cpp glsl haskell mandelbrot nodejs php postscript python ruby scala

Last synced: 13 Apr 2025

https://github.com/tanerius/unreal-cpp-boilerplate

A generic unreal engine C++ boilerplate code to start a project from including documentation of core Unreal aspects.

boilerplate cpp ue4 ue5 unreal unreal-engine unreal-engine-4 unreal-engine-5

Last synced: 26 Apr 2025

https://github.com/cyclonedx/cyclonedx-conan

Creates CycloneDX Software Bill of Materials (SBOM) documents for C/C++ projects using Conan

bom c cpp cyclonedx mbom obom owasp purl saasbom sbom sbom-generator spdx vex

Last synced: 14 Jan 2026

https://github.com/madskjeldgaard/cppman.nvim

Search cppman (cplusplus.com and cppreference) from within neovim

cpp cppman lua neovim neovim-plugin nvim nvim-plugin

Last synced: 07 May 2025

https://github.com/ja11sop/cuppa

A simple, extensible build system for use with Scons

boost build-system cpp cuppa scons

Last synced: 13 Aug 2025

https://github.com/mainakrepositor/srm-oops-elabs-solution

100% results with the codes in the SRM OOPD Elabs. All you need to do is just drag,drop and evaluate. Get 100% completion in no time

cpp elab programming srm-oopd-elabs

Last synced: 02 Sep 2025

https://github.com/ineshbose/blackjack_cpp

A terminal-version of BLACKJACK written in C++

blackjack card-game cpp game

Last synced: 19 Mar 2025

https://github.com/jbapple/libfilter

High-speed Bloom filters and taffy filters for C, C++, and Java

bloom-filter bloom-filters bloomfilter c cpp data-structures java library

Last synced: 16 Mar 2025

https://github.com/jbaldwin/libcappuccino

C++17 Cache Data Structure Library

cache cpp cpp17 cpp17-library lru modern-cpp

Last synced: 15 Apr 2025

https://github.com/evgenykislov/ctrl-c

Crossplatform code to handle Ctrl+C signal

cplusplus cplusplus-11 cpp cpp11 crossplatform ctrl-c ctrlc linux macos macosx windows

Last synced: 07 Jul 2025

https://github.com/njannasch/matio-examples

Examples for MAT File I/O Library (MATIO)

cpp matio

Last synced: 03 May 2025

https://github.com/ssciwr/pybind11-numpy-example

Example of using pybind11 with numpy and publishing to PyPI and conda-forge

cibuildwheel conda-forge continuous-deployment continuous-integration cpp pybind11 pypi python wheels

Last synced: 30 Apr 2025

https://github.com/jspanchu/vtkdearimguiinjector

Inject DearImGUI into an existing VTK application. 💉

cmake cpp dear-imgui emscripten gles3 imgui sdl2 vtk vtk-applications vtk-library wasm webgl

Last synced: 12 Apr 2025

https://github.com/it4innovations/intel-sde-flops

Computing FLOPs with Intel Software Development Emulator (Intel SDE)

c cpp cpu flops fma fortran intel python sde simd vectorization

Last synced: 30 Apr 2025

https://github.com/haseeb-heaven/fast-server

FastServer is simple API based server created in FastApi with Clients in various languages.

api-rest client cpp fastapi fastapi-users golang javascript json open-api postman python python-server server swagger-ui

Last synced: 11 Apr 2025

https://github.com/antony-jr/ShareMyHost

A simple and easy to use program to share files in local network.

cpp easy-to-use file-sharing gui mongoose qml qt server

Last synced: 18 Jul 2025

https://github.com/antony-jr/sharemyhost

A simple and easy to use program to share files in local network.

cpp easy-to-use file-sharing gui mongoose qml qt server

Last synced: 10 Apr 2025

https://github.com/tanerius/Unreal-cpp-boilerplate

A generic unreal engine C++ boilerplate code to start a project from including documentation of core Unreal aspects.

boilerplate cpp ue4 ue5 unreal unreal-engine unreal-engine-4 unreal-engine-5

Last synced: 11 Mar 2025

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

The elected Zia API for {Epitech} promo 2024 (Paris and Marseille)

api cpp epitech http-server zia

Last synced: 23 Mar 2025

https://github.com/ohjurot/ue5-timepower

Time reversal power implemented in UE5 & C++ (Inspired by Life is Strange)

cpp example game-development life-is-strange time-reversal ue5 unreal-engine unreal-engine-5 unreal-engine-cpp

Last synced: 30 Oct 2025

https://github.com/copperspice/doxypressapp

GUI application for DoxyPress

copperspice cpp gui

Last synced: 15 Apr 2025

https://github.com/quantumlib/chromobius

Open-source implementation of a "Möbius decoder" for color codes used in quantum error correction (QEC)

algorithms color-code cpp google-quantum python qec qec-codes quantum quantum-computing quantum-error-correction

Last synced: 10 Mar 2026

https://github.com/Phantom139/PhantomBot

A simple cross-platform C++ Twitch Bot with easy to adapt functioning. (Works on Win10 and Linux)

bot c-plus-plus cpp cpp11 linux twitch twitch-bot windows windows-10

Last synced: 10 May 2025

https://github.com/josstorer/umgexporter

This is an Unreal Engine plugin that automatically generates C++ code bindings for UMG blueprint widgets and animations. 这是一个虚幻引擎插件, 用于为UMG蓝图的控件和动画自动生成c++代码绑定.

cpp ue4 ue4-plugin ue5 ue5-plugin umg unreal unreal-engine unreal-engine-plugin

Last synced: 21 Sep 2025

https://github.com/sachinl0har/bank-management-system-cpp

Bank Management System in C++

bank-management-system cpp

Last synced: 28 Jul 2025

https://github.com/mynenik/kforth-64

64-bit Forth System for x86_64-GNU/Linux

assembly-language cpp forth linux-app programming-language

Last synced: 02 Aug 2025

https://github.com/andy-byers/calicodb

A tiny embedded, transactional key-value database 🐱

bplus-tree cpp cpp17 database key-value-database key-value-store write-ahead-log

Last synced: 22 Aug 2025

https://github.com/theroyakash/algorithms.theroyakash.com

algorithms.theroyakash.com website source code. [Materials for FAANG and top startup coding interview and running notes on that]

algorithms algorithms-and-data-structures computer-science cpp data-structures dsa dsa-learning-series dsa-practice dsalgo engineering interview-questions interviews practice

Last synced: 14 Oct 2025

https://github.com/aminya/cpp_vcpkg_project

A production-ready C++ project made with vcpkg

cmake cpp production-ready project starter template vcpkg

Last synced: 15 Mar 2026

https://github.com/ef-gy/cxxhttp

Asynchronous, Header-only C++ HTTP-over-(TCP|UNIX Socket|STDIO) Library

asio asynchronous clang cpp header-only http http-client http-server stdin stdio stdout unix unix-socket unix-socket-support

Last synced: 23 Jan 2026

https://github.com/sublimelinter/sublimelinter-gcc

This linter plugin for SublimeLinter provides an interface to gcc or other gcc-like (cross-)compiler.

c cpp gcc linter-plugin sublime-text sublimelinter

Last synced: 29 Apr 2025

https://github.com/oatpp/example-api-client

Example project how-to use oatpp ApiClient and how it works

api-client cpp curl oatpp rest-client

Last synced: 28 Oct 2025

https://github.com/foxzyt/Sapphire

Sapphire is a hybrid programming language developed with a focus on high performance, simplicity, and a complete "out-of-the-box" experience. Unlike languages like C, where you often need to manage complex external dependencies for basic tasks, Sapphire comes with a comprehensive native ecosystem.

c cpp programming programming-language

Last synced: 30 Jan 2026

https://github.com/pelock/stringencrypt-webapi

String Encryption and File Encryption for C/C++, C#, Visual Basic .NET, Delphi/Pascal/Object Pascal, Java, JavaScript, Python, Ruby, AutoIt, PowerShell, Haskell, MASM, FASM programming languages.

autoit cpp csharp delphi encrypted-strings encryption fasm file-encryption haskell java javascript js masm object-pascal pascal powershell python ruby string-encryption visual-basic-net

Last synced: 30 Jul 2025