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/maurodelazeri/c-cpp-python-callbacks

C / C++ callbacks for Python with ctypes

c cpp ctypes python

Last synced: 09 May 2026

https://github.com/quantum-0/arduino-button-events

This library allows you to easily process button's events like double/triple clicks and holding

arduino arduino-ide arduino-library button buttons click clicking clicks cpp event events hold holding library press press-and-hold pressing tap tapping taps

Last synced: 13 May 2026

https://github.com/flexidriod/packet-sniffer-security

🚀 Internet Packet Sniffer - Advanced Network Traffic Analyzer 🔍

cpp forensics-tools intrusion-detection network-analysis npcap-sdk packet-capture packet-sniffer windows-11

Last synced: 02 May 2026

https://github.com/deftruth/ptx-isa-8.2-zh

🎉持续更新:CUDA 12.2 PTX-ISA-8.2学习笔记,部分中文翻译 + 个人理解 + 内联汇编示例,讲解CUDA 12.2 PTX-ISA-8.2 汇编指令;进行中.....

asm cpp cuda ptx

Last synced: 13 May 2026

https://github.com/wild-queue/imperative-language-compiler

A tool for running code written in an imperative programming language. This tool provides the ability to run code written in a toy imperative programming language by translating the code into C# code (and then running it using .Net) or by translating it directly into the .Net CIL. It also performs a type checking before running the code.

bison-flex compiler-construction cpp csharp dotnet makefile parser programming-language-translator

Last synced: 03 May 2026

https://github.com/samyam81/sorting_mechanism

This repository contains various sorting algorithms implemented in different programming languages.

cpp csharp java sorting-algorithms

Last synced: 11 May 2026

https://github.com/mguludag/enum_sequence

C++'s integer sequence for enums

cpp cpp11 enum

Last synced: 18 Jun 2026

https://github.com/hobywan/wrappi

A profiling library based on PAPI hardware counters targetted for Linux-based multicore compute nodes.

cpp hpc linux multicore profiling

Last synced: 01 May 2026

https://github.com/ameerhamzahd/real-estate-property-management_system

We are here to present our Real Estate Property Management System, a software designed to streamline property management. This system simplifies tasks for both property owners and tenants. Our software will be managed by a real estate company. From the login screen to property management, every step has been designed with simplicity in mind.

cpp object-oriented-programming qt text-file

Last synced: 01 May 2026

https://github.com/isc30/generic_optional

enables reference types for std::optional

cpp optional

Last synced: 08 Jun 2026

https://github.com/andstor/mouse-controller

:mouse: Node.js C++ Addon for emulating mouse behavior

cpp macos mouse node-addon nodejs

Last synced: 09 May 2026

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: 07 May 2026

https://github.com/ran-2012/inversion

solve geophysics using CUDA & TensorFlow

cpp cuda geophysics inversion-method python

Last synced: 11 May 2026

https://github.com/harrymt/ray_tracer

Ray Tracer in c++ using SDL and GLM.

cpp glm raytracer sdl

Last synced: 12 Jun 2026

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: 02 May 2026

https://github.com/tanis2000/bone

Bone, the Binocle project generator

c cpp engine gamedev generator rust-lang

Last synced: 30 Apr 2026

https://github.com/long-gong/hdf5-with-mingw

Play HDF5 with MinGW on Windows 10

cmake cpp hdf5-library mingw-w64

Last synced: 10 Jun 2026

https://github.com/hxndev/producer-worker-problem

This is a common worker producer problem in OS

c code cpp labtasks os problem producer producer-worker project worker

Last synced: 30 Apr 2026

https://github.com/mguludag/shared_memory

a simple thread safe shared_memory concept

cpp cpp11 raii-idiom shared-memory thread-safe-queue

Last synced: 14 Jun 2026

https://github.com/ferhatgec/gtkka.cpp

GtkKa[dot]C++, Auto-generated C++ headers of GtkKa.

auto-generated cpp fegeya gtk gtk-kalem gtk3 header kalem source

Last synced: 30 Apr 2026

https://github.com/1ay1/loom

Single-binary C++20 blog engine. No dependencies, no frameworks — just epoll, markdown, and one command.

blog-engine cpp cpp20 epoll http-server markdown self-hosted zero-dependencies

Last synced: 10 Jun 2026

https://github.com/ferhatgec/freud

