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/mguludag/synchronized_value

A modern C++ thread-safe value wrapper with flexible locking strategies and convenient RAII guards.

cpp cpp11 cpp17 cpp20 thread-safety thread-synchronization

Last synced: 27 Sep 2025

https://github.com/cvcpatton/anagram-generator

A console-based C++ application that generates anagrams of a user-provided word. Demonstrates string manipulation, loops, and randomization.

anagram-generator console-application cpp stl string-manipulation

Last synced: 27 Sep 2025

https://github.com/mukeshlilawat1/zomato-app-design-pattern

This repository contains a low-level system design of a Zomato-like food delivery application implemented in C++. It demonstrates the use of Object-Oriented Programming (OOP) and Design Patterns to build scalable, modular, and maintainable software architecture.

cpp

Last synced: 27 Sep 2025

https://github.com/dreyyan/cipher-midterms-programming-cpp

[ CIPHER R&D Committee · C++ Midterms Programming Materials & Practice Problems ]

basic-programming cpp

Last synced: 27 Sep 2025

https://github.com/codeprovn/library-management-system

Bài tập lớn kinh điển quản lý thư viện viết bằng C++ dành cho sinh viên ngành Công nghệ thông tin. Dự án giúp quản lý sách, sinh viên và hoạt động mượn trả trong thư viện. Hoàn toàn không sử dụng AI, chia sẻ miễn phí để cộng đồng học tập và tham khảo.

console-application cpp education library-management non-ai student-management

Last synced: 27 Sep 2025

https://github.com/erushasandushan/cafeteria-system

A C++ and SQL-based cafeteria management system built as a learning project to strengthen my C++ skills and practice database integration. ( Started Learning C++ in September 2025 )

api backend cpp management

Last synced: 27 Sep 2025

https://github.com/ahmedosmandev/arduino-led-cube

Fun project for our Embedded Systems course.

arduino arduino-nano c cpp

Last synced: 20 Apr 2026

https://github.com/peplxx/netpbm-cpp

This GitHub repository contains C++ code for image processing in PPM (Portable Pixel Map) format. The code provides functionality for writing images in the PPM format.

cpp image image-processing netpbm ppm-image

Last synced: 19 Oct 2025

https://github.com/tdjastrzebski/vscode-cppbuild

Build++ VS Code Multi-Step Incremental Build Extension

build build-automation build-tool build-tools c c-plus-plus cpp vscode vscode-extension

Last synced: 11 Sep 2025

https://github.com/afaanbilal/amx-textedit

AMX TextEdit is a simple, fast, tabbed text / code editor written in C++.

amx-textedit cpp text-editor

Last synced: 03 Aug 2025

https://github.com/retifrav/cmake-target-link-libraries-example

An example of CMake target_link_libraries() scopes effects

cmake cpp example

Last synced: 26 Aug 2025

https://github.com/yeyom/school_code

Personal school's code snippets, projects and homeworks, feel free to use them, for the most important snippets: https://gist.github.com/YeyoM

algorithms c cpp csharp data-structures java javascript python school school-assignment school-project schoolwork

Last synced: 07 Apr 2026

https://github.com/nikitaberezhnyj/laboratory-work-on-object-oriented-programming

Completed laboratory work and a course project in the discipline of Object Oriented Programming.

cpp

Last synced: 03 Aug 2025

https://github.com/pprattis/English-Greek-dictionary-with-binary-search-tree

A program that implements an English-Greek dictionary using binary trees. Each node of the tree will contain the word in English and the corresponding translation in Greek. The search for the tree will be based on the word in English. The program can perform the basic search, import, delete operations.

binary-search-tree binary-tree cpp dictionary exercise node program student

Last synced: 28 Sep 2025

https://github.com/evasabeeh/travel-route-planner

Implemented Dijkstra's algorithm to find the most optimal path between the origin and destination.

c cpp data-structures

Last synced: 04 May 2026

https://github.com/crazyokd/vimrc

Own vim/nvim configuration, especially for c/cpp

c cpp nvim vim

Last synced: 09 Apr 2026

https://github.com/olk/ki-ocr-spreadsheet

convert a spreadsheet exported as JPEG into a CSV file containing spreadsheet's data by using a DNN (Tensorflow)

