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/nohal/dashboardsk_pi

SignalK based dashboard plugin for OpenCPN

cpp dashboard dashboards marine navigation opencpn plugin signalk wxwidgets

Last synced: 09 Jul 2025

https://github.com/thomasjo/cudalicious

C++ header library intended to reduce CUDA boilerplate code

boilerplate cpp cuda header-only

Last synced: 19 May 2026

https://github.com/im-rises/particlesimulator

10 000 000 particles simulation made in C++ with OpenGL

cplusplus cpp engine imgui opengl particle-simulation particles simulation

Last synced: 17 May 2026

https://github.com/dolegi/rapid-crc

The fastest crc nodejs implementation

cpp crc crc32 node-addon-api

Last synced: 10 Apr 2025

https://github.com/localizethedocs/cmake-docs-l10n

Localization of The CMake Documentation

clang cmake cpp crowdin l10n sphinx

Last synced: 17 May 2026

https://github.com/mortennobel/ParallelComputingPlayground

Shows different programming techniques for parallel computing on CPU and GPU

cpp cpp11 gpu

Last synced: 08 May 2025

https://github.com/chris-1101/codewars

:city_sunset: A mirror of attempted/completed codewars challenges

code-challenge codegolf codewars cpp

Last synced: 17 Mar 2025

https://github.com/yaozhenghangma/messaging

Messaging is a modern C++20 MPI wrapper.

cpp mpi

Last synced: 29 Oct 2025

https://github.com/tangsiyang2001/sponge

A personal implementation of CS144.

cpp protocol tcp

Last synced: 27 Mar 2025

https://github.com/vtan/voxel

Voxel graphics toy project in C++ & OpenGL

cpp opengl voxel

Last synced: 15 May 2026

https://github.com/xeimsuck/zola

Library for working with Telegram API

api cpp library telegram telegram-api telegram-bot telegram-bot-api

Last synced: 16 Feb 2026

https://github.com/amreshpro/competative-setup_sublime

A competitive programming setup for sublime text editor in Cpp.

competitive-programming cplusplus cpp editor sublime-text sublime-text-3

Last synced: 11 Sep 2025

https://github.com/hxndev/apriori-algorithm-frequent-item-in-grocery-store

This assignment will give you basic insight into using Apriori algorithm. Apriori is use for finding the frequent item set in transaction.

apriori apriori-algorithm code cpp data-structures frequency frequency-analysis grocery-list grocery-store oop oop-principles

Last synced: 30 Oct 2025

https://github.com/leo-aa88/logtard

A simple, portable and dumb logging library in C++ with no bloatness nor mambo-jambo

cpp cpp-library cpp-logger logger logging-framework logging-library

Last synced: 28 Oct 2025

https://github.com/voronov-nikita/skillbase

This is a repository for different parts of the code that can be useful when creating new projects.

arduino base cheatsheet cpp docker drone git gitlab higher-education informatics kotlin links linux math opencv physics python3 react-native ros2 skills

Last synced: 07 May 2025

https://github.com/tvumcc/procedural-terrain

An OpenGL 3.3 and C++ program that generates unique landscapes using Perlin Noise. Overall winner of my school's CS Club Simulation Jam 2023.

cpp opengl terrain-generation

Last synced: 04 May 2025

https://github.com/amcbn06/dsa

Popular data structures i use implemented by me

cpp data-structures dsa

Last synced: 15 May 2026

https://github.com/gyumeijie/securecodingrules

secure coding in c/c++

c coding cpp security

Last synced: 01 May 2026

https://github.com/stephanecharette/darknet_ng_to_be_deleted

Darknet/YOLO Next Generation - Neural Networks for Object Detection

computer-vision cpp darknet neural-network object-detection yolo yolov3 yolov4 yolov7

Last synced: 11 Sep 2025

https://github.com/wzslr321/algorithms_and_data_structures

C++ code which I will wrote during my hopefully fruitful relationship with competetive programming

algorithms algorithms-and-data-structures competitive-programming cpp data-structures

Last synced: 07 May 2025

https://github.com/sandeepkundalwal/data-structures-algorithms-ii

[CS514: Data Structures & Algorithms - II] This repo contains all the assignment of CS514 offered at IIT Mandi by Dr. Dileep AD during Fall Session 2022.

algorithms-and-data-structures cpp dijkstra-algorithm fibonacci-heap kruskal-algorithm mergesort prims-algorithm quicksort

