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/alpha74/cuda_basics

Nvidia NVCC CUDA programs for begineers.

c cpp cuda cuda-programs nvcc nvidia parallel-computing parallel-programming

Last synced: 08 May 2026

https://github.com/the0cp/flappy_bird

Flappy Bird made with C++ & EasyX

cpp easyx flappy-bird game game-development

Last synced: 01 Mar 2026

https://github.com/kritagya-web/online_examination_project_cpp

This project is a windows-based application used for taking Exams of multiple subjects.Marks would be calculated automatically after the test finishes. Some modules/ functionalities included are New User Registration, Attempt Test, Results, Contact US, etc.

c cpp online-examination-system test-taking-platform

Last synced: 01 Mar 2025

https://github.com/dennisrono/cpp-workspace

cpp workplace for practice and simple projects

cpp

Last synced: 06 May 2026

https://github.com/jsoulier/voxel_raytracer

Voxel Raytracer using SDL3 GPU with compute shaders

3d compute-shader compute-shaders cpp example examples gpu hlsl raytracer raytracing sdl sdl3 shaders

Last synced: 07 Sep 2025

https://github.com/yoboujon/yoyo_tetris

Tetris clone using raylib in C++

cpp cpp20 game-development raylib tetris-clone tetris-game

Last synced: 05 Mar 2026

https://github.com/ahmedabougabal/myleetcodeanswers

Documenting my LeetCode solutions in C++ / Python / JavaScript since my time at the ITI till now

algorithms complexity cpp data-structures dynamic-programming javascript oop problem-solving python

Last synced: 05 Mar 2026

https://github.com/kar-dim/watermarking-gpu

Code for my Diploma thesis at Information and Communication Systems Engineering (University of the Aegean, School of Engineering) with title "Efficient implementation of watermark and watermark detection algorithms for image and video using the graphics processing unit". Part 2 / GPU

arrayfire cpp cuda ffmpeg gpu image-processing opencl parallel-computing video-processing watermark-image watermarking

Last synced: 09 Apr 2025

https://github.com/kezhengjie/ssl_cert_check

c++ https ssl certificate expiration time and info check tool.Simple and Friendly API of both Cli and Library.

asio cli cmake cpp easy-to-use https https-certificate-expiry library openssl simple-api ssl-certificate-check

Last synced: 04 Dec 2025

https://github.com/anav5704/cs111-projects

Projects made for my introduction to computer science course @ USP

cpp terminal

Last synced: 15 Mar 2026

https://github.com/ho-cooh/winui-bug

A repo dedicated for reproducing uwp/windows app sdk bugs

bug cpp issue uwp wasdk winui winui2 winui3 xaml xaml-winrt

Last synced: 03 Mar 2026

https://github.com/pastekaztekastor/crowd-simulation

Le projet consiste en une simulation de foule sur une grille, avec des versions parallélisées sur carte graphique. L'objectif est de modéliser le mouvement des individus dans un environnement en utilisant des paramètres tels que la dimension de la grille, le nombre d'individus et exporte de résultat de chaque frame dans unfichier bin pour analyse.

c cmake cpp crowdsimulation cuda-programming graphicscard grid-layout ipynb make nvidia-gpu parallelization

Last synced: 03 Mar 2026

https://github.com/belhoussine/research-mutations-sars-cov-2-proteome

An academic research project that I worked on with a team of researchers in the United States.The goal was to explore how amino acid mutations affect the stability of the main protease of the COVID-19 proteome.

bioinformatics covid19 cpp mutations pdb promute research sdm shell substitution

Last synced: 19 Apr 2026

https://github.com/banyapon/creativecoding

openFrameworks on Visual Studio 2022: A Computer Graphics Playground Introduction

cpp immersive-media openframeworks openframeworks-addon

Last synced: 27 Jan 2026

https://github.com/peter-sidra/flutter_ffi_template

A template for developing flutter apps using native C/C++ code.

android cpp dart ffi flutter vcpkg

Last synced: 03 Jun 2026

https://github.com/mparolari/xpacket

XPacket is an utility that generates a C struct and two functions for serialize/deserialize it into/from a given payload.

c c89 cpp serialization serialization-library

Last synced: 01 Apr 2026

https://github.com/zjx-kimi/test-data-generator

用于生成测试数据

code cpp oi oj online-judge

Last synced: 01 Aug 2025

https://github.com/localsix/catmalware-education

THIS CODE IS EXTREMELY DANGEROUS AND DESTRUCTIVE. IT IS DESIGNED TO DAMAGE YOUR COMPUTER SYSTEM AND MAKE IT UNBOOTABLE.

cpp malware trojan windows

Last synced: 14 Apr 2025

https://github.com/surpri6e/redactor

