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/ajihyf/node-addon-api-helper

A more convenient, type-safe and boilerplate-less way to write Node.js C++ addons.

cpp n-api napi node-addon-api

Last synced: 13 Apr 2025

https://github.com/Cpp-Project-Manager/Cpp-Project-Manager

A C++ Template Generator and Project manager. The C++ equivalent to rust's cargo.

build-system command-line cpp cppm creation-project package-manager

Last synced: 28 Mar 2025

https://github.com/soreing/rsa-cpp-encrypt

Simple RSA key generation and encryption library for C++

big-integer cpp crypto cryptography montgomery-multiplication rsa rsa-encryption x86

Last synced: 27 Mar 2025

https://github.com/mandliya/gameboy_emulator

A gameboy emulator built with modern c++

cpp cpp11 cpp14 gameboy gameboy-emulator modern-cpp

Last synced: 13 Apr 2025

https://github.com/dcnick3/pqrs

Portable QR Scanning library

cpp js qr qr-code qr-code-reader qr-scanner

Last synced: 02 Sep 2025

https://github.com/heshanera/lstmnet

A Long Short Term Memory neural network for time series prediction. Memory blocks contain one memory cell in each. Weights for the network are randomly initialized.

cpp lstm-neural-networks prediction-model time-series timeseries-forecasting

Last synced: 13 Apr 2025

https://github.com/pit-ray/fluent-tray

Fluent design-based GUI library for system tray applications written in C++ single header.

cpp desktop fluent-design gui-library tray windows windows-10 windows-11

Last synced: 05 May 2025

https://github.com/jxsl13/zcatch

zCatch is a server modification for the retro multiplayer shooter Teeworlds. It is a last man standing instagib gamemode.

cpp teeworlds teeworlds-mod teeworlds-server

Last synced: 11 Mar 2025

https://github.com/vincentlaucsb/sqlite-cpp

A simple and robust SQLite wrapper for C++

cpp sqlite sqlite3

Last synced: 09 Apr 2025

https://github.com/satharus/twokey

A password manager with physical 2FA.

avr browser-extension cpp flask graduation-project password-manager python

Last synced: 08 Oct 2025

https://github.com/jsteemann/atoi

Fast string to integer conversion

atoi cpp integer-conversion library performance

Last synced: 07 May 2025

https://github.com/AlkaffAhamed/Tahajjud-Calculator

A Command-Line Application in C++ to calculate Tahajjud Times

c-plus-plus console-application cpp islam islamic-app islamic-apps islamic-prayer-times muslim

Last synced: 12 Feb 2026

https://github.com/seanghay/betterkhmer

Regex-free, fast Khmer Encoding normalizer ported to 18 languages

c cpp csharp dart flutter go java khmer khmer-normalize khmer-normalizer kotlin perl php python ruby rust zig

Last synced: 02 Jun 2026

https://github.com/theblackcat102/awesome-code-obfuscation

Collections of code obfuscation libaries for different languages ( in progress )

assembly awesome awesome-list c c-sharp cpp java javascript obfuscation obfuscator php python

Last synced: 17 Jan 2026

https://github.com/moxibyte/moxpp

C++ Template Repository with Conan2 and Premake5 (Windows and Linux support)

conan conan2 cpp cpp20 premake5 template

Last synced: 23 Oct 2025

https://github.com/f-squirrel/dockerized_cpp

Dockerized C/C++ Build Environment

c cpp docker makefile

Last synced: 18 Apr 2026

https://github.com/tjkendev/procon-library

my library for competitive programming

algorithms competitive-programming cpp procon-library python

Last synced: 15 Mar 2026

https://github.com/brunexgeek/cursed

Minimalist C++ framework to build interactive applications through ncurses

cpp ncurses ncurses-tui terminal

Last synced: 28 Apr 2025

https://github.com/brevzin/span_ext

Comparison operators for std::span

cpp cpp20 span

Last synced: 20 Jul 2025

https://github.com/mrhands/panini

Code generation library for C++ written in C++17

codegen codegeneration cpp

Last synced: 05 Apr 2025

https://github.com/amyrahmady/console-3d-maze-game

a simple console based 3D game with mazes written in C++ without using any library (Windows and Linux)

3d 3d-game command-line console console-renderer cpp cpp17 linux maze-game windows

Last synced: 13 May 2025

https://github.com/ziggi/rustext

Fix Russian text plugin for SA-MP: GameText's, TextDraw's and Menu's

