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/claudiuhbann/keep_it_simple

Source code dump from Keep It Simple Youtube channel

c console cpp desktop windows winrt winui3

Last synced: 12 Aug 2025

https://github.com/tembleking/cchan

A C++17 header-based library that implements Go-like channels.

channels concurrency concurrency-patterns concurrent-programming cpp cpp-library cpp17 golang library mit mit-license

Last synced: 18 Aug 2025

https://github.com/dominiklohmann/wahl

A type-safe argument parser for modern C++.

cli command-line cpp

Last synced: 24 Mar 2025

https://github.com/matthewgeorgy/mrtx

opengl raytracer in c++ using glsl compute shaders

c cpp glsl opengl raytracing

Last synced: 31 Aug 2025

https://github.com/pkestene/tsp

traveling salesman problem solved with different programing models

cea cpp cuda kokkos nvidia-gpu openacc openmp performance-portability stdpar sycl

Last synced: 19 Aug 2025

https://github.com/tekord/cpp-opcode-generator

A python script for generating enums with opcode constants based on YAML file definition

compilers cpp emulation generators opcode programming-language-development python rust virtual-machine

Last synced: 23 Apr 2025

https://github.com/r3w0p/caravan

A command-line version of the Caravan card game from Fallout: New Vegas.

caravan card-game cli cmake command-line cpp cxx fallout fallout-new-vegas ftxui game new-vegas tui

Last synced: 10 Apr 2025

https://github.com/ayhamratrout/cpu_simulator

A C/C++ program to simulate the functionality of a simple CPU, which utilizes one worker thread, with 256 levels of priority in a run queue.

c c-plus-plus cpp cpu cpu-emulator cpu-scheduling cpu-scheduling-algorithms data-structures object-oriented-programming operating-system operating-systems operating-systems-project os

Last synced: 22 Sep 2025

https://github.com/jube/std_hmi

Proposal for Human-Machine Interface in the Standard Library

2d cpp cpp17 graphics graphics-library opengl-es sdl2

Last synced: 07 Apr 2025

https://github.com/vishal2376/todo

A simple todo list application created with file handling in C++

cpp filehandling todo

Last synced: 06 Mar 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 Apr 2026

https://github.com/0rayn/gettoknow.github.io

Learning how everything works

assembly c cpp os-tutorial osdev

Last synced: 13 May 2025

https://github.com/abdallahhemdan/sudoku-solver

🔢 A Simple Sudoku Solver Using Recursive Backtracking technique..

backtracking backtracking-algorithm cpp sudoku-solver

Last synced: 22 Jul 2025

https://github.com/njroussel/remeshingtree

Remeshing tool which converts a given mesh into a tree/root like strucutre.

cpp remeshing surface-mesh wireframe

Last synced: 14 May 2025

https://github.com/skyzh/data-structure-deque

A deque of O(sqrt n) complexity on access, insert and remove, with an optimization for O(log n) access based on fenwick tree.

binary-indexed-tree cpp deque fenwick-tree

Last synced: 27 Oct 2025

https://github.com/KodiCraft/bunch

Bun plugin for loading and linking into C/C++ dynamic libraries automatically

bun c cpp javascript typescript

Last synced: 11 Apr 2025

https://github.com/euyogi/projeto-anceu-cs50

Meu projeto do curso CS50: Um analisador de pdfs que processa as notas dos aprovados pelo Acesso Enem e organiza tudo. Agora em C++

acesso-enem-unb cpp cs50 cs50course cs50x customtkinter enem exe extract-text-from-pdf imgui pdftotext portuguese-brazilian project python unb yogi zlib

Last synced: 14 Apr 2025

https://github.com/bhartik021/leethub

Prepare for coding interviews with a curated collection of LeetCode and GeeksforGeeks questions. Hone your problem-solving skills, enhance programming proficiency, and increase your chances of securing your dream job.

cpp geeksforgeeks geeksforgeeks-solutions interview-questions leetcode leetcode-solutions

Last synced: 11 Apr 2025

https://github.com/xaizek/dit

