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/pauloj2/estrutura-de-dados

Este repositório contém atividades e exercícios práticos focados no estudo de Estruturas de Dados utilizando a linguagem de programação C. O objetivo deste projeto é aplicar os conceitos fundamentais de estruturas de dados de forma prática e ajudar a desenvolver habilidades de programação e resolução de problemas em C.

c cpp

Last synced: 29 Apr 2026

https://github.com/neuraCollab/uni

Большие данные и распределенная цифровая на ПМ-ПУ СПБГУ 2024-2027г.

cpp qt qt5-gui

Last synced: 27 Mar 2025

https://github.com/shopmaior/mercado_pago_esp

Biblioteca Arduino ESP2866/ESP32

arduino c cpp esp32 esp8266 hacktoberfest library

Last synced: 27 Mar 2025

https://github.com/grizzz13/nanogdr

Nano gpu-direct-rdma lib providing send/recv apis implemented in modern cpp.

cpp gpu-direct-rdma rdma

Last synced: 05 May 2025

https://github.com/pcarruscag/mel

Math Expression Library

cpp expression-evaluation expression-parsing

Last synced: 19 May 2026

https://github.com/vibhuti03/maths-game

It is a simple maths game with 25 levels and 3 lives

cpp cpp14 game maths maths-quiz-game project

Last synced: 01 Jun 2026

https://github.com/kambala-decapitator/mpqsimpleio

CLI to work with MPQ files (for Diablo 2)

cpp diablo2 mpq stormlib

Last synced: 26 Apr 2026

https://github.com/kassane/picohttpasio

This is a simple HTTP server implemented in C++ using the picohttpparser library for HTTP parsing and the Asio library for network communication.

asio cplusplus cpp http-client http-server web

Last synced: 10 May 2026

https://github.com/killerasus/modernopengl

Repository for my Modern OpenGL studies via Udemy course.

cpp learning-exercise opengl

Last synced: 07 May 2026

https://github.com/dkosmari/libxint

libxint is a C++20 headers-only library for fixed-width large integers.

cpp cpp20

Last synced: 03 Jun 2026

https://github.com/tarikipekci/rts_buildingmanager

I've implemented basic RTS building and resource systems in this project.

cpp rts-game unreal-engine-5

Last synced: 03 Apr 2025

https://github.com/grachale/navigational-server

This repository contains an autonomous robot control server written in C++ designed to remotely manage a fleet of robots. The robots are capable of independently connecting to the server, which then guides them towards the center of a coordinate system.

communication cpp multithreading server

Last synced: 24 May 2026

https://github.com/grachale/multithreaded_rent

Implementation encapsulates the entire computation process and controls the execution and suspension of the computation as well as the behavior of computational threads used for solving problems from all managed rental companies.

cpp multhreading pthreads-api threads

Last synced: 08 Jun 2026

https://github.com/grachale/hybrid_encryption

Implementation of two functions in C++ (seal and open) that encrypt/decrypt data using hybrid encryption.

ciphers cpp openssl

Last synced: 13 Jun 2026

https://github.com/tarikipekci/cryptraider

First-person 3D puzzle game.

3d cpp firstperson puzzle-game unreal-engine-5

Last synced: 03 Apr 2025

https://github.com/nekruzash/graph-data-structure

This is from CS2028 - Data Structures, where me and my partner designed a graph data structure with all of the functions and implemented Depth First Search and Breadth First Search for traversing.

cpp graph-datastructures graphs

Last synced: 16 Jun 2025

https://github.com/md-mafujul-hasan/toph.co

These Contain Some Problem Solution of Toph.co Website that I have done while understanding Programming Concepts.

c c-plus-plus c-programming cpp java python

Last synced: 14 Apr 2026

https://github.com/quantumbytestudios/integer-class-for-cpp

Simple Integer Class With Some Useful Functions :)

cpp cpp-class cpp-header cpp-library cpp-module cpp-modules module

Last synced: 16 Jun 2025

https://github.com/rosendo-martinez/geometry-wars

A PC game based on the 2003 "Geometry Wars" Xbox game.

cpp game sfml

Last synced: 12 Mar 2025

https://github.com/neilharia7/daily-coding-problems

C++ & Python Solutions for Daily Coding Problem

algorithms cpp daily-coding-problem data-structures python

Last synced: 15 May 2026

https://github.com/tierra-colada/h5geo

C++17 and python API to work with geo-data (seismic, wells, maps, other in process) based on HDF5. Aimed at geoscientists and developers.

cpp geo-data hdf5 python seismic surfaces wells

Last synced: 21 Apr 2026

