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/happybono/fuzzypotato

The solar-powered smart-flowerpot project with the ESP32 micro-controller unit. (Temperature, Humidity, Illuminance (Lux), Soil Moisture, Soil Salinity, Battery Voltage)

arduino arduino-ide cplusplus cpp environment-friendly environmental-monitoring esp32 esp32-arduino internet-of-things iot renewable-energy smartfarm smartfarms smartgarden solar-energy

Last synced: 11 Feb 2026

https://github.com/karnkaul/fixed_vector

KT single header C++17 library for std::vector that uses a fixed size stack allocated buffer for storage.

cpp cpp17 cpp17-library single-header vector

Last synced: 20 Mar 2025

https://github.com/katahiromz/getoptsample

An example code for GNU getopt_long function

cpp cxx getopt-long gnu portable

Last synced: 13 May 2026

https://github.com/lordronz/helloworld2

Hello World 2

cpp game-development sfml

Last synced: 03 Apr 2025

https://github.com/illescasdaniel/everythinglibs

Improve your productivity with these useful and small C++ libraries.

cpp everything libraries

Last synced: 21 Mar 2025

https://github.com/o8x/wiredolphin

a Simple Wireshark For learning C++ and QT

capture-network cpp network-analysis qt6 wireshark

Last synced: 29 Oct 2025

https://github.com/jonpalmisc/bn_cpp_template

Binary Ninja C++ plugin template

binary-ninja binary-ninja-plugin cpp plugin template

Last synced: 17 May 2026

https://github.com/fmahadybd/cpp_with_das

This repository covers all topics of the C++ programming language, including a wide range of algorithms. It serves as a complete reference with code examples for each concept and algorithm in C++.

cpp dsa

Last synced: 21 Mar 2025

https://github.com/loreneteval/sysproxy

Python bindings for shadowsocks sysproxy utility.

cpp proxy pybind11 python shadowsocks

Last synced: 10 Apr 2025

https://github.com/robok-engine/hdritocubemap

Android Library to Converts HDR to Cubemap Images.

android cpp cubemap hdr java jni kotlin robok

Last synced: 19 Mar 2025

https://github.com/merendamattia/fdp-a

Unipr - Fondamenti di Programmazione - Parte A

cpp

Last synced: 17 Mar 2025

https://github.com/natsalete/atividade-2-ed1

Atividade prática para fixação do uso de struct - matéria Estrutura de Dados I - ADS - 3 período

cpp estrutura-de-dados struct

Last synced: 17 Jul 2025

https://github.com/kimlimjustin/compile

Another yet simple compiler.

compiler cpp gpp mingw

Last synced: 17 May 2026

https://github.com/bahaaio/base64-cli

A minimal and efficient Base64 encoder/decoder CLI tool written in C++.

base64 cli cpp decoding encoding lightweight utility

Last synced: 07 Sep 2025

https://github.com/thaliaarchi/deque

Reusable double-ended queue iterable container implemented as a circular array.

cpp deque iterator

Last synced: 18 Jul 2025

https://github.com/allantargino/planetarium

Planets orbit simulation developed in C++ with OpenGL and Qt Creator.

cpp opengl qt qtcreator shaders

Last synced: 13 Apr 2025

https://github.com/arturfriedrich/oo_programozas

Ez a repo a Széchenyi István Egyetem OO programozás (GKNB_INTM085) tárgyának anyagát gyűjti össze.

c cpp szegyetem

Last synced: 17 May 2026

https://github.com/robinsaviary/estroengine

A portable simple-to-use node-based game engine built in C++20.

cpp cpp20 game-engine header-only node-tree

Last synced: 11 Apr 2025

https://github.com/x4raynixx/rx-scripting

RX is a lightweight scripting language focused on simplicity and low resource usage. It’s easy to learn, fast to write, and runs smoothly even on low-end PCs.

cpp csharp javascript language nextjs programming programminglanguage python

Last synced: 08 May 2025

https://github.com/faris771/opencv_task

Task2 in my software engineering internship, the Idea of this task is to get hands on Image processing using OpenCV in C++ Language. In this task, we are required to build a Live Web cam filters.

cpp image-processing opencv

Last synced: 15 May 2026

https://github.com/iukkeopaa/gathering-various-sources

Collecting and organising informations or sources from all aspects.

algorithms cpp docker go java kubernetes linux mysql web

Last synced: 13 Apr 2025

https://github.com/cyberscoper/esp8266-htu21d-weather-station

🌡️💧 An autonomous, solar-powered weather station built with ESP8266 (ESP-12E). It measures temperature, humidity, illuminance, dew point, and heat index using HTU21D & TSL2561 sensors, and sends data to ThingSpeak every 15 minutes. Includes Deep Sleep for energy efficiency and a 3D-printed enclosure for outdoor use.

