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/tw1ddle/geometrize-installer

Installer code for Geometrize, an app for geometrizing images into geometric primitives

art cpp geometrize geometry geometry-processing hill-climbing installer

Last synced: 03 May 2025

https://github.com/pdeljanov/ayane

A modern C++11 audio engine offering a clean, fast, and safe API for manipulating audio data

audio audio-processing cpp cpp11

Last synced: 21 Jun 2025

https://github.com/junaidrahim/program-homework-solver

Input a few integers of a series and it will return the source code to output that series till the nth term..

cmake cpp forthebadge hack homework-solver lagrange-interpolation lagrange-polynomial-interpolation polynomials series

Last synced: 12 Mar 2025

https://github.com/f33rni/qpsk-mod-demod-libs

C-libraries for QPSK modulation and demodulation

c cmake cpp floating-point qpsk qpsk-demodulation qpsk-modulation shared-library

Last synced: 13 Apr 2025

https://github.com/gkaszewski/audio-recorder

Basic audio recorder written in C++ using QT library.

audio-recorder cpp qt5

Last synced: 09 May 2025

https://github.com/erkamuzuncayir/solutions-of-introduction-to-computing-systems

This repository contains my solutions for Introduction to Computing Systems - From Bits & Gates to C - C++ & Beyond by Yale Patt and Sanjay Patel

assembly c c-language c-programming cpp cpp-programming lc-3 low-level low-level-programming programming-challenges programming-exercises programming-language solutions

Last synced: 15 Nov 2025

https://github.com/joanstinson/zork

A Zork game in C++ using Unitary Testing with CppUnit.

cplusplus-11 cpp cppunit game unit-testing zork

Last synced: 08 Jul 2025

https://github.com/challanger524/chernoopengl-cmake

Cross-platform restoration of TheCherno OpenGL YouTube series with perfect commit history (link to YouTube OpenGL playlist by The Cherno below)

cherno cmake cpp cpp17 graphics-programming graphics2d imgui learning lessons opengl perfect-commits perfect-history rebase-warning thecherno

Last synced: 13 Apr 2025

https://github.com/iskyzh/raft

⛵ Raft Consensus Algorithm. gRPC for communication. Tested with a few cases.

boost cmake cpp grpc gtest protobuf raft

Last synced: 12 Apr 2025

https://github.com/mo7ammedd/assiut-sheet-sol

solving problems from assiut newcomers sheets

codeforces competitive-programming cpp problem-solving

Last synced: 13 Jul 2025

https://github.com/hollasch/pathmatch

A directory/filename pattern match utility for the Windows command shell

c-plus-plus command-line command-line-app cpp directory-tree search windows

Last synced: 12 Apr 2025

https://github.com/sibeeshvenu/mxchip-azure-iot-arduino

We will see how we can set up our MXChip and get it working to send Temperature, Humidity, Pressure, Audio, Decibels etc information to our Azure IoT Hub. Once we have received the data in our Azure IoT Hub we can do anything with that.

arduino azure azure-iot cpp internet-of-things iot iot-hub

Last synced: 05 Apr 2025

https://github.com/manjav/hx-impulse-engine

HAXE port of a simple, open source, 2D impulse based physics engine for non-view (server-side) use.

actionscript cpp csharp haxe haxelib java javascript physics-2d physics-engine

Last synced: 20 Jul 2025

https://github.com/m3y54m/start-platformio-arduino

Getting started with PlatformIO IDE with Arduino Uno board in Linux

arduino cpp getting-started platformio serial-port vscode

Last synced: 13 Apr 2025

https://github.com/abhineetraj1/cpp-gtk

GUI projects made in C++

cpp gtk gui gui-application

Last synced: 16 Apr 2025

https://github.com/pooranjoyb/cpp-sdk-appwrite

First-Ever C++ SDK for Appwrite, Built from Scratch!

appwrite cpp jwoc sdk sdk-cpp unofficial

Last synced: 14 Apr 2025

https://github.com/melardev/xeytanboost-rat

WORK IN PROGRESS. RAT written in C++ using Boost Libraries

asio backdoor boost cpp desktop malware networking rat remote-administration-tool security sockets trojan

Last synced: 13 Apr 2025

https://github.com/briancairl/boost_archive_json

JSON input/output archives compatible with boost serialization

boost cpp cpp17 json picojson serialization

Last synced: 22 Aug 2025

https://github.com/chaoses-ib/cpp

c cpp

Last synced: 16 Jun 2025

https://github.com/makersf/resilient

Make handling failures easy and expressive

cpp cpp14 cpp17 fault-tolerance resiliency

Last synced: 10 Apr 2025

https://github.com/shakfu/pd-chuck

chuck in a pure-data external