Last synced: 27 Mar 2025

https://github.com/sionpixley/sion-vector

Creating a custom vector using C's malloc, realloc, and free.

array cpp cpp14 list vector

Last synced: 27 Mar 2025

https://github.com/pentalpha/scp-bot

Working prototype of an application to auto-synchronize files and folders across computer systems using SCP.

cpp cpp11 file-management file-sharing file-sync file-synchronization scp socket-io ssh tcp threads

Last synced: 15 May 2026

https://github.com/weebnetsu/cpp-learning-material

The learning material used for my C++ course

course cpp learn-cpp learntocode

Last synced: 05 May 2025

https://github.com/dmitrii-artuhov/gengo

Gengo - dumb interpreted programming language based on C++

cpp programming-language

Last synced: 24 May 2026

https://github.com/degitx/nen

Neural Network library with with native CPU/GPU bindings and learning algorithms choice

algorithm-library cpp machine-learning neural-network nodejs

Last synced: 21 Apr 2025

https://github.com/quinta0/gravity

3D Gravity Simulator is a C++ program that visualizes the gravitational interactions between celestial bodies

3d cmake cpp gravity opengl physics physics-simulation simulation vcpkg

Last synced: 06 Jan 2026

https://github.com/bentoudev/annotationgenerator

Clang based C++ preprocessor for annotation based reflection generation

annotation clang code-generation cpp reflection

Last synced: 29 Aug 2025

https://github.com/hxndev/counting-alphabets-using-multithreading

Counting frequency of alphabets in the input file using Multithreading.

alphabets alphabets-counting code counting cpp multithreading threading

Last synced: 31 Mar 2025

https://github.com/erikengervall/fast-find-in-files

Node.js library written in C++ for text in file search

cpp javascript native-module nodejs typescript

Last synced: 27 Apr 2025

https://github.com/kaizerpwn/dogs-shelter-app

Qt Desktop application for managing shelter dogs, allowing users to record and track essential information such as name, breed, age, color, description, and adoption date.

cpp desktop-app dogs-shelter dogs-shelter-app qt qt-creator qt-desktop-application qt-framework

Last synced: 20 Feb 2026

https://github.com/hxndev/printer-spooling

Printers typically can print only a single document at a time and require seconds or minutes to do so. If more than one application requires printer’s access, it might result in delay and slow down the application for as long as the printer is busy in serving other application. Printer Spooling has overcome this delay, as the documents formatted for printing are stored into an area on a disk and retrieved and printed by a printer at its own rate. With spooling, multiple processes can write documents to a print queue without waiting. As soon as a process has written its document to the spool device, the process can perform other tasks, while a separate printing process operates the printer. In this project, we will be implementing a printer spooler for a working environment which is equipped with 3 printers using concepts of Linked Lists and Queues.

code cpp data-structures oop oop-principles printer printer-spooler printer-spooling spooling

Last synced: 31 Mar 2025

https://github.com/moon0922/longest-path-in-2248-numbers-game

An algorithm for searching the longest path in a 2248 numbers game.

alorithms cpp dfs-algorithm

Last synced: 20 Jan 2026

https://github.com/amaansayyad/autox-code-pilot

An AI Code Pilot that help developers to complete code snippets based on single line comments and make the work easy & increase productivity by reducing time & cost.

artificial-intelligence cpp javascript visual-studio-code visual-studio-extension

Last synced: 15 Apr 2025

https://github.com/terroo/ffpp

A dynamic library written in C++ with API for most of the main tasks with FFmpeg. Much faster for your GUI interfaces than using processes.

cpp ffmpeg-api

Last synced: 30 Jun 2025

https://github.com/fahdseddik/image-to-textart

C++ program that converts an image into ASCII characters written in a .txt file.

ascii ascii-art c cpp opencv

Last synced: 08 May 2026

https://github.com/antdeivid/estrutura-de-dados

Repositório destinado ao upload dos códigos da cadeira de Estrutura de Dados.

cpp data-structures

Last synced: 10 Jun 2025

https://github.com/cyberscopetoday/esp32-game-of-life-ntp

ESP32 project running Conway's Game of Life on an SSD1306 OLED display, featuring real-time NTP clock updates and automatic switching between simulation and time display. 🚀

arduino-ide cpp esp32 oled-display-ssd1306

Last synced: 14 Mar 2025

https://github.com/f-koehler/cpp-perf

