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/arya-io/cpp-opencv

A pipeline for extracting video frames using GStreamer and detecting/cropping faces from the frames using OpenCV's Haar Cascade classifier in C++.

computervision cpp facedetection frameextraction gstreamer haarcascade imageprocessing opencv shellscript videoprocessing

Last synced: 05 May 2026

https://github.com/toshikinakamura0412/pointcloud_saver_ros

ROS package for saving pointcloud data as PCD file.

cpp mit-license pcd pcl pointcloud robotics ros ros-noetic

Last synced: 05 May 2026

https://github.com/spicycactuar/half-edge

Triangle mesh rendered backed by a half-edge data structure

computer-graphics cpp geometry-processing half-edge-data-structure opengl qt5

Last synced: 05 May 2026

https://github.com/daisvke/qrgenerator

This program coded in C++ creates a QR code with the string provided from the command line.

cpp pillow qrcode qrcode-generator qrencode qrencode-android

Last synced: 09 Jun 2026

https://github.com/chewytoast/42_cursus

All the projects carried out for Campus 42 Barcelona

bash c cpp

Last synced: 05 May 2026

https://github.com/mickaelblet/conf

Config load and dump library

cpp cpp98-compatible

Last synced: 09 Jun 2026

https://github.com/matthew-mosior/bioinformatics

C++, Java, Python, and Haskell source code for solving Bioinformatics related problems.

algorithms bioinformatics cpp haskell java python python3

Last synced: 05 May 2026

https://github.com/dhn-nys/pcandcpp

Learning the Book : Pemrograman C Dan C++ (Adam Mukharil Bachtiar). || Ongoing

c c-cpp cpp cpp-c dev-cpp gcc gnu gnu-linux linux linux-gnu windows

Last synced: 05 May 2026

https://github.com/63rabbits/pxt-microbit-my-blocks

MakeCode プロジェクト

cpp microbit

Last synced: 05 May 2026

https://github.com/simonnyvall/finding-pi

Approximating pi with phisics

c cpp math pi

Last synced: 05 May 2026

https://github.com/microshaftcorp/windroid-98

Windows 98+Android=Windroid 98

c cpp java javascript operating-system os phone-os

Last synced: 05 May 2026

https://github.com/skhalifa05/raylib-pong

Pong Game is a simple engaging game built with Raylib, where players control a paddle to keep a bouncing ball in play. The game features dynamic ball physics, a scoring system, and a limited number of lives. Players move the paddle using arrow keys to prevent the ball from falling off the screen.

ball bounce cpp engine game opengl paddle pong raylib

Last synced: 05 May 2026

https://github.com/gastonduault/compiler

C to assembly language compiler

assembly c compilator cpp

Last synced: 05 May 2026

https://github.com/vss021/365-day-coding-challenge

Welcome to my 365 days of coding challenge! This project focuses on daily coding practice to improve my skills in Data Structures and Algorithms (DSA).

algorithms c cpp dsa-algorithm java

Last synced: 05 May 2026

https://github.com/codegyan-llc/quickcpp

Quick C++ is a VS Code extension that allows users to run C++ code snippets directly within the editor. It provides inline output for quick debugging and execution insights, making C++ development more efficient.

codegya cpp prathmeshyelne quickcpp vscode vscode-extension

Last synced: 05 May 2026

https://github.com/mo-elshamy/robotic-operating-system-ros-course

Practicing Linux command line and Cpp problem solving

cpp linux ros

Last synced: 05 May 2026

https://github.com/wtrsltnk/guiproject

Old piece of code that I wrote before 2012. Test project to create a UI with opengl

cpp freeglut opengl

Last synced: 06 May 2026

https://github.com/pbentes/mage

Mage is a game engine built from the ground up to create entirely modable games

cpp game-engine luajit modding opengl teal

Last synced: 06 May 2026

https://github.com/rakin406/justchat

Terminal chat application

chat communication cpp networking socket-io terminal

Last synced: 06 May 2026

https://github.com/silverwolf2k20/quartysxuyartys.keygen

Генератор ключей активации для Quartys-xuyartys 2.

cpp csharp desktop key-gen

Last synced: 06 May 2026

https://github.com/johnyssauro/arduino-projects

This repository stores some simple Arduino projects implemented on Arduino IDE.

arduino cpp robotics

Last synced: 06 May 2026