Redactor in console with generating MD files

cmake cpp md redactor

Last synced: 18 Jan 2026

https://github.com/wargio/native-msal-cpp

Microsoft MSAL C++ Example

cpp msal

Last synced: 04 Nov 2025

https://github.com/thisaislan/doom-fire-psx

Fire effect from Doom PSX/Nintendo64 using C++ and OpenGL

cpp doom opengl terminal visual-studio windows

Last synced: 09 Apr 2026

https://github.com/arpan404/ziply

Ziply is a tool that converts files into video format, supporting various resolutions and offering encryption for secure conversion, ensuring easy restoration and data protection.

cpp encryption-decryption open-source opencv video-processing

Last synced: 03 Feb 2026

https://github.com/soumilgit/neetcode-150_hard_problems_solutions

A collection of all hard solved problems from the NeetCode 150 sheet , as part of DSA practice. Feel free to star and contribute if you found it to be useful.

binary-search cpp heap java linkedlists python3

Last synced: 01 Apr 2026

https://github.com/karsten-uy/kirbequalizer

An audio equalizer with customizable highpass, lowpass, and peak filters, allowing precise control over cutoff frequencies, Q values, and gain for personalized audio output.

audio-equalizer audio-processing c cpp equalizer gain gain-control highpass-filter juce juce-framework lowpass-filter peak-filter

Last synced: 05 Mar 2026

https://github.com/liplum/secourseproject

It's my course projects of Software Engineering.

cmake course-project cpp

Last synced: 14 May 2025

https://github.com/singhalpranav22/interview-concepts

My DSA problems solution repository for the most important DSA questions to crack the coding interview.

coding-interviews cpp interview interview-preparation interview-questions interviewbit leetcode leetcode-solutions

Last synced: 27 Jul 2025

https://github.com/mvpee/42-webserv

A non-blocking HTTP/1.1 server written in C++, designed to handle multiple simultaneous connections efficiently using asynchronous I/O.

19 42 accept bind cpp http request response socket webserv

Last synced: 31 Jul 2025

https://github.com/karlosvas/olimpiadas-informaticas

Clases de OIE olimpiadas informáticas 2023, y 2024. Ejercicios del DOM Judge y Acepto del Reto

algorithm algorithms bfs cpp dfs dikjstra java

Last synced: 09 Apr 2026

https://github.com/lionkor/chip_8

My implementation attempt of a chip-8 emulator. https://en.wikipedia.org/wiki/CHIP-8

chip-8 chip-8-emulator chip8 cpp cpp17 emulation emulator

Last synced: 06 Aug 2025

https://github.com/liavbarsheshet/initialized-array

Implementation of a generic Initialized Array.

array cpp init initalized-array initarray initialize initialized

Last synced: 16 Sep 2025

https://github.com/cm0use/tic-tac-toe

Tic-tac-toe, no 3D or third-party libraries, just the standard functions provided by the compiler.

cpp cpp-game cppgame tic-tac-toe tictactoe tictactoe-cpp tictactoe-game

Last synced: 20 Aug 2025

https://github.com/pradyuman7/hackerranksolutions