Command-line task keeper.

cpp cpp11 task-manager tasks todo todolist

Last synced: 14 Apr 2025

https://github.com/r-o-b-o-t-o/generic-genetics

A library that allows running genetic algorithms in a generic way

ai cmake cpp dll genetic-algorithm templating

Last synced: 06 May 2025

https://github.com/creaktive/waifu2x-converter-cpp

Dockerfile for DeadSix27's fork of waifu2x-converter-cpp

cpp docker opencl opencv waifu2x waifu2x-converter-cpp

Last synced: 05 Apr 2025

https://github.com/abhaysp95/language_files

some of the language files which I'm learning

asm awk c cpp cpp17 haskell javascript latex lua python r rust rust-lang sql

Last synced: 06 May 2025

https://github.com/johnkun136nvcp/curso-cycpp

Curso PROTECO de C y C++

c cpp

Last synced: 05 Apr 2025

https://github.com/dirmeier/r--

An interpreter for R in C++

cpp interpreter r toy-project

Last synced: 29 Oct 2025

https://github.com/jonpalmisc/emake

Easy wrapper around CMake's CLI

autotools c cli cmake cpp

Last synced: 14 May 2025

https://github.com/raffaeletranfaglia/llvm-middle-end-optimizations

Machine independent passes to optimise LLVM intermediate representation.

cpp llvm llvm-ir llvm-pass optimization

Last synced: 12 Apr 2025

https://github.com/mazenelnahla/supergameduino

In our project, we collected old vintage arcade games and bring them back with some modern technologies and less cost than old consoles in the market. This game console was made using an esp 32s and an old modified version of fabgl library which allowed us to control the VGA using canvas and simple commands

cpp esp32 fabgl fabrizio-di-vittorio

Last synced: 13 May 2025

https://github.com/dalae37/dl-engine-direct2d

Direct2D Based 2D Rendering Framework

cpp direct2d framework rendering-engine

Last synced: 30 Oct 2025

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

MY LEETCODE SOLUTION !

cpp leetcode leetcode-solutions

Last synced: 05 May 2025

https://github.com/ngdream/stringer

change a text to strings for programming language don't forgot to hit a :star:

cpp engine java python string stringer

Last synced: 14 Apr 2025

https://github.com/maxwelljay256/metroticketingsystem

基于 Qt6.5 的模拟地铁售票系统,HITSZ 2023 创新实践课B 项目

cpp hitsz qt qt6

Last synced: 11 Jul 2025

https://github.com/tylerjw/fp

Functional Programming extensions to C++ for ROS projects.

cpp fp ros

Last synced: 13 Apr 2025

https://github.com/ggarber/cmake-bootstrap

CMake project template with C++11 and gtest support

cmake cmake-bootstrap cpp gtest-support template

Last synced: 04 Apr 2025

https://github.com/nimit95/cpp-header

C++ header for Data structure

c-plus-plus cpp data-structures linked-list tree vector

Last synced: 13 Apr 2025

https://github.com/Kuu44/Coding-Projects

A random assortment of things I did when learning to code

ai bash c cpp csharp css go html java javascript julia node-js octave python rust

Last synced: 06 May 2025

https://github.com/ethiraric/cpptalksindex

An index for C++ talks

conferences cpp cppcon

Last synced: 11 Apr 2025

https://github.com/creosb/nft-art-gallery

Cross-Platform Multiplayer NFT Art Gallery on Unreal Engine

art artgallery binance cpp eos game multiplayer nft opensea steam unreal-engine unreal-engine-4

Last synced: 15 Sep 2025

https://github.com/shibam120302/gfg_potd

I try to upload the daily code which i practice daily and also upload GFG POTD (Java,Cpp,Python3)

alogrithms cpp data-structures dsa geeksforgeeks geeksforgeeks-cpp geeksforgeeks-dsa geeksforgeeks-potd geeksforgeeks-solutions gfg java potd python

Last synced: 10 Jul 2025

https://github.com/cyucelen/30daysofcode-go-cpp-java

