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/danielt-dev/leetcode-solutions

Collection of my solutions for LeetCode Data Structures & Algorithms problems

algorithms cpp dsa python

Last synced: 22 Aug 2025

https://github.com/rokid/mingutils

The C++ utilities repository includes logging, serialization, threading, parsing arguments and more.

cpp utilities

Last synced: 31 Jul 2025

https://github.com/stablecoder/vulkan-mini-libs

Builds a source/header file for use in C++17 or newer. It lists contains all Vulkan enum flags/values of the indicated Vulkan header spec version, and can convert to/from strings representing those values.

bitflag bitset cpp cpp17 enum flag flagbits flags vulkan vulkan-library xml xml-parser

Last synced: 21 Aug 2025

https://github.com/utkuonursahin/cppio

Simple yet powerful C++ library for console based input and output operations.

console-input console-output cpp library

Last synced: 11 Aug 2025

https://github.com/udontur/cs

🏦 One-stop resource vault for Competitive Programming

algorithms competitive-programming cpp data-structrues resource

Last synced: 14 Apr 2025

https://github.com/timstr/ofc

A simple and extensible C++ GUI library built on top of SFML

cpp cpp11 gui sfml sfml2 ui

Last synced: 18 Jul 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/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/dkosmari/radiiu

An internet radio player for the Wii U.

cpp internet-radio-player music-player wiiu wiiu-homebrew

Last synced: 28 Sep 2025

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/danielkrupinski/cmake-demo

A collection of CMake scripts for C and C++ projects.

c cmake cpp

Last synced: 18 May 2026

https://github.com/dangmoody/builder

A simple and powerful C++ build tool

build build-system build-tool cpp

Last synced: 01 May 2026

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/flak-zoso/labirint

C++ game that doesn't have much to do with a labirint

c-plus-plus cpp labirint

Last synced: 26 May 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/tomasmark79/dotnamecpp

A keyboard-driven, CMake-based C++ template for VSCode. It automates the full dev cycle (configure, build, test, format, docs, package) via shortcuts and works cross-platform.

boilerplate-template cmake compiler conan cpp cross cross-platform emscripten exe gcc modern-cpp project-template toolchain vscode wasm

Last synced: 02 May 2026

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/prakharjadaun/cpp-learn-with-me

A repository which can help you to learn and understand basic concepts of C++

cpp interview-preparation learn-cpp

Last synced: 07 May 2025

https://github.com/matheusvidal21/cppcodelab

Minhas soluções para exercícios em C++. Compartilho aqui minha abordagem para desafios e projetos, demonstrando meu progresso e habilidades na linguagem de programação.

cpp oop

Last synced: 09 Aug 2025

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/p0dalirius/rpccoercetemplatecpp

A template of C++ code to call a Remote Procedure on a windows machine to coerce an authentication

authentication coerce cpp exploit path rpc smb template unc

Last synced: 26 Feb 2026

https://github.com/vu2n/est

External D3D11 Shellcode Toolkit

cheat cpp d3d11 d3d11hook poc shellcode shellcode-hooking shellcode-injection

Last synced: 29 Aug 2025

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/ghaynorg/pmps

C/C++ library and tool for scanning a process's memory space on Windows to find regex string patterns.

c c-language cpp memory memory-searching patterns regex search visual-studio win32 win64 windows

Last synced: 19 Feb 2026

https://github.com/gusenov/examples-google-sanitizers

:hospital: Примеры использования Google Sanitizers в CLion.

clang clion clion-cmake cmake cpp examples google-sanitizer

Last synced: 04 Oct 2025

https://github.com/ferhatgec/word

Reeeaally simple CLI pattern matcher in C++.

cli commandline cpp cpp17 pattern pattern-matching

Last synced: 27 Jul 2025

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/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/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/arganata-on/learn-cpp

Learning C++ Language 🚀

cpp git vscode

Last synced: 01 Aug 2025

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/mateuseap/freeangles

Algorithm that aims to show which angles of the field are available to perform certain kicks or passes

cpp sfml

Last synced: 09 Aug 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/masx200/leetcode-test

leetcode题解和一些测试工具

cpp golang kotlin leetcode leetcode-solutions typescript

Last synced: 07 May 2025

