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/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/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: 17 Nov 2025

https://github.com/aureleoules/chatclientcpp

⌨ c++ chat client

chat cpp qt tcp

Last synced: 06 Mar 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/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/m3y54m/sobel-simd-opencv

Using SIMD instructions in image processing using OpenCV

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

Last synced: 14 Mar 2025

https://github.com/bznein/aoc2018

(Most probably late) C++ solves for the AoC 2018.

advent-of-code-2018 adventofcode challenge cpp programming

Last synced: 08 Aug 2025

https://github.com/threeal/checkwarning.cmake

Check for compiler warnings in CMake projects

c cmake cmake-modules cmake-scripts cpp static-analysis

Last synced: 14 Aug 2025

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/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/dangmoody/builder

A simple and powerful C++ build tool

build build-system build-tool cpp

Last synced: 19 Feb 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: 14 May 2025

https://github.com/faanid/robot-obstacle_avoidance

The Obstacle Avoidance _ Ein Arduino-basierter autonomer Roboter, der Hindernissen ausweicht und sich selbst am Fallen hindert.🤖

arduino-library arduino-uno cpp l298-motor-controller obstacle-avoidance robotics sensors ultrasonic-sensor

Last synced: 28 Nov 2025

https://github.com/meepen/lorelai

Eventually a Lua JIT runtime

asmjit assembly cmake cpp cpp17 jit lua x86 x86-64

Last synced: 04 Feb 2026

https://github.com/ridika-2004/Competitive-Programming

💻 A repository dedicated to solving problems and improving problem-solving skills in various competitive programming platforms. 🚀📈

algorithms codechef-solutions codeforces-solutions competive-programming cpp data-structures

Last synced: 29 Dec 2025

https://github.com/urtuba/cpp-deck-game

It is not a game or usefull game tracking app. It's written with learning purpose.

cpp homework istanbul-technical-university

Last synced: 16 Mar 2025

https://github.com/axodox/greenscan

Tool to create 3D models using Kinect.

3d-scanning cpp directx-11 kinect wpf

Last synced: 23 Apr 2025

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/macmade/id3v2

C++ library for ID3v2 tag parsing

cplusplus cpp id3 id3v2 parsing tag tags

Last synced: 19 Apr 2025

https://github.com/stwe/sgcitybuilder

A (simple) city building game

automata batch-rendering city-builder cpp instancing opengl

Last synced: 28 Nov 2025

https://github.com/robaho/cpp_leveldb

A port of the ultra-high-performance robaho key-value database using modern C++.

cpp database key-value-database key-value-store leveldb lsm-tree

Last synced: 21 Nov 2025

https://github.com/devel0/example-vscode-linux-cpp-debug

skeleton of c++ application in linux using makefile and vscode debug

cpp debug example linux vscode

Last synced: 02 Apr 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/zreechxnn/calculator-sdl2

SDL2 Calculator: A simple calculator built with C++ and SDL2, supporting basic arithmetic, advanced math functions, and trigonometry. Features a user-friendly graphical interface.

calculator calculator-application conio cpp cross-platform graph gui math math-operations opensource sdl2 sdl2-library sdl2-ttf simple-app software-development stdlib trigonometry

Last synced: 19 Apr 2025

https://github.com/rswinkle/c_utils

utility functions and libraries, for lists, queue's, strings, file I/O and general utilities, and vectors in the form of CVector (which has it's own repo).

c cpp cvector list queue string utilities utility-library vector

Last synced: 25 Mar 2025

https://github.com/danielgospodinow/spaceshooter

Multiplayer semi-immersive virtual reality mobile game made with Cocos2d-x

android cocos2d-x cpp game java lan multiplayer multiplayer-game networking

Last synced: 22 Apr 2025

https://github.com/pdsmart/x1key

Sharp X1 PS/2 keyboard interface based on the Renesas R8C

c cpp electronics firmware kicad renesas sharp

Last synced: 04 Feb 2026

https://github.com/breadrock1/coursera-yandexcpp

This course is devoted to acquaintance with the C ++ programming language. The course was developed by leading Yandex specialists and teachers of the School of Data Analysis. They have years of development of search services, advertising and infrastructure behind them. Link to course: https://www.coursera.org/learn/c-plus-plus-white/home/welcome

coursera coursera-cpp cpp cpp-study cpp17 learning learning-cpp learning-to-code yandex yandex-cpp

Last synced: 27 Feb 2025

https://github.com/skillfulelectro/trimcpp

Trim function for cpp

cpp

Last synced: 23 Aug 2025

https://github.com/angeligareta/context-free-grammar

Program in C++ that reads a context-free grammar and removes the useless symbols and productions. After that, it generates a new simplified CFG in an output file.

cfg context-free context-free-grammar cpp

Last synced: 29 Jul 2025

https://github.com/icingworld/nettool

网络配置切换工具

cpp network qt

Last synced: 30 Mar 2025

https://github.com/erdroy/vectormath