cmake cpp crutch gta gtasa hooks plugin sa-mp samp sanandreas

Last synced: 07 May 2025

https://github.com/jokade/swog

Scala wrapper generator for interop with C, C++, Objective-C, and script languages.

c cpp interop lua objective-c scala scala-native

Last synced: 12 Jan 2026

https://github.com/sharoniv0x86/appledore

A simple and efficient graph library in modern C++ Supports directed/undirected graphs with customizable edge types, designed for performance and ease of use.

cpp cpp-library cpp17 graph graph-algorithms graphs modern-cpp

Last synced: 13 Apr 2025

https://github.com/shibam120302/striver_cp_sheet

Solution of the problems listed in Striver CP Sheet made by Striver, with resources

codeforces codeforces-problems codeforces-solutions cp cp-sheet cpp striver strivers-cp-sheet

Last synced: 10 Jul 2025

https://github.com/maharmstone/tdscpp

C++ library to interface with Microsoft SQL Server

cpp mssql tds

Last synced: 23 Aug 2025

https://github.com/atmegabuzz/weebserver

Simple Webserver Implementation using Sockets

cpp hacktoberfest hacktoberfest2022 sockets webserver

Last synced: 14 Apr 2025

https://github.com/lioncat2002/helixlang

A small language compiler

compiler cpp helix language

Last synced: 17 Mar 2025

https://github.com/kennymalac/tinycdn

A small and fast CDN "middleware".

cdn cpp cpp17 object-store

Last synced: 24 Jul 2025

https://github.com/genodelabs/genode-allwinner

Allwinner SoC support for the Genode OS framework

aarch64 allwinner-a64 arm cplusplus cpp genode osdev pinephone

Last synced: 07 Apr 2025

https://github.com/imharris24/snake-cpp

A simple snake game made in C++ using Object Oriented Programming.

cpp cpp-project game oop project snake snake-cpp snake-game

Last synced: 14 Apr 2025

https://github.com/endurodave/statemachinewiththreads

C++ State Machine with Asynchronous Callbacks

asynchronous-programming cpp publish-subscribe state-machine

Last synced: 11 Jul 2025

https://github.com/thelartians/revisited

🧑‍🤝‍🧑 The visitor pattern revisited. An inheritance-aware acyclic visitor template, any and any-function templates.

acyclic any anyfunction compile-time cplusplus cpp fast function inheritance multimethods multiple-dispatch template visitor visitor-pattern

Last synced: 06 May 2025

https://github.com/rylern/acr122u-tutorial

Tutorial for writing a C/C++ app with the ACR122U on Linux

acr122u c cpp linux mifare mifare-classic mifare-ultralight nfc nfc-reader pcsc pcsc-tools pcsclite

Last synced: 15 Jun 2025

https://github.com/bertrandmartel/digest-auth-session-cpp

C++ digest authentication/session library for server

cpp cpp-library digest-authentication

Last synced: 07 May 2025

https://github.com/sam-astro/cpp-key-logger

Simple console based Windows key-logger created in C++

backdoor botnet cplusplus cpp executable keylogger malware trojan virus windows

Last synced: 21 Jun 2025

https://github.com/sweeticelolly/dragcontrolside

一个使用VB6开发的简易IDE,以VB6开发的形式来开发C++程序,让C++对GUI的编写更加香甜~

cpp gui ide programming ui-design vb6 visual-basic-6 visualbasic6

Last synced: 10 Apr 2025

https://github.com/gbowne1/programmernotes

This is a collection of Markdown notes written in Obsidian for programming and it includes notes on C, C++, using and configuring VSCode and many other things programming related. Anyone is welcome to contribute to this Markdown repository and make corrections.

c coding config cpp node-js nodejs notebook notebook-publish notes obsidian-md programming programming-language software

Last synced: 06 Mar 2026

https://github.com/visualgmq/grogue

grogue是一个参考了CDDA,饥荒的Roguelite游戏。玩家需要存活下去,并且探索不同的世界(施工中)

cmake cpp cpp17 game game-2d game-development roguelite sdl2

Last synced: 12 Apr 2025

https://github.com/ststeiger/functioninterception

Overwrite C/C++ functions in memory for x86-32/64 on Linux, Mac & Windows

c cpp detour hooking linux macos windows

Last synced: 13 Apr 2025

https://github.com/grindgold/awsome-projects