artificial-intelligence cpp csv ctc-loss deep-learning dnn dnn-model jpeg keras neural-network opencv python spreadsheet tensorflow

Last synced: 09 Apr 2026

https://github.com/fulfilledcovenant/covenginea

An open-source semi-automated optimizations for improved overall windows 10-11 experience.

c cpp open-source ps1 windows-10 windows-11

Last synced: 29 Sep 2025

https://github.com/onebit5/onetek-engine-2

C++ game engine with multi-API rendering support.

cpp cpp20 engine game game-development game-engine gamedev gameengine

Last synced: 29 Sep 2025

https://github.com/rosekamallove/learn_code

This is a repository that contains all the topics that I @rosekamallove studied while learning to code and am currently learning Data Structures and Algorithms, and all the code I wrote are in this repo and I am thinking of making this repo more like a Learning resource.

algorithms competitive-programming cpp data-structures development

Last synced: 04 Aug 2025

https://github.com/markjso/cpp-modules

Introduction to C++ and Object Oriented Programming

containers cpp vector

Last synced: 04 Aug 2025

https://github.com/sameetasadullah/queue-implementation

My own templatized C++ implementation of Queue using Microsoft Visual Studio

cpp queue visual-studio

Last synced: 29 Jun 2026

https://github.com/ghosts6/optimize_os

c++&python scripts for optimize windows and linux distributions

apt-get bash cpp linux python3 windows

Last synced: 09 Apr 2026

https://github.com/yellow-footed-honeyguide/codefetch

Fast & comprehensive tool for source code analysis 📡

cli cloc code cpp sloc sloccount source-code tokei

Last synced: 19 Feb 2026

https://github.com/tuttza/brightness_controller

Dead simple GTK app that controls intel brightness on my Dell Laptop.

cpp gtkmm gui laptop system

Last synced: 07 Aug 2025

https://github.com/druxorey/code-practices

A collection of coding exercises to help you improve your programming skills

bash cpp golang python rust

Last synced: 09 Apr 2026

https://github.com/novolife/railroute

A program which can calculate a longest path of a rail system

cpp qt qt-application qt5

Last synced: 03 Oct 2025

https://github.com/edwardcreighton/bignum

Custom implementation of Big Numbers class in C++

biginteger bignumber cpp

Last synced: 08 Aug 2025

https://github.com/rwbl/b4r-additional-libraries

Open Source Additional Libraries for B4R - development tool for building native Arduino & ESP8266 programs by Anywhere Software.

arduino b4r b4x cpp domoticz esp32 esp8266 sensors

Last synced: 09 Apr 2026

https://github.com/m4x1m1l14n/system

Various C++ helper functions & classes

cpp helpers

Last synced: 09 Aug 2025

https://github.com/himel-sarder/two-pointers-algorithm-with-himel

"Two-Pointers-with-Himel" repository offers implementations and explanations of the Two Pointer Technique, a powerful algorithmic approach for efficient problem-solving in arrays and linked lists. Explore Python code examples, detailed problem analyses, and contributions to enhance your understanding and mastery of this technique.

cpp leetcode leetcode-python leetcode-solutions python3 two-pointers

Last synced: 04 May 2026

https://github.com/yotam180/xai

xAI - A Research Project in the Field of Machine Learning (Magshimim 3rd year project)

artificial-intelligence cpp deep-learning machine-learning neural-network python tensorflow

Last synced: 19 Apr 2026

https://github.com/hjlebbink/spike-htm-lite

C++ port of Nupic HTM with the aim of being lite and fast

avx512 cpp hierarchical-temporal-memory

Last synced: 03 Oct 2025

https://github.com/davenarchives/dev-cheatsheets

a collection of cheatsheets for programming languages and dev tools

c cpp csharp css database devops framework git html java javascript links markdown programming-languages python resources sql tutorials

Last synced: 09 Apr 2026

https://github.com/benpm/cppmempool

very simple C++ heterogeneous memory pool with thread safety

cpp memory-allocation memory-arena memory-management memory-pool smart-pointers

Last synced: 04 Oct 2025

https://github.com/dimazeland/prata-cpp-primer-plus

Solutions for programming exercises

cpp cpp-primer-plus-6th stl

Last synced: 12 Aug 2025

https://github.com/zeekersky/block-replacement-macsim

A block replacement policy for hybrid cache design is implemented using MacSIM.