https://github.com/erthium/hashiwokakero

Generator and solver algorithm repertoire for the logic puzzle Hashiwokakero.

cpp puzzle puzzle-generator puzzle-solver pygame python sdl2

Last synced: 22 Sep 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/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/afnanenayet/tiny-c

Work from my compilers class, in which we implemented an AST, a few optimizations, and linear scan register allocation for a subset of the C language.

assembly ast bison c compilers cpp flex lex llvm optimization yacc

Last synced: 14 Aug 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/stonesaw/4p-shogi

4人対戦の将棋

cpp dxlib game shogi

Last synced: 22 Mar 2025

https://github.com/jeddyhhh/ziptie

A web interface for llama.cpp cli written in js, jQuery and php.

cpp ggml jquery js llama llamacpp llm php wsl ziptie

Last synced: 09 Apr 2026

https://github.com/anoadragon453/qubes-file-trust

Service files and daemon for file-based trust levels on QubesOS

cpp gsoc python qubes-os trust-level

Last synced: 07 Apr 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/8ightfold/slimfmt

A small, simple formatting library for C++17

c-plus-plus cpp cpp17 output performance printf type-safety

Last synced: 18 Mar 2025

https://github.com/stillthinkinghere/socialmediamanager

This is a all in one Socialmedia Management app, the front-end it created in c++ and the backend is created in c++, c, java and javascript. This uses http requests and API's to publish posts and to review data of these post across all platforms.

app application c cpp graphical-interface graphical-user-interface gui java javascript media qt qt5 qt6 social

Last synced: 04 Jan 2026

https://github.com/sloweyyy/DSA

This repository contains solutions to various LeetCode problems and contests in C++, C#, Python, Java, and JavaScript, helping you improve your problem-solving skills and prepare for coding interviews.

algorithms cpp csharp dart java javascript leetcode leetcode-solutions python typescript

Last synced: 05 Aug 2025

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/hordi/hash

Fast C++ flat (open addressing) hash set, map

cpp hash hashing map set unordered-map unordered-set

Last synced: 09 Mar 2026

https://github.com/zouari-oss/racognition

Racognition is a high-performance face recognition system built using Python (or C++), designed to provide accurate and real-time facial identification and verification.

cpp opencv oss python

Last synced: 18 Feb 2026

https://github.com/hhxsv5/logger4cpp

🎥 Logger for cpp, support log into stdout/syslog/file.

cpp filelog logger syslog

Last synced: 22 Mar 2025

https://github.com/sorydima/rechain_coin

Repository of REChain Coin - RECCoin. This coin was issued by REChain, Inc in 2020.

cpp cryptocoins cryptocurrency ico nsis python qmake qmake-lang rechain rechainapi rechaincontract rechainnetwork rechainonline roff roff-lang startup

Last synced: 20 Sep 2025

https://github.com/kalakit/kalacrashhandler

Crash handler library for Windows 10 and 11, made with C++ 20.

cpp cpp20 log logger logging windows windows-10 windows-11

Last synced: 09 Jul 2025

https://github.com/ufrshubham/fastestpizzadelivery

A game made for the Game (Engineless) Jam using Raylib

3d-game cpp engineless-game-jam game-dev game-jam indie-game raylib-cpp raylib-game

Last synced: 03 Aug 2025

https://github.com/samyam81/two-pointer

This repository houses solutions for a variety of problems, all implemented using the Two Pointer algorithm approach.

cpp csharp go java kotlin two-pointers

Last synced: 09 Apr 2026

https://github.com/gmagno/nb-cpp

Newton Basins implementation in C++ with bindings (pybind11)

cpp newton-fractals pybind11 python

Last synced: 03 Oct 2025

https://github.com/jdsherbert/unreal-engine-class-templates

Simple template classes for writing Unreal C++, handy as a reference point or as a quick start with syntax.

class cpp template template-class template-repository templates unreal unreal-engine unreal-engine-4 unreal-engine-5 unrealengine

Last synced: 15 Jul 2025

https://github.com/realtristan/cgl

OpenGL GLFW Wrapper and Graphics Library Inspired by PyGame

cpp glfw library opengl

Last synced: 06 May 2026

https://github.com/jonathanlinat/dockerized-trenchbroom

