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/maipa01/pcre2cpp

A C++ wrapper around the PCRE2 library to provide a more user-friendly and object-oriented interface for using regular expressions, while retaining the performance and flexibility of the original library.

bsd-3-clause cpp cpp20 library open-source pcre2 pcre2-regex pcre2-wrapper regex regular-expressions wrapper

Last synced: 27 May 2026

https://github.com/slangborgh16/motion-extraction

C++ Motion Extraction with OpenCV

cpp motion motion-extraction opencv

Last synced: 07 Apr 2025

https://github.com/jdsherbert/audio-soft-clip-distortion

Simple C++ implementation of a basic Soft Clip Distortion technique. Includes an example usage case with a simulated sinusoidal signal.

audio audio-effect audio-effects audio-processing cpp distortion distortion-effects sine sine-wave sinewave soft-clipping

Last synced: 07 Apr 2025

https://github.com/jdsherbert/trie

Simple Trie Structure implementation in C++

cpp trie trie-data-structure trie-structure tries

Last synced: 07 Apr 2025

https://github.com/jj-kira/chess

C++ console chess project showcasing OOP.

chess cpp oop

Last synced: 16 May 2025

https://github.com/zakariaelbouzkri/my_cses_problems_solutions

this repo contains my solutions to the University of Helsinki's "Competitive Programming" course problem set hosted on the CSES (Code Submission Evaluation System) platform. This repository serves as a showcase of my problem-solving skills and coding journey as I tackle a variety of algorithmic challenges.

algo cpp cses-problem-set-solution data-structures dynamic-programming graph-algorithms math mathematics searching-algorithms sorting-algorithms

Last synced: 27 Feb 2025

https://github.com/boloto1979/keylogger

Keylogger - A C++ keystroke project. This project includes versions for Windows and Linux systems. The keystroke capturer records keystrokes and stores them in a log file. Use it responsibly and in compliance with applicable laws and regulations.

cpp cybersecurity keylogger linux macos malware socket windows

Last synced: 11 Apr 2026

https://github.com/prophetru/helloworld

Sample "Hello World" with gtest. Can be used as a template for future projects for education only.

cmake cpp gtest otus

Last synced: 16 May 2025

https://github.com/kanannuruyevs/basic-programming-exercises

Some Programming Exercises in My Learning Journey. This repository contains code in Java, C++, Python, HTML, CSS, and JavaScript.

cpp css html java javascript learning programming python

Last synced: 11 Apr 2026

https://github.com/brainboxdotcc/evalbot

D++ Evaluator bot

bot cpp discord discord-bot dpp

Last synced: 29 Apr 2026

https://github.com/shadowshahriar/cse112

A repository containing my solutions to OOP problems assigned by our CSE lecturer, NAB (2nd Semester)

cpp cse oop

Last synced: 23 Mar 2025

https://github.com/lecrapouille/profiler

[Lib][Alpha version][Functional] Lightweight C++ frame profiler

cpp profiler

Last synced: 07 Apr 2025

https://github.com/ahadalireach/leetcode.solutions

A GitHub repository that contains all the LeetCode problems I have solved, along with their solutions.

cpp dsa problem-solving sql

Last synced: 26 Mar 2025

https://github.com/enzoguillouche/seismosense

Built with C++ and OpenGL, this project is cutting-edge earthquake simulation tool designed to test the structural resilience of buildings and other infrastructure under various seismic scenarios.

cpp earthquakes natural-disasters opengl opensource simulator

Last synced: 02 May 2026

https://github.com/anderctrl/unreal-betterui

Simple plugin to help you save time setting up all the ui system again and again.

cpp unreal unreal-engine unreal-engine-plugin unreal-plugin

Last synced: 23 Mar 2025

https://github.com/robaho/cpp-trader

A financial exchange in C++ designed for algorithmic trading tests.

cpp financial-markets fix fix-protocol trading-strategies

Last synced: 23 Mar 2025

https://github.com/aaron-trinidad/genetic_algorithm

Genetic Algorithm implemented in C++

cmake cpp genetic-algorithm optimization-algorithms

Last synced: 23 Mar 2025

https://github.com/shoyamanishi/webassemblynumericalcomputing

A study on the numerical computing with WebAssembly on the browsers

cpp emscripten numerical-computation simulation webassembly

Last synced: 23 Mar 2025

https://github.com/refactor-group/ambi_client_cpp