😎「计算机淘金手册」立志收录各种酷炫、高大上、对小白友好的开源项目,包括但不限于Java、C++、Python、Golang、JavaScript、人工智能、机器学习、人工智能等相关项目。

cpp database database-management golang java javascript jquery python system

Last synced: 06 Sep 2025

https://github.com/GareBear99/FreeEQ8

FreeEQ8 is a professional-grade, free and open-source 8-band parametric EQ plugin for macOS, Linux, and Windows. Linear phase, dynamic EQ, match EQ, per-band drive, band linking, M/S processing, oversampling, and a real-time spectrum analyzer. FabFilter Pro-Q alternative for $0–$20

audio-plugin audio-processing cmake cpp daw eq eq-eight eq8 equalizer free-plugin juce macos mixing music-production open-source parametric-eq spectrum-analyzer vst-plugin vst3 windows

Last synced: 07 May 2026

https://github.com/SweetIceLolly/DragControlsIDE

一个使用VB6开发的简易IDE,以VB6开发的形式来开发C++程序,让C++对GUI的编写更加香甜~

cpp gui ide programming ui-design vb6 visual-basic-6 visualbasic6

Last synced: 11 Mar 2025

https://github.com/caiorss/cpp-project-templates

C++ CPP project templates with CMake + Conan

cmake cpp project scaffolding template

Last synced: 28 Apr 2025

https://github.com/shlomnissan/vglx

✨ A fast cross-platform 3D rendering engine for modern C++

3d cpp opengl rendering vulkan

Last synced: 14 Oct 2025

https://github.com/adamydwang/mobilellama

a lightweight C++ LLaMA inference engine for mobile devices

cpp inference llama llm openblas

Last synced: 23 Jan 2026

https://github.com/curtinfrc/2024-crescendo

Our code for FRC 2024: CRESCENDO, using Gradle, Wombat, and probably other stuff

cpp frc frc-cpp frc-robot gradle gradle-build groovy wombat

Last synced: 24 Oct 2025

https://github.com/supertone-inc/supertonic

Lightning-fast, on-device TTS — running natively via ONNX.

cpp csharp go ios java lightweight nodejs on-device python rust swift text-to-speech tt tts web

Last synced: 24 Nov 2025

https://github.com/madebypixel02/42-madrid-cursus

[42 Madrid] Ongoing repository containing links to the various projects I'll work on as a 42 student.

42-cursus 42born2code 42madrid 42school c cpp git make peer2peer shell

Last synced: 11 Apr 2025

https://github.com/blackmatov/fun.hpp

My old crazy idea about functional programming in C++

c-plus-plus c-plus-plus-17 cpp cpp17 functional-programming haskell type-classes

Last synced: 12 Apr 2025

https://github.com/mauropelucchi/unibg_dev_courses_2024

University of Bergamo - C++ Dev Course (Computer Engineering) 2023/2024

coding cpp training-materials university

Last synced: 15 Apr 2025

https://github.com/yohhoy/cpp-concepts

C++ Standard concepts diagrams

cpp cpp20

Last synced: 08 Apr 2025

https://github.com/ahuge/nuke-removechannels

A plugin for the Foundry's Nuke. It allows manipulation of channels via regular expressions.

cpp foundry-nuke project regex

Last synced: 10 Jul 2025

https://github.com/jsmolka/egg-player

A Groove Music like music player.

bass-dll cpp egg-player music-player taglib

Last synced: 04 Apr 2025

https://github.com/adonmo/daylight

The answer to your daylight related questions

cpp irradiance python sunrise sunset

Last synced: 14 Jul 2025

https://github.com/jsmolka/drizzle

A dynamic interpreted programming language.

cpp drizzle dynamic interpreter language

Last synced: 04 Apr 2025

https://github.com/pdsmart/zpu

ZPU Evo(lution), an enhanced ZPU microprocessor design in VHDL to embed within an FPGA including SoC functionality. Project currently uses Altera Cyclone devices.

assembly-language bash c cpp perl vdl

Last synced: 14 Apr 2025

https://github.com/dawidolko/programming-cpp

Tasks studies - laboratory

courses cpp lab labs projects tasks tests

Last synced: 06 Apr 2025

https://github.com/dasaav-dsv/rttihook

A highly customizable header only RTTI analysis and VFT hooking toolset.

cpp cpp17 header-only-library hooking-framework hooking-library reverse-engineering rtti rtti-analyzer rtti-cplusplus

Last synced: 24 Dec 2025

https://github.com/mstuttgart/oficina

