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/sug0/irc-cpp

Simple C++ IRC bot implementation (with optional ssl connections)

bot cpp irc lib library network openssl secure simple socket-programming sockets ssl tls

Last synced: 23 Aug 2025

https://github.com/stardustdl/codesim

A similarity measurer on two programming assignments on Online Judge.

code-copying code-similarity cpp nju nju-cs plagiarism-detection

Last synced: 12 Aug 2025

https://github.com/gnussy/prepucio

PREPUC.io - a Portable REPL with Embedded Plugin Utility for C++

cpp gnussy library repl xmake xmake-repo

Last synced: 12 Mar 2025

https://github.com/ryukinix/cpp-journey

My personal notes/codes about the infernal adventure to learn C++ from HackerRank [pt-br]

cpp hackerrank solutions

Last synced: 05 Apr 2025

https://github.com/soyapo/bp-minesweeper

Classic Minesweeper game designed for console, written in pure c++.

algorithms console cpp game

Last synced: 06 May 2025

https://github.com/smarthug/ue4-cpp-book

이득우의 언리얼 C++ 게임 개발의 정석 4.25 이상 버전으로 진행했을때 막히는 부분 정리

book cpp ue4 ue5 unreal unreal-engine unreal-engine-4

Last synced: 20 Mar 2025

https://github.com/jasperdrescher/unreal-online

A complete sample project for a multiplayer game made with Unreal Engine.

cpp game multiplayer steam unreal-engine

Last synced: 06 May 2025

https://github.com/algosup/2024-2025-project-3-quickest-path-team-1

🚀 SmashThePath – Ultra-fast graph search API with optimized bidirectional / unidirectional pathfinding and heuristic acceleration for large-scale networks.

astar cpp csv json open-source quickest-path rest-api xml

Last synced: 17 Jul 2025

https://github.com/cwchentw/go-c-cpp-mix

Using C++ Class in Golang

cgo cpp golang-examples

Last synced: 22 Jul 2025

https://github.com/mortennobel/emscripten-cubes

A small demo of cross-compiling an OpenGL project into WebGL using Emscripten

cpp cpp11 emscripten

Last synced: 24 Jun 2025

https://github.com/ympons/katas

I :heart: algorithms and competitive programming. In this repo, I share some of my solved challenges and hacks.

algorithms c coj competitive-programming cpp cses elixir exercism go hackerrank katas leetcode python3 solved-challenges

Last synced: 21 Jun 2025

https://github.com/thelartians/generator

A generator class emulating coroutines' yield functionality through std::thread

coroutines cplusplus cpp generator python range yield

Last synced: 07 May 2025

https://github.com/cpp-for-yourself/homeworks

💻 This is a template repository to enable homework checking for the modern C++ course.

cplusplus cplusplus-17 cpp education homework template

Last synced: 20 Aug 2025

https://github.com/pdsmart/tranzputer

A transformable CPU, one version using FPGA technology and another using an ARM Cortex-M4 (K64F) to upgrade venerable Z80 systems in-situ. Project uses VHDL, C/C++, ARM, ZPU & Z80 Assembler.

bash c cpp electronics fpga vhdl

Last synced: 14 Apr 2025

https://github.com/ajaust/precice-parallel-solverdummies

Very simple solver dummies for the different bindings of preCICE. These dummies can run in parallel and one can run arbitrary combinations of these bindings.

cpp mpi parallel precice python-bindings solver-dummies

Last synced: 05 Mar 2025

https://github.com/sahilbansal17/ac_circuit_solver

Given the netlist, this program draws an AC circuit and finds the current/voltage values.

ac-circuits circuit-simulator circuit-solver cpp lexical-analysis yacc

Last synced: 18 Sep 2025

https://github.com/tinloaf/draup

Draup is a compile-time plugin registration system in C++17. Draup is easy to use, and since everything is computed at compile time, Draup adds no runtime overhead to your program.

cpp cpp-library cpp17 plugin-manager

Last synced: 14 Aug 2025

https://github.com/queue-ri/advanced-algorithm-study

📖 알고리즘 문제 해결 전략(종만북) AC 풀이 모음집 & 스터디 - 2기 종료

algorithm algospot c cpp gcc problem-solving python

Last synced: 31 Jul 2025

https://github.com/georgiydemo/kip

