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/fl444mingo/fl4-cs131-06-lab

Ch. 6, Lab 1, Grade Checker File In/Out

cpp learning learning-cpp

Last synced: 31 Aug 2025

https://github.com/bisakhmondal/ju_cse_lab_practicals

Lab Assignments

c cpp

Last synced: 17 May 2026

https://github.com/robertkist/vbcc_installer

Automated installer for VBCC Amiga C Compilers on Unix/Mac

amiga c cpp retrocomputing vbcc

Last synced: 15 Apr 2026

https://github.com/zhb2000/maybe-extension

Functional interfaces and useful extension methods for "Maybe types" in C++ (e.g., std::optional, pointers, and smart pointers).

c-plus-plus cplusplus cpp functional-programming

Last synced: 15 Apr 2025

https://github.com/druxorey/ucv-ayed

Respuestas y ejercicios resueltos de las guías de Algoritmos y Estructuras de Datos en C++, organizados por temas.

algorithms-and-data-structures cpp ucv

Last synced: 21 Sep 2025

https://github.com/ryp/chip8-emu

CHIP-8 Emulator

chip-8 cpp emulator

Last synced: 26 Jul 2025

https://github.com/t-katsumura/webassembly-examples-eratosthenes

webassembly examples which calculate prime by Sieve of Eratosthenes

assemblyscript c cpp golang javascript rust wasi wasm webassembly webassembly-demo

Last synced: 01 Aug 2025

https://github.com/neko-box-coder/sstest

🧪 A simple fancy test framework

cpp cpp11 test test-framework testing testing-framework

Last synced: 23 Jul 2025

https://github.com/fearless-spider/traceroute

Traceroute

cpp makefile

Last synced: 23 Aug 2025

https://github.com/u-t-k-a-r-s-h/autonomous-aim-and-shoot-gun-opencv

It uses a camera to detect and track the object using open CV, the target's location is found in pixels and then converted into angles of X and Y axes which are then written to servo motors using arduino.

arduino camera computer cpp opencv python servo-motor

Last synced: 10 Apr 2026

https://github.com/princejoogie/cal

Different implementations of a terminal application that shows a calendar and highlights the current day

cli cpp javascript rust-lang

Last synced: 21 Apr 2026

https://github.com/plinkon/colorify

A nice little tool to help with ANSI escape codes

ansi color-tool console-tool cpp

Last synced: 05 Jul 2025

https://github.com/quentinguidee/cpp-ultimate

C++ Ultimate is the extension you need for VSCode!

cpp vscode vscode-extension

Last synced: 21 Sep 2025

https://github.com/teejay69/configsync

Program Settings Synchronizer

boost configuration-management cpp settings-sync

Last synced: 26 Jul 2025

https://github.com/gaurav-chaurasia/dsa

All my practice problem(data-structure and algorithmic) and code are here

algorithm competitive-programming cpp data-structures readme-md

Last synced: 29 Jun 2026

https://github.com/mohamed-samy26/flappy-bird-cpp-sfml

Remake for Flappy Bird game with custom made physics and 2 levels of difficulity

cpp game game-development physics sfml sfml-game

Last synced: 25 May 2026

https://github.com/djoezeke/glfwtem

OpenGL®-Starter is a template for OpenGL Projects with Cmake and VSCode on windows.

assimp c cmake cpp glad glfw3 glm library opengl stb-image template vscode windows

Last synced: 26 Dec 2025

https://github.com/lnd3/ltools

C++ tool box for random purposes like graphics, physics, gui and network coding

concurrency cpp physics rendering threading tool-box

Last synced: 01 Aug 2025

https://github.com/rarepineapples/hacker-simulation

Can't code? Want to feel like you can? Here's a program that makes random lines of code speed down your terminal. Contributions welcome!

cpp cpp17orlater fun terminal

Last synced: 18 May 2026

https://github.com/longhao-li/ink

An easy-to-use D3D12 rendering framework.

cpp d3d12 rendering

Last synced: 01 Aug 2025

https://github.com/josh012006/rpg-game

My first real game🎮 wrote in SFML. It's a RPG game that I'm still developing.

cpp sfml sfml-game

Last synced: 22 Mar 2025

https://github.com/taktoa/pianoman

Experimental music bot for TeamSpeak 3 (mostly abandoned due to arcane-chat)

bot bot-api cpp haskell qt teamspeak3 teamspeak3-plugin zeromq

Last synced: 06 May 2026

https://github.com/sunnycapturer/qt-firebase-client

Calling the firebase library to implement google analytics using the Qt5 client.

analytics cpp firebase google qt