Hackerrank 30 days of code all solution codes. I used Golang for solve challenges if available, otherwise i used C++ for data structure challenges and Java for OO concepts.

30daysofcode cpp go golang hackerrank hackerrank-30dayschallange hackerrank-solutions java

Last synced: 17 Jan 2026

https://github.com/pinto0309/tinyyolo

Challenge the marginal performance of YoloV2 + Neural Compute Stick + RaspberryPi YoloV2+Neural Compute Stick(NCS)+Raspberry Piの限界性能に挑戦

cpp deeplearning movidius neural-compute-stick opencv opengl python raspberrypi tinyyolo yolov2

Last synced: 13 Sep 2025

https://github.com/yeaseen/graphicsopengl

Cpp implementation of various kinds of OpenGL projects. Koch Snow Curve, Simple Harmonic Motion and Ray Tracing are done. Translation and Rotation of a Camera is done. Implementation of 2D Hermite Curve is done

camera-rotation camera-translation cpp graphics koch-snowflake opengl ray-tracing raycasting simple-harmonic-motion sun-earth-roation

Last synced: 25 Jun 2025

https://github.com/tony/wxscintilla

wxscintilla updated for wxwidgets 3.0 and clang

cpp wxscintilla

Last synced: 18 Jan 2026

https://github.com/yutkin/jopus

Simple, fast and efficient Python wrapper for libopusfile.

audio cpp cython libopus opus opusfile python wrapper

Last synced: 05 Apr 2025

https://github.com/fkromer/testability-patterns-cpp

"Design for Testability" pattern examples in C++ (cmake, gtest).

cmake cpp design-for-testability gtest

Last synced: 27 Jun 2025

https://github.com/jsh32/codex

Books/Courses written by the Codex Foundation

book computer-science course cpp educational-resources learning learning-resources programming

Last synced: 14 Apr 2025

https://github.com/basemax/cpp-mylanguage

My Language C++ TINY Library: A c++ library to handle and manage all of words/strings and languages of a software in a JSON structure.

cpp cpp-17 json language-manager languages translate translater translates

Last synced: 05 May 2025

https://github.com/ashaduri/qtmmlwidget-qt5

Qt Solutions QtMmlWidget updated for Qt5

cmake cplusplus cpp library mml qt qt-solutions qt5 widget

Last synced: 18 Mar 2025

https://github.com/euxhenh/multiset-multicover

Multiset multicover using the extended greedy cover algorithm implemented in C++ and exposed to Python.

cover cpp multiset python set set-cover set-cover-problem

Last synced: 04 Apr 2026

https://github.com/acschaefer/ray_tracing

Fast grid-based ray tracing in C++ and Python

cpp grid python ray-tracing

Last synced: 04 Apr 2026

https://github.com/drvrej/cheat-sheet

Bunch of useful cheat sheets and notes for different programming languages and concepts!

c-plus-plus cheat-sheets cheatsheet cpp notes ocaml python unity

Last synced: 19 Apr 2026

https://github.com/br66/Unity-to-Unreal-Hovercraft-Conversion

Moving scripts for a hovercar in Unity to Unreal Engine (since Unreal Engine tutorial for it no longer functions). Strictly NO blueprints.

c-plus-plus cpp ue4 unity unity3d unreal unreal-engine unrealengine

Last synced: 11 Mar 2025

https://github.com/analogfeelings/blitzhash

SHA hashing library for Blitz3D, using Crypto++ as a backend.

blitz blitz3d blitzbasic cpp cryptography cryptopp visual-studio vs2022

Last synced: 18 Aug 2025

https://github.com/kataglyphis/kataglyphis-beschleunigerballett

🚀 C++23 based acceleration playground. Contains renderer with Vulkan/OpenGL support. Serves as playground for me to test new CMake/C++/Vulkan/... features.🚀

cmake cpp opengl path-tracing physically-based-rendering rendering vulkan

Last synced: 11 Oct 2025

https://github.com/cmazakas/quail

QUIC transport protocol written in Boost.Asio

asio cpp cpp17 quic udp