computer-architecture cpp macsim makefile simulator

Last synced: 04 Oct 2025

https://github.com/niten01/lithe

3D game engine with editor.

cpp game-engine

Last synced: 13 Aug 2025

https://github.com/mute124/atlas

An efficient cross-platform game engine, built for large open-world games with developer sanity, modding, modularity & extensibility, and more in mind.

3d 3d-engine angelscript cpp cpp20 cross-platform engine game-development game-engine linux lua modding modern-cpp raylib scripting sol2 windows

Last synced: 09 Apr 2026

https://github.com/sameetasadullah/ticket-selling-problem-using-mutex

C++ code to solve ticket selling problem using threads and mutex lock

cpp linux mutex-lock threads ticket-selling ubuntu

Last synced: 18 May 2026

https://github.com/aviscaerulea/avply

Windows 11 GUI tool for media (video/audio) playback, trimming, and RMS normalization. Converts video with AV1/NVENC and audio with libopus via ffmpeg.

audio av1 cpp ffmpeg media-player nvenc opus qt6 trimming video windows

Last synced: 24 May 2026

https://github.com/p4dro-dev/projeto_display_de_led_de_7s-arduino

Projeto da Tarefa de Disciplina de Eletricidade Básica, e Eletrônica Digital para Informática. Sendo um projeto simples. Usando Arduino, ProtoBoard, Display de 7 seguimentos!

arduino-boards arduino-ide arduino-project cpp cpp-arduino eletricidade eletronica-analogica eletronica-de-potencia eletronica-digital

Last synced: 14 Aug 2025

https://github.com/yushikuni/questsystem_cpp

Quest system made in C++

cpp unfinished unfinished-project

Last synced: 04 Oct 2025

https://github.com/stuart6854/taglog

C++ logging library.

cpp header-only logging

Last synced: 10 Nov 2025

https://github.com/anjasfedo/rekursif

Recursive on C++

cpp recursive

Last synced: 15 Aug 2025

https://github.com/louis3797/cpp-notes

Collection of notes, links, videos, playlists, references and more for learning C++

collection cpp learning learning-cpp links notes playlists references

Last synced: 15 Aug 2025

https://github.com/blazekill/hello-cuda

Cpp + Vcpkg + CUDA + VsCode starter project.

cpp cuda vcpkg vscode

Last synced: 18 May 2026

https://github.com/ttwag/p10_sudoku_master

A program that solves any sudoku puzzle and provides a user interface.

backtracking-algorithm cpp dsa-algorithm gui-application qtcreator recursion-algorithm sudoku-solver

Last synced: 04 Oct 2025

https://github.com/MatheusAndrade23/exercicios-beecrowd-resolvidos

Resolução de vários exercícios do Beecrowd na linguagem C++.

cpp

Last synced: 17 Aug 2025

https://github.com/rosy-iso/multipekka

A packager and file checker for the game Pekka Kana 2

cpp tool zipper

Last synced: 17 Aug 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/snandasena/cf-contests

Competitive programming challenges and their solutions for Codefocers, Hackerrank, and Leetcode.

algorithms bst cpp data-structures dp graph greedy-algorithms math

Last synced: 05 Oct 2025

https://github.com/kr1sng/42piscine-cpp

deep diving into Object-Oriented Programming C++

cpp cpp98 object-oriented-programming oops-in-cpp

Last synced: 19 Aug 2025

https://github.com/kampi/sensorhub

Solar-powered, low energy environment sensor node with WiFi interface.

c cpp electronics iot mqtt mqtt-client particle particle-argon qt raspberry-pi

Last synced: 10 Apr 2026

https://github.com/apostolouagge/compilers

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

cpp

Last synced: 20 Aug 2025

https://github.com/cantro93/minilibs

MiniLibs - collection of C++ headers

cpp cpp20 event library

Last synced: 12 Feb 2026

https://github.com/zazi2002/broken

BROKEN is a C++ game project of Basics of Programming course.

cpp game-development gui sdl2

Last synced: 20 Aug 2025

https://github.com/djoezeke/yamlfy

A Lightweight Yaml file parser and emmiter written in pure c.

c config configuration cpp deserialize emmiter parser serializer yaml yaml-parser

Last synced: 21 Aug 2025

https://github.com/nos1dot618/aoc24

