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/zhaocc1106/modern_cpp_concurrent

现代c++并发编程(线程管理,线程共享数据,线程同步,原子变量,内存模型与顺序,线程池...)

cpp thread-pool

Last synced: 23 Mar 2025

https://github.com/Barthandelous01/sprd

A blazing-fast (possibly) speed-reading program

cpp speedread speedreading

Last synced: 31 Mar 2025

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/tensorush/cpp-deep-dive

:ocean: :diving_mask: Amateur's voyage into deep waters of C++ guided by the 5-Part Coursera specialization «Art of Modern C++ Development» from MIPT & Yandex (14.02.2021).

art-of-computer-programming c-plus-plus c-plus-plus-17 coursera coursera-specialization cpp cpp-course deep-dive from-zero-to-hero mipt modern-cpp modern-cpp-development yandex

Last synced: 15 Apr 2025

https://github.com/michelerenzullo/fastboxblur

Fast Box Blur using a sliding accumulator and with reflected borders policy

accumulator blur box cpp image-processing opencv padding

Last synced: 20 Aug 2025

https://github.com/sdsds222/cminesweap

一个用C语言编写的简易控制台扫雷游戏程序 A simple console MineSweap game which is made by C language

c cmd console console-game cpp demo example game linux minesweaper minesweeper-game shell windows

Last synced: 11 Apr 2026

https://github.com/zyugyzarc/dees

Dees is a compiled, dynamicaly typed, programming language made with C++ and Python.

compiler cpp language programming-language python

Last synced: 16 Apr 2026

https://github.com/irdcat/wasm-nes

NES emulator compiled to WebAssembly

6502 cpp cpp20 emscripten emulator nes wasm webassembly

Last synced: 15 May 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/bubble-pop-screen-saver-and-game

This is a GUI Version of the Bubble Pop game that we used to play. This is divided into 2 parts. First one is designing a screensaver while the second one is designing the game itself.

bubble bubble-pop code cpp game gui interface itc oop pf project screensaver

Last synced: 17 Jun 2025

https://github.com/harry48225/octoscale

a tiny smart espresso scale

arduino cpp esp32 nativescript svelte

Last synced: 18 Feb 2026

https://github.com/arganata-on/learn-cpp

Learning C++ Language 🚀

cpp git vscode

Last synced: 01 Aug 2025

https://github.com/omidhaqi/helloworld

Hello World by Caesar Cipher

cpp dart

Last synced: 22 Sep 2025

https://github.com/joakimthun/kiwi

A 3D software renderer written in c++

3d cpp rendering software-rendering

Last synced: 31 Mar 2025

https://github.com/dor-sketch/encryptedtcp

A robust and secure server-client architecture specifically tailored for real-time encrypted communication.

cpp cryptopp python3 tcp

Last synced: 14 Apr 2025

https://github.com/hxndev/brick-slayer-project

In this game I designed a graphical 2-D Brick Slayer Game. It has multiple levels with multiple difficulties and many more bonuses.

2d brick brick-breaker brick-slayer c cpp game game-development graphics itc oop pf project

Last synced: 02 May 2026

https://github.com/mcountryman/gloo

An OOP helper library for creating binary modules in Garry's Mod

cpp cpp11 garrysmod oop

Last synced: 14 Aug 2025

https://github.com/wervice/salut

Salut is a beautiful terminal greeter

cpp shell terminal theming

Last synced: 18 Mar 2025

https://github.com/aermoss/aenc

A programming language made with C++.

cpp interpreter programming-language

Last synced: 26 Jun 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/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/somecho/ofxjfa

Simple OpenFrameworks addon for doing Jump Flooding with GLSL shaders.

cpp glsl glsl-shader jump-flooding openframeworks openframeworks-addon opengl

Last synced: 29 Jul 2025

https://github.com/ajeetdsouza/chip8

A browser-based CHIP8 emulator, powered by WebAssembly

chip8 cpp emulator sdl2 wasm webassembly

Last synced: 20 May 2026