Last synced: 22 Oct 2025

https://github.com/xxjwxc/sqlservercppconnection

SQLserver Connection for cpp ,c++ sqlserver 链接库

com cpp sqlserver sqlserver-connection

Last synced: 19 Oct 2025

https://github.com/nilsdeppe/tuples

High quality C++11 compatible std::tuple and tagged_tuple implementations

c-plus-plus c-plus-plus-11 cpp cpp11 cpp14 metaprogramming

Last synced: 14 Mar 2026

https://github.com/lawrencewarren/komo2

KoMo2 is an ARM emulator GUI program for Linux, written in C++ using the GTKMM library. It allows users to control the operation of an emulated ARM processor, while viewing the memory and register values of your loaded ARM assembly program.

arm c cpp emulation gtkmm gui linux nottingham nottinghamuni

Last synced: 11 Mar 2026

https://github.com/mortennobel/sre_glsl_editor

A simple glsl shader editor

cpp glsl graphics-programming opengl

Last synced: 08 Oct 2025

https://github.com/gbmhunter/cpptemplate

A template repository to quick-start C++ development.

codecov coverage cplusplus cpp cpp14 example gtest jumpstart quickstart repository template travis-ci

Last synced: 23 Apr 2025

https://github.com/scidian/drop

Easy to use, no code, drag n' drop, 2.5D game engine. Written in C++ utilizing Qt, OpenGL and Chipmunk Physics.

chipmunk-physics-engine cpp drag-and-drop easy-to-use game game-engine opengl qt

Last synced: 01 Apr 2025

https://github.com/jpcima/faustmd

Static metadata generator for Faust/C++

audio cpp dsp faust metadata

Last synced: 07 Oct 2025

https://github.com/baskuit/pinyon

Pinyon is a collection of algorithms and utilities for research in search/planning in simultaneous move games.

alphazero cpp games mcts pokemon search

Last synced: 14 Oct 2025

https://github.com/rishaandesai/carbonvscode

Official Visual Studio Code Extension for the Carbon Language

carbon carbon-lang carbon-language cpp vscode vscode-extension

Last synced: 26 Apr 2025

https://github.com/tsnsoft/codelite_wxwidgets_div2_demo

Пример работы с wxWidgets с обработкой ошибок на C++ в CodeLite (linux, debian)

codelite cpp example linux wxwidgets

Last synced: 22 Apr 2025

https://github.com/gjbex/defensive_programming_and_debugging

This is material to complement the FutureLearn MOOC on "Defensive programming and debugging", as well as for training purposes.

bash best-practices c cpp debugging fortran mpi openmp parallel-programming python training unit-testing

Last synced: 13 Jul 2025

https://github.com/michaelpineapple/project-bestburger

Code which, when combined with Unreal Engine 4, will generate an endless procedurally generated city.

cpp unreal-engine-4

Last synced: 06 Sep 2025

https://github.com/tsnsoft/netbeans_wxwidgets_micro

Пример простейшей визуальной программы с wxWidgets на C++ в NetBeans с использованием wxFormBuilder для Linux

cpp example linux netbeans wxformbuilder wxwidgets

Last synced: 22 Apr 2025

https://github.com/helmssyss/tps-shooter-system

This (beginner) system is made with Unreal Engine 4.27

basic-game cpp tps-game tps-shooter ue4 ue5 unreal-engine unreal-engine-4

Last synced: 12 Oct 2025

https://github.com/tsnsoft/netbeans_wxwidgets_div2_demo

Пример визуальной программы с wxWidgets на C++ в NetBeans с использованием wxFormBuilder для Linux

cpp example linux netbeans wxformbuilder wxwidgets

Last synced: 22 Apr 2025

https://github.com/avipars/cs-resources

Free computer science resources and notes from yours truly

computer-science cpp digital programming

Last synced: 06 Sep 2025

https://github.com/tsnsoft/wxwidgets_table_demo

Пример программы с таблицей на С++ в Code::Blocks с использованием wxWidgets

codeblocks codeblocks-ide cpp example windows wxgrid wxwidgets