Last synced: 10 Apr 2026

https://github.com/feixiao/centos_docker

build C/C++ build container images based on centos

centos7 cpp docker

Last synced: 27 Apr 2026

https://github.com/eclipse-keypop/keypop-calypso-crypto-symmetric-cpp-api

Eclipse Keypop project repository containing a C++ implementation of the 'Calypso Symmetric Crypto API' standardized by the Calypso Networks association for ticketing terminal processing smart card

api component cpp keypop

Last synced: 26 Jul 2025

https://github.com/stef1949/lumifur_controller

ESP32 controller code for an LED matrix display designed for a Protogen mask. It features various facial expressions and animations, which can be controlled via Bluetooth Low Energy (BLE) using an ESP32 development board. The project includes a boot-up animation with scrolling text and supports multiple facial expressions such as idle, happy

cpp esp32 led-controller ledmatrix microcontroller protogen richies3d

Last synced: 26 Jan 2026

https://github.com/coralkashri/cppsenioreas-iterators

This is an examples repository of C++ Senioreas blog iterators article.

code-refactoring cpp cppsenioreas iterators

Last synced: 29 Jul 2025

https://github.com/apostolouagge/Compilers

5 ασκήσεις στο μάθημα των Μεταγλωττιστών

cpp

Last synced: 21 Sep 2025

https://github.com/beepboopbit/cpp-console-calculator

A calculator to apply different programming concepts

calculator console cpp

Last synced: 31 Aug 2025

https://github.com/apostolouagge/Data-Structures

An unsuccessful attempt

cpp

Last synced: 21 Sep 2025

https://github.com/thisaislan/free-code-cpp

Just free codes in C++!

cpp design-patterns

Last synced: 25 May 2026

https://github.com/mvakili/cpp-assignments

My CPP assignments during BSc

assignment assignment-solutions cpp

Last synced: 14 Apr 2025

https://github.com/fl444mingo/fl4-cs131-01-05-lab

Ch. 1, Lab 1, Linear Equation

cpp learning learning-cpp

Last synced: 19 May 2026

https://github.com/aryangupta9680/dsa-solved-questions

This repository contains solutions to various Data Structures and Algorithms (DSA) problems solved by me. The questions are sourced from renowned coding platforms like GeeksforGeeks, LeetCode, Codeforces, InterviewBit, HackerRank, and more.

algorithms cpp data-structures dsa geeksforgeeks interviewbit leetcode problem-solving

Last synced: 07 Nov 2025

https://github.com/zenorachi/s21-containers

The "S21-Containers" project is a collection of container implementations similar to the containers in the C++ Standard Library.

algorithms avl-tree cpp list makefile map queue set stack stl-containers tree

Last synced: 25 Jul 2025

https://github.com/3n3a/fibonacci_sequence

generating a fibonacci sequence in c++/cpp and getting the values with script

cpp fibonacci maths programming

Last synced: 02 Aug 2025

https://github.com/ranganivandan/resqtrack

ResQTrack is a smart roadside assistance system using IoT, AI, and emergency tags. It offers SOS alerts via app, crash detection through ESP32 sensors, and public-activated ResQTags on vehicles. With heartbeat monitoring and multi-layered fail-safes, it ensures fast, reliable help in critical moments.

cpp flutter mern-stack

Last synced: 01 Aug 2025

https://github.com/josh012006/height-of-binary-search-tree

Implementation of a method getHeight to compute the height of a Binary Search Tree.

algorithms-and-data-structures binary-search-tree cpp

Last synced: 25 Jul 2025

https://github.com/djoezeke/sdltem

A Simple Starter Template for SDL Project with CMake configured properly.

c cmake cpp game graphics imgui opengl sdl sdl2 template vscode windows

Last synced: 09 Apr 2026

https://github.com/wolgemoth/cpp-hashmap

Concurrent multiplatform hashmap with simple API, exception safety, and sequential collision resolution.

concurrency concurrent cpp cpp17 dictionary exception-safety hashmap initializer-list modern-cpp multiplatform multithreading sequential-chain templates

Last synced: 30 Mar 2025

https://github.com/sunnycapturer/windowrect

get windows rect infomation

cmake cpp qt windows

Last synced: 10 Apr 2026

https://github.com/mattiap7/rubrica

Rubrica in c++

cpp gui

Last synced: 25 Jun 2026

https://github.com/addytrunks/data_structures

The codes for all the lab exercises for the course CS1006T Data Structures.

cpp data-structures

Last synced: 20 Aug 2025

https://github.com/beingofexistence13/multiversal-lang

