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/zhb2000/mycalculator

多功能控制台计算器,实现了大数运算、解线性方程组、矩阵运算、算术表达式求值、命题逻辑、进制和编码转换等功能

cpp

Last synced: 10 Aug 2025

https://github.com/artempyanykh/vcpkg-cmake-example

Example repo demonstrating a C++ project setup with CMake and vcpkg

cmake cpp dependencies vcpkg

Last synced: 16 Aug 2025

https://github.com/junaidrahim/hacktoberfest-kiit-2021

To encourage and educate students of KIIT about Open Source Software and GitHub

beginners c cpp giveback go hacktoberfest hacktoberfest2021 java kiit opensource python

Last synced: 15 Apr 2025

https://github.com/nemtrif/ftest

A simple and limited unit-test framework for C++ 98

cpp cpp98 testing unit-testing

Last synced: 15 May 2025

https://github.com/m-spiessens/flow

Cooperative scheduler for low-power, reactive applications using the "pipes and filters" pattern on ARM Cortex-M microcontrollers.

arm conan cooperative cortex-m cpp filter flow low-power microcontroller pipe reactive scheduler tests

Last synced: 29 Sep 2025

https://github.com/gazebosim/gz-bazel

gz-bazel provides a set of Bazel build rules that are used by the Gazebo projects.

bazel cpp gazebo ignition-robotics

Last synced: 14 Apr 2025

https://github.com/chinmaykaitade/dsa-cp-visual-studio-code-setup

Visual Studio Code Setup for DSA & Computer Programming

cpp customization dsa vscode

Last synced: 15 Apr 2025

https://github.com/wodann/constexpr-md5-cpp

A constexpr implementation of the MD5 hashing algorithm for C++

constexpr cpp hash md5

Last synced: 25 Jul 2025

https://github.com/p-ranav/strcpp.old

String Manipulation API for C++

cpp header-only lightweight mit-license string-manipulation

Last synced: 29 Jul 2025

https://github.com/ferhatgec/forkleft

Fegeya Forkleft, C++ implementation of ~new generation~ mark-up language.

converter cpp cpp17 html html5 mark-up markdown markup-languages transpiler

Last synced: 14 Apr 2025

https://github.com/thecodetherapy/urblind

A lightweight zooming tool for i3-wm on X11, built with Raylib.

cpp i3wm linux raylib x11

Last synced: 24 Jul 2025

https://github.com/teddy-van-jerry/string_evaluate

Use C++ to evaluate a string. Support complex numbers, function names and variables.

complex complex-numbers cpp eval evaluate evaluation

Last synced: 28 Jul 2025

https://github.com/madhavbahl/logic-xcution---basic-appstore

BASIC APPSTORE made on C++ (turbo)

appstore cpp game

Last synced: 19 Sep 2025

https://github.com/ignabelitzky/tiny-programs

Simple programs to test different programming knowledge

c-plus-plus console-app console-application cpp linux linux-terminal ncurses opencv sfml terminal

Last synced: 15 Jul 2025

https://github.com/hxndev/lzw-data-encryption-algorithm

LZW stands for “Lempel-Ziv-Welch”. The LZW algorithm is a very common compression technique. This algorithm is typically used in GIF and PDF. It is lossless, meaning no data is lost when compressing. The algorithm is simple to implement and has the potential for very high throughput in hardware implementations. It is the algorithm of the widely used Unix file compression utility compress, and is used in the GIF image format.

algorithm code compression cpp data-compression decoding decryption dictionary encoding encryption lzw project

Last synced: 18 Jul 2025

https://github.com/gittorre/cloudbedlamlinuxn

CloudBedlam for Linux -- Native (C++) Impl: CloudBedlam is a simple, configurable, machine-local chaotic operation orchestrator for resiliency experimentation inside virtual and physical machines. This version is for Linux machines.

c chaos chaos-engineering cpp linux resiliency virtual-machine

Last synced: 19 Apr 2025

https://github.com/leonlatsch/scrypt-lite

A linux terminal utility to encrypt and decrypt files with aes-256.

aes aes-256 cpp decryption encryption encryption-decryption linux mit-license scrypt scrypt-lite termial-based terminal

Last synced: 20 Jul 2025

https://github.com/leaningtech/ts2cpp

A tool to generate C++ headers from TypeScript declaration files

cheerp cpp typescript typescript-definitions wasm webassembly

Last synced: 03 May 2025

https://github.com/pockerman/cuberl

Reinforcement learning algorithms with c++

cpp pytorch reinforcement-learning reinforcement-learning-algorithms