🐋 A dockerized version of kduske's TrenchBroom source code

build cpp docker trenchbroom

Last synced: 26 Aug 2025

https://github.com/aermoss/aencpp

A programming language made with C++.

aenc aencpp cpp programming-language

Last synced: 19 Aug 2025

https://github.com/seigtm/spbpu

Все домашние задания, курсовые, учебные материалы, лабораторные работы, собранные за всё время обучения в СПбПУ, ИКНК (бывший ИКНТ), ВШПИ.

asm assembler assembly circuit cpp english-learning fortran homework homework-assignments labs llvm math oop physics spbpu spbstu

Last synced: 09 Aug 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/chaoses-ib/cpp-programming-lichanghe-exercises

李长河《C++程序设计:基于C++11标准》习题的个人代码。

cpp

Last synced: 25 Dec 2025

https://github.com/dadavidtseng/daemonengine

Daemon Engine is an C++20 game engine featuring real-time V8 JavaScript scripting with hot-reload capabilities, DirectX 11 rendering pipeline, multithreaded JobSystem for parallel processing, NetworkSubsystem for multiplayer experiences, resource management with caching, and integrated FMOD 3D audio system.

cpp directx11 dx11 game-engine logger obj objloader tcp v8

Last synced: 03 May 2026

https://github.com/skywa04885/fsmtp-server

Complete Extended SMTP Server for low-end devices, such as an Raspberry Pi

c cmake cpp esmtp linux raspberry-pi server smtp

Last synced: 10 Apr 2026

https://github.com/netromdk/mocam

Interaction with video capturing devices coupled with facial recognition.

cmake cpp face snapshot video-device

Last synced: 25 May 2026

https://github.com/karenina-na/data-structure-experiments

西北工业大学(NWPU)数据结构实验

c cpp data-structures-and-algorithms

Last synced: 20 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/samlior/p2p

用c++简单实现P2P客户端及服务端

cpp p2p

Last synced: 30 Mar 2025

https://github.com/djkovrik/smhc

Hotmail Checker [C++, wxWidgets, libCURL].

cpp wxwidgets

Last synced: 19 Aug 2025

https://github.com/kanish-v15/c-plus-plus-fundamentals

Basic C++ programs

cpp

Last synced: 26 Jul 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/dladncks1217/algorithm

알고리즘

c cpp java nodejs

Last synced: 13 Aug 2025

https://github.com/chrberger/cluon-javascript

Minimum viable product (MVP) demonstrating how to communicate between JavaScript and OD4Sessions using libcluon.

amd64 arm cpp cpp11 docker docker-image javascript json libcluon opendlv protobuf websocket websockets

Last synced: 09 Apr 2026

https://github.com/mohamedelbachir/scheduler

The scheduler software to visualizing GRANT diagram in UNIX System

algorithm cpp diagram grantt scheduler scheduling sdl unix visualisation

Last synced: 24 Jul 2025

https://github.com/samyam81/adapter_design

Adapter design pattern allows incompatible interfaces to work together by providing a wrapper that translates the interface of a class into another interface that a client expect.

adapter cpp csharp design design-patterns java kotlin python

Last synced: 12 Sep 2025

https://github.com/eyelash/atom-native

porting the Atom TextEditor from JavaScript to C++

atom atom-editor cpp cpp-library cpp11 cross-platform editor library text-editor

Last synced: 12 Aug 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/avicted/skogsnet

Arduino -> Serial bus -> Unix -> (main) Measuements read from the Serial bus. With Raylib as Visualization for the data.

arduino c cpp embedded-systems iot linux makefile pid pid-control raylib raylib-c raylib-cpp serial-communication temperature unix

Last synced: 27 Jul 2025

https://github.com/cryptovictor/hello-world

This repository was made for learn how to use GitHub

code cpp

Last synced: 20 Feb 2026

https://github.com/srinath10x/dsa

My daily dsa solutions.

algorithms cpp data-structures dsa

Last synced: 18 Aug 2025

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

Game Boy Emulator made in C++.

cplusplus cpp emulator gameboy games

Last synced: 18 Aug 2025

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/slyfryfrog/lys

A modern C++23 game engine using modules with Julia bindings.

cmake cpp cppm julia

Last synced: 18 Aug 2025