https://github.com/nivindulakshitha/quizify-frontend

The goal of this project is to provide a flexible and engaging mobile application for quizzes.

cmake cpp dart flutter html swift

Last synced: 22 Apr 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

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/gazebosim/gz-garden

Garden, Gazebo's 7th named release

cpp gazebo ignition-robotics robot-simulation

Last synced: 25 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/stivio00/fourbarvis

Four bar linkage mechanism simulation software

cpp linkage multibodydynamics qt simulation

Last synced: 12 Jan 2026

https://github.com/mynenik/xyplot-32

Extensible Plotting and Data Analysis Program for 32-bit x86 GNU/Linux

cpp data-analysis data-manipulation data-visualization forth linux-app motif xwindows

Last synced: 02 Aug 2025

https://github.com/sarincr/object-oriented-programming-with-cpp

Object-oriented programming is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields, and code, in the form of procedures. A feature of objects is that an object's own procedures can access and often modify the data fields of itself.

algorithms artificial-intelligence c course cplusplus cpp data-science datascience datastructure datastructures deep-learning machinelearning object-oriented-programming objective-c oops-in-cpp opps programming-exercises programming-paradigm regression

Last synced: 09 May 2026

https://github.com/rudraksh88/zephyr

Zephyr Window Decoration for KDE Plasma. Fork of BreezeEnhanced

breeze breeze-dark cpp kde kde-plasma plasma-theme plasma6 theme window-decorations zephyr

Last synced: 04 May 2025

https://github.com/purejoymind/deitel-cpp-exercises

This is where I upload the exercises at the end of each chapter of C++ How To Program by Deitel&Deitel publishers.

book cplusplus cpp deitel deitel-exercises exercise exercise-solutions exercises-code-cpp progress

Last synced: 05 Jan 2026

https://github.com/bensuperpc/vector

High performance multidimensional vectors in C++17, with optional OpenMP acceleration.

cmake cmake-init cpp cpp17 openmp vector

Last synced: 20 Jan 2026

https://github.com/khaledkamr/problem_solving

All the solutions of Assiut sheets for the beginers on Codeforces, covers all the basics and genral problems with different levels.

algorithms arrays codeforces-solutions cpp data-types functions if-elseif-else loops math-geometry problem-solving recursion strings

Last synced: 28 Jul 2025

https://github.com/quqionfree/mcrcon

这是一个Minecraft的服务器RCON带界面的管理器 (Rcon client for Minecraft with GUI)

cmake cpp cpp-programming cpp20 minecraft minecraft-server qt qt6 rcon-client

Last synced: 01 Mar 2026

https://github.com/imharshag/kernelcraft

An operating system meticulously crafted from scratch. Designed as a foundational project to understand the core principles of system architecture and low-level programming,.

cpp operating-system

Last synced: 23 Apr 2025

https://github.com/nicknaso/conf-ni-2017

Node.JS With Steroids - Make Better Node.js Application with Native Add-Ons

addon bridge c cpp javascript n-api nan native node-addon nodejs performance

Last synced: 29 Apr 2026

https://github.com/nick-vinesmoke/8x8-matrix-on-cpp

This sourse code can halp you whan you makind your own console interface or whan you customize 8x8 matrix

8x8 8x8-led 8x8-led-matrix console console-application cpp display led led-matrix matrix

Last synced: 28 Jul 2025

https://github.com/ripred/profiler

Easily profile your Arduino functions to see how much time they take. The output can be disabled and enabled at runtime. Very lightweight. Optional output pin debugging and custom text output supported too.

arduino arduino-library cplusplus cpp profiling profiling-library utility-library

Last synced: 17 May 2026

https://github.com/hvass-labs/parallel-pipelines

Convert serial computations into parallel pipelines

audio cpp parallel-computing

Last synced: 03 Apr 2025

https://github.com/bisdn/rofl-ofdpa

Convenience library to interact with Broadcom OF-DPA 3.0 based switches

cpp mpl of-dpa openflow rofl

