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/zeel-codder/recursion-hub

Write a solution to any recursive problem in any language of your choice

c cpp css express go hacktoberfest html java js nodejs php python r typescript

Last synced: 07 Oct 2025

https://github.com/endiliey/mini-games

:game_die: Random mini-games like Minesweeper

cpp game linux sfml

Last synced: 13 Mar 2026

https://github.com/choaib-elmadi/computer-vision

Computer vision, artificial intelligence applications and projects.

ai arduino artificial-intelligence computer-vision cpp cprogramming python

Last synced: 05 Oct 2025

https://github.com/ppetr/lockfree-userspace-rcu

Lock-free RCU (Read-Copy-Update) user-space library

cpp lock-free rcu userspace

Last synced: 02 Sep 2025

https://github.com/reductstore/reduct-cpp

ReductStore Client SDK for C++

cpp cpp-20 http-client reductstore sdk

Last synced: 04 Feb 2026

https://github.com/bufgix/study.lib

Konya Teknik Üniversitesi haftalık programlama ödevleri

c cpp java

Last synced: 02 Sep 2025

https://github.com/theokyr/cs2remoteconsole

A CS2-centric VConsole implementation in C++ with remote control support. Might support other Source 2 games as well.

counter-strike-2 cpp pdcursesmod source2 source2-engine vconsole

Last synced: 08 May 2025

https://github.com/franciscothiesen/karger-klein-tarjan

(Working) C++ Implementation of the Karger-Klein-Tarjan Algorithm for finding MST in expected linear time

algorithm benchmark cpp graph-algorithms minimum-spanning-tree

Last synced: 15 Apr 2025

https://github.com/muziing/cpp_learning

C++学习代码笔记仓库,OOP、STL,有较多注释帮助理解回顾基本知识点。

cpp tutorial

Last synced: 19 Apr 2025

https://github.com/arthursonzogni/inthecube

The webassembly port of InTheCube

arthursonzogni cmake cpp cube game platform webassembly

Last synced: 09 Apr 2025

https://github.com/llnl/adapt-fp

cpp

Last synced: 29 Apr 2025

https://github.com/rorysroes/fast_algorithm_fps_ssa

Implement F-DST to solve 2-D PDE(fast poisson solver) and FFT to compute Multiplication algorithm(Schönhage–Strassen algorithm) with C

algorithm butterfly-structures cpp discrete-fourier-transform fast-fourier-transform fft fps multiplication-algorithm numerical-methods pde poisson-equation

Last synced: 10 Apr 2025

https://github.com/llnl/raja-project-template

A template project using CMake & BLT to build a RAJA application

cpp

Last synced: 29 Apr 2025

https://github.com/pblischak/boost-docker-test

Test program for compiling/linking with the Boost C++ Libraries to create a Docker image

boost cpp docker-image dockerfile

Last synced: 17 Jun 2025

https://github.com/enansari/bcp-hsu

Basics of computer and programming class - Hakim Sabzevari University | مبانی کامپیوتر و برنامه سازی دانشگاه حکیم سبزواری

basic-computer basic-programming cpp hsu python

Last synced: 27 Apr 2025

https://github.com/li1553770945/sheepdownloader

一款基于QT的文件下载器,计划支持多线程、断点续传。 A downloader based on QT.

cpp download download-file downloader gui http qt qt-gui qt6 qt6-gui qtcreator win32

Last synced: 13 Oct 2025

https://github.com/m1dsolo/survivor

A Simple Game Based on ECS and SDL3, Written in C++23

cpp ecs game sdl3

Last synced: 03 Nov 2025

https://github.com/yukinarit/python-cookbook-in-modern-cpp

Writing python cookbook in Modern C++ (C++17)

cookbook cpp python

Last synced: 13 Oct 2025

https://github.com/max0x7ba/parse-integers-benchmark

Benchmarking reading and parsing integers from a file in C++.

benchmark c-plus-plus c-plusplus cplusplus-11 cplusplus-14 cplusplus-17 cpp cpp11 cpp14 cpp17

Last synced: 10 Apr 2025

https://github.com/tgautam03/xfilters

GPU (CUDA) accelerated filters using 2D convolution for high resolution images.