chuck cpp puredata puredata-external

Last synced: 05 May 2025

https://github.com/proffapt/bodhitree

This is a place where I keep my notes, hand-typed or collection from different sites/articles/videos into one place for me and some other interested people.

bodhitree c code cpp dsa git-notes golang java notes notes-arsenal

Last synced: 30 Aug 2025

https://github.com/iamrajiv/nth-fibonacci

The Fibonacci sequence is a series of numbers defined by a simple linear recurrence relation, where each number is the sum of the two preceding ones. This sequence appears in many areas of mathematics and other sciences, particularly in the shape of many naturally occurring biological organisms.

cpp csharp go java javascript python swift

Last synced: 08 Sep 2025

https://github.com/eclipse-uprotocol/up-transport-zenoh-cpp

C++ client library to connect to the zenoh implementation of uProtocol

cpp up-transport uprotocol zenoh

Last synced: 12 Apr 2025

https://github.com/basemax/elink

eLink is a simple, lightweight, and fast link shortener. It is written in C++ and uses Qt/QML as the GUI framework. It is designed to be cross-platform and is currently available for Windows, Linux, and macOS.

cpp qml qml-applications qt qt-6 qt-gui qt-quick

Last synced: 05 May 2025

https://github.com/yanboishere/oi-diary-of-yanbo

Personal OJ Question Warehouse / 个人的OJ刷题仓库

codeforces coding competitive-programming cpp diary luogu oi oier online-judge practice

Last synced: 12 Jul 2025

https://github.com/xiezhq-hermann/atan_lookup

A fast and accurate approximation of arctan by look-up mothod with three variants inside, implemented in C++

approximation arctan atan cpp

Last synced: 12 Apr 2025

https://github.com/amanoteam/musl-gcc-cross

A GCC cross-compiler targeting Linux musl

c cpp cross-compiler gcc linux musl

Last synced: 02 Jun 2026

https://github.com/emd4600/enhancedcolorpickermod

Spore mod that adds a color wheel to the editor

cpp modapi spore spore-mod

Last synced: 08 Oct 2025

https://github.com/prakalp-pande/data-structure

The GitHub repository focuses on data structures and algorithms, providing implementations and examples for various concepts in computer science. It aims to help developers understand fundamental topics like arrays, linked lists, stacks, queues, trees, sorting algorithms, and searching algorithms. With well-documented code snippets and explanations

c competitive-programming cpp dsa

Last synced: 15 Oct 2025

https://github.com/threeal/cpp-starter

A minimalistic GitHub repository template to kickstart your C++ project

boilerplate cmake cmake-template cmakelists cpp cpp-template cpp-templates template templates

Last synced: 14 Apr 2025

https://github.com/tfc/attoparsecpp

Trying to imitate the elegance of Haskell parsers

cpp haskell library parsec parsing

Last synced: 12 Oct 2025

https://github.com/monal5031/chimera

C/C++ implementation of basic linux commands

c commands cpp linux

Last synced: 12 Apr 2025

https://github.com/danielhe4rt/100daysofcode

Repository focus to update all my journey through 100DaysOfCode challenge. Here you're gonna find a lot of C++, Rust and Database content.

100daysofcode cpp database

Last synced: 26 Mar 2025

https://github.com/Print3M/Anti-VM

Windows-based implementation of several anti-vm techniques used in malware development.

anti-virtualization anti-vm cpp malware-development winapi

Last synced: 26 Oct 2025

https://github.com/mfelici/mad

Vertica anomaly detection UDx based on Median Absolute Deviation

anomaly cpp detection sql timeseries udx userdefined-functions vertica

Last synced: 18 Oct 2025

https://github.com/3f/sandbox

:: ⛱ Experimental or incomplete components and libraries or tests for different languages, frameworks, components, platforms, etc.

algorithms code cpp csharp dotnet draft examples experimental expirement incomplete java javascript libraries native php samples sandbox

Last synced: 12 Apr 2025

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

42 Cursus: c++ modules for learning the language.

42-cpp-module 42-cpp-modules cpp cpp-modules cpp-modules-42 cpp98 cpp98-compatible linux macos

Last synced: 23 Oct 2025

https://github.com/th3spl/kstd

Implementing STL C++ classes in Kernel Env ( with some differences )

cpp cpp20 kernel stl utility

Last synced: 30 Oct 2025

https://github.com/bengreenier/vcpkg.nuget

vcpkg wrapped in nuget-y goodness 📦

cpp dependency-manager vcpkg

Last synced: 27 Oct 2025

https://github.com/zz990099/depth_anything_cpp

DepthAnything算法的c++实现,包括TensorRT、RKNN、OnnxRuntime三种硬件平台(推理引擎).