VectorMath - SharpDX Inspired C++ highly customizable vector math library. Custom types, double-precision, UpperCase and lowercase component names and more.

cpp math vectormath

Last synced: 02 Apr 2025

https://github.com/foxoman/hacky

Hacky is a High Contrast QtCreator Syntax color theme based on OneDark Pro Theme. Good to work with at night light. and focus more on the code than the soundings.

color-scheme cpp qt qtcreator style theme

Last synced: 01 Apr 2025

https://github.com/rxn7/billiards

Billiards game written in C++

billiard cpp fake-3d

Last synced: 21 Feb 2026

https://github.com/dladncks1217/algorithm

알고리즘

c cpp java nodejs

Last synced: 13 Aug 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/aermoss/aenc

A programming language made with C++.

cpp interpreter programming-language

Last synced: 26 Jun 2025

https://github.com/gert-janwille/Sir-Basil

Sir Basil is a bartender robot controlled with a electron app using Bluetooth

arduino bluetooth bot cpp noble node nodejs objective-c react robotics

Last synced: 11 Mar 2025

https://github.com/courseworks/aut_ap_2024_spring_hw2

The second assignment for AUT's Advanced Programming course (Spring 2024), featuring a banking system simulation project. It includes Person, Account, and Bank classes to manage transactions and operations, enhancing secure programming and data handling skills.

banking-applications cpp homework homework-assignments

Last synced: 12 Jun 2025

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/marcobuster/itis

Compiti, esercitazioni e verifiche fatte durante l'arco della scuola superiore.

c cpp school-project

Last synced: 01 Apr 2025

https://github.com/eansearch/barcodescanner

Barcode scanner application that automatically looks up the barcodes on ean-search.org (based on GStreamer and Qt)

barcode barcode-reader barcode-scanner cpp ean13 gstreamer gtin qt qt5 upc upc-a

Last synced: 03 Jul 2025

https://github.com/ergonzamarian/cadastro-academico

Projeto Finalizado :: Trabalho semestral realizado na universidade

cpp

Last synced: 17 Mar 2025

https://github.com/gjbex/best-practices-for-scientific-computing

Material for a training on best practices for scientific computing.

c code coverage cpp documentation fortran functionaltests python training unittesting version-control

Last synced: 13 Jul 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/randomgamingdev/ezal

A powerful audio library designed to abstract away writing audio code at 0 cost. Spend time coding your dream project, not the audio.

audio audio-library cpp cross-platform multilib ogg powerful

Last synced: 24 Apr 2025

https://github.com/zee-bit/competitive-programming-codes-cpp

This repo consists of C++ solutions to all the Programming problems I have solved from Codechef and Codeforces. I will be updating this repo on a monthly basis. Feel free to add solutions to problems not present here. P.S. Search the problems by their original names mentioned in the site. If someone is willing to separate the questions based on their topics, then feel free to give me a Pull request after it is done!!

codechef-solutions codeforces-solutions competitive-programming cpp

Last synced: 25 Apr 2025

https://github.com/kauefraga/ping-pong

The classic ping pong game made with Raylib/C++.

cpp game-development ping-pong raylib raylib-cpp

Last synced: 04 Jul 2025

https://github.com/pakerwreah/rninspector

React Native bridge for the Inspector project

android cpp cross-platform debug debugging flipper inspect ios jni mobile ndk react-native stetho

Last synced: 16 Mar 2025

https://github.com/muhammad-tayyab-awan/voting-project-using-oop

This is My Procjet of Second Semester of Object Oriented Programming in Cpp

console-application cpp file-handling file-handling-in-cpp voting-project voting-system

Last synced: 02 Mar 2025

https://github.com/lmangani/atproto-cpp

Simple C++ interface for interacting with BlueSky #atproto

atproto bluesky bsky cpp

Last synced: 09 Apr 2025

https://github.com/abrdej/pigeon-war

Turn-based tactic game. This is server part implemented in C++.

cpp cpp-game game game-2d game-development turn-based turn-based-combat turn-based-game turn-based-strategy

Last synced: 11 Mar 2025

https://github.com/nevrome/gluesless

An idea expansion simulation

archaeology cpp cultural-evolution

Last synced: 28 Feb 2025

https://github.com/afonsocmsousa/asm-emulator

ASM Emulator is a Simpler-way of having fun writing assembly!

assembly cpp cpp17 early-development ncurses

Last synced: 06 Mar 2026

https://github.com/prasadkjose/confidential-ml-sgx

Intel SGX based application to securely upload and train multiparty data-sets with confidential computing.

cpp sgx sgx-enclave winapi

Last synced: 20 Apr 2025

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/deathkiller/cx-compiler

Cx Compiler: Compiler for modified C language to i386 DOS executables

compiler cpp dos i386 x86

Last synced: 27 Feb 2025

https://github.com/AlexKordic/HLSProxy

HTTP proxy server. Used for P2P streaming - HLS protocol.