2d-convolution c cpp cuda cuda-programming gpu-acceleration gpu-computing gpu-programming image-filters image-processing

Last synced: 10 Oct 2025

https://github.com/sparkfun/pi_wedge_40-pin_preassembled

A pre-assembled version of the Pi_Wedge_B_Plus board to break out IO the pins of a Raspberry Pi B+.

adapter cpp raspberry-pi sparkfun sparkfun-products

Last synced: 13 Jun 2025

https://github.com/vittorioromeo/git-ws

C++14 command line utility (git plugin) to work with multiple git repositories at once

application c-plus-plus cpp cpp11 cpp14 git git-ws subshell utility

Last synced: 10 Sep 2025

https://github.com/xeouz/virec

A small compiler with LLVM

compiler cpp llvm programming-language

Last synced: 25 Jun 2025

https://github.com/with-sky/hintfft

C++ Fast Fourier Transform used in HyperInt.

cpp cpp14 high-performance-computing

Last synced: 10 Apr 2025

https://github.com/abdallahhemdan/minimax

🥇 Unbeatable Tic Tac Toe game with a README contains very thing about MiniMax algorithms with explanation of it with c++ and js Implementation code

cmp2022 cpp cufe2022 hemdan minimax minimax-search minimax-xo python tic-tac-toe tic-tac-toe-javascript tictactoe-game unbeatable-tic-tac-toe unbeatable-tic-tac-toe-game

Last synced: 20 Jul 2025

https://github.com/thelartians/generator

A generator class emulating coroutines' yield functionality through std::thread

coroutines cplusplus cpp generator python range yield

Last synced: 07 May 2025

https://github.com/mohitmishra786/my-code-snippets

Code Snippets that i will use during contests for saving my some seconds.

code code-snippets cpp

Last synced: 11 Jul 2025

https://github.com/lrusak/arduino-core-pico

Arduino Core for Raspberry Pi Pico

arduino c cpp embedded pico rasberrypi rpi

Last synced: 13 Apr 2025

https://github.com/trick-17/clang-build

Clang-based cross platform build system written in Python

build-system c-plus-plus clang cpp cross-platform python

Last synced: 13 Apr 2025

https://github.com/karnkaul/cpp-template

C++20 CMake Project Template (Executable)

cmake cpp cpp20 github-actions

Last synced: 12 Sep 2025

https://github.com/mindexpert7546/learn-dsa

Data structure and Algorithm (DSA).A data structure is a method of organizing data in a virtual system. Think of sequences of numbers, or tables of data: these are both well-defined data structures. An algorithm is a sequence of steps executed by a computer that takes an input and transforms it into a target output.

algorithms-and-data-structures c cpp data-structures dsa dsa-algorithm hacktoberfest hacktoberfest-accepted hacktoberfest-starter hacktoberfest2023 java python

Last synced: 18 Jun 2025

https://github.com/michelml/chempp

[paused development] Large scale concurrent chemical search using RDKit cartridge, Oat++ and native Postgres & C++ features.

cheminformatics cpp oatpp postgresql rdkit

Last synced: 07 May 2025

https://github.com/hgruniaux/watermark

Qt application to crop and add a custom watermark to an image.

application cplusplus cpp linux macos qt qt6 software tool watermark watermarking windows

Last synced: 21 Jul 2025

https://github.com/inspirate789/bmstu-teragraph-hackathon-2022

:fax: Студенческий практикум МГТУ им. Н. Э. Баумана по обработке и визуализации графов

5sem algorithmic-painting bmstu c cpp discrete-mathematics graph graph-algorithms hardware ics6 ics7 iu7 makefile painting teragraph

Last synced: 01 Sep 2025

https://github.com/kanishkrawatt/cpp

A collection of resources to learn object-oriented programming and related concepts With cpp

cpp markdown

Last synced: 02 Mar 2026

https://github.com/jankammerath/l475vg-iot01a-mbed-aws-iot

AWS IoT client for ARM Mbed OS on the STMicroelectronics STM32L4 Discovery Kit IoT Node