Welcome to Multiversal-Lang 🚀: Your gateway to universal coding! This open-source project is a game-changer, bridging all programming languages 🌉. With DX-Lang, every language is interconnected, unlocking limitless coding potential. Let’s code the future, together! 💻🌐🎉

c cpp go javascript php rust typescript

Last synced: 11 Apr 2026

https://github.com/chimipupu/cc8r_zenn_cpp

Zenn『RustでCPUを自作して動くまで📝』のRustのコードをC++にしたものです🥳

cpp cpu emebeded emulator

Last synced: 07 Nov 2025

https://github.com/georgjz/ftxui-cradle

A simple C++ project template for applications using FTXUI

cpp ftxui gui template-project

Last synced: 05 Oct 2025

https://github.com/arcelioeperez/arcelioeperez

Personal Projects built in my free time. Languages used: C, C++, Python and Go (reading CSV files). Repository contains links to books, tutorials, language specific documentation, and solutions to problems found on Leetcode.

c cpp go python3

Last synced: 23 Aug 2025

https://github.com/danpeled/woopwoop2.0-cpp

A basic game engine built using C++

cpp game-development game-engine imgui

Last synced: 26 May 2026

https://github.com/sudoDeVinci/SkyImager-obfuscated

Public facing version of the devinci.cloud website functionality, with appropriate obfuscation and censorship.

arduino cpp data-science esp32 esp32-arduino flask image-processing mysql object-detection ota-update

Last synced: 23 Aug 2025

https://github.com/infinsys/xplatform-cpp

Cross-platform C++ project template for Windows, macOS, and Linux development.

benchmarking c cmake cpp cross-platform linux macos open-source project template unit-testing windows

Last synced: 09 Apr 2026

https://github.com/gusenov/examples-eventbus

Примеры работы с С++ библиотекой eventbus.

cpp eventbus examples

Last synced: 25 Jun 2026

https://github.com/winseros/gulp-armapreprocessor-plugin

Plugin for Gulp which allows to resolve C++ preprocessor instructions

arma arma2 arma3 cpp gulpplugin preprocessor

Last synced: 20 Apr 2026

https://github.com/qwli7/cmake

cmake 学习教程

cmake cmakelists cpp cpp11

Last synced: 23 Mar 2025

https://github.com/kotleni/crafteria

Yet another voxel game written in C++ with OpenGL.

cpp gl glm glwf opengl sdl voxel

Last synced: 20 Aug 2025

https://github.com/beyondmagic/wordcoloriser

A small project to colorise duplicate phrases for lyrics and or poems.

cpp lgbt lines lyrics makefile rainbow shell

Last synced: 27 Apr 2026

https://github.com/introlab/demo_integration

Projet démonstration pour intégration continue avec Git, GitHub Actions

actions arduino cmake cpp demo integration introlab pybind11 python tests

Last synced: 10 Apr 2026

https://github.com/r-unic/luay

Luay is a more scalable version of Lua that comes with "batteries included" to make programming easier, and yet still embeddable!

c cli command-line cpp lua luay

Last synced: 17 Sep 2025

https://github.com/amirhakimnejad/big-number-in-cpp

Implementation of a class that can handle calculations between big numbers in c++.

algorithm bigint bignumber cpp object-oriented-programming oop stack

Last synced: 17 Sep 2025

https://github.com/keremtan/relay-racer

The aim of this project is to simulate a relay race. This relay race that there is 400 teams and has 4 runners per a team is simulated using Threads and OOP Philosophy.

cpp cpp17 multithreading

Last synced: 16 Aug 2025

https://github.com/coralkashri/cppsenioreas-ranges

This is an examples repository of C++ Senioreas blog C++20 ranges article.

cpp cpp20 cppsenioreas ranges

Last synced: 15 May 2025

https://github.com/coralkashri/cppsenioreas-user-defined-literals

This is an examples repository of C++ Senioreas blog user-defined literals article.

code-refactoring cpp cppsenioreas literals user-defined-literals

Last synced: 15 May 2025

https://github.com/coralkashri/cppsenioreas-random

This is an examples repository of C++ Senioreas blog C++ Illusions - Random article.

code-refactoring cpp cpp20 cppsenioreas random

Last synced: 15 May 2025

https://github.com/coralkashri/cppsenioreas-metaprogramming-constexpr

This is examples repository of C++ Senioreas blog metaprogramming constexpr article.

constexpr cpp cpp11 cpp14 cpp17 cpp20 cppsenioreas metaprogramming

Last synced: 15 May 2025

https://github.com/coralkashri/cppdecoratordesignpattern