cpp esp12e esp8266 htu21d solar-energy thingspeak tsl2561 weather-station

Last synced: 17 Feb 2026

https://github.com/omrawaley/T-Write-Plus-Plus

T-Write++ is a terminal-based text editor written in C++.

command-line command-line-tool cpp editor terminal terminal-based text text-editor

Last synced: 01 May 2025

https://github.com/stallion-x/bittorrent-emu

An emulation of BitTorrent by Win32 Socket

bittorrent bt cpp network socket socket-programming win32 windows

Last synced: 15 May 2026

https://github.com/strcoder4007/codeforces-solutions

My 800+ solved Codeforces problems on Algorithms and Data Structures using C++

algorithms cpp

Last synced: 08 Sep 2025

https://github.com/zubax/senoval

A simple dependency-free header-only library of C++17 classes for real-time embedded systems

cpp cpp17 embedded embedded-systems real-time

Last synced: 03 Apr 2025

https://github.com/kiwijuice56/godot-fluid

Lattice Boltzmann fluid simulation in Godot

cpp fluid-simulation godot lattice-boltzmann

Last synced: 13 Feb 2026

https://github.com/thiagoh/bison

From the Bison 3.0.4 manual from https://www.gnu.org/software/bison/manual/bison.html

bison c compilers cpp flex lexer parser parser-generator yacc

Last synced: 15 May 2026

https://github.com/gil9red/ascii_table