amazon-web-services arm aws aws-cloud aws-iot c cpp iot iot-application mbed mbed-os mbedos mbedtls mqtt mqtt-client mqtt-connector ntp stm32 tls wifi

Last synced: 02 Mar 2026

https://github.com/vixcpp/cli

vixcpp/cli – Command Line Interface for vix.cpp. Scaffold new projects, run the server with hot reload, and generate models or resources.

backend cpp cpp20 cross-platform http-server modular repl runtime vix vix-cli vixcpp

Last synced: 24 Apr 2026

https://github.com/helly25/mbo

MBO, a C++20 library: This C++20 library provides some general useful building blocks and integrates with Google's Abseil library.

cpp cpp20 cpp20-library googletest matchers

Last synced: 05 Jul 2025

https://github.com/dio/envoy-filter-diy

A collection of Envoy proxy https://www.envoyproxy.io filter examples. DIY.

cpp custom diy envoy envoyproxy example filter

Last synced: 14 Apr 2025

https://github.com/guillaumedua/cppshelf

Collection of powerfuls - C++ Single-Header Libraries Files

cpp cpp20 metaprogramming

Last synced: 27 Jul 2025

https://github.com/zlgopen/awtk-cpp

awtk cpp wrapper

awtk cpp

Last synced: 14 Apr 2025

https://github.com/pdsmart/tranzputer

A transformable CPU, one version using FPGA technology and another using an ARM Cortex-M4 (K64F) to upgrade venerable Z80 systems in-situ. Project uses VHDL, C/C++, ARM, ZPU & Z80 Assembler.

bash c cpp electronics fpga vhdl

Last synced: 14 Apr 2025

https://github.com/madduci/remote-environments

Docker-based remote environments using SSH access

cpp docker go java php python rust

Last synced: 26 Jul 2025

https://github.com/queue-ri/advanced-algorithm-study

📖 알고리즘 문제 해결 전략(종만북) AC 풀이 모음집 & 스터디 - 2기 종료

algorithm algospot c cpp gcc problem-solving python

Last synced: 31 Jul 2025

https://github.com/marcomq/nimview_android

A Nim/Webview based helper to create Android applications with Nim/C/C++ and HTML/CSS

android c cpp deprecated nim nim-lang svelte user-interface vue

Last synced: 28 Aug 2025

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

💻 This is a template repository to enable homework checking for the modern C++ course.

cplusplus cplusplus-17 cpp education homework template

Last synced: 20 Aug 2025

https://github.com/stardustdl/codesim

A similarity measurer on two programming assignments on Online Judge.

code-copying code-similarity cpp nju nju-cs plagiarism-detection

Last synced: 12 Aug 2025

https://github.com/with-sky/hyperint-mini

A quick, portable, cross-platform big integer library.

cpp cpp14 high-performance-computing

Last synced: 22 Mar 2025

https://github.com/kampi/zybo

Miscellaneous things and projects for my ZYBO and ZYNQ devices.

amd arm c cpp fpga fpga-programming linux vhdl wsl-ubuntu wsl2 xilinx zybo zynq

Last synced: 04 Oct 2025

https://github.com/flatypus/teamaphelioncansat

Eric Hamber's 2024 Cansat Entry

arduino cansat cpp

Last synced: 20 Aug 2025

https://github.com/endurodave/coredump

Universal Embedded System Core Dump Framework

c-language call-stack core-dump cpp crash-dump cross-platform embedded-system

Last synced: 26 Jul 2025

https://github.com/azubieta/xdg-utils-cxx

Implementation of the FreeDesktop specifications to be used in c++ projects

base-dir cpp cpp-library desktop-entry freedesktop specifications xdg

Last synced: 14 Apr 2025

https://github.com/kiok46/wrapping-cpp-using-cython

Wrapping example Cython and Cpp

cpp cython cython-wrapper tutorials

Last synced: 01 Aug 2025

https://github.com/epi5131/aulut

AviUtl LUT スクリプト

aviutl aviutl-script cpp cube-lut

Last synced: 06 Apr 2026

https://github.com/cfnptr/mpmt

Multi-platform multi-threading library, C99 <threads.h> alternative (mutex, cond, thread, pool)

