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/waicool20/skrypton

A browser automation library that uses SikuliX and doesn't grab your mouse

automation cpp kotlin qt5 sikulix

Last synced: 08 Oct 2025

https://github.com/lucthienphong1120/stdsys.h

The C/C++ library about system and handle console

c config cpp lib library open-source standard std stdio stdlib system terminal

Last synced: 22 Apr 2025

https://github.com/aleksbgbg/mmo-rpg

2D MMO RPG game, created using SFML (in C++)

2d cpp game goksan mmo rpg sfml

Last synced: 03 Jul 2025

https://github.com/JulyOT/JulyOT

The central repository for all content released as part of #JulyOT each year

ai aiot cpp edge embedded iiot iot python

Last synced: 10 Mar 2025

https://github.com/nimble-dev/rcjit

Experimental jit compiler for R built on NIMBLE

compiler cpp eigen jit r

Last synced: 10 Jul 2025

https://github.com/goldsborough/bloom-cpp

:mag: A header-only bloom filter implementation in C++14.

bloom-filter cpp cpp14

Last synced: 12 Oct 2025

https://github.com/mohammadraziei/liburlparser

Fastest domain extractor library written in C++ with python binding.

binding cpp lib parser psl public-suffix-list python uri url urlparser

Last synced: 11 Jun 2025

https://github.com/abdallahhemdan/tayara

🛵 Tayara is delivery system which manage the process of receiving the orders and deliver it to the customer fully coded using C++/C

cpp cufe-2022 data-structure data-structures delivery-sys delivery-tracker

Last synced: 07 May 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/xddcore/sleeppanda

SleepPanda, a caring sleep manager

cpp linux nerual-network raspberry-pi

Last synced: 17 Mar 2026

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/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/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/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/dankmeme01/arc

Modern C++ async runtime, inspired by Tokio

async asynchronous cpp runtime

Last synced: 14 Feb 2026

https://github.com/jqntn/nograph

Blocks graphs in blueprints to keep a consistent codebase for C++ projects

blueprint cpp markeplace plugin unreal-engine unreal-engine-4 unreal-engine-5

Last synced: 27 Oct 2025

https://github.com/uctakeoff/uc-jni

uc::jni is a Java Native Interface (JNI) wrapper library created C++14 single-header.

android cpp cpp11 cpp14 java jni jni-android

Last synced: 17 Mar 2026

https://github.com/ljishen/bitar

Simplify accessing hardware compression/decompression accelerators

apache-arrow compression cpp dpdk hardware-acceleration

Last synced: 01 Feb 2026

https://github.com/timusus/ktaglib

Taglib Kotlin Library

cpp kotlin storage-access-framework taglib

Last synced: 14 Jul 2025

https://github.com/allanjos/device-watcher

Watch usb device connection/disconnection in Linux, install/uninstall and debug Android application.

adb android awk bash c cpp inotify inotifywatch linux perl qt sed shell-script udev usb

Last synced: 22 Jun 2025

https://github.com/grahamstrickland/malik_ds

Exercises from "Data Structures Using C++" (2e) - D.S. Malik

algorithms algorithms-and-data-structures cpp cpp11 data-structures

Last synced: 05 May 2025

https://github.com/inspirate789/bmstu-teragraph-hackathon-2022

:fax: Студенческий практикум МГТУ им. Н. Э. Баумана по обработке и визуализации графов

5sem algorithmic-painting bmstu c cpp discrete-mathematics graph graph-algorithms hardware ics6 ics7 iu7 makefile painting teragraph

Last synced: 01 Sep 2025

https://github.com/101001000/elevenrender

A GPU-CPU SYCL 3D Rendering engine with it's own formally specified shading language "ASL"

3d-engine cpp dpcpp gpu path-tracing raytracing-engine render rendering sycl

Last synced: 11 Apr 2025

https://github.com/kampi/zybo-linux

A complete Linux project for the ZYBO. This project helps me during my first steps with embedded Linux. You can find anything necessary to run your own embedded Linux on your ZYBO here.

c cpp linux vivado xilinx yocto zybo zybo-board zybo-linux zynq

Last synced: 09 Jul 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/fuzun/iot-facerecognition

A server/client approach to face recognition. Aims to be fast, secure and iot friendly. Uses dlib.

armv6 cloud-computing cpp distributed-systems dlib eglfs embedded-devices face-recognition image-recognition iot iot-devices python qml qt-framework raspberry-pi websocket

Last synced: 29 Oct 2025

https://github.com/abdallahhemdan/minimax

🥇 Unbeatable Tic Tac Toe game with a README contains very thing about MiniMax algorithms with explanation of it with c++ and js Implementation code

cmp2022 cpp cufe2022 hemdan minimax minimax-search minimax-xo python tic-tac-toe tic-tac-toe-javascript tictactoe-game unbeatable-tic-tac-toe unbeatable-tic-tac-toe-game

Last synced: 20 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/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/evanli/cppprogramming

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

cpp

Last synced: 15 Jul 2025

https://github.com/with-sky/hintfft