Fegeya Freud, CLI FPaper renderer, based on Totem (`less`-like tool without `--help`)

build cpp cpp17 elite fegeya fpaper freud help less totem

Last synced: 29 Apr 2026

https://github.com/h-vance/algorithmic-trading-engine

Low-latency execution framework supporting quant-driven strategies, featuring sub-10ms response times, dynamic risk parity modeling, and optimized order flow across fragmented markets.

algorithmic-trading aws cpp execution-engine finance fintech hft low-latency python redis risk-parity trading-bot

Last synced: 03 May 2026

https://github.com/jakubfornadel/rust-sharedmem-ocaml

Rust-SharedMem-Ocaml is POC implementation of two-way IPC communication between multiple independent Rust and Ocaml processes

cpp multiprocess ocaml rust wrappers

Last synced: 06 May 2026

https://github.com/basemax/tcp-ip-chat-server

This is a TCP/IP chat server implemented in C. The server allows multiple clients to connect and communicate with each other through a chat room.

c c-chat c-network c-tcp chat chat-ip chat-tcp cpp network-c tcp

Last synced: 30 Apr 2026

https://github.com/willdoescode/coolkidgame

Coolkidgame. Don't know what this will turn into yet.

cpp glfw opengl

Last synced: 30 Apr 2026

https://github.com/hightemp/apppasswordmanager

Password manager made with Qt and QML

android cpp password-manager qml qt qt5

Last synced: 10 May 2026

https://github.com/chez14/class.java.dll.so

Yup, load dll and so from java. no need to tell, this is an example.

cpp dll java

Last synced: 06 May 2026

https://github.com/imtsuki/notc

NotC Language.

compiler cpp csharp

Last synced: 02 May 2026

https://github.com/hxndev/implementing-grep-using-naive-search

GREP is a command-line utility for searching plain-text data sets for lines that match a regular expression or simply a string. In this, I implemented GREP using Naive Search.

algorithm command-line cpp grep linux naive-bayes-algorithm search time-complexity-analysis utility

Last synced: 03 May 2026

https://github.com/lallenfrancisl/ds-and-algo-ucsandiego

Coursework done for Data Structures and Algorithms Specialization of UC Sandiego

algo-ucsandiego algorithms algorithms-and-data-structures algorithms-specialization coursework cpp data-structures python3

Last synced: 13 May 2026

https://github.com/nevrome/gluesless

An idea expansion simulation

archaeology cpp cultural-evolution

Last synced: 12 Jun 2026

https://github.com/truthbk/datadog-cpp

Datadog C++ Statsd Client Library

cpp datadog library statsd statsd-client

Last synced: 13 May 2026

https://github.com/hxndev/infix-postfix-prefix-using-stacks

In this assignment, we did conversions of expressions between infix, prefix and postfix

c cpp data-structures infix postfix prefix project stacks visual-studio

Last synced: 02 May 2026

https://github.com/samyam81/observer_designer

Observer design is a methodology in control systems engineering that involves designing an observer to estimate the unmeasurable internal states of a system based on available measurements.

cpp csharp java observer-design-pattern

Last synced: 09 May 2026

https://github.com/codingkoopa/shiny-hunting-counter

Mirror of https://gitlab.com/CodingKoopa/shiny-hunting-counter.

cpp pokemon qt

Last synced: 20 Jun 2026

https://github.com/icingworld/nettool

网络配置切换工具

cpp network qt

Last synced: 29 Apr 2026

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: 02 May 2026

https://github.com/sambhav228/data_structure_algorithm

A repository which consists of the collection of various Data Structures and Algorithms implemented in various Programming Languages.

c cpp java python statistics

Last synced: 04 May 2026

https://github.com/pratik08/pytorch-submodular

A GPU accelerated Submodular Optimization toolkit.

cpp machine-learning submodular-optimization submodularity

Last synced: 09 May 2026

https://github.com/tech-gian/school_simulation_cpp

👨‍🎓📚🏫 A simple school simulation made with Object-Oriented Programming principles in C++.

cpp oop oop-cpp oop-principles school school-project simulation

Last synced: 23 Jun 2026

https://github.com/nglsg/mioframework

🚀 一键部署!自动化Android脚本,解放你的双手,支持录制行为,定时执行,自动点击,自动滑动,全真模拟🚀

android automation autotesting cpp

Last synced: 02 May 2026