Репозиторий практик в Колледже Информатики и Программирования при Финансовом Университете при Правительстве РФ [2015-2019]

1c-enterprise college college-project cpp csharp education fa-university faru kipfaru kipfin learning-materials practice programming vba

Last synced: 31 Jul 2025

https://github.com/pblischak/boost-docker-test

Test program for compiling/linking with the Boost C++ Libraries to create a Docker image

boost cpp docker-image dockerfile

Last synced: 17 Jun 2025

https://github.com/blckclov3r/apex5400_bill-acceptor

(Arduino) php bill acceptor/validator (School Project 2019)

arduino cpp cprogramming

Last synced: 13 Jun 2025

https://github.com/llnl/adapt-fp

cpp

Last synced: 29 Apr 2025

https://github.com/wrayx/target-score-cpp

A visual based shot tracking program for target shooting

cpp object-detection opencv shape-detection

Last synced: 27 Apr 2025

https://github.com/terroo/chrome-dino

Google Chrome Dinosaur Game, but made with C++ and SFML

cpp cpp23 gamedev sfml sfml-game

Last synced: 20 Aug 2025

https://github.com/marprok/hexit

A minimalistic hex editor.

c-plus-plus cpp hex-editor linux ncurses

Last synced: 08 Apr 2025

https://github.com/rjarman/fire-free

This is a mobile application for helping the firefighters to rescue the victims on time. It has two parts: hardware and software. The hardware part will be sold by the firefighters to the users and registered the mac address along with user details through this application. So whenever there are gas leakage or set fire in any houses then instantly the notification will come to all the firefighters whoever has this application and then they can take necessary actions, if the incident has been solved by the fire service then they can set the incident as solved. Its notification has the coordinate of the registered user's house which was instantly sent by the hardware part. The hardware part has the capability to send coordinates and the MQ-2 sensor data to the central fire service database. Even it can play alarm locally in the house.

android angular arduino c-plus-plus cordova cordova-android-plugin cpp express fire-free firefighter formidable html ionic mongodb nodejs pcb pcb-design pcb-footprints proteus typescript

Last synced: 05 Sep 2025

https://github.com/shiroinekotfs/jupyter-cpp-kernel-doc

Documentation for Jupyter C++ kernel

cpp cpp14 docs jupyter kernels linux macos notebook windows

Last synced: 26 Jun 2025

https://github.com/tdworowy/unrealengine-bookexample

Example from Unreal Engine C++ The Ultimate Developer's Handbook.

cpp ue5

Last synced: 22 Aug 2025

https://github.com/vishal-ahirwar/aura

Aura 🚀 — A cross-platform C++ project builder inspired by Rust's rustup. It handles dependencies using vcpkg, builds with CMake + Ninja, and compiles using Clang — ensuring seamless, error-free builds across Windows, Linux, and macOS. 💯

cli cli-app cmake cpp linux windows

Last synced: 17 Mar 2025

https://github.com/Tinkoff/uri-template

URI Templates expansion and reverse-matching for C++

cpp cpp-library cpp17 rfc-6570 uri-template url-template

Last synced: 11 Mar 2025

https://github.com/m1dsolo/survivor

A Simple Game Based on ECS and SDL3, Written in C++23

cpp ecs game sdl3

Last synced: 03 Nov 2025

https://github.com/angad-k/procsdf

A procedural node-based 3D modeler that uses raymarching to render the scenes

cpp cpp17 glsl imgui nodegraph opengl raymarching raymarching-distance-fields shader shadergraph shaders signed-distance-field visual-studio

Last synced: 25 Oct 2025

https://github.com/t-88/fiziks-engine

a very simple 2d fiziks engine

2d-physics 2d-physics-engine cpp game-engine physics sfml

Last synced: 02 Apr 2026

https://github.com/vixcpp/cli

vixcpp/cli – Command Line Interface for vix.cpp. Scaffold new projects, run the server with hot reload, and generate models or resources.

backend cpp cpp20 cross-platform http-server modular repl runtime vix vix-cli vixcpp

Last synced: 17 Apr 2026

https://github.com/osdev0/freestnd-cxx-hdrs

Headers from GCC's libstdc++ that can be used in a freestanding environment.

cpp cxx freestanding header-only headers libstdcxx