Last synced: 04 Feb 2026

https://github.com/cworld1/fluent-mail

A program to send and recieve emails with attachments supported by C++, Qt and SQL.

cpp email fluent-design qt

Last synced: 29 Jun 2025

https://github.com/thestaticturtle/nspire-communication

Ti-Nspire SMS / Messenger / Infrared addon programms

calculator cpp hack sms

Last synced: 31 Jan 2026

https://github.com/zjhellofss/happyjson

C++11实现的Json解析库

cpp json json-parser

Last synced: 05 Sep 2025

https://github.com/allisterb/onemd

Data-parallel molecular dynamics simulator for Intel oneAPI.

cpp cpp17 devcloud dpcpp intel molecular-dynamics simulation

Last synced: 12 Mar 2026

https://github.com/oclero/qtappinstancemanager

Single application instance manager for Qt6.

cmake cpp cpp17 qt qt6 single-instance-app

Last synced: 04 Jul 2025

https://github.com/netromdk/tracepp

C++17 tracing library for debugging with ease.

cpp cpp17 debugging-tool include-only traceability

Last synced: 09 Apr 2025

https://github.com/cthacker-udel/raspberry-pi-scripts

Raspberry Pi Scripts in the following languages : Python, C++, C, Makefile, Bash Shell/Script, and Java!

c cpp java makefile pieces project python python3 raspberry-pi sense-hat shell shell-script translator

Last synced: 19 Apr 2025

https://github.com/johnsonjason/python-object-explorer

Allows the inspection of how Python objects are mapped in the memory of a foreign Python runtime, it can intercept processes that are interpreted or are executing native code via static compilation by projects like Nuitka

cpp cpython debugging python python3 windows

Last synced: 10 Mar 2026

https://github.com/crendking/ab-menu

A Windows context menu shell extension that proxies general commands with two arguments to any application.

cpp shell-extension windows

Last synced: 16 Jul 2025

https://github.com/dracula/dev-cpp

🧛🏻‍♂️ Dark theme for Dev C++

cpp dark-theme dev-cpp dracula

Last synced: 24 Apr 2025

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

Simple Game Engine in C++ to create Retro games.

cpp emscripten fantasy-console game-engine gamedev gamedev-framework sdl2 whycpp

Last synced: 04 Aug 2025

https://github.com/dibyadyutidas/dsa

Collection of essential data structures implemented in C/C++ with explanations and sample code.

algorithm cpp datastructure problem-solving

Last synced: 09 Jul 2025

https://github.com/tbhaxor/cpp-file-handling-tutorial

A comprehensive guide to file handling in C++ language.

binary-files cpp cpp17 file-handling file-handling-in-cpp file-stream text-files

Last synced: 09 Jul 2025

https://github.com/pradyuman7/hackerrankeulersolutions

My solutions to the ProjectEuler+ competition problems from HackerRank in C++, Java and Python.

algorithms cpp hackerrank hackerrank-solutions java project-euler-plus

Last synced: 09 May 2025

https://github.com/akielaries/opengpmp

Hardware Accelerated General Purpose Mathematics Package

computational-mathematics cpp linear-algebra machine-learning number-theory opengpmp simd

Last synced: 12 Apr 2025

https://github.com/konyshevartem/render-engine

Simple rendering engine supporting DX12, OpenGL, GLES and Metal on Windows, Android, Mac and iOS

android cpp dear-imgui dx12 gles glfw glsl hlsl ios macos metal msl opengl shaders windows

Last synced: 07 Mar 2026

https://github.com/zeyu-li/algorithms

A useful collections of algorithms, formulas, APTs, and some other notes 🗒

algorithms cpp data-structure data-structures formulas graph graph-algorithms graph-theory graph-theory-algorithms python school

Last synced: 13 Jul 2025

https://github.com/bsamseth/goldfish

Goldfish - Stockfish's very distant and not so bright cousin - a UCI chess engine

alpha-beta-pruning chess chess-engine cpp engine lichess tree-search uci-chess-engine

Last synced: 13 Jul 2025

https://github.com/brightprogrammer/eigeneural

A SUPER FAST, POWERFUL & EASY NEURAL NETWORK CLASS IN C++

cpp eigen feedforward-neural-network from-scratch machine-learning neural-network tutorial

Last synced: 29 Apr 2025

https://github.com/grazder/template.cpp

[WIP] A template for getting started writing code using GGML

cpp deep-learning ggml inference-optimization

Last synced: 02 Mar 2025

https://github.com/balena-io-examples/balena-cpp-hello-world