https://github.com/sebe324/image-processing

A demonstration of various image processing algorithms using OpenCV

algorithms cpp opencv

Last synced: 02 May 2026

https://github.com/aks-arise1600/mysqlgui

mysql workbench

cmake cpp mysql qt5

Last synced: 09 May 2026

https://github.com/leotgo/awesomecompiler

Projeto da cadeira Compiladores, semestre 2015/1 com o professor Lucas Schnorr.

c compilers cpp inf-ufrgs infufrgs ufrgs yaml

Last synced: 09 May 2026

https://github.com/b1f6c1c4/findbug

Locate bug(s) for ANY program with YES/NO feedback only.

algebra algorithms blindness bug cpp debug lattice nodejs

Last synced: 09 May 2026

https://github.com/joonb14/libuvgameserver

Simple C++ game server on linux using libuv for TCP connection.

c cpp game-server gameserver libuv linux ubuntu

Last synced: 02 May 2026

https://github.com/linbreux/cpp-basic-template

A basic C++ template that uses nix

catch2 cpp getting-started nix template

Last synced: 05 May 2026

https://github.com/trigary/fieldlines

C++ application which renders the field lines of line charges using OpenGL.

cpp electric-field-lines electric-fields physics physics-simulation simulation

Last synced: 05 May 2026

https://github.com/marklagodych/ftpimager

A program that views images on an FTP server

cpp ftp ftp-client ftp-image-processing image-viewer images tcl tcl-tk

Last synced: 13 Jun 2026

https://github.com/kadoshita/native-webrtc-loopback

libwebrtcを用いたWebRTCのエコーサーバー

cpp libwebrtc webrtc

Last synced: 30 Apr 2026

https://github.com/tank3-tk3/parallel-processing-cuda

Parallel processing with CUDA C / C++

c cpp cuda parallel-computing parallel-programming

Last synced: 09 May 2026

https://github.com/vescrity/melonote

轻量的旋律灵感记录器

cpp midi music qt qtcreator

Last synced: 09 May 2026

https://github.com/harsh971/leetcode-solutions

Here you will get All Solutions for Topics from LeetCode Platform which i Solve on Regular Basic

c cpp java leetcode leetcode-cpp leetcode-solutions solutions

Last synced: 10 May 2026

https://github.com/theimmortalcoders/nightmower

3D game project in C++ with OpenGL

3dgame cpp opengl

Last synced: 05 May 2026

https://github.com/ocl-foss/ocl

🍯 A modularized set of libraries to write high-performance C++ applications.

core cpp fix library modular ocl tproc

Last synced: 03 May 2026

https://github.com/nxtlvlsoftware/php-sfml

SFML2 bindings for the PHP language.

c cpp php php-extension php7 sfml sfml2

Last synced: 10 May 2026

https://github.com/hywing/opengles-cpp

C++ wrapper of opengles, there is a car driving scene in the project demo.

car cpp opengles scene wrapper

Last synced: 10 May 2026

https://github.com/phschaad/avl_tree

A basic implementation of an AVL-Tree in C.

avl avl-tree avl-visualizer avltree c cpp

Last synced: 02 May 2026

https://github.com/huzecong/poisson-editor

Media Computation course project

cpp poisson-blending qt

Last synced: 11 May 2026

https://github.com/user0332/csnative

An implementation of C# compiling to native code

compiler cplusplus cpp csharp csnative dotnet native stdlib

Last synced: 11 May 2026

https://github.com/aiecee/picosystem-boilerplate

Rough first draft of a template for C++ picosystem games

cpp game-development pico picosystem template

Last synced: 30 Apr 2026

https://github.com/faithbyte/projecteuler

A project fueled by curiosity and a serious passion for problem solving, tackling Project Euler's brain-teasers one algorithm at a time. Who needs free time when you can have math puzzles and coding challenges?

algorithms cpp headache mathematics problem-solving python

Last synced: 30 Apr 2026

https://github.com/hwzlovedz/max31856_esp-idf_thermocouple

MAX31856(thermocouple) Demo in ESP-IDF v5.0.1 environment

c cpp esp-idf esp32 esp32-s3 thermocouple

Last synced: 05 May 2026

https://github.com/simonnyvall/traveling-salesman-ai

Demonstrates a comparison between a Genetic Algorithm (GA) and a Brute Force method.

action ai brute-force cpp genetic-algorithm