Last synced: 04 Apr 2026

https://github.com/eschan145/dieknow

Bypass of DyKnow, the monitoring software used on school devices to monitor the hell out of them. Use responsibly.

bypass cmdline cpp cpu ctypes dll dyknow easy-to-use exploit gui hack performance-optimization proprietary python school school-app unblock win32 windows windows-api

Last synced: 05 Mar 2026

https://github.com/pbek/hswitch

hosts file content switcher

cpp qt qt5

Last synced: 25 Oct 2025

https://github.com/ctc-oss/omega-edit

Open source library for building editors that can handle massive files, and multiple viewports.

apache2 c cmake cpp cross-platform edit grpc library protobuf scala

Last synced: 11 Apr 2026

https://github.com/jrob774/dog

A simple platformer made for 2020's A Game by Its Cover Jam.

agbic agbic2020 cpp cpp17 dog game game-jam platformer sdl sdl2

Last synced: 31 Aug 2025

https://github.com/jakubriegel/auto

System of autonomous cabs with integrated simulator of vehicles and sample front-end

automation autonomous-vehicles cpp crow curl curlpp google-maps-api put-poznan studies typescript

Last synced: 23 Aug 2025

https://github.com/bocaletto-luca/fm-trasmitter

FM Transmitter with Arduino & Si4713 - Author: Bocaletto Luca A professional Arduino UNO project using the SparkFun Si4713 breakout to broadcast line-level audio over FM (87.5 – 108 MHz), complete with RDS support.

arduino bocaletto-luca cpp fm fm-trasmitter gplv3 hack hack-fm hack-rf hacking openhardware opensource radio-frequency rf standalone trasmitter

Last synced: 30 Aug 2025

https://github.com/offa/cpp-guards

C++ RAII template classes / scope guards.

cmake cpp cpp11 cpp14 raii

Last synced: 14 May 2025

https://github.com/mfl28/opengl-cpp-starter

Starter code for OpenGL C++ projects using modern CMake.

azure-pipelines cmake computer-graphics cpp opengl

Last synced: 01 Jul 2025

https://github.com/abhinandan323/programming-notes

Programming codes of various languages

cpp hacktoberfest java python

Last synced: 21 Aug 2025

https://github.com/mizux/python-native

Test to build a multi-platforms Native Python 3 package using pip

cmake cpp mizux native-library python swig

Last synced: 28 Jul 2025

https://github.com/yihleego/handle-tools

It is a utility that displays information about open handles for any process in the system. You can use it to see the programs that have a file open, or to see the object types and names of all the handles of a program, or to close the any handles of a program.

cpp handle mutant mutex process procexp windows

Last synced: 28 Jul 2025

https://github.com/aryank1511/seneca-college-oop244-workshops-and-labs

This repository contains all the OOP244 (Object Oriented Programming) workshops, milestones and labs that I have done as a student at Seneca College.

cpp dma modularization object-oriented-programming

Last synced: 04 Aug 2025

https://github.com/praydog/ff7r-uevr

UEVR fixes for FINAL FANTASY VII REMAKE INTERGRADE

cmkr cpp final-fantasy modding uevr unreal unreal-engine virtual-reality

Last synced: 28 Sep 2025

https://github.com/freeyoursoul/fys

FyS Online (Soul Tales) server side, a scalable mmorpg game

chaiscript cpp fys-online game-development lua scalable-mmorpg-game

Last synced: 18 Aug 2025

https://github.com/in-jun/typing-practice

프로그래밍 언어의 키워드로 타자 실력과 코드 친숙도를 동시에 높여보세요. 단순한 타자 연습을 넘어, 개발자로서의 근육 기억을 만드는 특별한 연습 도구입니다.

cil cpp typing-game typing-practice

Last synced: 26 Apr 2025

https://github.com/raj99-code/realtime-sign-language-recognition

Portable sign language (ASL) recognition device that utilizes real-time and efficient programming to help mute and deaf by establishing two-way communication channel with people who have never studied sign language.

american-sign-language asl-recognizer cpp gesture-recognition hand-detection oled-display-sh1106 opencv raspberry-pi raspberry-pi-camera sign-language-recognition

Last synced: 31 Jul 2025

https://github.com/mo7ammedd/hospital-system

