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/prashanthatp/wc-cpp

Unix `wc` tool in C++

coding-challenges cpp cpp17 wc-tool

Last synced: 02 Jul 2025

https://github.com/laxical/openssl-evp-cpp

This is a introduction project showcasing how to use the OpenSSL EVP API (openssl/evp.h) for implementing various cryptographic techniques using C++.

cpp makefile openssl-evp

Last synced: 03 Sep 2025

https://github.com/iamdyeus/uctool

Making Compiler Stages Seamless! 🚀

compiler-design cpp lexical-analysis llm semantic-analysis

Last synced: 18 Mar 2025

https://github.com/kamilkrauze/stackvector

A cache-coherent stack allocated templated vector.

cache-coherence cmake cpp data-structures

Last synced: 12 Jul 2026

https://github.com/aaal-dev/webcam-face-rec

Learning of OpenCV, dlib, OpenGL and stuff for face recognition

cpp dlib face-detection glad glfw glm opencv

Last synced: 09 Jul 2025

https://github.com/dlustre/llc-distortion

Audio distortion plugin made in JUCE

cpp juce vst

Last synced: 28 May 2026

https://github.com/jrob774/lala

My first ever finished game.

2d cpp cpp17 emscripten game lala sdl sdl2 simon-game simple

Last synced: 12 Jul 2026

https://github.com/fesabelilla/operating-system-lab

Operating-System (3.2)

cpp java

Last synced: 17 May 2026

https://github.com/asa-degroff/mtoc

mtoc is a music player and library browser for Linux that emphasizes smooth, continuous browsing experiences with album artwork at the forefront.

cpp gstreamer gui linux mediaplayer qml qt sqlite

Last synced: 04 May 2026

https://github.com/marwan475/gpu-ray-tracing-engine

Real Time Raytracing Engine with editor using OpenCL

c cpp engine gpu-acceleration gpu-computing imgui opencl opengl raytacer raytracing win32api

Last synced: 04 May 2026

https://github.com/lucasspinola/cpp

C++

cplusplus cpp

Last synced: 09 Jun 2026

https://github.com/carlosagalicia/tc1031-act43-integral-activity-graphs-template-ad2023

This program processes a forest represented as a graph, counting the number of trees and acorns. It uses maps and vectors to manage the vertices and edges, determining the connections and components of the graph.

cplusplus cpp data-structures labs

Last synced: 09 Jun 2026

https://github.com/aveoxfd/randomt

A small cpp code that generates a random number using the CPU temperature (thermal map)

assembly c cpp gcc-complier gpp nasm random-generation temperature x86-64

Last synced: 04 May 2026

https://github.com/andrem222/procedural-generator

A Procedural Generator map for my AI to adapt in different environments

cpp procedural-generation unreal-engine unreal-engine-5

Last synced: 09 Jun 2026

https://github.com/vivekkdagar/leetcode

A collection of LeetCode problems and my solutions.

competitive-programming cpp leetcode leetcode-solutions leethub

Last synced: 09 Jun 2026

https://github.com/ullaskunder3/tdm-opengl-glut-glfw-glad

A step-by-step guide to setting up a modern and portable C++ OpenGL development environment using FreeGLUT, TDM-GCC, and Visual Studio Code on Windows. Includes proper configuration for IntelliSense, build tasks, and project structure for smooth development.

automation cpp gcc opengl runner-script setup tdm windows

Last synced: 09 May 2026

https://github.com/toxe/ffmpeg-tests

Short test programs using FFmpeg libavcodec.

cmake convert cpp decode example ffmpeg libavcodec video

Last synced: 04 May 2026

https://github.com/mangad/design-patterns-case-study

My personal study on Design Patterns.

cpp design-patterns java python sphinx

Last synced: 04 May 2026

https://github.com/vendettaanonymous/cses-solutions

A comprehensive repository of CSES Problem Set solutions, covering essential topics in competitive programming such as algorithms, data structures, dynamic programming, and graph algorithms. Contributions are welcome!

17csl47 algorithms-and-data-structures competitive-programming cpp cses-problem-set cses-solutions csesfi dp hacktoberfest hactoberfest2020 hactoberfest2022 haskell rust vtulab

Last synced: 04 May 2026

https://github.com/viztruth/daily-coding-problems

Solutions for various coding interview problems by DCP. List will be updated regularly as and when I solve the problems.

algorithms c-programming cpp data-structures problem-solving python

Last synced: 04 May 2026

https://github.com/edubr029/arduino-cava-vu-meter

VU Meter for Arduino using CAVA and NeoPixel LED strip.

adafruit arduino cava cpp linux neopixel vu-meter

Last synced: 04 May 2026

https://github.com/mimani68/node_cpp

Simple C++ in Nodejs project

addon cpp gyp javascript node nodejs