https://github.com/simonnyvall/aurebesh

A Unix shell, modern features built-in, it has. 🌌🔫

c commandprompt cpp make shell

Last synced: 06 May 2026

https://github.com/priya-c-016/sorting-analyzer

A visual tool to analyze sorting algorithm performance.

cpp css html javascript python sorting-algorithms

Last synced: 06 May 2026

https://github.com/shahriarha/programming

Python problem solving, HR-30 days of code, DSA, NumPy

algorithms-and-data-structures cpp numpy programming python

Last synced: 06 May 2026

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

My solutions to LeetCode problems.

cpp csharp java leetcode mysql

Last synced: 06 May 2026

https://github.com/johan-palacios/wall-e-arduino

Wall-e With Arduino

arduino c cpp wall-e walle

Last synced: 06 May 2026

https://github.com/thecaptaincraken/aoc-2022

A repo containing solutions for all Advent of Code 2022 problems in diffrent programming languages.

advent-of-code c cpp python3 rust

Last synced: 06 May 2026

https://github.com/cspyridakis/opencv-example

This is a demo, 'hello world' like, OpenCV project usign C++

computer-vision cpp opencv opencv-library

Last synced: 06 May 2026

https://github.com/link-wolf/42-piscine_cpp

42 project - 9 progressive C++ projects to learn OOP

42 42born2code 42school cpp macos

Last synced: 06 May 2026

https://github.com/gf712/minerprofiler-qt

Miner profiler with qt5 C++

cpp mining-monitor qt5

Last synced: 06 May 2026

https://github.com/fabiannorbertoescobar/arduino-ejercicios

Aprendiendo un poco de Arduino, uso de sensores y actuadores, conexión Bluetooth y simulación de circuitos con Tinkercad

arduino arduino-uno c cpp fritzing tinkercad

Last synced: 06 May 2026

https://github.com/lukevdb01/opencv-face-detection

OpenCV face detection live camera, with GUI rendered in OpenGL.

cpp imgui opencv opencv3 opengl realtime

Last synced: 06 May 2026

https://github.com/d-e-s-o/resource2header

Embed your file resources in the binary by embedding them into a header.

c cplusplus cpp header-only resource resources

Last synced: 06 May 2026

https://github.com/r00tens/text-classifier

Naive Bayes classifier for text classification with CPU and GPU (CUDA)

classification classifier cpp cuda machine-learning naive-bayes

Last synced: 06 May 2026

https://github.com/sorgom/tcp_srv

C++ multi thread TCP server sample, evaluation of AI tools

ai chatgpt ci copilot cplusplus cpp cpp17 gcc make msvc multithreading premake5 python shell tcp-server

Last synced: 06 May 2026

https://github.com/salamonrafal/c-examples

This is template for Visual Code for developing C/C++ application.

c c-example clang cpp template visual-studio-code

Last synced: 06 May 2026

https://github.com/devmuaz/dart-io-ffi

A Dart console application that demonstrates Foreign Function Interface (FFI) by reading text files using native macOS APIs.

c cpp dart ffi native

Last synced: 06 May 2026

https://github.com/siddhpant/path-follower

[POC] Path planning + basic line following using a robot. PID control and path are not included for users to add it themselves.

arduino arduino-mega cpp electronics line-follower line-follower-robot path-planning robotics

Last synced: 06 May 2026

https://github.com/sekky61/mqtt-monitor

BUT FIT 4th semester - seminář c++ - projekt. MQTT traffic monitor

cpp mqtt qt

Last synced: 06 May 2026

https://github.com/mahdijamebozorg/dynamic-execute-dependencies

A automation tool for copying a dynamic-execute file dependencies

bash bash-script c cpp dependencies dependency-injection

Last synced: 06 May 2026

https://github.com/vgeffer/pgr-engine

A basic 3D engine using OpenGL

cpp opengl

Last synced: 06 May 2026

https://github.com/amruthapatil/nyu-microbenchmark

Investigates the performance of computing the dot product in C and Python, using various implementations and optimizations.

cpp cprogramming microbenchmark python

Last synced: 06 May 2026

https://github.com/towaquimbayo/comp-4736

BCIT Computer Systems Technology (CST) - COMP 4736 (Intro to Operating Systems)

c cpp memory-allocation memory-cache memory-management operating-system os shell shell-script thread threading

Last synced: 06 May 2026