:seedling: Repository where my study projects and tests are stored

android cpp django elixir flask j2me java javascript pygame python study-notes study-project

Last synced: 17 Mar 2025

https://github.com/tylerjw/mycobot

myCobot on ROS 2

cpp moveit2 robotics ros2 ros2-galactic

Last synced: 13 Apr 2025

https://github.com/blueskyson/qt-pac-man

make a pacman game with Qt

cpp pacman-game qt

Last synced: 24 Mar 2025

https://github.com/tuarua/taskbarprogressane

AIR Native Extension for displaying taskbar progress on macOS & Windows 7, 8, 10

actionscript adobe-air air-native-extensions ane cpp osx swift swift-3 windows-10

Last synced: 14 Apr 2025

https://github.com/oatpp/oatpp-openssl

OpenSSL adaptor for Oat++ applications

cpp oatpp openssl tls

Last synced: 02 Aug 2025

https://github.com/juangburgos/qfunctionutils

Qt helper functions for callback execution, throttle, debounce, etc.

cplusplus cplusplus-11 cpp cpp11 qt qt5

Last synced: 10 Apr 2025

https://github.com/gf712/python-cpp

Python implementation in C++

cpp interpreter python

Last synced: 13 Apr 2025

https://github.com/thirtythreeforty/consensus

A clean, elegant watchface for Pebble watches in C++

cpp pebble

Last synced: 10 Apr 2025

https://github.com/yegor256/fibonacci

Fibonacci algorithm implemented in a few compilable languages in different programming flavors

cpp csharp eiffel fibonacci golang haskell java lisp object-oriented-programming oop performance-testing

Last synced: 27 Mar 2025

https://github.com/karnkaul/locc

C++20 utility to count lines of code

count-lines cpp cpp20 lines-of-code

Last synced: 24 Dec 2025

https://github.com/vitkarpov/dcp

:computer: :books: Interviews & competitive programming

competitive-programming cpp interview-preparation interview-questions javascript

Last synced: 06 May 2025

https://github.com/playboy-player/pytorch_dart

Pytorch_Dart is a dart wrapper for Libtorch,striving to provide an experience identical to PyTorch. You can use it as an alternative to Numpy in your Dart/Flutter projects.

android computer-vision cpp cross-platform dart dart-package dartlang deep-learning deep-neural-networks deeplearning flutter flutter-package libtorch linux machine-learning numpy pytorch tensor torch windows

Last synced: 09 Apr 2025

https://github.com/kezhengjie/cppnat

cppnat is a NAT reverse proxy tool (aslo known as a hole punching tool) helps you expose your private IP and port and bind them onto a server with public IP,access your private service anywhere.

asio cpp cpp17 cross-platform easy-to-use fluent high-concurrency high-performance hole-punching modern nat nat-hole-punching nat-traversal network no-exception proxy reverse-proxy runtime-safety simple

Last synced: 12 Apr 2025

https://github.com/bugra9/cpp.js

Bind C++ to JavaScript with no extra code. (WebAssembly & React Native)

bindings cpp emscripten javascript react-native swig wasm webassembly

Last synced: 16 Mar 2025

https://github.com/cemolcay/musictheorycpp

C++ music theory library

chord cpp music-theory note scale

Last synced: 05 Mar 2026

https://github.com/curve/channel

🧵 A C++ implementation of Rust's std::sync::mpsc::channel

cpp cpp17 cpp17-library cpp20 cpp20-library mpsc mpsc-channel threading

Last synced: 29 Oct 2025

https://github.com/akashi-org/akashi

A next-generation video editor

akashi cpp hardware-acceleration python vfx video video-editor

Last synced: 16 Oct 2025

https://github.com/brainiac2677/cpp-notes

This repository focuses on the OOP concepts with C++.

cpp

Last synced: 09 Oct 2025

https://github.com/raphaelthegreat/psxemu

An experimental Playstation emulator

cpp emulator mips opengl playstation psx-emulator

Last synced: 27 Sep 2025

https://github.com/oleksis/picta-dl-gui

Picta Downloader GUI

cpp downloader gui picta qt5

Last synced: 15 Mar 2026

https://github.com/springbear2020/whut-matching-game

连连看游戏是一款基于 Microsoft 公司的 MFC 框架开发的在给定的图案中进行相同图案配对连线消除的简单游戏,游戏规则简单、画面清晰可爱。

cpp matching mfc-application

Last synced: 13 Apr 2025