My attempt at solving 2024's Advent of Code

aoc c clojure cpp java

Last synced: 20 Apr 2026

https://github.com/nopangel/cpp_course

Esté es una carpeta de todos mis avances en C/C++

cpp

Last synced: 01 Sep 2025

https://github.com/dmg-techlabs/text-based-game-engine

A game engine for text based games written in C++

cmake cpp game-development game-engine

Last synced: 11 Nov 2025

https://github.com/kyrylo-sovailo/benchmark

Measuring performances of different languages on same tasks

benchmark benchmarking c cpp csharp fortran haskell javascript matlab python

Last synced: 10 Apr 2026

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

Traceroute

cpp makefile

Last synced: 23 Aug 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/martinhelmut/cpplox

Going through CraftingInterpreters C part but implementing it in C++

cpp lox

Last synced: 23 Aug 2025

https://github.com/lonelyhentxi/nowcoder-collection

My solution collection of nowcoder

cpp javascript nowcoder solutions

Last synced: 24 Aug 2025

https://github.com/priyanshuchawda/screen-recorder

Native Windows screen recorder in C++20 using Windows Graphics Capture, Media Foundation, and WASAPI with robust MP4 finalize/recovery handling.

audio-capture cmake cpp cpp20 d3d11 desktop-application directx github-actions h264 intel-quick-sync media-foundation mp4 native-windows screen-capture screen-recorder video-recording wasapi win32 windows windows-graphics-capture

Last synced: 24 May 2026

https://github.com/ergus/mpi_benchmarks

Some very simple MPI benchmarks to compare with OmpSs2 benchmarks repo

c cmake cpp learning mpi testing

Last synced: 26 Aug 2025

https://github.com/flak-zoso/inavjaga

Inälvor jagade - Sista based C++ terminal videogame

cpp cpp17 sista terminal terminal-game

Last synced: 30 Jun 2026

https://github.com/icrobotics-team167/2014aerialassist

Robot code for the 2014 FRC game

cpp first frc frc-aerial-assist robotics

Last synced: 29 Aug 2025

https://github.com/satyajitghana/gpu-programming

Contains the contents of GPU Architecture and Programming course done on NPTEL

c cpp cuda cuda-programming gpu-programming nptel nvidia

Last synced: 09 Mar 2026

https://github.com/davidyslu/ClassicSudoku

Implement the classic game "Sudoku" in C++

c-plus-plus cpp game game-development

Last synced: 29 Aug 2025

https://github.com/InAnYan/old-terminal-editor

An attemp to create a terminal text editor

cpp editor kilo terminal text-editor

Last synced: 29 Aug 2025

https://github.com/gayensis09/watersn

A modern, modular desktop application for water billing and management, built with C++/Qt and MySQL. Secure, user-friendly, and designed for water utilities.

billing cmake cpp desktop-app mysql password-reset qt smtp utility water-management

Last synced: 08 May 2026

https://github.com/atpriyanshu/the-fibonacci-series

It contains a simple fibonacci program in different language.

c cpp csharp fibonacci java javascript lua python typescript

Last synced: 25 Dec 2025

https://github.com/akataruka/station-management-app

A C++ console app to manage train schedules, track allocations, and delays at stations using priority queues and smart reallocation.

cli cpp lld management object-oriented-programming oops station-automation system-design train-managment

Last synced: 30 Aug 2025

https://github.com/gkesse/cpp-qt-qml-js-sqlite-login-android-ios

Développement d'une application mobile Android - iOS en C++ - Qt - QML - JS - SQLite pour la gestion d'un système de connexion et d'inscription de nouveaux utilisateurs.

android cpp ios javascript login-system qml qt registration-system sqlite

Last synced: 05 Mar 2025

https://github.com/mdminhazulhaque/ruet-cse-codes

:hash: Codes that were used for academic purpose

c courseware cpp ruet

Last synced: 22 Sep 2025

https://github.com/natmark/texture-matching

Texture matching using wavelet transform.

cpp dwt texture-matching

Last synced: 24 May 2026

https://github.com/bisakhmondal/ju_cse_lab_practicals

Lab Assignments

c cpp

Last synced: 17 May 2026

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/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/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/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/stevenferrer/cpp-meson-template

C++ template repository with Meson build

cpp meson

Last synced: 25 May 2026