https://github.com/sumitgirwal/quickstartwithcp

Quick Tips-Tricks-Functions for Competitive Programming(CP).

competitive-programming cpp docuemntation-tool python3

Last synced: 15 May 2026

https://github.com/stefanasandei/tiny-autograd

small autograd engine built from scratch in modern C++

autograd cmake cpp deep-learning neural-networks

Last synced: 14 Nov 2025

https://github.com/zheoni/parsegar

Another and worse C++ command line argument parser

argument-parser command-line-parser cpp parser

Last synced: 29 Oct 2025

https://github.com/esraa-emary/photo-editor-team

C Plus Plus Code (Photo Editor)

clean-code cplusplus cpp photo-editing

Last synced: 08 Sep 2025

https://github.com/suryasekhar14/hacktoberfest-2022

A repository for Hacktober Fest contributions. Everyone is welcome. Fork away!

cpp hacktober hacktober2022 hacktoberfest hacktoberfest-accepted java javascript python

Last synced: 10 Feb 2026

https://github.com/mikekasprzak/requirecxxfeature

Simple cmake module to specify required C++ and standard library features

cmake cmake-modules cplusplus cplusplus-20 cpp

Last synced: 02 Feb 2026

https://github.com/sergio-eld/endian_converter

Template C++11 library for endianness conversion.

cpp cpp11 endianness template

Last synced: 02 Sep 2025

https://github.com/jsmolka/shell

Here be dragons (and common code).

cpp shell

Last synced: 15 May 2026

https://github.com/gustavohnsv/my-wallet-simulator

Repositório para estudo da linguagem C++, com um simulador de carteira bancária simples, que possui função de depósito, saque e transferência.

cpp exercise good-first-issue good-first-pr wallet

Last synced: 03 Apr 2025

https://github.com/raihan4520/computer-graphics

Contains the final project from the Computer Graphics course at AIUB. The project demonstrates 2D and 3D object rendering and transformations using OpenGL, GLUT and C++.

3d-rendering computer-graphics cpp opengl transformation

Last synced: 15 May 2026

https://github.com/phoemur/snaky

C++ classic snake game with SDL2

cpp cpp14 sdl2 sdl2-image sdl2-library sdl2-mixer sdl2-ttf sdl2-wrapper

Last synced: 17 Mar 2025

https://github.com/phoemur/breakout

breakout / arkanoid remake C++/SDL2

cpp cpp14 observer-pattern sdl2 sdl2-library

Last synced: 17 Mar 2025

https://github.com/vcdevel/vc-examples-nonfree

Vc examples that cannot be freely redistributed with the rest of Vc

cpp examples simd splines vc vectorization

Last synced: 17 Mar 2025

https://github.com/proftanish/daily-dsa

Dealing with problem solving in C++ daily

cpp leetcode leetcode-cpp leetcode-solutions problem-solving

Last synced: 17 Mar 2025

https://github.com/aquice/brainpp

BrainPP is a Brainfuck interpreter made in C++.

brainfuck cpp interpreter

Last synced: 03 Jun 2026

https://github.com/nesktf/shogle

Graphics framework for C++20

2d 3d cpp cpp20 game-engine gamedev glfw graphics imgui opengl

Last synced: 15 May 2026

https://github.com/lostsh/stickgame

A tiny game on arduino with LCD Display (16*2)

arduino arduino-game arduino-lcd arduino-nano arduino-uno cpp game lcd lcd-display lcd16x2 tiny-game

Last synced: 02 May 2026

https://github.com/analyzable-fr/jotform-api-qt

C++ API for Jobform

cpp jobform library qt

Last synced: 18 May 2026

https://github.com/sameetasadullah/withdraw-deposit-problem-using-mutex

C++ code to solve withdraw deposit problem using threads and mutex lock

cpp deposit-money linux mutex-lock threads ubuntu withdraw-money

Last synced: 15 May 2026

https://github.com/auralius/jacobian-hessian-cpp

Jacobian and Hessian of a vector function.

cpp hessian jacobian numerical-methods

Last synced: 27 Mar 2025

https://github.com/gustavohenriqueschmitz/solar-tracker

It's a school project, where we created a model of solar energy generation, using arduino for some automations.

arduino cpp solar-energy

Last synced: 19 May 2026

https://github.com/jmcheon/maths_branch

Maths branch is a collection of submodules, each representing a unique project from Ecole 42.

cpp math maths matrix python3 vector

Last synced: 29 Apr 2026

https://github.com/nickheyer/simpide

A super-simple IDE.

cpp ide open-source python text-editor

Last synced: 15 May 2026

https://github.com/pg07codes/pomegranate