Ascii table (#c++ #qt #qt5)

ascii-table cpp qt

Last synced: 15 May 2026

https://github.com/nouraalgohary/grind-75-solutions

This GitHub repository features my solutions to Grind 75 questions, which I am approaching using multiple techniques and programming languages as per my plan.

blind-75 cpp problem-solving python

Last synced: 14 Feb 2026

https://github.com/brianferri/fmm-c--

collection of fast multiplication algorithms and matrix operations. It is written in C++ and is header only. It is designed to be used in other projects and rewritten to fit the needs of the project

algorithms calculus cpp data-structures fast-multiplication library math mathematics matrix-calculations matrix-multiplication matrix-operations

Last synced: 12 Jul 2025

https://github.com/chocobo1/concurrent

Run commands concurrently!

concurrent cpp parallel utility

Last synced: 20 Mar 2025

https://github.com/matthewpoletin/liman

OpenGL 3D rendering engine

3d cpp game-engine opengl

Last synced: 22 May 2026

https://github.com/maltsev-dev/unrealprojects

UE projects. 3 fully completed games based on free assets packs

cpp game-development ue5

Last synced: 30 Jan 2026

https://github.com/locusts-r-us/locusts

A polyglot library for adding locusts to your code

beam c cpp csharp deno elixir erlang fsharp go java javascript jvm kotlin nodejs python react rust svelte typescript vue

Last synced: 12 Apr 2025

https://github.com/blueskyson/ansi-escape-code-color

ANSI escape code color lookup

ansi-colors colors cpp python terminal

Last synced: 12 Apr 2026

https://github.com/jonghough/cpp2j_demo

Demo game using SDL 2.0 library and using J to handle the logic while C++ / SDL handles UI and events.

cpp demo-game dll j jlang sdl sdl2

Last synced: 29 Oct 2025

https://github.com/dhananjayporwal/programming-notes

Collection of notes which I made at the time of learning various courses.

cpp cppprogrammingessentialsforbeginners dhananjay dhananjayporwal notes porwal programming-notes

Last synced: 13 Jul 2025

https://github.com/notnekodev/krkawm

A window manager for X11

cpp window-manager x11 x11-wm xlib

Last synced: 22 Jul 2025

https://github.com/flatcap/dparted

📊 Graphical Partition Manager

c-plus-plus cpp manager partition

Last synced: 11 Jun 2025

https://github.com/torchcs-mc/logger

TorchCS Logger is an extension of spdlog. It is generally used for console applications, such as bots or server software

cmake cpp spdlog torchcs torchcs-logger wrapper

Last synced: 01 Jul 2025

https://github.com/rushilpatel21/cricket-player-statistics-management-system

This C++ program is designed for managing cricket match data, utilizing key data structures such as maps, linked lists, and JSON for efficient storage and retrieval. The program offers a set of functionalities to handle cricket match information, providing a comprehensive toolkit for data analysis and management.

cpp dsa linked-list stl

Last synced: 25 Feb 2025

https://github.com/arceryz/mirai

Infinity mirror box simulator with flat and curved mirrors. Running in realtime for both 2D mirror spaces and 3D.

2d 3d compute-shader cpp mirror raylib raylib-cpp raytracing rendering thesis tool

Last synced: 26 Jan 2026

https://github.com/wolgemoth/vsop87-wrapper

A wrapper class providing a clean interface for working with Greg Miller's VSOP87-Multilang in C++.

astronomy cpp cpp17 glm header-only mathematics positions solar-system templated vsop vsop87 wrapper

Last synced: 30 Mar 2025

https://github.com/arxiver/mema

Memory Manager for C language to maintain the memory allocation and dellactions and works as a memory pool

c clang cpp cpp17 memory memory-allocation memory-management memory-manager memory-pool pool

Last synced: 09 May 2026

https://github.com/dup4/autowired-cpp

AutoWired for morden cpp

autowired cpp dependency-injection

Last synced: 29 Mar 2025

https://github.com/jayprakashkumar1/word-guessing-game

This is a c++ word guessing game in which a 5 digit random word will be displayed to the screen and two positions will be kept blank.Then user will guess that word.

cpp cpp-games guessing-game mini-game

Last synced: 03 Mar 2025

https://github.com/azrielx86/simpletexteditor

A text editor written in C++ using QT

cpp qt text-editor

Last synced: 27 Apr 2026

https://github.com/jjlibra/xscanner

Just a simple port scanner.

c cpp qt5 scanner

Last synced: 05 May 2026

https://github.com/maksasj/dunmorogh

Dunmorogh - simple c++ library, that implements some sorting algorithms

cpp educational-project library sorting sorting-algorithms

Last synced: 15 May 2025

https://github.com/slimrealm/cpp-midi-art-lab

MIDI Art Lab generates digital art based on notes played on a connected MIDI keyboard. Sample output images in README.

algorithm-design cpp midi-processing sfml2

Last synced: 06 Jun 2026

https://github.com/benthevining/lharmony

C++ library for working with musical harmony

chords cpp harmony music scales

Last synced: 21 Aug 2025

https://github.com/pent0/symfirm

Symbian Firmware

cpp firmware symbian

Last synced: 24 Mar 2025

https://github.com/mccaffers/backtesting-engine-cpp

I'm developing a high-performance C++ backtesting engine designed to analyze financial data and evaluate multiple trading strategies at scale.

backtesting backtesting-engine cpp cpp20 trading

Last synced: 15 May 2025

https://github.com/dhi13man/numcuts

A GUI tool that allows you to set up custom shortcut keys that you can press to run anything on your PC or the web. Built using C++ and containing a full HTML/CSS based UI, made using NodeJS and Electron Framework.

batch-script bootstrap c-plus-plus cpp css dhi13man electron electron-app html html-css-javascript html5 javascript nodejs open-source opensource shortcuts software time-saver utility windows

Last synced: 10 Apr 2026

https://github.com/fqwqf/faqnet

faQnet /fɑːkjuːnet/是一个c++神经网络框架,它使用OpenCV库,并且使用单列矩阵储存输入输出。"faQnet"这个名字是"flexible and Quick neural network"的缩写,旨在实现一个强调灵活性和快速开发的神经网络框架,能够适应各种神经网络架构,同时提升开发效率。

ai cpp opencv

Last synced: 26 Jan 2026

https://github.com/hansalemaos/isincython

fast isin() function using Cython (C++) - up to 80 times faster than NumPy/Pandas.

c cpp cython fast isin numpy pandas

Last synced: 11 Apr 2026

https://github.com/ombhd/cplusplus-pool-42

piscine (pool) of C++, where you can learn a lot of stuff about C++, just code and enjoy it!

1337school 42born2code cpp game object-oriented-programming

Last synced: 30 Mar 2025

https://github.com/kojobailey/book-volume-organiser

Organises book volumes with pages split into different folders into one folder with helpful file naming.

books cpp drag-and-drop manga organiser terminal-based tool

Last synced: 22 Mar 2025

https://github.com/miRoox/Leetcode

My Leetcode solutions

cpp csharp leetcode rust

Last synced: 15 May 2025

https://github.com/eclipse-uprotocol/up-vsomeip-helloworld

COVESA/uServices HelloWorld example for mechatronics hello world uService and client using vsomeip

cpp example uprotocol vsomeip

Last synced: 01 Sep 2025

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

This repository contains solutions of various LeetCode problems

cpp java javascript leetcode python python3

Last synced: 04 Oct 2025

https://github.com/marcellofabrizio/compiler-front-end

A compiler front-end for the ANSI C Yacc grammar or: how I learned to stop worrying and love the compiler

c compiler cpp lexical-parser syntactical-parsing

Last synced: 20 Apr 2026

https://github.com/deniztemur00/simplegrad

Simple auto gradient project that supports basic operations written in C++ from scratch.

cpp deep-learning micrograd neural-network python

Last synced: 22 Apr 2025

https://github.com/szymonmaszke/programming-languages

Mindmap notes regarding programming languages (polish and english)

c cpp java mindmap mysql notes programming-language python r scala sql

Last synced: 10 Apr 2026

https://github.com/themorc/screenduo-userspace

ASUS ScreenDUO/ASUS OC Palm userspace driver for Windows/macOS/Linux written in C++ (originally written in C for Linux, fork of mayorbobster's screenduo4linux)

asus c cplusplus cpp driver linux macos screenduo screenduo4linux screenduo4macos windows

Last synced: 11 Apr 2026

https://github.com/speedycraftah/speedy-db

A database written in C++ which supports JSON querying and TCP encryption.

cpp database json

Last synced: 25 Sep 2025

https://github.com/sea5kg/Roads2DGenerator

algorithm for procedural generation map of roads in 2d or caves or something else

2d caves collapse-wave-function cpp generator map procedural-generation roadmap roads

Last synced: 07 May 2025

https://github.com/shmuelie/ziopp

Zio++ provides a simple, powerful, cross-platform filesystem abstraction for C++ with many built-ins filesystems.

c-plus-plus cpp filesystem filesystem-api vfs

Last synced: 22 May 2026

https://github.com/anuran-roy/cppchain

A simple C++ implementation of an elementary blockchain

beginner blockchain cplusplus cpp stl

Last synced: 16 May 2025

https://github.com/sakamochanq/simple-calculator

* C++ Simple Calculator

calculator console cpp

Last synced: 19 Aug 2025

https://github.com/gunh0/cpp-atoz

📚 Exploring the depths of C++ with practical examples

automata cpp soket stl

Last synced: 26 Jan 2026

https://github.com/terroo/bible-tui

Get Bible Verses via Command Line

bible-verse cli cpp cpp20 jesus-christ-is-lord tui

Last synced: 02 Jul 2025

https://github.com/qc20/haptic-game-for-the-blind

HapNav is an innovative, ESP32-based game designed to empower the visually impaired. By using joystick navigation, it enhances spatial awareness and provides inclusive gaming experiences. Join us in this project to make gaming accessible for all!

3d-printing accessibility arduino blind cad cpp esp32 game-development haptic-feedback haptics human-computer-interaction interaction-design iot joystick-control microcontroller prototyping remote sensors tactile tactile-feedback

Last synced: 15 Apr 2025

https://github.com/siddhant-vij/event-management-system

Practice project for Relational DBMS | Efficiently organize and manage events, attendees and registrations.

bash cli-app cpp crud-application dbms event-management go java python relational-database

Last synced: 09 Apr 2026

https://github.com/zinikus/robotic-head

Intermediate-Level Project: This repository contains information and code for building a robotic head designed for educational and learning purposes, including basic mechanics, electronics, and programming involved in its construction.

artificial-intelligence cpp python robot robotframework robotics

Last synced: 10 Apr 2026

https://github.com/i-m-iron-man/libtorch_mujoco_ddpg

DDPG algorithm on an inverted pendulum environment using Mujoco(C++) and pytorch C++ front end.

cpp ddpg deep-reinforcement-learning inverted-pendulum mujoco pytorch-cpp pytorch-cpp-frontend pytorch-implementation

Last synced: 16 Mar 2025

https://github.com/namberino/vilang

The Vietnamese Programming Language

cpp interpreter programming-language vietnamese

Last synced: 03 Feb 2026

https://github.com/wesleych3n/process-cpp

A rust-like C++ API to easily create process, pipe stdio, etc on win/unix

cmake cpp pipes rust stdio subprocess unix windows

Last synced: 20 Apr 2026

https://github.com/jbaldwin/libpriamcql

Safe and easy to use C++17 CQL (Cassandra/ScyllaDB) client library.

async cassandra client cpp cpp17 cql scylladb

Last synced: 19 Apr 2026

https://github.com/andr3w03/kgv_uts_turing-a

Ujian Tengah Semester Mata Kuliah Komputer Grafik dan Visualisasi

c cpp desktop-application glew glfw opengl visual-studio

Last synced: 09 May 2026

https://github.com/seigtm/qt-wms

My first attempt to create a warehouse management system. This project is a C++ training practice at my college (2020-2021).

college college-assignment college-project cpp pkgh practice practice-programming practice-project qt qt5 qtcreator warehouse warehouse-management warehouse-management-system warehouse-system warehousing wms

Last synced: 20 Apr 2025

https://github.com/lucasfturos/interfacesensordht

Interface para um Sensor de Temperatura Embarcado em C++, Javascript e QML

cpp javascript qml qt6

Last synced: 05 May 2026

https://github.com/vishal2376/project-template

A simple c++ project code generator along with header and cpp files

cpp cpp-template makefile project

Last synced: 07 Jul 2025

https://github.com/zwliew/competitive-programming

Notes, libraries, templates, and solutions to various competitive programming platforms.

challenge coding competitive cp cpp ctci leetcode mrjudge programming python

Last synced: 10 Apr 2026