Small header-only C++11 to measure code execution time and performance.

benchmark cpp cpp11 execution-time header-only microbenchmark performance

Last synced: 12 Apr 2025

https://github.com/ferhatgec/hlcog

Fegeya HLCoG, High-Level Code Generator back-end.

assembly code-generation codegen cpp fegeya high-level kalem python ruby rust shell transpiler

Last synced: 10 Apr 2026

https://github.com/vp817/cppbinarystream

binarystream made in cpp

binary-manipulation binary-stream cpp cpp17

Last synced: 20 Jul 2025

https://github.com/soroushj/cpp-course-example-cosine-similarity

Code example for the Fundamentals of Programming course at the University of Guilan, Fall 2016.

cosine-similarity cpp example tokenization

Last synced: 08 Apr 2025

https://github.com/lokranjanp/cryptosystems

All cryptography algorithms of Cryptography and Network Security course implemented in C++ [21IS6C03]

cpp cryptography-algorithms

Last synced: 21 Apr 2025

https://github.com/ivandrf/image-editor

Image editor written in c++ using sfml

cmake cpp image sfml zenity

Last synced: 09 Mar 2026

https://github.com/yaser-123/cpp-fundamentals

Master the basics of C++ programming in a fun and engaging way. Whether you're a complete beginner or have some programming experience, this course will help you develop the skills you need.

cpp dsa-algorithm programming

Last synced: 21 Aug 2025

https://github.com/0xvpr/snake-pit

Command and Control interface built using a Flask with a modular backend.

c c2 command-and-control cpp flask localhost python

Last synced: 11 Apr 2026

https://github.com/bitwizeshift/metal-cpp

Rehost of Apple's metal-cpp project (not my intellectual property)

apple cpp metal

Last synced: 17 Nov 2025

https://github.com/mpogotsky/xapi-cpp

A C++ library that provides a simple API for interacting with the xStation5 trading platform.

boost boost-asio boost-json coroutines cpp cpp-lib cpp20 ssl traiding-api websockets xapi xopenhub-api xstation-api xstation5 xtb xtb-api

Last synced: 20 Apr 2025

https://github.com/jordymail/fire-and-smoke-detection-esp32

IoT-based environmental monitoring system using an ESP32 microcontroller. It integrates sensors for temperature, humidity, smoke, carbon monoxide (CO), and dust.

cpp detections fire fire-and-smoke-detection internet-of-things mqtt-broker sensors smoke

Last synced: 01 Jul 2025

https://github.com/saptakbhoumik/calckit

CalcKit - Easy-to-Use C++ Library for Calculus

calculus cpp numerical-analysis numerical-computation numerical-methods

Last synced: 20 Mar 2025

https://github.com/ilieschibane/projet-algo

University project about time and space complexity of differents algorithms, data structure and NP problems

algorithms-and-data-structures complexity cpp np-problem

Last synced: 20 Aug 2025

https://github.com/hato1125/sweet

🍯 A modern C++ wrapper for SDL2.

cpp sdl2 sdl2-image sdl2-ttf wrapper

Last synced: 22 Mar 2025

https://github.com/briandowns/libgithub

C/C++ library for accessing the GitHub API.

c cpp github library

Last synced: 03 Sep 2025

https://github.com/gazebosim/gz-harmonic

Harmonic, Gazebo's 8th named release

cpp gazebo robot-simulation

Last synced: 29 May 2026

https://github.com/phanxuanquang/introduction-to-programming-uit

Tất cả bài thực hành môn Nhập môn lập trình - Trường Đại học Công nghệ Thông tin

cpp uit vietnam vnu

Last synced: 04 Oct 2025

https://github.com/andreacasalino/cpp-thread-pool

C++ library implementing prioritized or equi-prioritized thread pooling

asynchronous asynchronous-programming await cpp functional lambda multithreading pool thread thread-pool threads

Last synced: 13 Apr 2025

https://github.com/deftruth/nms.lite.ai.toolkit

🚀 A lite C++ implementation of hard_nms、soft_nms、blend_nms etc.

cpp nms

Last synced: 12 Jul 2025

https://github.com/cybex-dev/robot-compiler

A simple code compiler that compiles Pascal code with a syntax and contextual analyser (and production rules)

bnf code compiler context-free-grammar cpp cpp-compiler linux syntax syntax-analysis syntax-analyzer

Last synced: 04 May 2026

https://github.com/shalinirago/DJITello-Cpp