C++ (Compile-Time) Decorator Design Pattern implemented using inheritance.

compile-time cpp cppsenioreas decorator-pattern design-pattern metaprogramming

Last synced: 10 Aug 2025

https://github.com/eclipse-keypop/keypop-reader-cpp-api

Eclipse Keypop project repository containing a C++ implementation of the 'Reader API' standardized by the Calypso Networks association for ticketing terminal processing smart card

api component cpp keypop

Last synced: 18 Aug 2025

https://github.com/zong4/geometrystructure

More mathmatical geometry structure and implementation of sweep line algorithm

cpp geometric-algorithms geometry sweepline sweepline-algorithms

Last synced: 25 Jul 2025

https://github.com/kyrylo-sovailo/dumb-way-to-debug

When there is no debugger and printf's ain't cutting it

cpp debugging macros

Last synced: 29 Jul 2025

https://github.com/reon90/napi-generator

Node-API (formerly N-API) Generator is an API generation for building native C and C++ addons. Common use cases are call GPU commands from Node.js

addons c99 cpp n-api nodejs

Last synced: 14 Apr 2026

https://github.com/edenreich/cpp-console-generator

An extension for vscode to generate a console project and commands quickly

code-generator console-component cpp utility

Last synced: 19 Apr 2026

https://github.com/anatoly-semenov/cpp-security-gateway

C++ implementation of a gRPC gateway designed for scalable and secure microservice architectures on Kubernetes

cpp gateway high-performance security

Last synced: 24 Aug 2025

https://github.com/poncoe/datastructure_cpp_basic

introduction to Data Structure (Struktur Data) in Bahasa Indonesia & English (Using Jetbrains CLion for Build C++)

clion-cmake cpp cpp11 cpp14 jetbrains kucing-item-putih learning learning-by-doing luckytrue-development structured-data struktur-data

Last synced: 28 Aug 2025

https://github.com/johnpatek/thread-pool

c++ thread pool

cpp thread-pool

Last synced: 31 Jul 2025

https://github.com/kuro337/imghttp

High Performance Multi Threaded C++ Image Processing Web Server

cpp

Last synced: 11 Jun 2026

https://github.com/shineiarakawa/diffusion-model-cpp

A C++ implementation of a diffusion model using libtorch.

cpp diffusion-models libtorch

Last synced: 14 Mar 2025

https://github.com/antonako1/arghand

Single header argument parsing and handling library made with C++11

cpp library

Last synced: 25 Jul 2025

https://github.com/ralvarezdev/uru-programming-1-minigrep

My version of Linux's Grep tool from Programming 1 college course

cpp grep grep-like rafael-urdaneta-university universidad-rafael-urdaneta uru

Last synced: 15 Jun 2026

https://github.com/stevenferrer/cpp-meson-template

C++ template repository with Meson build

cpp meson

Last synced: 25 May 2026

https://github.com/abhi5658/repaint

A paint application made with C++ with most of the basic functionalities.

cpp drawing drawing-app graphics paint repaint

Last synced: 25 Jul 2025

https://github.com/hengxin666/cppreference-zh-cn

cppreference-zh-cn, cppreference20250404中文镜像 (个人自用)

cpp cppreference gitpages wiki zh-cn

Last synced: 29 Jul 2025

https://github.com/chunchunmorning/ascinput

Input Manager for OpenSiv3D.

c-plus-plus cpp opensiv3d siv3d

Last synced: 09 Apr 2026

https://github.com/eddmann/c3

Educational chess engine exploring chess programming techniques with modern C++23. Features magic bitboards, iterative deepening, alpha-beta pruning, transposition tables, and full UCI protocol support.

alpha-beta-pruning bitboard chess chess-engine cpp cpp23 educational negamax uci

Last synced: 13 Jan 2026

https://github.com/drorspei/sismicpp

A C++ library for running statecharts

cpp cpp14 state-machine statechart

Last synced: 11 Jan 2026

https://github.com/rahulrajaram/scheme_compiler

Scheme compiler in modern C++ (work-in-progress)

cpp scheme scheme-compiler

Last synced: 24 Aug 2025

https://github.com/hcolda/qingliaochatclient

A lightweight chat software client (WIP)

chat chat-app chat-application chatapp chatroom client cpp cpp23

Last synced: 06 Mar 2025

https://github.com/halffd/hvc

Hotkey Manager and Window Control System

automation cpp gtk hotkey linux lua scripting window-management x11

Last synced: 07 Apr 2025

https://github.com/nemosova19/cpython

Functions like in Python language

cpp cpp14 cpp17 cpp20 likepython

Last synced: 31 Jul 2025