C++ Fast Fourier Transform used in HyperInt.

cpp cpp14 high-performance-computing

Last synced: 10 Apr 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/curiositygym/motordriver

Library for Arduino Motor Driver V1

arduino arduino-library cpp motor-driver v1

Last synced: 09 Jul 2025

https://github.com/kampi/zybo

Miscellaneous things and projects for my ZYBO and ZYNQ devices.

amd arm c cpp fpga fpga-programming linux vhdl wsl-ubuntu wsl2 xilinx zybo zynq

Last synced: 04 Oct 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/23jura23/intellector

Настольная игра с гексагональным полем наподобие шахмат

chess cpp intellector ncurses

Last synced: 15 Sep 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/kiok46/wrapping-cpp-using-cython

Wrapping example Cython and Cpp

cpp cython cython-wrapper tutorials

Last synced: 01 Aug 2025

https://github.com/skyehoefling/puzzlebot

Unreal Engine 5 tech demo - puzzle game using Stack-o-Bot assets

cpp game game-development unreal-engine unreal-engine-5

Last synced: 06 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/jmsv/cosmic-horizon

c3's c++ game project: a text-based space adventure

cli consolegame cpp game

Last synced: 26 Oct 2025

https://github.com/cpp-for-yourself/homeworks

💻 This is a template repository to enable homework checking for the modern C++ course.

cplusplus cplusplus-17 cpp education homework template

Last synced: 20 Aug 2025

https://github.com/with-sky/hyperint-mini

A quick, portable, cross-platform big integer library.

cpp cpp14 high-performance-computing

Last synced: 22 Mar 2025

https://github.com/naforoutan/snake-game

2-player snake game (including food, bomb and timer option) - A project for the fundamentals of programming

c cpp functional-programming snake-game terminal

Last synced: 15 Apr 2025

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

Quick Reference for OpenGL.

cpp opengl reference thecherno

Last synced: 11 Jul 2025

https://github.com/dio/envoy-filter-diy

A collection of Envoy proxy https://www.envoyproxy.io filter examples. DIY.

cpp custom diy envoy envoyproxy example filter

Last synced: 14 Apr 2025

https://github.com/yukinarit/python-cookbook-in-modern-cpp

Writing python cookbook in Modern C++ (C++17)

cookbook cpp python

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/vishal-ahirwar/aura

Aura 🚀 — A cross-platform C++ project builder inspired by Rust's rustup. It handles dependencies using vcpkg, builds with CMake + Ninja, and compiles using Clang — ensuring seamless, error-free builds across Windows, Linux, and macOS. 💯

cli cli-app cmake cpp linux windows

Last synced: 17 Mar 2025

https://github.com/csb6/editor

A custom text editor using the FLTK GUI toolkit

cpp cpp17 fltk text-editor

Last synced: 09 Apr 2025

https://github.com/pblischak/boost-docker-test

Test program for compiling/linking with the Boost C++ Libraries to create a Docker image

boost cpp docker-image dockerfile

Last synced: 17 Jun 2025

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/ssciwr/cpp-benchmarking

Performance benchmarking C++ applications [SSC Compact Course]

benchmark benchmarking cpp performance profiling ssc-compact-course

Last synced: 21 Apr 2025

https://github.com/epam/imago

2D chemical structure image recognition toolkit

cheminformatics cpp indigo java ocr opencv python recognition

Last synced: 06 Oct 2025

https://github.com/endiliey/mini-games

:game_die: Random mini-games like Minesweeper

cpp game linux sfml

Last synced: 13 Mar 2026

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/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/blckclov3r/apex5400_bill-acceptor

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

arduino cpp cprogramming

Last synced: 13 Jun 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/kanishkrawatt/cpp

A collection of resources to learn object-oriented programming and related concepts With cpp

cpp markdown

Last synced: 02 Mar 2026

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/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/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/pfeatherstone/https

HTTPS and WSS library

asio cpp https websocket

Last synced: 23 Jan 2026

https://github.com/llnl/raja-project-template

A template project using CMake & BLT to build a RAJA application

cpp

Last synced: 29 Apr 2025

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/arthursonzogni/inthecube

The webassembly port of InTheCube

arthursonzogni cmake cpp cube game platform webassembly

Last synced: 09 Apr 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/zeel-codder/recursion-hub

Write a solution to any recursive problem in any language of your choice

c cpp css express go hacktoberfest html java js nodejs php python r typescript

Last synced: 07 Oct 2025

https://github.com/epi5131/aulut

AviUtl LUT スクリプト

aviutl aviutl-script cpp cube-lut

Last synced: 23 Apr 2025

https://github.com/shiroinekotfs/jupyter-cpp-kernel-doc

Documentation for Jupyter C++ kernel

cpp cpp14 docs jupyter kernels linux macos notebook windows

Last synced: 26 Jun 2025

https://github.com/choaib-elmadi/computer-vision

Computer vision, artificial intelligence applications and projects.

ai arduino artificial-intelligence computer-vision cpp cprogramming python

Last synced: 05 Oct 2025