https://github.com/thanadolps/arduino-helper

Some helper header for use in arduino

arduino arduino-library c cpp embedded helper

Last synced: 06 May 2026

https://github.com/lymkwi/moostar

BrainFuck Interpreter written in C/C++

brainfuck-interpreter cpp

Last synced: 17 Jun 2026

https://github.com/githubfoam/groovy-cpp-githubactions

groovy gradle cpp githubactions

cpp githubactions gradle groovy

Last synced: 06 May 2026

https://github.com/arioum/codechef

Repository for my CodeChef solutions

codechef codechef-solutions cpp

Last synced: 12 Jun 2026

https://github.com/dariustb/sudokusolver

C++ console app to brute force solve 9x9 Sudoku puzzles

cpp sudoku-solver

Last synced: 10 Jun 2026

https://github.com/persys-dev/persys-agent

Persys Agent is a lightweight, CPP-based system agent for managing Docker containers, Docker Compose services, Docker Swarm clusters, and cron jobs on a node. It provides secure, API-driven orchestration, resource monitoring, and heartbeat reporting.

agent automation cpp devops distributed-systems docker docker-compose docker-swarm edge-computing hmac-authentication infrastructure monitoring orchestration systemd

Last synced: 06 May 2026

https://github.com/ibra-kdbra/rocket-analysis

Burning analysis of rockets made with QT

analysis cpp makefile python3 qmake qml qml-samples qt6 simulation stl-files

Last synced: 06 May 2026

https://github.com/edde746/bin2header-web

Web version of bin2header

binary c cpp sveltekit

Last synced: 06 May 2026

https://github.com/sohne/slidev-addon-cpp-runner

A Slidev addon for running C + C++ code in Slidev slides

c coliru cpp slidev-addon

Last synced: 06 May 2026

https://github.com/rinzii/winlite

A thin wrapper around windows.h that removes all uncommon windows features licensed under CC0.

c cmake cpp win32 winapi windows

Last synced: 06 May 2026

https://github.com/toxe/db-performance-test

Database Performance Test

cpp cpp20

Last synced: 06 May 2026

https://github.com/sachingw777/data-structures

Implementation of C++ Data Structures & Algorithms.

algorithms cpp data-structures

Last synced: 10 Jun 2026

https://github.com/zeroniki/chad-filemanager

Simple File manager in C++

boost-library cli cmake cpp filemanager ncurses

Last synced: 07 May 2026

https://github.com/d14stdio/d14uikit

A GUI development library for modern Windows platform. 一个面向现代 Windows 平台的 GUI 开发库。

cpp python uikit windows

Last synced: 07 May 2026

https://github.com/s4k10503/kalmanfilterimplementations

An open-source collection of Kalman Filter implementations in various programming languages.

cpp csharp python3

Last synced: 07 May 2026

https://github.com/jeandv/arduino-cadif1-clases

Clases y practicas de Arduino (C++) en CADIF1

arduino c cpp

Last synced: 07 May 2026

https://github.com/sarthou/mementar

Mementar is a ROS package to store, explore, and interrogate episodic knowledge in an efficient way.

cpp episodic-memory knowledge-representation ros

Last synced: 07 May 2026

https://github.com/enso-org/jvm-native-benchmarks

Benchmarks of various methods for transferring data between the JVM and native code.

benchmark cpp deserialization jni jvm rust serialization

Last synced: 07 May 2026

https://github.com/jenjinengine/exgine

Experimental game engine using C++, Lua and OpenGL

cpp custom-engine game-engine game-engine-2d hot-reload hot-reloading live live-reload lua

Last synced: 07 May 2026

https://github.com/serengti/tree-sitter-chaiscript

Tree-Sitter parser for the Chaiscript language

chaiscript cpp parser scripting tree-sitter

Last synced: 07 May 2026

https://github.com/greatgamedota/mdec-decompression

MDEC Image Decompression for PS1

cpp jpeg mdec ps1 psx

Last synced: 07 May 2026

https://github.com/ryzeon-dev/lonet

Linux local network information tool written in Python and C++

cpp linux localnetwork network python3

Last synced: 07 May 2026

https://github.com/ranimeshehata/caltrain

A simulation to a train station as an application on Synchronization and Mutual Exclusion.

c concurrency cpp linux mutual-exclusion operating-system ubuntu

Last synced: 07 May 2026

https://github.com/marco6/ch32v00