Hospital Management System is a console-based C++ application that helps manage patient and doctor

cpp filesystem mangement-system

Last synced: 16 Apr 2025

https://github.com/willdoescode/natcpp

Re-writing natls in c++ to learn c++

c cpp ls ls-colors ls-command nat natls

Last synced: 07 Apr 2025

https://github.com/jasonzhu1313/cameraposeestimating

This project detects harris corner of the pattern, and cluster these corners based on the density,and then process these clustered pattern to identify which pattern it is and the object is find the feature points of these pattern and using pop to calculate the extrinsic parameters of the camera.

camerapose-estimate clustering corner-detection cpp pattern-recognition

Last synced: 19 Mar 2025

https://github.com/ikluft/ikluft-tools

misc tools and scripts by Ian Kluft (in shell, Perl, Rust, C++, Go, Python)

bash cpp golang perl python rust scripts shell shell-script

Last synced: 21 Mar 2025

https://github.com/cmst0us/qtblilivedanmaku

bilibili 直播间弹幕获取显示 C++ Qt实现

bilibili cmake cpp danmaku qt websocket

Last synced: 12 Apr 2025

https://github.com/govnorice/mixerdialog

A simple application to control system volume with fancy visualisation.

c cpp gtk3 linux linux-app volume volume-control volume-mixer volume-slider volume-visualization

Last synced: 30 Oct 2025

https://github.com/lichuan/askcoin

Askcoin (ASIC-resistant) is a decentralized Q&A and prediction platform

askcoin bitcoin block blockchain consensus consensus-algorithm cplusplus-11 cpp cpp11 cryptocurrency pow

Last synced: 16 Jul 2025

https://github.com/jvillella/siyana-renderer

An ongoing upgrade to an a OpenCL-based path tracer and terrain generator I wrote many years back.

boost computer-graphics cpp glfw opencl path-tracer ray-tracer real-time siyana-renderer terrain-generation

Last synced: 16 Jul 2025

https://github.com/davidzeng0/xe

Io Uring Event Library. Ported to Rust @ https://github.com/davidyz0/xx-pulse

asyncio coroutines cpp event-loop io-uring linux

Last synced: 02 Nov 2025

https://github.com/eaucooh/midden

Collections . All directions . Not all mine . Thanks

collections cpp csharp dotnet html-css-javascript java vba vbs

Last synced: 20 Mar 2025

https://github.com/hofbi/teaching-tools

Teaching Software Engineering As Programming Over Time

cpp python software-engineering teaching tum

Last synced: 11 Apr 2025

https://github.com/pschatzmann/arduino-freertos-addons

Additions to FreeRTOS: C++ API

arduino-library cpp freertos

Last synced: 03 Apr 2025

https://github.com/ansys/api-eigen-example

Ansys API example repository for demonstrating the use of REST and gRPC in different SW languages (Python, C++...)

api cpp grpc python rest

Last synced: 13 Apr 2025

https://github.com/drogglbecher/thinline

Handle and execute unittests written in function comment sections for C/C++ & Python

analysis c cpp parser python rust synthesis unit-testing unittests

Last synced: 10 Oct 2025

https://github.com/kristoff-starling/oj-programmes

Program solutions to problems on several prevalent OJs

algorithms cpp

Last synced: 11 Sep 2025

https://github.com/innermost47/beatcrafter

Intelligent MIDI drum pattern generator VST3 designed for live performance with foot controllers. Generate authentic patterns across multiple styles with dynamic intensity control.

audio-plugin beatmaker cpp daw drum-machine drums foot-controler juce live live-performance midi-learn pattern-generator vst-plugin vst3 vst3-plugin

Last synced: 01 Apr 2026

https://github.com/NARCOTIC/Confuse-Trackers

This program searches google and visits websites randomly to make it really hard to track you and fingerprint you.

adware-blocking confuse confuser cplusplus cpp exe fingerprinting google tracking

Last synced: 12 Jul 2025

https://github.com/mc-cat-tty/doorbellcamdaemon

Part of DoorbellCam project: daemon for people recognition with YOLO from a RTSP video stream.

cicd computer-vision container cpp docker doorbell ezviz mqtt mqtt-client opencv rtsp-client rtsp-stream smart-door smart-doorbell yolo yolov5

Last synced: 20 Mar 2025