Example of how to deploy C++ code on a balena supported device.

balena balena-hello-world cpp lithium

Last synced: 11 May 2025

https://github.com/arbmind/qtcreator-containers

Docker containers with QtCreator - Ready to develop, build and run Qt Gui applications.

cpp docker-container docker-images qt qtcreator

Last synced: 10 Apr 2025

https://github.com/ultirequiem/oop-cpp-platzi

:dizzy: C++ Object-oriented programming course on @platzi by @nerddiana

cpp oop platzi platzi-course

Last synced: 08 May 2025

https://github.com/electrostat-lab/jsnaploader

A high-performance cross-platform native Library loader API for JVM Applications

android cpp dynamic-libraries dynamic-loader electrostat-lab electrostatic-sandbox java linux macos shared-libraries windows

Last synced: 18 Jul 2025

https://github.com/conchylicultor/codingcheatsheet

Cheatsheets for the C++ and Python programing languages

cheatsheet cpp python

Last synced: 08 May 2025

https://github.com/ngocbh/mtcnn-tf

MTCNN implementation by C++ and tensorflow framework

cpp face-detection mtcnn tensorflow

Last synced: 11 Sep 2025

https://github.com/abdallahhemdan/30-day-leetcode-challenge

🏃‍♂️ My solutions of 30-Day Leetcoding Challenge with cpp with multiple soultions...

30-day-challenge 30-day-leetcoding-challenge challenge cmp coding cpp hemdan leetcode

Last synced: 08 May 2025

https://github.com/stephenberry/efftw

Modern C++ FFTW Wrapper for Eigen library

cpp eigen eigen3 fftw fftw3 fftw3-binding header-only

Last synced: 14 Jul 2025

https://github.com/zigaowang/cpp-usaco

C++ 信息学奥赛一本通 + USACO

cplusplus cpp usaco

Last synced: 03 May 2025

https://github.com/endurodave/stl_allocator

STL std::allocator Fixed Block Memory Allocator

cpp embedded-systems memory-allocation stl stl-containers

Last synced: 11 Jul 2025

https://github.com/kartikmohta/manifold_cdkf

Central difference kalman filter which can work with states on a manifold

cpp estimation manifold sigma-point-kalman-filter

Last synced: 11 Apr 2025

https://github.com/acly/dlimgedit

A C++ library for image painting and editing workflows which make use of deep learning.

cpp deep-neural-networks image-editing image-segmentation native onnx

Last synced: 02 May 2025

https://github.com/nicknaso/podofo

Mirror repository for PoDoFo a library to work with the PDF file format.

cpp pdf

Last synced: 03 Oct 2025

https://github.com/shsms/mime

mime is a scripting tool for text processing, inspired by Emacs Keyboard Macros.

cpp emacs scripting text-processing

Last synced: 21 Jun 2025

https://github.com/hackresist/geeksforgeeks-potd

Here are the GeeksForGeeks solutions for the Problem of the Day in all supported languages. Visit GeeksforGeeks for more details.

algorithms all c-sharp cpp daily-coding-problem dsa-algorithm geeksforgeeks gfg gfg-potd java javascript language potd-solution pratice programming python questions solutions

Last synced: 17 Jul 2025

https://github.com/mathworks/libmexclass

libmexclass is a MATLAB framework which enables users to implement the functionality of MATLAB classes in terms of equivalent C++ classes using MEX.

cpp matlab mex

Last synced: 06 May 2025

https://github.com/ericlbuehler/merlin

Make your code fly.

cpp interpreter

Last synced: 20 Mar 2025

https://github.com/ojeda/secure_clear

C23 and C++23 proposal for a `memset_explicit` function and function template for guaranteed memory clears.

c c23 cpp cpp23 iso

Last synced: 21 Jun 2025

https://github.com/rdb/fcollada

Community maintained version of FCollada, formerly developed by Feeling Software

c-plus-plus collada cpp fcollada

Last synced: 21 Jun 2025

https://github.com/tsnsoft/codeblocks_rus

Code::Blocks (x64) с русским интерфейсом и проверкой русской орфографии

c codeblocks codeblocks-ide cpp russian

Last synced: 03 Apr 2026

https://github.com/gurugio/tcppl_exercise

exercise solutions for The c++ programming language 4th edition

c-plus-plus cpp

Last synced: 06 Mar 2026

https://github.com/abdulahad968/sky-nav-ai---sfml-based

SkyNav AI revolutionizes flight planning with dynamic graphics and advanced C++ data structures like graphs, queues, and linked lists. It offers seamless visualization of complex flight data, efficient layover management, flexible route adaptation, and personalized travel options, delivering an interactive and intuitive experience for traveling.