cpp deploy depthanything depthanythingv2 implementation onnxruntime rknn tensorrt

Last synced: 27 Feb 2026

https://github.com/audacioustux/uni-assignments

Under-Grad Course Assignments / Projects - might be helpful for others :)

arduino cpp csharp dotnet java opengl php

Last synced: 09 Apr 2025

https://github.com/shahkv95/optimise.me

This repository is created to focus on code optimisation. Today in the world of programming, where everywhere - everything is getting coded. It is very important to write optimised code. We need to focus on various complexities involved.

algorithms c c-plus-plus cpp csharp data-structures go java javascript optimisation optimisation-algorithms programming-language python research

Last synced: 13 Jun 2025

https://github.com/cmpute/traji

A C++/Python library designed for trajectory calculation in Cartesian / Frenet coordinate system

cmake cpp cpp14 frenet-serret-frame path-planning pybind11 python trajectory

Last synced: 06 Feb 2026

https://github.com/nadchif/phone-resolution-tool

[TOOL] [NO ROOT] Change android phone resolution and DPI without root.

android cpp dpi phone resolution tweak

Last synced: 04 Jul 2025

https://github.com/hedhyw/hyperfractal

A three-dimensional fractal animation generator.

cpp fractal fractal-images fractal-rendering opengl

Last synced: 26 Oct 2025

https://github.com/dalexhd/ft_irc

The goal of this project is to make you write your own IRC server. To do so, you will test your work with a real IRC client. Internet is ruled by solid and standards protocols that allow a strong interaction between every connected computer. It’s always good to know about it.

cpp cpp98 irc irc-server

Last synced: 10 Apr 2025

https://github.com/calebtt/xmaplib

A closer to the metal library for Xbox controller to keyboard and mouse input.

controllers cpp gamepad input-simulation joystick mouse mouse-movement winapi xbox

Last synced: 09 Apr 2025

https://github.com/mrdevanony/wtime

A lightweight and efficient command execution timer designed specifically for Windows.

cpp python python3 time timer windows

Last synced: 26 Apr 2026

https://github.com/alphalaneous/tinker

Geode mod for an improved Geometry Dash editor experience

cocos2d-x cpp geode geode-sdk geometry-dash mod

Last synced: 27 Apr 2026

https://github.com/terotests/ranger

Cross -platform transpiler to enable writing portable algorithms

cpp csharp go java javascript php scala swift transpiler typescript

Last synced: 28 Apr 2025

https://github.com/jurihock/reopen62541

C++ and C++/CLI extension for the open62541.org implementation of OPC UA

client cpp cpp-cli cpp17 csharp iec-62541 opc opc-ua opcua open62541 server

Last synced: 13 Apr 2026

https://github.com/huyhoang8704/cse-labdsa-hcmut

Lab code for Data Structures & Algorithms (CO2003) - Semester 231- HCMUT

algorithms cpp cse data-structures dsa hcmut lab

Last synced: 24 Apr 2025

https://github.com/theakman2/ntb

A simple Ninja file generator for Linux

build c cpp lua ninja-build

Last synced: 14 Oct 2025

https://github.com/star-hengxing/clipboard-url-clear

clear your clipboard link.

clipboard cpp xmake

Last synced: 06 Feb 2026

https://github.com/aurbano/ash

:shell: a(lex)sh(ell) -- Remaking bash to practice modern C++ :)

c cpp piping shell

Last synced: 06 May 2026

https://github.com/amirhnajafiz-university/s3ds01

Data structures final project.

bignum calculator cpp

Last synced: 10 Apr 2025

https://github.com/bhartik021/leethub

Prepare for coding interviews with a curated collection of LeetCode and GeeksforGeeks questions. Hone your problem-solving skills, enhance programming proficiency, and increase your chances of securing your dream job.

cpp geeksforgeeks geeksforgeeks-solutions interview-questions leetcode leetcode-solutions

Last synced: 11 Apr 2025

https://github.com/pinto0309/tinyyolo

Challenge the marginal performance of YoloV2 + Neural Compute Stick + RaspberryPi YoloV2+Neural Compute Stick(NCS)+Raspberry Piの限界性能に挑戦

cpp deeplearning movidius neural-compute-stick opencv opengl python raspberrypi tinyyolo yolov2

Last synced: 13 Sep 2025

https://github.com/omar-besbes/competitive-programming

A collection of C++ solutions for various competitive programming events and platforms, including AtCoder, CSES, Codeforces, France-IOI, ICPC, IEEEXtreme, and Winter Cup.

acpc atcoder beginner-friendly cmake codeforces competitive-programming cpp cses france-ioi ieeextreme tcpc

Last synced: 11 Jul 2025

https://github.com/abdallahhemdan/mini-projects