A C++ implementation of the Edge IoT sensor framework for Particle Argon.

cpp iot iot-device

Last synced: 12 Jun 2025

https://github.com/aljo242/modern-cpp

Learning modern C++

cpp

Last synced: 16 May 2025

https://github.com/anjasfedo/double-link-list

Double Linked List on C++

cpp double-linked-list

Last synced: 28 May 2026

https://github.com/jilliennelapid/packagedelivery

A C++ project using mulitple header files and classes to simulate different mailing packages that can be send out.

classes-and-objects cpp header-files

Last synced: 15 Mar 2025

https://github.com/i-umairkhan/big-integers

A big integer calculator for solving calculaitons of big numbers

biginteger cpp data-structures

Last synced: 28 May 2026

https://github.com/erthium/search-tools

String comparison and string search optimisation repertoire, written in C++, Python3 and Typescript

cpp fuzzy-search fuzzysearch levenshtein-distance python python3 search-algorithm string-comparison string-search typescript

Last synced: 11 Apr 2026

https://github.com/wavefnd/lipi

Lipi Text Editor

cpp editor ide qt6 texteditor

Last synced: 13 Jan 2026

https://github.com/nekernel-org/btb

A build system based on JavaScript Object Notation (JSON) written in C++

build-system cpp json

Last synced: 16 May 2025

https://github.com/davidingplus/cpp-learning

C++ 语言的学习。

cpp cpp-learning

Last synced: 28 May 2026

https://github.com/wrieg123/csp-adapter-zeromq

A CSP Adapter for the ZeroMQ Universal Messaging Library

cpp python stream-processing streaming zeromq

Last synced: 30 Apr 2026

https://github.com/denizyesilirmak/react-native-tuner-engine

a musician-grade react native tuning engine powered by native audio processing and real-time pitch detection.

cpp dsp fft jsi oboe pitch-detection turbo-module yin

Last synced: 28 May 2026

https://github.com/leonburghardtdev/injectify

Injectify is a simple and easy-to-use tool that allows users to inject dynamic link libraries (DLLs) into running processes.

c cheats cpp dll-injection imgui reverse-engineering win-api

Last synced: 11 Apr 2026

https://github.com/nolleh/rsp

⚡Realtime Server Platform - aims to make room based socket server platform

boost cpp framework game-server socket-programming

Last synced: 21 Feb 2026

https://github.com/sdk-meb/ft_containers.42

Project aims to re-implement an STL C++ containers such as vector, map, stack, and potentially set while adhering to the C++98 standard. The goal is to ensure a deep understanding of these containers and to develop custom implementations that comply with C++98 features and restrictions.

1337school 42born2code containers cpp cpp98 data-structures data-types makefile redblack-tree

Last synced: 05 Jan 2026

https://github.com/crazyvito11/vita-hello-world-docker

A simple Hello World application for the Vita, build with VitaSDK via Docker

boilerplate cmake cpp docker docker-compose hello-world homebrew playstation-vita ps-vita vita-companion vitasdk

Last synced: 02 Apr 2026

https://github.com/salma-mamdoh/encryption-and-dycryption-program

My project for Structured Programming Course taken during fall 2023 semester

cpp problem-solving structure-programing

Last synced: 01 Jul 2025

https://github.com/zouariomar/leetcode

LeetCode solutions repository

algorithms code cpp leecode-solutions

Last synced: 20 Jul 2025

https://github.com/piotrpsz/clap

C++ library for analyzing program call arguments.

cpp cpp20

Last synced: 17 May 2025

https://github.com/kubware/kub-cpp-logger

Simple C++ logger with NuGet packing option

cpp logger nuget nuget-package static-library

Last synced: 05 Jan 2026

https://github.com/djoezeke/celog

A Fast , Convenient and Lightweight Header Only C/C++ Logging Library.

asynchronous c cpp cross-platform header-only high-performance logger logging logging-library low-latency

Last synced: 09 Mar 2025

https://github.com/aoshimash/cs

Coordinate systems for planetary N-body simulation

astrophysics cpp n-body

Last synced: 31 Mar 2025

https://github.com/jowwan/tic-tac-toe

A console-based Tic-Tac-Toe game written in C, featuring three exciting modes: Classic Tic-Tac-Toe, Footy Tic-Tac-Toe, and Basketball Tic-Tac-Toe. Simple, fun, and perfect for nostalgic gameplay!