a simplified linux shell written in c++ for those just starting to use cmdline

beginners cpp linux-shell shell

Last synced: 11 May 2026

https://github.com/EternMaxwell/epix_engine

A cpp game engine based on ecs inspired by rust bevy.

bevy cmake cpp ecs game game-engine pixel voxel

Last synced: 27 Mar 2025

https://github.com/acrion/cbeam

A modern, cross-platform, header-only C++ library for concurrency, memory management, containers, and more

abi-stability boost concurrency cpp header-only serialization

Last synced: 16 Jun 2025

https://github.com/seyed0123/algorithms

bunch of Algorithms and Data structures

algorithms cpp datastructures

Last synced: 17 Mar 2025

https://github.com/vasconcelosvcd/GNSDKWrapperLib-CPP

A Gracenote C++ wrapper lib

cpp

Last synced: 18 Jul 2025

https://github.com/mutasim77/menuadmin

📈Here're my first year projects

cpp java python3

Last synced: 10 May 2026

https://github.com/gashmob/cpp-tests

C++ test framework

cpp testing-tools

Last synced: 16 Jun 2025

https://github.com/esqadron/audiostatisticsplugin

VST3 plugin calculating various statistics on processed sound, including LUFS!

cpp juce-framework lufs

Last synced: 27 Mar 2025

https://github.com/kalbarczykdev/pong-cpp-sdl2

Recreation of the classic Pong game with SDL2 lib and C++!

beginner beginner-friendly cpp first-contributions pong pong-game sdl sdl-library sdl-ttf sdl2

Last synced: 27 Mar 2025

https://github.com/rishab59/supermarketbillingsystemusingcplusplus

This is a Supermarket Billing Sytem project developed using c++ with file management.

cpp hobby-project supermarket-billing-system

Last synced: 27 Mar 2025

https://github.com/terroo/raycaster

A Wolfstein3D-style Raycasting implementation with C++ and SFML

cpp doom gamedev raycasting sfml

Last synced: 18 Mar 2025

https://github.com/codejester01/multifunctional-social_platform_management_system

本项目是一款多功能的聊天社交管理系统,系统将QQ、微信、微博三大聊天系统的核心功能进行了整合实现,用户可以注册并登录自己的账号,同时原本不同平台的账号还可支持绑定,比如可以在qq管理系统中来添加微信和微博的推荐好友或者是直接建立微信或微博账号并与QQ账号进行绑定,同时自己还可以登录客户端进行个人好友管理、群组管理、个人信息管理, 同时也开发了两款趣味小游戏(贪吃蛇和十字消除)可供用户游玩,项目还利用网络通信和多线程编程以及锁的机制实现了即时通讯

cpp design-patterns mutilthread mysql network-programming oop

Last synced: 18 Mar 2025

https://github.com/toikron/dear-design-manager

Real-time UI builder and advanced design manager built with Dear ImGui & ImDrawList. Features dynamic interactions, intuitive animation controls, and instant visual feedback for modern UI development.

cpp design design-system design-tool gui imgui imgui-extension imgui-menu ui ui-builder ui-framework ui-imgui

Last synced: 18 Mar 2025

https://github.com/madladsquad/untitledxdgbasedir

An C and C++ implementation of the XDG basedir specification

c cpp xdg xdg-basedir

Last synced: 16 May 2026

https://github.com/zing-dev/learn-cpp

hello cpp

c cpp

Last synced: 16 May 2026

https://github.com/horikitasuzunetsundere/elevator-project-with-proteus-and-arduino

Efficient Vertical Transportation: Elevator Control System Simulated with Proteus and Programmed with Arduino IDE

algorithms-and-data-structures arduino cpp programming system-design

Last synced: 16 May 2026

https://github.com/genebit/my-cp-template

My Competitive Programming Template Guide

competitive-programming cpp template

Last synced: 18 Mar 2025

https://github.com/calbertsen/covafillr

R package for local polynomial regression

cpp eigen jags local-polynomial-regression r r-package rcpp tmb

Last synced: 16 May 2026

https://github.com/takkii/cppsource

日めくりCpp、うるう計算版 🌎

cpp himekuri

Last synced: 09 Sep 2025

https://github.com/0xisk/exploring-cpp

A repository focused on learning and practicing the C++ language.

cpp cpp-course cpp11 cpp14 cpp17 cpp20 learning-by-doing

Last synced: 24 Aug 2025

https://github.com/rjected/cuda-timelock

Solving a large number of timelock puzzles in parallel using GPU acceleration

c cgbn concurrent cpp cuda gmp graphics nvidia parallel puzzle timelock