Last synced: 04 May 2026

https://github.com/milos85vasic/hello-jni

Small demo program that demonstrates binding C++ with Kotlin

bindings c-plus-plus cpp jni jvm kotlin

Last synced: 04 May 2026

https://github.com/homeboy445/auto-include

Automatically include & remove standard cpp headers accordingly.

cpp vscode vscode-extension

Last synced: 04 May 2026

https://github.com/melardev/cppqtconsolesnippets

Cpp QT snippets with anything other than UI(Concurrency, IO, data structures, Filesystem, crypto, etc)

concurrency console cpp database demos examples filesystem io networking process qt qt5 snippets sockets

Last synced: 04 May 2026

https://github.com/crzxaexe/praktikum-pemrograman-dasar

Recap matakuliah praktikum pemrograman dasar

c cpp javascript pyhton

Last synced: 04 May 2026

https://github.com/mahiethan/detect-optimise-passes-for-data-structs

This project focuses on creating compiler passes in LLVM, that are able to detect and optimise specific data structures, such as Array-of-Structures (AoS) and Structure-of-Arrays (SoA). This is the source code for my CS351 Third Year Project module, where I have achieved a first class mark of 72%.

c compiler-passes cpp data-structures detection llvm llvm-ir llvm-pass optimisations

Last synced: 04 May 2026

https://github.com/bevatsal1122/semester-iii

Second Year | Computer Engineering | Bachelor of Technology

c cpp java

Last synced: 04 May 2026

https://github.com/anathonic/esp32-sensor-station

ESP32-based environmental monitoring station with sensors for temperature, humidity, pressure and gas, using MQTT for data transmission.

cpp dht11 esp32 mqtt sensor-monitor

Last synced: 04 May 2026

https://github.com/mrdvince/celeba

Using Deep Convolutional GAN (generative adversarial network) to generate realistic faces, trained using the celebA dataset, implemented using pytorch c++ frontend.

celeba cnns cpp dcgan deeplearning gans pytorch

Last synced: 04 May 2026

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

This repository contains a variety of competitive programming problems with solutions aimed at improving algorithmic and problem-solving skills. Each problem comes with a clear explanation, efficient solutions in different languages.

beecrowd-solutions competitive-programming cpp csharp java python

Last synced: 04 May 2026

https://github.com/ufo-010/qopenglplot

Qt plotting widget

cpp opengl qt5 widget

Last synced: 04 May 2026

https://github.com/sat0sh1c/nvim-cpp

Additions to NVChad for developing applications with CPP and CMake

cmake cpp dotfiles neovim nvim

Last synced: 05 May 2026

https://github.com/haruelrovix/mwwc

Simple application using following technologies: MongoDB, WCF, C++, C++/CLI, WPF

cpp csharp mongodb wcf wpf

Last synced: 05 May 2026

https://github.com/lmtreser/good-code

Colección de guías y recursos para aprender y mejorar la práctica de escribir código, orientado principalmente a Arduino

arduino begginers cpp git good-practices

Last synced: 05 May 2026

https://github.com/emmanuelmess/betterfeelingsforac

Allows for sending head index ifeel messages to AC

arduino arduino-uno cpp embedded platformio

Last synced: 05 May 2026

https://github.com/icheft/a-cnake

A freshman Programming Design (IM 1003) final project of making a game (snake game) using C++ and SFML library.

c-plus-plus c-plus-plus-game cpp freshman game game-development git macos sfml sfml-library simple-game snake snake-game university-project

Last synced: 05 May 2026

https://github.com/nikitakarmakarp/all-c-file

This is my c&c++ file repository. Where I upload my all c and c++ code which i solve during my vacation

c cpp

Last synced: 05 May 2026

https://github.com/josephdt12/cpp-quads

Transform an image into a blockier version of itself.

cpp opencv

Last synced: 05 May 2026

https://github.com/dkosmari/curlxx

A C++ wrapper for libcurl.

cpp cpp23 lgpl lgplv3 libcurl libcurl-binding

Last synced: 05 May 2026

https://github.com/doga0/pwd

TEKNOFEST International Unmanned Aerial Vehicle Competition Project With My Darling

artificial-intelligence c cpp darknet-ros mavlink object-detection opencv pixhawk4 python ros2-foxy termal-camera yolov4-tiny

Last synced: 05 May 2026

https://github.com/iaceene/philosophers_42

This project is about how to use the threads and mutexes to prevent data race, you can apply the same concepts to the dining philosophers problem.

1337school 42cursus c cpp fork philosophers philosophers42 threads

Last synced: 05 May 2026

https://github.com/nkid00/5x5

解一个简单的数学问题。

cpp cpp11 mathematics python python3

Last synced: 05 May 2026

https://github.com/zsarge/serpent-game

another snake clone