basketball c console console-application console-game cpp football project tic-tac-toe tictactoe

Last synced: 08 Apr 2025

https://github.com/gabrielemaurina/workspace

Personal workspace. Years of code shouldn't be lost.

cpp eiffel erlang java javascirpt ocaml python scala

Last synced: 11 Apr 2026

https://github.com/james-beans/wi4l

Litterally just a single window implemented in 4 languages.

c cpp python rust wi4l

Last synced: 08 Apr 2025

https://github.com/britanniavirtual/hlsl_line_shader

DirectX 11 shader to draw solid 3D line based on two 3D points as the vertex input. Line width and fill color specified with a cbuffer. Uses geometry shader to render the billboard line.

3d-line billboard cpp directx geo-shader hlsl line point-to-point

Last synced: 23 Mar 2025

https://github.com/mjlee111/qt_example

Simple QT based GUI examples.

cpp gui qt qt-examples

Last synced: 05 Jan 2026

https://github.com/offa/cet

Simple test execution, mostly for container environments.

container container-test cpp cpp17 systemtesting

Last synced: 18 May 2026

https://github.com/magmaz3637/mswitchcasecpp

Kalkulato berbahasa cpp dengan switch case

calculator cpp

Last synced: 15 Mar 2025

https://github.com/lbxa/windowskeylogger

C++ ethical keylogger for Windows

cpp hacking keylogger

Last synced: 18 Apr 2025

https://github.com/bartekjaszczak/rito

Simple, crossplatform C++20 library for League of Legends client and Riot API

cmake cpp cpp20 lcu lcu-api league-of-legends lib library rest-api riot riot-api riot-games-api

Last synced: 18 Apr 2025

https://github.com/TevesManuel/ESP32-sumo-lineBot

Final project alberth tomas minisumo, maded with esp32

cpp embedded esp32

Last synced: 18 Apr 2025

https://github.com/2023-anik/my_code_archive

Welcome to My_Code_Archive, where I showcase my CPP (C++) coding journey! Explore my solutions to various programming challenges and puzzles, from mastering data structures to crafting efficient algorithms.

algorithm-practice codechef-problems codeforces-problems cpp dsa-practice leetcode-problems problem-solving

Last synced: 31 Mar 2025

https://github.com/3dproger/qt-builds

Qt builds for different platforms

build cpp debian development gui linux orange pi qt raspberry

Last synced: 21 Feb 2026

https://github.com/nguyenanhtuan1912/learn-cpp

Đây là repository học C++. Trong repo này sẽ chứa các file note, file bài tập của từng chủ đề khác nhau. Xem thêm trong phần readme.

cpp

Last synced: 09 Mar 2025

https://github.com/ahmdvnd/directshowcameraproject

a useful project for camera library (Directshow) in c++ .

camera cpp directshow image image-processing library real-time usb video video-processing windows

Last synced: 07 May 2026

https://github.com/dracuxan/compiler

Used Python, JS, Go to show a compiler implementation. I mean why not?

compile compiler-design cpp go golang hacktoberfest python python3

Last synced: 19 Apr 2026

https://github.com/vincentkims49/food-ordering-system

Food Order System with admin and customer panels.

cpp csharp java

Last synced: 07 May 2026

https://github.com/martinhelmut/tap-article

This is the companion repository for my blog article about TAP.

catch2 cpp lua nodejs postgresql python stylelint tap

Last synced: 11 Apr 2026

https://github.com/ozanarmagan/RESTCpp

Cross Platform Multi threaded REST API / HTTP Server framework using thread-pooling implementation with modern C++

api api-rest backend cpp cpp11 cpp14 cpp17 rest rest-api

Last synced: 15 Mar 2025

https://github.com/kassane/cppfront-zigbuild

Build Cppfront w/ zig build

clang cpp cpp2 cppfront zig

Last synced: 01 Mar 2026

https://github.com/dolotovevgeniy/cpp-yandex-coursera

Основы разработки на C++ (Yandex / Coursera)

coursera cpp education yandex

Last synced: 15 Jun 2026

https://github.com/toshikinakamura0412/raycast_mapping_ros

ROS implementation of Ray Casting Update Algorithm for 2D Mapping

cpp local-map local-mapping mapping raycast raycasting robotics ros ros-noetic

Last synced: 05 May 2026

https://github.com/secretpasta/toontanks

Unreal Engine 5.1 C++ Tank Game