Unofficial snap for ch32v00* chipset development tools

c cpp development-tools embedded embedded-systems risc-v riscv riscv32 sdk

Last synced: 07 May 2026

https://github.com/curnext/hexalink

A Windows-native TUI logic puzzle game inspired by Slitherlink. Features a custom character-based GUI framework and a hexagonal backtracking solver. Developed as a C++ course assignment.

course-project cpp hexagonal-grid puzzle-game slitherlink tui

Last synced: 10 Jun 2026

https://github.com/swhors/simpson_sip_library

sip library using peg algorithm and includes soft-phone source code.

cpp cross-platform linux sip-client sip-sdk sip-server windows

Last synced: 07 May 2026

https://github.com/ayushpramanik/cpp-web-server

Modern C++20 high-performance HTTP server inspired by NGINX with epoll, async I/O, threading, and production systems architecture.

concurrency cpp distributed-systems http-server infrastructure multithreading socket-programming

Last synced: 10 Jun 2026

https://github.com/electrostat-lab/cthreads

Testcases about POSIX Threads --Unix-based & Linux Systems

c ccoffee cpp gcc-complier posix-threads shell unix

Last synced: 07 May 2026

https://github.com/ronakjain1204/mythos

Welcome to MythOS, a minimalist productivity-focused operating system built from scratch! 🚀

assembly-language c-language computer-architecture cpp operating-system

Last synced: 07 May 2026

https://github.com/daniyalahmad7/cpp-basic-projects

A collection of basic C++ projects, including CGPA Calculator, Rock Paper Scissors game, Login and Registration System, Search Engine, and Tic Tac Toe game.

c cplusplus cpp cpp-course cpp-projects programmin tutorial

Last synced: 07 May 2026

https://github.com/flagarde/systemdetect

Modern way to detect OS... with C++ and CMake

cmake cpp

Last synced: 10 Jun 2026

https://github.com/muhamadajiw/parallel-matrix-inversion

A parallel program for matrix inversion using MPI, OpenMP, and CUDA

cpp cuda mpi openmp

Last synced: 07 May 2026

https://github.com/shreya888/learning-cuda-with-cpp-and-pytorch

My notes, code, & insights will be recorded here while learning CUDA with C++ and PyTorch

cpp cuda pytorch

Last synced: 07 May 2026

https://github.com/sdc224/hackerrankproblems

Problems and Solutions of Hackerrank Problems

c cpp csharp hackerrank-solutions

Last synced: 07 May 2026

https://github.com/egorarestovich/voicehome

Full Open-Source and Qt-Based SmartHome project!

arduino cpp qt qt6 qtcreator smarthome

Last synced: 07 May 2026

https://github.com/thomas-chqt/game-engine

Simple C++ game engine

cpp game-engine metal opengl

Last synced: 07 May 2026

https://github.com/alirafay265/comsatsmaps

A fully interactive and intelligent web-based navigation platform for COMSATS Lahore Campus with backend built with C++. It computes the shortest or simplest walking path between campus buildings using advanced graph algorithms: Dijkstra and BFS.

api backend cpp express js maps web

Last synced: 07 May 2026

https://github.com/mukhoplus/boj

Baekjoon Online Judge for Algorithm

algorithm cpp java python

Last synced: 07 May 2026

https://github.com/rssr25/cuda

Following Cuda By Example book.

cpp cuda cuda-programming hpc shaders

Last synced: 07 May 2026

https://github.com/techycsr/cipherschoolassigments

Assignments Submission Repo by @TechyCSR :)

assignment cipherschools cpp dsa-practice

Last synced: 10 Jun 2026

https://github.com/inightjar/leetcodeproblems

LeetCode Questions and Solutions to ace the coding interview! 🚀👨🏽‍💻⚡

cpp java python

Last synced: 07 May 2026

https://github.com/devwannabe-dot/algorithm-nexus

Multiple algorithms I've wrote on top of my study routine, in order to help demonstrate or even solve different branches of general problems, using computer science.

c cpp math physics processing

Last synced: 07 May 2026

https://github.com/grantlemons/stablerocket

Arduino code to stabilize a rocket in flight

arduino cpp rocketry

Last synced: 07 May 2026

https://github.com/kookmin-sw/capstone-2021-26

Game engine with C++ and OpenGL

cpp opengl

Last synced: 07 May 2026