cpp hls-live-streaming proxy-server

Last synced: 18 Jul 2025

https://github.com/iamazeem/cppprimenumberprograms

C++ Prime Number Programs

cpp hacktoberfest prime-numbers

Last synced: 15 Aug 2025

https://github.com/haxpor/lgl

Initially as a studying repo from learnopengl.com but now turned into my testbed involved graphics programming with opengl 3.3 + 3D maths.

cpp learnopengl opengl opengl330 studying

Last synced: 28 Dec 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/openmined/syft.cpp

SOON TO BE DEPRECATED - A library for encrypted, privacy preserving machine learning

cpp cryptography deep-learning privacy pytorch secure-computation syft

Last synced: 02 Jul 2025

https://github.com/thelartians/indexset

A class for manipulating large sets of indices with optimal performance and memory use

cpp fast high-performance indices low-memory set

Last synced: 04 Jul 2025

https://github.com/kezhengjie/database

A modern,fluent and simple C++ mysql database library implemented wit C MySQL API.Runtime safety and no exception.

cpp cross-platform dynamic-language-like easy-to-use fluent libmysqlclient linux modern modern-cpp mysql mysql-database no-exception runtime-safety simple windows

Last synced: 04 Dec 2025

https://github.com/nouemankhal/geekcode

A CLI that transforms text into ASCII Art.

cli cmake cpp text-generation

Last synced: 06 Mar 2025

https://github.com/nathady/segitiga-sama-kaki-with-cpp-v1

bangun datar segitiga siku-siku dengan c++

cpp for-loop loop segitiga triangle while-loop

Last synced: 24 Mar 2025

https://github.com/hxndev/tcp-connection-to-record-attendance

TCP Client Server Model that records the attendances of faculty and staff.

c client-server cpp tcp

Last synced: 11 Jun 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: 25 Mar 2025

https://github.com/jaytwolab/qtelnetserver

Telnet server for Qt 5 or 6 :kr: Qt 5 또는 6을 위한 텔넷 서버

cpp qt qt6 server tcp telnet

Last synced: 09 Apr 2025

https://github.com/tachoknight/oracle-pro-c-to-cpp-on-a-mac

Example project of using Oracle's Pro*C compiler on a Mac using C++11

clang cpp database macos oracle

Last synced: 02 Sep 2025

https://github.com/keremtan/qtcore_notes

QtCore Practise

cpp qt qt6

Last synced: 15 Aug 2025

https://github.com/j-obog/heap-sim

C++ program aimed to provide a high-level view of what's going on under the hood when you do pointer operations.

cpp heap-memory memory-management modeling simulation

Last synced: 17 Jan 2026

https://github.com/serms1999/ssii-practica2

Repositorio de la práctica 2 de la asignatura de sistemas inteligentes del grado en Ingeniería Informática de la Universidad de Murcia para el curso 2019/20

c11 cmake cpp sbr ssii umu

Last synced: 04 Sep 2025

https://github.com/randyrants/multifilez

MultiFilez allows you to find and replace text, insert before the start or append to the end of every line, and add text to the start or end of any text-based files.

cpp mfc native utilities win32 windows-10

Last synced: 08 Apr 2025

https://github.com/zcemycl/algotest

Solving algorithm problems with C++ (Cmake,gtest), C# (dotnet,xunit), Py (pip,pytest), Js (NodeJS,mocha), bash scripts and github actions, under Win10/OSX/Ubuntu.

algorithms cmake cpp csharp dotnet github-actions googletest javascript leetcode macosx makefile mocha nodejs pip pytest python3 ubuntu unit-testing win2019 xunit

Last synced: 24 Apr 2025

https://github.com/senior-sigan/game_lib

Game engine inspired by pico8/tic80/script-8 but without limitations and in javascript

cpp duktape emscripten game-engine raylib

Last synced: 10 Mar 2025

https://github.com/andr3w03/kgv_tugas3_turing-a

Tugas 3 Mata Kuliah Komputer Grafik dan Visualisasi

c cpp desktop-application glew glfw glm object-oriented-programming oop opengl visual-studio

Last synced: 24 Mar 2025

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/briandowns/libgithub

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

c cpp github library

Last synced: 03 Sep 2025

https://github.com/angelogalav/littlecraftgl

A barebones voxel engine made in OpenGL for Linux and Windows.

3d cmake cpp engine glfw graphics minecraft opengl voxel

Last synced: 02 Jul 2025

https://github.com/grgomariani/mmnn

micro managed NEURAL NETWORK (c++11 / Python)

ai ann cpp dnn mnist neural-nets neural-network neurons python-module

Last synced: 24 Apr 2025

https://github.com/ferhatgec/gu

gu, Gefertean Union reader

cpp cpp17 fpaper gefertean-union gu implementation reader

Last synced: 18 Feb 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/ferhatgec/finif

finif, cli .ini parser

cpp file ini ini-parser parser

Last synced: 18 Feb 2026