cpp dijkstra-shortest-path dsa graphs-algorithms linked-list project-management queue sfml

Last synced: 02 Mar 2026

https://github.com/icingworld/ww-stl

A personal implementation of STL containers in C++. 手撕C++ STL容器。

cpp implementation-of-data-structures stl stl-containers

Last synced: 25 Oct 2025

https://github.com/tankerhq/tconcurrent

Tanker coroutine library

coroutine-library cpp

Last synced: 16 Mar 2026

https://github.com/aminezouitine/volumelist-cpp

🗄Make a list that has a notion of volume 🗄

cpp data-structures

Last synced: 02 Mar 2026

https://github.com/stefanangelovski/plunder

Web-scraper and frontend app for the Trimui Smart Pro on Crossmix-OS, letting you easily browse and access ROM sites directly from your handheld.

cpp crossmixos handheld roms scraper storefront trimui

Last synced: 13 Feb 2026

https://github.com/zarrs/zarrs_ffi

C/C++ bindings for the zarrs Rust crate

c cpp library zarr zarr-v3 zarrs

Last synced: 26 Aug 2025

https://github.com/kajna/chatroom

Console chat for Linux written in C++ 11

console cpp linux sockets tcp threads

Last synced: 22 Mar 2025

https://github.com/danielpoliakov/disspcap

C++ library for packet examination with Python bindings.

cpp networking pcap python

Last synced: 03 Feb 2026

https://github.com/gene-hightower/ghsmtp

Gene's SMTP server — receive Internet mail with less fuss

c-plus-plus chunking cpp cpp17 dkim dmarc rfc-5321 smtp smtp-client smtp-protocol smtp-server smtpd spf tls-support utf-8 utf8

Last synced: 24 Apr 2025

https://github.com/albin-johansson/doxy-to-md

Converts Doxygen XML output to Markdown files.

cli cpp documentation doxygen markdown rust

Last synced: 28 Jun 2025

https://github.com/setghm/flappybirdcmd

Flappy bird game for the windows command prompt.

console-game-engine cpp cpp-game cpp-game-engine flappy-bird-game windows-console-game

Last synced: 05 Oct 2025

https://github.com/mohido/tiny_yaml

A powerful lightweight YAML parser library for C++

cpp library parser yaml

Last synced: 15 Apr 2025

https://github.com/max0x7ba/const_string

C++98 string class that provides functionality of both std::string and std::string_view.

cplusplus cpp cxx string

Last synced: 09 Mar 2026

https://github.com/localspook/zcrc

A high-performance C++ CRC library with all the bells and whistles.

cpp cpp20 crc header-only no-dependencies single-file

Last synced: 08 Aug 2025

https://github.com/xbmlz/cefsample

🌏 WIN32、MFC、QT、JAVA、Python CEF3 Sample

cef cef3 cefpython cefsharp cpp csharp java jcef python

Last synced: 14 Apr 2025

https://github.com/roderickqiu/gtwd-cs205-c-cpp

GTWD: Global Transcoder for WAV/FLAC/AIFF Data, project of CS205 C/C++ taught in SUSTech (2023 Fall, by Prof Feng Zheng, project selected by TA Kangrui Chen and Site Fan) (110+/100).

aiff audio audio-processing convertor cpp cpp14 cs205 flac sustech sustech-course-code wav

Last synced: 08 Aug 2025

https://github.com/gottagofaster236/sonicvisualsplit

An auto-splitter for people who speedrun classic Sonic on console.

cpp csharp livesplit-autosplitter speedrun

Last synced: 15 Apr 2025

https://github.com/demensdeum/raidenvideoripper

Raiden Video Ripper is an open-source project designed for video editing and format conversion. It's built using Qt 6 (Qt Creator) and allows you to trim and convert videos to MP4, GIF, WebM formats. Also there is MP3 support for audio export.

cpp cpp17 cut editor ffmpeg gif mp3 mp4 qt qtcreator qtcreator-ide trim video videoeditor webm

Last synced: 30 Aug 2025

https://github.com/nragland37/ai-minimax-tictactoe

An unbeatable Tic-Tac-Toe Artificial Intelligence in C++, featuring the Minimax algorithm with Alpha-Beta pruning and visualized move tree traversal

ai alpha-beta-pruning artificial-intelligence-algorithms cpp minimax minimax-algorithm minimax-alpha-beta-pruning tic-tac-toe

Last synced: 14 Apr 2025