My Solutions to some of the HackerRank practice problems in Java and C++ (Python , C#)

cpp hackerrank hackerrank-solutions hackerranksolutions java problem-solving

Last synced: 19 May 2026

https://github.com/shxntanu/dsa

🧩 DSA Problems & Notes from Leetcode

c cpp dsa java leetcode portfolio python sql

Last synced: 09 Apr 2026

https://github.com/jann-amh/esp8266-projects

some files for testing esp8266 boards

arduino-ide captive-portal cpp ino

Last synced: 05 Apr 2025

https://github.com/alpha74/lld-machinecoding_guide

My solved LLD questions and Machine Coding interview solutions

cpp interview-questions java low-level-design machine-coding oops spring-boot system-design

Last synced: 09 May 2026

https://github.com/yutotnh/spirit

モータードライバ用ライブラリ

arduino arduino-library cmake cpp mbed-libraries mbed-os

Last synced: 29 Jul 2025

https://github.com/moshegroot/webserver21

Implementation of webserver like nginx

cpp cpp98 http sockets tcp webserver

Last synced: 09 Apr 2026

https://github.com/softtechmx/lib-cpp-texto

Esta clase ofrece funcionalidades que permiten contar letras, palabras, buscar patrones y realizar otras operaciones relacionadas con el procesamiento de texto. Su estructura modular y su implementación en C++ facilitan la integración en proyectos más amplios, brindando a los desarrolladores una herramienta eficiente y versátil para manipular texto

cpp cpp17 cpplibrary text

Last synced: 08 Jan 2026

https://github.com/lurtced/mcs-sem3-oop-labs

All the labs for the discipline OOP (C++, QT) of the 3rd semester.

cpp oop qt university-labs

Last synced: 30 Sep 2025

https://github.com/alexdev-tb/helix

Userspace, microkernel-style framework for runtime-loadable modules.

cpp framework linux modular modules userspace

Last synced: 27 Sep 2025

https://github.com/polossk/leetcode-oj-solution

simple solution for leetcode

cpp leetcode leetcode-solutions python3 ruby

Last synced: 08 May 2026

https://github.com/zoulhadj/vmve

Vulkan Model Viewer and Importer. A project developed as part of my final year project at University.

cpp engine rendering vulkan

Last synced: 08 Jul 2025

https://github.com/sebe324/labirynth

A simple implementation of maze generation in c++

cpp sfml

Last synced: 23 May 2026

https://github.com/vince-fugnitto/theia-cpp-branding

Theia - C/C++ Example Branding Extension

cpp theia

Last synced: 29 Jul 2025

https://github.com/xtenzq/qbroadcastmessenger

📨 Simple messenger based on UDP socket broadcast

cpp messenger qt qt-network udp-socket university-project

Last synced: 21 May 2026

https://github.com/andreysolovyev381/zip_in_cpp

REAL zip iterator, that will be considered as an Iterator by other C++ code.

concepts cplusplus cpp cpp17 cpp20 header-only header-only-library headeronly iter iterator metaprogramming zip

Last synced: 19 Feb 2026

https://github.com/jmz-mzr/webserv

A high-performance, non-blocking C++ web server emulating NGINX functionality

42 42born2code 42cursus 42network 42paris 42school cpp cpp98 http http-server nginx webserver

Last synced: 09 Apr 2026

https://github.com/hennotheo/narcengine

C++ Vulkan game engine

cpp engine game-engine gamedev

Last synced: 19 Sep 2025

https://github.com/mijisu0103/cpp

C++ study for game programming

cpp

Last synced: 16 Feb 2026

https://github.com/chocochip101/algorithm

BOJ Solutions

algorithms cpp

Last synced: 14 Apr 2025

https://github.com/minel1410/maasu_internship_stm32

A repository for the fourth MAASU internship, based on C/C++ programming on the STM32F411RET6 MCU.

cpp embedded firmware microcontroller requirements stm32f411

Last synced: 18 Feb 2026

https://github.com/vsoch/qt-creator

trying to build qt-creator into a Docker container for easy usage.

cpp docker qt-creator

Last synced: 09 Apr 2026

https://github.com/benapetr/pixelengine

Open source Qt/C++ 2D game engine with native pixel manipulation support for games similar to Worms, or ScorchedEarth

2d cpp game-engine qt

Last synced: 18 Feb 2026

https://github.com/arec1b0/hft_trading_system

High-frequency trading system with backtesting and risk management.

algorithms-trading backtesting cpp hft-trading risk-management

Last synced: 05 Nov 2025

https://github.com/tmsalab/edina

Perform a Bayesian estimation of the Exploratory Deterministic Input, Noisy “And” Gate (EDINA) cognitive diagnostic model described by Chen et al. (2018) <doi:10.1007/s11336-017-9579-4>

cognitive-diagnostic-models cpp dina ecdm item-response-theory psychometrics r rcpparmadillo rstats

Last synced: 15 Aug 2025

https://github.com/bartste/keyboard

Keyboardio Atreus and Arduino

arduino atreus colemak-dh cpp keyboardio mechanical-keyboard

Last synced: 18 Feb 2026

https://github.com/anthofoxo/aurora

Thumper Mod Loader and Decompilation Tooling

cpp reverse-engineering thumper

Last synced: 21 May 2026

https://github.com/yessenali-yerkebulan/supermarket-billing-system-cpp

Supermarket Billing System C++

cpp

Last synced: 19 Aug 2025

https://github.com/YehiaSharawy/Fish-Fillet-OpenGL

A Feeding Frenzy game in C++. Rendered GUI using OpenGL and responded to user input using mouse and key listeners.

cplusplus cpp glut opengl

Last synced: 15 Aug 2025

https://github.com/tomenz/fastcgi

FastCGI Library Client + Server implementation. requires "SocketLib"

client-server cpp fastcgi socket socketlib

Last synced: 15 Aug 2025

https://github.com/end2endzone/libmidi

libmidi is a C++ open-source library for generating single tone melodies (monolithic melodies) in MIDI format.

cpp generator midi midi-format sound

Last synced: 24 Aug 2025

https://github.com/engineeringsoftware/ekstazipp

Regression Test Selection tool for C++

cpp ekstazi rts

Last synced: 14 Aug 2025

https://github.com/CyberScoper/ESP32-Game-of-Life-NTP

This repository contains an ESP32 project that demonstrates various animated screensavers on an SSD1306 OLED display. The screensavers include a bouncing DVD logo, Matrix rain effect, digital clock, rotating square, scrolling text, image slideshow, and falling stars.

arduino-ide cpp esp32 oled-display-ssd1306

Last synced: 24 Aug 2025

https://github.com/desuex/abworld

Space Rangers Arcade Battles

cpp old-games russian space-rangers-2

Last synced: 16 Sep 2025

https://github.com/realbitdancer/rawinputviewer

A utility to test, visualize, and map WM_INPUT messages.

cmake cpp cpp23 desktop raw-input windows

Last synced: 20 Feb 2026

https://github.com/najlae01/cpp-stl-containers

Some Cpp STL containers implementation (arrayList, unorderedArrayList, unordered Set)

cpp hobby-project

Last synced: 24 Jul 2025

https://github.com/dawidcxx/excel2csv-cpp

Constant memory streamed excel2csv conversion

cpp csv excel high-performance zig

Last synced: 09 Mar 2026

https://github.com/q1chenl/swe-android

A light-weight Android implementation of shallow water equation (SWE) and tsunami simulation using NDK and JNI.

android cpp jni ndk shallow-water-equations swe

Last synced: 22 May 2026

https://github.com/marlenemoraes/curso-mfp-aula01

Aula introdutória lecionada por mim no Curso de Iniciação em Programação Esportiva, realizada pela Maratona Feminina de Programação, no canal do YouTube @MaratonaSBC

bigonotation cpp marathon overflow

Last synced: 14 May 2025

https://github.com/abdullah-niaz/cpp-complete-course

The C++ Complete Course is a comprehensive guide for individuals to learn C++ programming language from zero to advanced level. It includes video tutorials, written exercises, and covers topics such as variables, functions, OOP, and STL. Prerequisites include basic programming knowledge and a computer with internet, text editor, and compiler.

cplusp cpp

Last synced: 19 Apr 2026

https://github.com/cshmookler/cpp_template

C++ project template with automatic versioning, LLVM tools, Conan, Meson, and GoogleTest integration.

clang-format clang-tidy conan cpp gtest meson template zlib-license

Last synced: 24 Aug 2025

https://github.com/afxres/binary-cxx

Experimental serialization library for C++.

binary-data cpp serialization

Last synced: 25 Aug 2025

https://github.com/yajatkaul/websockets

Basic client server architecture

client-server cpp low-level websockets

Last synced: 21 Aug 2025

https://github.com/davidyslu/MWIS

Assignment in NCTU course "Distributed Algorithms 2017"

cpp distributed-computing graph mwis

Last synced: 29 Aug 2025

https://github.com/juvoy/wradar

A simple cs2 webradar cheat

cheat counter cpp cs2 csgo minimap radar strike webradar

Last synced: 21 May 2026

https://github.com/mizux/java-native

Template to build a multi-platforms Native Java Maven package

cmake cpp java native-library swig

Last synced: 19 Sep 2025

https://github.com/artem78/s60-logger

Simple logging library for Symbian OS

cplusplus cpp library logger logging module s60 symbian symbiancpp

Last synced: 23 May 2026

https://github.com/pawel-12/arkanoid_sdl2

Arkanoid style game made in C++ using SDL2

cpp game sdl2

Last synced: 04 Oct 2025

https://github.com/ferhatgec/inif

inif, ini file parser in c++

cpp cpp17 file header-only ini parser

Last synced: 27 Aug 2025

https://github.com/maurodelazeri/grpc-cpp

Simple grpc server/client in c++ ready to import on clion

clion clion-cmake cplusplus-14 cplusplus-17 cpp grpc-cpp

Last synced: 04 Oct 2025

https://github.com/berndporr/rpi_pwm

Hardware PWM C++ class for the Raspberry PI 5

cpp pwm pwm-driver raspberry-pi

Last synced: 28 Aug 2025

https://github.com/frcteam3255/nurdvision

SuperNURDs implementation of vision co-processing

2017 code cpp

Last synced: 14 May 2025

https://github.com/flamboyantpenguin/wikilynx

A simple game browser made using Qt C++ for playing wikipedia speedrun the right way

cpp game qt qt6-gui qtwebengine wikipedia wikipedia-speedrun

Last synced: 13 Aug 2025

https://github.com/albin-johansson/init

A simple .ini parsing and serialization library

cpp cpp20 header-only ini ini-parser modern-cpp

Last synced: 17 Aug 2025

https://github.com/loneicewolf/cryptography

Encryption implemented in various languages. like AES and Serpent, more coming.

aes c cascade-encryption cipher cpp cryptography openssl rijndael serpent

Last synced: 08 Mar 2026