cpp game learning snake snake-game

Last synced: 05 May 2026

https://github.com/hoan02/laptrinhonline.club_new

Đây là kho lưu trữ các bài mình đã tự giải trên trang https://laptrinhonline.club/ và tool cào dữ liệu sử dụng Selenium(Python)

c cpp python3 selenium

Last synced: 05 May 2026

https://github.com/suryapratapsinghsuryavanshi/xgit

A Simple git client, provides flexibility to committers.

cmake cpp git github shell-script

Last synced: 05 May 2026

https://github.com/reowulf/mtsu-projects

A few projects created while studying at MTSU for my BS in computer science. Projects included are from Neural Networks, Data Analysis, Advanced Python, Computer Architecture, and Algorithms & Data Structures.

algorithms-and-data-structures computerarchitecture cpp dataanalysis neuralnetworks python r

Last synced: 05 May 2026

https://github.com/antoninobonanno/smart-street

The goal of the project is to create an application that simulates the behavior of an intelligent road. The basic idea is to have roads traveled by cars, the cars communicate and interact with the road, the latter gives the cars the actions to be carried out.

cpp golang python qt rest socket

Last synced: 05 May 2026

https://github.com/romhenri/cpp

Challenges/Studies of Competitive Programming in C++ language.

c competitive-programming cpp

Last synced: 05 May 2026

https://github.com/caiofov/calculator-qt-cpp

A calculator developed in C++ with Qt

calculator cpp qt

Last synced: 05 May 2026

https://github.com/xr-stb/tinygamesvr

tinygamesvr base on grpc

cpp gameserver golang

Last synced: 05 May 2026

https://github.com/seldo97/simple_arduino_projects

My simple Arduino projects (C/C++)

arduino cpp

Last synced: 05 May 2026

https://github.com/suecreamm/algorithms

Problems solving 백준 프로그래머스 문제풀이

algorithms boj-solutions cpp programmers-online-judge python

Last synced: 05 May 2026

https://github.com/mute124/true-enum

True Enum is a simple header-only library designed for easy enumeration of variables or objects that can be implemented in only one line of code. It is extremely customizable to the point of being able to cap it's memory usage!

cpp customization easy-to-use enumeration example-code fast fastapi header header-only header-only-library lightweight lite modular

Last synced: 05 May 2026

https://github.com/marioinf-master-compuerscience-ucm/computacionaltasprestaciones

Repositorio de trabajo de la asignatura "Computación de altas prestaciones" (curso 22-23), perteneciente al Máster en Ingeniería Informática de la Universidad Complutense de Madrid (UCM)

c cpp hpc-applications spanish-language

Last synced: 05 May 2026

https://github.com/milindgoel15/c-cpp

Github repo for all c or c++ programs to learn at beginner level.

c cplusplus cpp

Last synced: 05 May 2026

https://github.com/tblauwe/tcm

A CMake module to reduce boilerplate

boilerplate c cmake cmake-module cpp doxygen

Last synced: 05 May 2026

https://github.com/dvir-yona/cpp-cmake-base-project

A template for C++ projects using CMake, featuring support for GCC and Clang compilers, debug and release build modes, gdb and valgrind, and a run.sh script to simplify building and running the project.

c-plus-plus cmake cpp ninja

Last synced: 05 May 2026

https://github.com/zen0x7/boosted

Container to build and deploy C++ and boost applications

boost cpp docker

Last synced: 05 May 2026

https://github.com/anasmaarouf/password-generator

Generates a random password which could contain any characters, which is commonly accepted to be used in a password.

cplusplus cpp password-generator

Last synced: 09 Jun 2026

https://github.com/simonthorell/tonalflex-prototype

TonalFlex is an embedded audio open-source project dedicated to making professional-grade audio processing more accessible, flexible, and cost-effective.

cmake cpp elk-audio envoy-proxy grpc juce-framework python real-time-audio typescript

Last synced: 05 May 2026

https://github.com/h-d-owl/dbconsole

A console application that allows you to create and open databases and send any SQL queries to them.

cli cli-tool command-line-tool console console-tool cpp database database-manager databases db sql sqlite sqlite-cli sqlite-database sqlite-shell sqlite3 unicode unicode-support utf16 windows

Last synced: 05 May 2026

https://github.com/harunkurtdev/python_cpp_struct

python c/c++ with arduino sructer scaffold application

arduino arduino-struct cpp cpp-struct python python-struct struct

Last synced: 05 May 2026

https://github.com/arya-io/cpp-opencv

A pipeline for extracting video frames using GStreamer and detecting/cropping faces from the frames using OpenCV's Haar Cascade classifier in C++.

computervision cpp facedetection frameextraction gstreamer haarcascade imageprocessing opencv shellscript videoprocessing

Last synced: 05 May 2026