cpp programming tank-game unreal-engine-5

Last synced: 15 Jun 2026

https://github.com/debakarr/code_backup

Backup of programs I did in my college.

algorithm college cpp data-structures java lab numerical-methods vhdl

Last synced: 09 May 2026

https://github.com/bz-interactive/bz-nota

A high-performance, terminal-based text editor built on C++. It combines the intuitive editing of Micro with a modern, btop-style dashboard interface for a modern TUI experience.

cplusplus cpp fast ftxui lightweight terminal-app terminal-based text-editor

Last synced: 10 Jun 2026

https://github.com/sharkbyteprojects/file-compare

A Simple, not documented C++ Application to compare folders and files (for command line)

cmake command-line-tool compare cpp cpp17 cpp20 linux windows

Last synced: 10 May 2026

https://github.com/moozunch/huppy-cpp

( C++ and C ) Journey and Project!

beginner beginner-code c cpp

Last synced: 13 May 2026

https://github.com/muxi-ai/muxi-cpp

Official MUXI SDK for C/C++

ai ai-agents cpp muxi sdk

Last synced: 15 Jun 2026

https://github.com/aykhan019/battleship_cpp

A console-based C++ implementation of the classic Battleship game. Play against an AI opponent with random ship placement on a customizable grid, featuring optional background music.

ai battleship console cpp game grid sfml

Last synced: 15 Jun 2026

https://github.com/user0332/c-blunt

A product of User0332/csnative that attempts to provide a more minimal and slightly different version of C# translating to native code

assembly-loading cplusplus cpp csharp csnative dll dotnet native stdlib

Last synced: 09 May 2026

https://github.com/hu53yin/cplusplus

books & learning notes

cplusplus cplusplus-11 cpp cpp11

Last synced: 15 Jun 2026

https://github.com/goruck/bow

Object classifier using the bag of words approach in OpenCV 3.2

bag-of-words computer-vision cpp opencv3

Last synced: 11 Jun 2026

https://github.com/mehedirm6244/xinput-gtk

A GTK3 frontend for Xorg XInput

cpp gtk gtkmm3 gui xorg

Last synced: 04 May 2026

https://github.com/agauniyal/conan-gsl-lite

Conan package for https://github.com/martinmoene/gsl-lite

cpp cpp11 cpp14 cpp17 gsl guidelines

Last synced: 06 May 2026

https://github.com/louislelay/lane-detection-and-vehicle-tracking

C++ programming, using OpenCV, to process and analyze a video sequence of road traffic.

car-detection computer-vision cpp lane-detection lane-lines-detection opencv opencv-cpp opencv4 recognition road-detection

Last synced: 13 May 2026

https://github.com/brainstone/truncateableprimes

A C++ program that calculates left and right truncatable primes

cpp cpp14 gradle mathematical-modelling mathematics prime-numbers

Last synced: 03 May 2026

https://github.com/kotobazza/temt

Terminal MultiTool based on FTXUI

cli command-line-tool cpp ftxui linux temt terminal terminal-multitool tui

Last synced: 09 May 2026

https://github.com/rohanrhu/catcrypt

Simple RSA public key encryption library for C/C++.

c cpp encryption public-key-cryptography public-key-infrastructure rsa

Last synced: 04 May 2026

https://github.com/iamkira420/student-management-system

Basic Student Management System thatallows users to perform CRUD (Create, Read, Update, Delete) operations on a list of students.

cli cpp data-structures database oop sql terminal

Last synced: 06 May 2026

https://github.com/gabin221/exercism

This repository contains my solutions to the exercises offered on Exercism. There you will find implementations in several programming languages, including Bash, C++, JavaScript and Python.

bash cpp exercism exercism-solutions javscript python

Last synced: 13 May 2026

https://github.com/parkertomatoes/json-print

A printf-like JSON serializer with compile-time validation

cpp json print

Last synced: 04 May 2026

https://github.com/tolisz/2048

2048 C++ WinApi game

c cpp winapi

Last synced: 13 May 2026

https://github.com/podgorskiy/bfio

One-header library for defining writing and reading procedures of C/C++ objects to/from specific binary formats.

binary binary-data cpp raw serialization serialization-library serializer

Last synced: 16 Jun 2026

https://github.com/caioaletroca/rfideasy

Make your RFID life much easer than you think

arduino arduino-library cpp mfrc522 mifare nodemcu rfid

Last synced: 10 May 2026