Last synced: 22 Apr 2025

https://github.com/diamondinoia/cpu-performance-tests

This repository contains the code to benchmark CPU cache miss latency and branch misprediction penalty

branch-prediction branchless cache-latency cpp hpc memory-latency

Last synced: 11 Oct 2025

https://github.com/tsnsoft/components_choice_wxwidgets-linux

Компоненты выбора в wxWidgets на С++ в Code::Blocks

c choice codeblocks cpp example linux wxwidgets

Last synced: 03 Jul 2025

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

✅ A homework checker used to automatically check students' homeworks

automation bash checker cpp education python students test

Last synced: 22 Apr 2025

https://github.com/llnl/bindee

Fast C++-Python bindings for simple cases.

c-plus-plus clang clang-tooling cpp pybind11 python python-bindings

Last synced: 29 Apr 2025

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

This is a C++ command line app to optimize the water filling problem with plotting support.

convex-optimization cpp

Last synced: 13 Jul 2025

https://github.com/minaminao/competitive-programming

My submissions to online judges and algorithms for competitive programming

competitive-programming cpp online-judges rust

Last synced: 28 Apr 2025

https://github.com/plasmapper/modbus-esp-cpp

Modbus C++ Class Component for ESP-IDF

cpp esp-idf modbus

Last synced: 18 Jan 2026

https://github.com/superwhiskers/question

the question function, now in every language you could possibly want it in

bash c cpp crystal elixir erlang examples golang lua python rust

Last synced: 12 Apr 2025

https://github.com/martinrotter/qtlinq

A header-only LINQ-style query library for Qt

cpp linq qt

Last synced: 26 Feb 2026

https://github.com/azimjohn/minesweeper

Minesweeper Game - in C++

cpp sfml university-project

Last synced: 01 Mar 2025

https://github.com/artemvlas/veretino

Folder integrity checker

checksums cpp crypto data digest folder hash integrity qt

Last synced: 05 Feb 2026

https://github.com/casdoor/casdoor-cpp-sdk

C++ client SDK for Casdoor

auth authentication authn c casdoor cpp iam oauth oidc sdk sso

Last synced: 24 Oct 2025

https://github.com/esemeniuc/celestial-industries

A 2.5D real-time strategy game with city-builder influences

3d city-builder cpp opengl

Last synced: 10 Feb 2026

https://github.com/dup4/learning-cpp

Some demos in the process of learning C++

cpp learnging

Last synced: 24 Apr 2025

https://github.com/mylo54/rtype

This project aims to create an online multiplayer R-Type game. We had to implement a multi-threaded server using Asio and a graphical client in SFML.

cmake conan cpp linux macos rtype-game sfml windows

Last synced: 23 Oct 2025

https://github.com/sorok-dva/screenme

ScreenMe is a versatile screenshot tool that allows you to capture, edit, and upload your screenshots online effortlessly. Enhance your productivity with its intuitive editing features and seamless online sharing.

cpp free-image-gallery image-editing image-hosting lightshot-alternative qt screenshot screenshot-utility

Last synced: 29 Oct 2025

https://github.com/maximilianfeldthusen/fftw

This C++ code generates a sample signal composed of a sine wave with added noise, performs a Fast Fourier Transform (FFT) on that signal, and then displays the magnitude spectrum of the FFT result.

cpp fft signal

Last synced: 11 Jun 2025

https://github.com/swoft-cloud/swoft-rpc-client

[READ ONLY] RPC Client Compoment for Swoft

cpp php rpc rpc-client swoft swoole

Last synced: 27 Apr 2025

https://github.com/print3m/anti-vm

Windows-based implementation of several anti-vm techniques used in malware development.

anti-virtualization anti-vm cpp malware-development winapi

Last synced: 27 Sep 2025

https://github.com/yeaseen/syscallimplementationos

A c++ implementation of making bin file for a c file using system calls internally. This program averse creating a command line and to activate that from any location in the linux terminal

bin-file cpp creating-command-line-in-linux linux-command system-calls

Last synced: 07 May 2025