https://github.com/jfrimmel/talks-and-sources

This repository contains a list of talks and papers, that I find insightful and worth sharing

c concurrency conference conference-talk cplusplus cpp data-oriented data-structures list optimization papers rust security simd software-arch software-design talk talks video videos

Last synced: 05 May 2026

https://github.com/toshikinakamura0412/pointcloud_saver_ros

ROS package for saving pointcloud data as PCD file.

cpp mit-license pcd pcl pointcloud robotics ros ros-noetic

Last synced: 05 May 2026

https://github.com/spicycactuar/half-edge

Triangle mesh rendered backed by a half-edge data structure

computer-graphics cpp geometry-processing half-edge-data-structure opengl qt5

Last synced: 05 May 2026

https://github.com/jncrmx/cutie-logs

A simple and lightweight OpenTelemetry log server combining collection, storage and analysis.

cpp cpp-modules cpp23 logging opentelemetry otel otel-collector wasm webassembly

Last synced: 05 May 2026

https://github.com/daisvke/qrgenerator

This program coded in C++ creates a QR code with the string provided from the command line.

cpp pillow qrcode qrcode-generator qrencode qrencode-android

Last synced: 09 Jun 2026

https://github.com/chewytoast/42_cursus

All the projects carried out for Campus 42 Barcelona

bash c cpp

Last synced: 05 May 2026

https://github.com/czoido/tensorflow-cpp-conan-example

Example with tensorflow lite library in C++ using Conan for image classification

cpp machine-learning opencv tensorflow

Last synced: 05 May 2026

https://github.com/momen-alshouha/data-structure-queue

This repo contains a C++ template class for a queue -linked-list-based- , designed with OOP principles. It features essential queue operations such as enqueue, dequeue, front, rear, size tracking, and a copy constructor.

cpp data-structures linked-list oop-principles queue

Last synced: 09 Jun 2026

https://github.com/huming2207/enlight

Yet another WiFi smart lamp, built with Espressif ESP32 micro-controller, SK6812 LED and Arduino/FreeRTOS (as backend)

arduino cpp esp32 esp32-arduino espressif html5 javacsript semantic-ui

Last synced: 05 May 2026

https://github.com/mickaelblet/conf

Config load and dump library

cpp cpp98-compatible

Last synced: 09 Jun 2026

https://github.com/nshkrdotcom/prappy

Windows-native C++20 app and reproducible setup for SDL3, bgfx, Dear ImGui, CMake, Ninja, and MSVC.

bgfx cmake cpp cpp20 dear-imgui developer-tools graphics imgui msvc native-app native-tooling ninja nshkr-misc powershell sdl3 tool-ui windows windows-11 windows-setup

Last synced: 09 Jun 2026

https://github.com/matthew-mosior/bioinformatics

C++, Java, Python, and Haskell source code for solving Bioinformatics related problems.

algorithms bioinformatics cpp haskell java python python3

Last synced: 05 May 2026

https://github.com/abhishek-sanwal/leetcode_solutions

Wanna hustle for problem solving skills? Checkout my leetcode submissions.

cpp java javascript python3

Last synced: 05 May 2026

https://github.com/dhn-nys/pcandcpp

Learning the Book : Pemrograman C Dan C++ (Adam Mukharil Bachtiar). || Ongoing

c c-cpp cpp cpp-c dev-cpp gcc gnu gnu-linux linux linux-gnu windows

Last synced: 05 May 2026

https://github.com/vlmarkov/self-driving-car

Self-Driving Car based on Raspberry Pi 5 board

autonomous-driving cpp lane-detection opencv raspberry-pi self-driving-car

Last synced: 05 May 2026

https://github.com/63rabbits/pxt-microbit-my-blocks

MakeCode プロジェクト

cpp microbit

Last synced: 05 May 2026

https://github.com/simonnyvall/finding-pi

Approximating pi with phisics

c cpp math pi

Last synced: 05 May 2026

https://github.com/microshaftcorp/windroid-98

Windows 98+Android=Windroid 98

c cpp java javascript operating-system os phone-os

Last synced: 05 May 2026

https://github.com/mulatinho/challenges

just a repository of challenges from hackerrank.com

challenge-solutions cpp go golang hackerrank-challenges hackerrank-solutions python

Last synced: 05 May 2026

https://github.com/skhalifa05/raylib-pong

Pong Game is a simple engaging game built with Raylib, where players control a paddle to keep a bouncing ball in play. The game features dynamic ball physics, a scoring system, and a limited number of lives. Players move the paddle using arrow keys to prevent the ball from falling off the screen.

ball bounce cpp engine game opengl paddle pong raylib

Last synced: 05 May 2026

https://github.com/gastonduault/compiler

C to assembly language compiler

assembly c compilator cpp

Last synced: 05 May 2026