A C++ API to communicate with the DJI Tello Drone

cpp dji socket-programming tello tello-control tello-drone udp-protocol

Last synced: 23 Aug 2025

https://github.com/masx200/leetcode-test

leetcode题解和一些测试工具

cpp golang kotlin leetcode leetcode-solutions typescript

Last synced: 07 May 2025

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

Примеры логирования с помощью C++ библиотеки spdlog.

cpp examples logging-library spdlog

Last synced: 20 Feb 2026

https://github.com/rodyherrera/zendajs

ZendaJS is a JavaScript runtime environment, built using C/C++ with the help of the fast v8 engine developed by Google. An environment with fast performance, which you can use to experiment in your spare time.

backend backend-services cplusplus cpp cxx ecmascript ecmascript-modules javascript javascript-engines javascript-es6 javascript-framework javascript-tools python runtime v8 v8-engine v8-javascript-engine v8js

Last synced: 11 Jun 2025

https://github.com/m3y54m/sobel-simd-opencv

Using SIMD instructions in image processing using OpenCV

cpp intel-intrinsics opencv simd-instructions sobel-edge-detector

Last synced: 20 May 2026

https://github.com/sebasfalcone/better-work-notes

A repository containing my notes from different sources on good practices for codding and managing teams

c clean-code cpp development good-practices management oops-in-cpp

Last synced: 14 Jul 2025

https://github.com/gusenov/problem-solving-in-cpp

:mortar_board: Решение задач на языке программирования C++.

cplusplus cpp problem-solving

Last synced: 13 Feb 2026

https://github.com/quqionfree/quqiparser

This is a c++ json and ini parser.

cpp cpp20 ini-parser ini-reader ini-writer json json-parser

Last synced: 15 Apr 2025

https://github.com/simone-contorno/rt2-assignment

Research Track 2 - Assignment - Control of a robot in a simulated environment using Gazebo, Rviz and, for the User Interface, Jupyter Notebook.

cpp engineering jupyter-notebook python robot robotics ros

Last synced: 11 Apr 2026

https://github.com/mazkdevf/hashminder

HashMinder is the ultimate application for security-conscious professionals and privacy-focused individuals alike.

checker cpp fast hashes hashminder javascript js md5 sha256 sha384

Last synced: 04 Oct 2025

https://github.com/jdsherbert/audio-phaser-effect

Simple C++ implementation of a basic Phaser technique.

audio audio-effect audio-effects audio-feedback audio-processing cpp delay haas phaser

Last synced: 30 Jun 2025

https://github.com/mmiranda96/numericalmethods

Numerical methods developed on C++ and Scilab

cpp numerical-methods scilab

Last synced: 02 Jul 2025

https://github.com/fiskaltrust/middleware-demo

Demo applications that demonstrates how to use the fiskaltrust.Middleware from C, C++, VB6 and Rust.

c cpp demo-application kassensichv middleware pos-systems rksv rust vb6

Last synced: 23 Aug 2025

https://github.com/hxndev/search-integer-in-a-grid-using-divide-and-conquer

Divide and Conquer technique is used to work out different problems of varyying natures. Our problem at hand is to efficiently search an integer value from grid of size n x n, where n is any integer, using the principles of divide and conquer. The grid has both it's rows as well as columns sorted in ascending order.

algortihm code complexity cpp divide-and-conquer grid integer search time-complexity-analysis

Last synced: 24 Aug 2025

https://github.com/607011/pwned

A collection of tools to convert pwned password files to searchable MD5 files, create indexes on them, and look up passwords in these files

binary-search boost cpp divide-and-conquer hash leaks md5 passwords pwned rest restful webservice

Last synced: 12 Apr 2025

https://github.com/hlustikp/v8shell

A shell utilizing V8 thats entirely controllable via Javascript.

cpp javascript js shell v8

Last synced: 12 Apr 2026

https://github.com/venratech/source-codes-by-venratech

A repository full of GDI effects. All protected with a GPL 3.0 license.

cpp cpplearining effects gdi learning-cpp source-code

Last synced: 12 Feb 2026

https://github.com/d4rk-lucif3r/home-automation

Micro-Controller Based Home Automation for Smart Homes

android-application arduino cpp java smarthome

Last synced: 12 Jul 2025

https://github.com/sleleu/cpp_modules

10 modules to learn the basics of c++

42 cpp fundamentals map stack vector

Last synced: 15 Mar 2025