💎 My implementation of some small projects as an application of different Languages and technologies ..

animations circuits cpp electrical-engineering loop-analysis python tic-tac-toe y-delta-transformation

Last synced: 13 Mar 2025

https://github.com/tinawebdev/cpp-primer-plus

My solutions to the programming exercises from "C++ Primer Plus, 6th Edition" by Stephen Prata.

cpp cpp-examples cpp-exercises cpp-primer-plus cpp-primer-plus-6th cpp-primer-plus-answer

Last synced: 08 Sep 2025

https://github.com/stories2/kangnam-ar

Unity AR, export picture from document and play with it.

arfoundation cpp native-library opencv unity

Last synced: 15 Jun 2025

https://github.com/ciffelia/raytracing

RayTracing on OpenSiv3D

cpp opensiv3d raytracing siv3d

Last synced: 09 Apr 2025

https://github.com/kezhengjie/async_dns_resolver

async_dns_resolver is c++ cross-platform async dns resolve library which provides simple API and designs for high performace and high concurrency scene.Also runtime and thread safe.

async async-dns c-ares cpp cross-platform dns dns-resolver high-concurrency high-performance simple

Last synced: 12 Apr 2025

https://github.com/Jonathan-Greve/Xmake-template

Xmake C++23 project template. Using C++ modules, github workflows for CI/CD (Windows and Ubuntu) and gtest for testing. Compiles with both GCC on Ubuntu and MSVC on Windows. See the linux.yml file for how to properly install GCC on ubuntu if you're having trouble.

cd ci cicd cpp cpp20 cpp20-modules cpp23 gtest project starter-template template xmake xmake-repo

Last synced: 12 Mar 2025

https://github.com/louis-e/nano-sat-01

A satellite model based on an Arduino

arduino cplusplus cpp csharp satellite

Last synced: 08 Jul 2025

https://github.com/manzi-cedrick/more-dsa

DSA with C++ Programming

cpp

Last synced: 12 Apr 2025

https://github.com/hcolda/qchatserver

A lightweight chat software server (WIP)

chat chat-app chat-application chatapp chatroom cpp cpp23 server

Last synced: 12 Jun 2025

https://github.com/creaktive/waifu2x-converter-cpp

Dockerfile for DeadSix27's fork of waifu2x-converter-cpp

cpp docker opencl opencv waifu2x waifu2x-converter-cpp

Last synced: 05 Apr 2025

https://github.com/sandialabs/coloring

A self-contained C++ plotting library

cpp plot plotting scr-2894 snl-visualization

Last synced: 02 May 2025

https://github.com/hhromic/e131-mqtt-bridge

E1.31 (sACN) to MQTT Bridging Server written in C

bridge c cpp e131 light-controller mqtt sacn server

Last synced: 04 Jan 2026

https://github.com/ethiraric/cpptalksindex

An index for C++ talks

conferences cpp cppcon

Last synced: 11 Apr 2025

https://github.com/dan920-dev/programmingcpp

Repository of C++

cplusplus cpp

Last synced: 13 Apr 2025

https://github.com/kabirjaipal/evil-codes

Evil Codes is a repository where you will find many useful code snippets and also you can add your codes contact me on instagram : kabirjaipal_2004

c code-generation codeforces codes cpp discord discord-bot discord-js javascript problem-solving python script scripts snippets snippets-collection

Last synced: 09 Jul 2025

https://github.com/msdn-whiteknight/errlib

C/C++ exception handling and logging library

c cpp error-handling exceptions library logging windows

Last synced: 16 Jun 2025

https://github.com/caishangqi/charmingcraft

TopDown voxel game inspired by Minecraft: Dungeon, combined with lots of RPG elements

cpp game unreal-engine-5

Last synced: 13 Apr 2025

https://github.com/cppshizoids/containers

some containers and some my reimpl of std lib

containers cpp templates

Last synced: 19 Mar 2025

https://github.com/shibam120302/gfg_potd

I try to upload the daily code which i practice daily and also upload GFG POTD (Java,Cpp,Python3)

alogrithms cpp data-structures dsa geeksforgeeks geeksforgeeks-cpp geeksforgeeks-dsa geeksforgeeks-potd geeksforgeeks-solutions gfg java potd python

Last synced: 10 Jul 2025

https://github.com/yeaseen/graphicsopengl

Cpp implementation of various kinds of OpenGL projects. Koch Snow Curve, Simple Harmonic Motion and Ray Tracing are done. Translation and Rotation of a Camera is done. Implementation of 2D Hermite Curve is done

camera-rotation camera-translation cpp graphics koch-snowflake opengl ray-tracing raycasting simple-harmonic-motion sun-earth-roation

Last synced: 25 Jun 2025