atomic c cmake condition-variable cpp cross-platform library linux macos multi-platform multi-threading mutex open-source pool pthreads thread ubuntu windows winthread

Last synced: 06 Apr 2026

https://github.com/coders-school/stl

C++ online course. Modules about STL. Containers, algorithms, iterators, functors, lambdas.

coders-school cplusplus cpp cpp17 markdown md stl stl-algorithms stl-containers

Last synced: 10 Apr 2025

https://github.com/maxwelljay256/mega_12800

Arduino 巡线避障小车,HITSZ 2022 自动化认识与实践课程项目

arduino cpp hitsz

Last synced: 08 Sep 2025

https://github.com/fpagliughi/cooper

A simple and novel approach to the Actor pattern in C++

actor-pattern actors cpp

Last synced: 10 Apr 2025

https://github.com/floydz/cryptanalysislib

C++ STL for speed and cryptanalytic application

cpp crypto cryptography

Last synced: 28 Oct 2025

https://github.com/jacobdomagala/shady

CMake based rendering engine written in modern C++ with Vulkan, glfw3 and imgui.

assimp cmake conan cpp cpp17 cpp20 engine glfw3 imgui rendering vulkan

Last synced: 23 Oct 2025

https://github.com/iricartb/propagation-techniques-used-by-threats

Ivan Ricart Borges - Study of propagation techniques used by viruses. Simulation of propagation through P2P, NetBios, USB Devices, MSN Messenger.

bitcomet cpp emule icmp-ping kazaa md5 msn-messenger-protocol netbios p2p regedit scanner sockets sql thread usb usb-devices winapi windows worm zip-compression

Last synced: 10 Apr 2025

https://github.com/hypertextassassin0273/object_oriented_programming_in_cpp

Contains some useful OOP based C++/C++11 Programs, developed during my 2nd semester at University.

cpp cpp-basic cpp-programming cpp-templates cpp11 object-oriented-programming oop oop-examples university-assignments university-course

Last synced: 10 Apr 2025

https://github.com/opensourcedoc/go-c-cpp-mix

Using C++ Class in Golang

cgo cpp golang-examples

Last synced: 09 Apr 2025

https://github.com/hpw-dev/hpw-demo

Исходники демо версии игры H.P.W

bullet-hell cpp danmaku gamedev hpw shmup shooter

Last synced: 16 Jun 2025

https://github.com/curiositygym/motordriver

Library for Arduino Motor Driver V1

arduino arduino-library cpp motor-driver v1

Last synced: 09 Jul 2025

https://github.com/bengreenier/webrtc

Prebuilt WebRTC binaries for Windows, Mac, and Linux. 🏗️🪄

cpp native webrtc

Last synced: 10 Apr 2025

https://github.com/qengineering/gstreamer-1.18.4-rpi_32-bits

GStreamer 1.18.4 with OpenCV example on a Raspberry Pi 32-bits

cpp gstreamer gstreamer-pipeline opencv raspberry-pi raspberry-pi-camera raspicam rpicamsrc

Last synced: 28 Oct 2025

https://github.com/avidlearnerinprogress/_antivirus_

Minimal, customisable & powerful antivirus project

antivirus cpp hash md5 visual-studio visualcpp windows-form-application

Last synced: 28 Oct 2025

https://github.com/dankmeme01/arc

Modern C++ async runtime, inspired by Tokio

async asynchronous cpp runtime

Last synced: 14 Feb 2026

https://github.com/amruthpillai/theepilogueofeducation-cgproject

The Epilogue of Education is a CG Project Story that defines the problems of education in our current society, and how we are far off from an actual smart world.

c cpp education glut opengl story visual-studio

Last synced: 27 Jul 2025

https://github.com/terroo/chrome-dino

Google Chrome Dinosaur Game, but made with C++ and SFML

cpp cpp23 gamedev sfml sfml-game

Last synced: 20 Aug 2025

https://github.com/adamff-dev/localekeyboard.bat

This software generates a Keyboard.cpp file (For the Keyboard arduino library) according to the locale we want.

arduino cpp ducky hid hid-injection keyboard keyboard-arduino-library keyboard-library language layouts locales malduino rubber-ducky whid

Last synced: 10 Apr 2025