Last synced: 25 Jan 2026

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/rudrakshi99/competitive_programming

This repository contains the record of my practice🧐 of questions at codeforces.

codeforces-solutions competitive-programming cpp google-hashcode hashcode-2021 practice problem-solving

Last synced: 09 Jul 2025

https://github.com/junaire/jcc

Jun's C compiler from scratch.

c compiler cpp

Last synced: 10 Apr 2025

https://github.com/hiruna72/artic_c

C/C++ implementation of ARTIC bioinformatics platform for nanopore sequencing of nCoV2019 novel coronavirus

arm artic-bioinformatics-platform covid-19 cpp nanopore-sequencing ncov-2019

Last synced: 13 Apr 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/brenofariasdasilva/university

Here you can find basically most of the exercises I'm solving during my University journey. This repo will contain lots of folders inside of it, each of one related to one subject. It won't be limited to one language.

arduino c codon cpp elixir java jupyter-notebook makefile mysql opengl python ruby shellcode

Last synced: 08 Apr 2026

https://github.com/jyotibrat/structs-algos

This Repository contains all the Data Structures and Algorithms in C++ and Java

algorithms cpp data-structures dsa java

Last synced: 25 Jun 2025

https://github.com/rswinkle/opengl_reference

Collection of modern OpenGL programs for reference and frameworks

3d-graphics c cpp examples graphics graphics-library opengl

Last synced: 08 Jul 2025

https://github.com/pranabdas/c-cpp

Learning programming concepts in C and C++

algorithms c cpp data-structures programming tutorial

Last synced: 07 May 2025

https://github.com/nnamanx/watersavers

“WaterSavers” is a project aiming to find an innovative solution way to the water shortage problem of Azerbaijan.

cpp ttgo

Last synced: 30 Apr 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/akshayxemo/tcp-client-server-socket

It's a chatting system implemented in C - Programming Language by using TCP-Socket programming. In this project multiple Client can send and receive message between each other until they are connected to the Server. Clients can use multiple commands and command format provided by the server to communicate with the server and other clients.

c c-programming c-programming-language c-project c-projects chat client-server client-server-architecture cpp linux tcp tcp-client tcp-server tcp-socket

Last synced: 30 Apr 2025

https://github.com/frklan/dodgethecreeps-cpp

Source code for the "Your first game" tutorial at Godot Docs made in C++

cpp cpp17 game-development godot ios

Last synced: 17 May 2026

https://github.com/docentyt/ffvid

Fast and easy-to-use video editor based on FFmpeg.

cmake cpp ffvid multiplatform native open-source video-editing

Last synced: 09 May 2025

https://github.com/shvixxl/arkanoid-nine-hells

Upside down Arkanoid with Magic in Hell 🎮

arcade cpp game game-2d game-development sdl2

Last synced: 13 Feb 2026

https://github.com/cyrusvahidi/pimento

Euclidean Rhythm Gate Sequencer for Bela Pepper

belaplatform cplusplus cpp euclidean-rhythms eurorack eurorack-diy

Last synced: 02 Apr 2025

https://github.com/thepatrickniyo/banking-service-challenge

Building a banking service out of c++ 🏦

cpp

Last synced: 17 May 2026

https://github.com/wx257osn2/clockwork_base32_cxx

Implementation of Clockwork Base32 for C++.

base32 cpp cpp17

Last synced: 07 Jun 2026

https://github.com/wtrsltnk/editorapp

Old piece of code that I wrote around 2004. This was supposed to be an 3d application where you could create game assets for the GoldSrc engine.

cpp opengl win32

Last synced: 20 Sep 2025

https://github.com/neko-box-coder/runcpp2

A simple declarable, scriptable, flexible cross-platform build system build system for c or c++

build build-systems build-tools c cpp scripting systems

Last synced: 13 Apr 2025

https://github.com/nicknaso/node-simdb

Node.js high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store

cpp cross-platform database high-performance javascript lock-free native-module nodejs shared-memory

Last synced: 19 Jan 2026