Last synced: 29 Apr 2026

https://github.com/simonrupf/extreme-feedback-blinker

A simple extreme feedback device (XFD) based on an ESP8266 microcontroller and one or multiple WS2812 Neopixels, providing an HTTP GET interface over WiFi

alarm arduino ci-cd cpp esp8266 esp8266-arduino extreme-feedback mcu neopixel wifi wifimanager ws2812 ws2812b

Last synced: 05 May 2026

https://github.com/florianbecker/patternmatching

Pattern matching with pylon SDK and OpenCV on embedded Jetson Nano

camera cpp cpp11 cpp14 cpp17 embedded matching opencv pattern pylon qt qt5 qt5-gui qt5-widgets

Last synced: 05 May 2026

https://github.com/fahadpathan7/data-structure-and-algorithm

My Data Structure and Algorithm note

cpp

Last synced: 09 Jun 2026

https://github.com/fbseletronica/franzboy-lib

Biblioteca para a placa FranzBoy

arduino biblioteca c cpp franboy

Last synced: 13 May 2026

https://github.com/mrglaster/cuda-acfcalc

Calculation of the smallest ACF for signals of length N using CUDA technology.

acf c calculations cpp cuda google-colaboratory google-colaboratory-notebooks isu

Last synced: 06 May 2026

https://github.com/americast/blood-smear-analysis

Counts number of RBCs and WBCs in a photo of blood smear

blood-smears computer-vision cpp image-processing opencv

Last synced: 06 May 2026

https://github.com/enansari/hsu-archive-codes

My code archive in university when I didn't have GitHub.

cpp hakim-sabzevari-university hsu project university

Last synced: 09 Jun 2026

https://github.com/karmakrafts/library-template

CMake template project using the Karma Krafts CMake infrastructure.

c cmake cplusplus cpp cpp17 cpp20 example make quick template

Last synced: 13 May 2026

https://github.com/blayung/cs-c4

The code for my own csgo (or in the near future cs2) bomb replica. You won't do much with it unless you build a circuit just like mine.

arduino bomb counter-strike cpp electronics

Last synced: 14 May 2026

https://github.com/pepebecker/opengl-game

Interactive 3D world written in C++ using pure OpenGL

cpp glew glfw3 glm opengl xcode

Last synced: 14 May 2026

https://github.com/r0drigo-0/cheatsheet_cpp

Algorithms + DSA + Concepts to know in C++

algorithms c cpp dsa dsa-algorithm

Last synced: 29 Apr 2026

https://github.com/alexandersilvab/basicgl

This is a simple framework which allows to create simple OpenGL apps without much code

cpp drawing glut opengl opengl-viewer plot

Last synced: 01 May 2026

https://github.com/zfa3/cp_problems

A collection of competitive programming problems I have solved

competitive-programming cpp python

Last synced: 30 Apr 2026

https://github.com/newyaroslav/bo-payout-model

С++ header-only библиотека с моделями процентов выплат брокеров бинарных опционов

binary-option binary-options binary-options-statistics broker broker-api cpp cpp11 forex-data forex-trading intrade-bar maths payout-model

Last synced: 11 Jun 2026

https://github.com/sanketsuradkar/sanketsuradkar

Config files for my GitHub profile.

cpp fronted-development fullstack-development python

Last synced: 30 Apr 2026

https://github.com/anthhon/csnakegame

cSnakeGame is made in C programming language using the ncurses library which consists of a snake that moves around the screen and has to eat food while avoiding collision with the walls or with its own body.

c cmake cpp game ncurses ncurses-game personal-project snake-game terminal terminal-based terminal-game

Last synced: 06 May 2026

https://github.com/ghostofgoes/machine-learning

Code and notes from the Machine Learning and Data Mining class.

cpp data-mining machine-learning machine-learning-algorithms neural-network python

Last synced: 03 May 2026

https://github.com/h4wk507/qtcalculator

Arithmetic expression parser built using C++ and Qt for GUI.

calculator cpp gui qt qt-calculator qt5 qtcreator

Last synced: 01 May 2026

https://github.com/ammarfaizi2/teacurlcpp

Tea Curl for C++

cpp curl http-client library

Last synced: 30 Apr 2026

https://github.com/sorgazb/cards_matching_game

Card game made in c++

alegro camelcase cpp game

Last synced: 10 Jun 2026