Last synced: 14 Apr 2026

https://github.com/karnkaul/dens

Archetype-based entity-component framework using C++20

archetype cpp cpp20 ecs entity-framework

Last synced: 20 Mar 2025

https://github.com/victornpb/display7

Arduino example code to drive a 7-segments display, from a bitmap array.

7-segment arduino-sketch cpp firmware

Last synced: 03 Apr 2025

https://github.com/rakesh9100/internship-training-practice--dsa--cpp

This repository contains some basic concepts of C++ and some important Data Structures & Algorithms problem solutions.

cpp data-structures-and-algorithms practice training

Last synced: 20 Mar 2025

https://github.com/taharachedi/algorithms-problem-solving-level-3

📂 Repository containing well-organized solutions for simple problems Level 3 in C++.

algorithms cpp problem-solving

Last synced: 20 Mar 2025

https://github.com/taharachedi/atm-system

💼 ATM System in C++ – A console-based application for secure ATM banking, offering login, quick withdrawals, normal withdrawals, deposits, and balance checks, with data securely stored in text files. 🏦💳

console-application cpp enums problem-solving string-manipulation struct

Last synced: 20 Mar 2025

https://github.com/pomettini/ue4-multithreaded-fibonacci

Unreal component that calculates the Fibonacci sequence on separate threads

cpp fibonacci fibonacci-sequence multithreading unreal unreal-engine unreal-engine-4

Last synced: 27 Mar 2025

https://github.com/u-t-k-a-r-s-h/line-and-wall-follow

This is a simple line and wall follower bot powered by Arduino Nano

arduino cpp electronics line-follower wall-f

Last synced: 16 May 2026

https://github.com/dupontcyborg/compress-utils

Multi-algorithm compression & decompression library for C, C++ & Python

brotli bzip2 c compression cpp decompression gzip lz4 lzma python xz zlib zstd

Last synced: 16 May 2026

https://github.com/happybono/businfosystem

Bus Information System for Gyeonggi and Incheon Province, South Korea. NodeMCU (ESP8266) has been used as main microcontroller unit, and displays the bus information on the 0.96" SSD1306 I2C OLED.

arduino arduino-ide busarrival busarrivaltimeprediction cplusplus cpp esp8266 esp8266-projects nodemcu-esp8266 open-api openapi openapis public-api public-apis wifi wifi-network

Last synced: 16 Jun 2025

https://github.com/frodoalaska/levelizer

A data serialization language specifically made to serialize and deserialize levels and scenes.

cpp data-serialization data-serialization-language deserialization game-development game-engine game-engine-development language serialization

Last synced: 20 Mar 2025

https://github.com/frodoalaska/ouronlyhope

A 2D game where a peasant in medieval times is trying to kill waves and waves zombies to save his small village

2d-game box2d cpp game-development our-only-hope raylib zombie-survival-shooter zombies

Last synced: 20 Mar 2025

https://github.com/talhabalaj/menutor

A CLI Menu creator for C++

cli cpp lambda menu

Last synced: 27 Mar 2025

https://github.com/zesterer/vast-old

Vast is a space sim written in C++ using OpenGL

3d cpp game opengl sim space spacecraft vast

Last synced: 21 May 2026

https://github.com/image357/password

This is a simple password manger (library) written in Go. You can use it with Go, REST calls and any other language that links with C.

c cpp encryption go golang password password-manager password-store rest rest-api restapi restful restful-api restfulapi simple

Last synced: 10 May 2026

https://github.com/naetherm/langdict

Small C++ program fo generating a collection of words and their near neighbours based on Levenshtein and phonetic similarity.

archaic cpp language-dictionary phonetic-similarity word-similarity

Last synced: 27 Mar 2025

https://github.com/jakubtomsu/txtimg

command line program that can convert images to ascii text

ascii ascii-art c console cpp retro

Last synced: 20 Mar 2025

https://github.com/gvvsnrnaveen/cuda

this repository contains the various programs that can written using CUDA Toolkit.

c cpp cuda nvcc nvidia-cuda nvidia-gpu

Last synced: 17 Jan 2026

https://github.com/mcquerol/studentdb-poco-cpp

C++ student database using POCO libraries. Demonstrates OOP and database management.

class-design cpp doxygen inheritance object-oriented-programming stl-containers student-db uml

Last synced: 16 May 2026

https://github.com/cr0a3/log4cpp

A simple one header cpp logging libary

cpp log4cpp logging logging-library

Last synced: 08 Jul 2025

https://github.com/astral-c/bstream

A Binary Reader/Writer for C++

bstream cpp file-reader

Last synced: 05 Jul 2025