https://github.com/geoffreylgv/alx-system_engineering-devops

This repo is a DevOps (SysAdmin/Software Engineering) scripts project - that stores basics and advanced (Regular expressions) shell commands.

alx alx-africa alx-curriculum alx-system-engineering c cpp dev developer-tools development devops holberton holberton-school-student holbertonschool linux script scripting shell shell-scripting

Last synced: 11 Apr 2026

https://github.com/nathad17/segitiga-siku-siku-with-cpp-v1

bangun datar segitiga siku-siku dengan c++

cpp do-while-loop for-loop loop segitiga triangle while-loop

Last synced: 09 Jul 2025

https://github.com/dkosmari/gtk-sfml

A set of gtkmm3 widgets for SFML integration.

c-plus-plus cpp cross-platform-library graphics gtkmm gtkmm3 library multimedia opengl sfml

Last synced: 18 Apr 2026

https://github.com/thetibiaking/ttk-canary-mixed

Canary Custom Server 13.x for OpenTibia community.

cmake cpp lua vcpkg

Last synced: 14 Mar 2025

https://github.com/manju07/school-management-system

C++ Console Application with File System

c cpp filesystem fstream school-management-system

Last synced: 10 Apr 2025

https://github.com/fayyez/cosmic-assault

Cosmic Assault is our version of the famous arcade game, "space invaders", that we have made as the final semester project for the course of Object Oriented Programming in the second semester of our bachelor's degree in software engineering.

console-game cosmic-assault cpp galaga programming-fundamentals project sfml space-invaders

Last synced: 02 Apr 2025

https://github.com/burhanahmed1/oop

Practice Codes for Object Oriented Programming in C++. Task files are numbered from 1 to 21.

abstraction aggregation association classification cpp encapsulation inheritance object object-oriented-programming pointers polymorphism

Last synced: 07 Mar 2026

https://github.com/madladsquad/untitledimguitheme

A library for using themes in YAML format for styling dear imgui

cpp imgui theme theming

Last synced: 29 Dec 2025

https://github.com/streamlabs/lib-datalane

An incredibly fast IPC solution for C and C++.

cpp gplv2 interprocess interprocess-communication ipc networking rpc

Last synced: 14 Apr 2025

https://github.com/gyumeijie/securecodingrules

secure coding in c/c++

c coding cpp security

Last synced: 01 May 2026

https://github.com/gastonmorixe/lib-artnet-4-cpp

ArtNet 4 Library in C++ - Modern Lighting DMX Protocol

artnet cpp dmx lighting

Last synced: 29 Oct 2025

https://github.com/rakesh9100/cse-dsa-codes

This repository contains the advanced basic reference codes of Data Structures and Algorithms.

algorithms cpp data-structures programmes

Last synced: 17 Jun 2025

https://github.com/nelsonzhao/algorithms_and_data_structures

Algorithms and data structures implemented using C++

algorithm cpp datastructures

Last synced: 11 Apr 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/tyhil/linked-list

A singly linked list C++ library

cpp linked-list pointer

Last synced: 11 May 2025

https://github.com/CorridoniMatias/kemmens

Biblioteca Multiuso para C - Socket Server - Socket Client - Thread Pool - Serialization - Command Interpreter

c command-interpreter commons cpp frba gnu kemmens operativos serialization sisop socket thread thread-pool utn

Last synced: 11 May 2025

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/azmainadel/nachos

Implementation of Nachos OS

cpp nachos os

Last synced: 16 Jun 2025

https://github.com/siyovush-hamidov/postgresql-cpp-connector

🏙️This project showcases a C++ application that connects to a PostgreSQL database to query information. With a simple terminal interface, users can easily retrieve data by entering the prompt.

cpp devops libpqxx postgres postgresql sql

Last synced: 27 Dec 2025

https://github.com/unknown-stryker/simd-memory-algorithms

C++ SSE2/AVX/AVX512 memset, memcpy, and memmove

avx avx512 cpp memcpy memmove memset simd sse x86-64-simd

Last synced: 05 May 2025