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/Throows/GameOfLife

This is a reproduction of the famous game of life

cpp gameoflife sfml xmake

Last synced: 12 Mar 2025

https://github.com/eason-zhou-233/travel-planning

基于A*算法的旅途行程智能规划系统

astar cpp java

Last synced: 12 Jun 2026

https://github.com/gcattt/front-end-kaleidoscope

A little compiler for a non-trivial language

compiler cpp llvm-frontend llvm-tutorial

Last synced: 09 Apr 2025

https://github.com/heyfoz/cpp-cartesian-coordinates-identifier

The Cartesian Coordinates Identifier program (C++) allows the user to enter x and y coordinates, which are used to determine the user's location on a cartesian plane. The resulting location is displayed as output.

cartesian-coordinates cpp identifier location

Last synced: 17 Jun 2026

https://github.com/actualcannibalpanda/paradox

A Game I'll Eventually Make

cpp game opengl

Last synced: 10 May 2026

https://github.com/voximir-p/logicsim

A simple yet powerful logic gate simulator. [WIP]

circuit cmake cpp cppm logic-gates opengl sfml simulator

Last synced: 31 May 2026

https://github.com/hellojudger/hellojudger

Hello Judger Third generation:A nice and fast problem-judging application made of PyQt6

acm-icpc cpp cross-platform hellojudger oi programming-contest-judge pyqt6-desktop-application python

Last synced: 14 Jan 2026

https://github.com/ousama2020/nodebook

🔍 Diagnose and fix Node.js performance issues with NodeBook, a guide filled with practical insights from years of real-world experience.

asciidoctor asynchronous-programming book code course cpp elixir exemples exercices gitbook haskell java javascript livre napi nodejs php rust

Last synced: 12 Apr 2026

https://github.com/acensjj/ft_containers

Les nombreux containers du C++ ont de divers intérêts. Afin de bien les comprendre, nous allons les ré-implémenter !

42 42born2code cpp cpp98 ft-containers

Last synced: 05 Oct 2025

https://github.com/helynranta/flappy-karp

This is my little flappy bird clone with which I’m testing how to package my engine.

cpp flappybird gamedev handmade

Last synced: 05 Oct 2025

https://github.com/mnoomnoo/cursorlocker

Keeps the cursor inside the boundary of the primary monitor if the specified executable is already a process or when it becomes a process.

cpp cursor cursor-boundary cursor-lock cursor-movement cursor-position fullscreen fullscreen-mode lock-cursor monitor multi-monitor screen windows

Last synced: 13 Apr 2026

https://github.com/pent0/frsstl

Header-only implement of standard library

cpp sse standard-library std

Last synced: 06 Oct 2025

https://github.com/akshayrathore11/cpp

A language that will make you fall in love, irritate you to no end, frustrate you beyond belief, but also give you that rare pleasure of a perfectly running program

cpp

Last synced: 03 Jul 2025

https://github.com/njzjz/pyforce

A custom package for LAMMPS, adding a fix command for calculating forces with Python.

cpp force lammps python

Last synced: 18 May 2026

https://github.com/sh-nihil-mukkesh-25/vaultify

Vaultify is an intelligent security system combining ESP32 hardware with AI-powered monitoring. It features RFID-based access control, motion detection, automated auto-lock, real-time alerts, and a dashboard for tracking and analyzing security events.

arduino c chatbot cpp esp32 fastapi gemini-api html langchain mpu6050 python render-deployment rfid-reader twilio-sms-api vercel-deployment

Last synced: 14 Apr 2026

https://github.com/jke94/scribe

C++ logger implementation based in a expansible concept: write your custom logger implementation.

cpp logger

Last synced: 07 Jun 2026

https://github.com/zakhaev26/cpp

Git Repo for my C++ Codes and Notes for future reference.

cpp

Last synced: 06 Oct 2025

https://github.com/bindu-1805/dsa_solutions

This repository consists of solutions to questions on LeetCode and other platforms solved in C++.

cpp dsa

Last synced: 06 Apr 2025

https://github.com/shreyas9699/2d_ray_casting

A simple 2D Ray casting using SFML

cpp gamedev raycasting raycasting-engine raytracing sfml

Last synced: 25 Mar 2025

https://github.com/cyprich/cpppong

Simple Pong Game in C++

cpp pingpong raylib

Last synced: 05 Jun 2026

https://github.com/rhazra-003/my_cp_solutions

Collection of Competitive Programming questions I solved for my placement preparation!

algorithms-and-data-structures codechef codeforces competitive-programming contest-programming cpp leetcode stl

Last synced: 06 Oct 2025

https://github.com/tralahm/vulkan-graphics-api

Exploring the Vulkan Graphics API with C++.

cmakelists cpp tralahm tralahtek vulkan-api vulkan-game-engine

Last synced: 06 Oct 2025

https://github.com/okoge-kaz/numerical_analysis

2022-1Q 数値計算法 (Tokyo Tech)

c cpp python3 titech

Last synced: 13 Apr 2026

https://github.com/seungjaeryanlee/halitebot-nori

Bot that competed in Halite, Two Sigma's bot competition.

bot bots c-plus-plus cpp halite

Last synced: 06 Oct 2025

https://github.com/sla-ppy/seed

[A] Graphical C++ program using SFML to create motivational to-dos

cpp sfml

Last synced: 11 Jun 2025

https://github.com/rafaeljvicente/simpleblackboxctestcpp

Simple test for Black Box testing the main() function with 1 input and 1 output file passed through standard io

blackbox cmake cpp ctest function main script simple test testing

Last synced: 11 Jun 2025

https://github.com/anlaki-py/pass-gen

Simple/secure password generator that you can quickly run everywhere in your terminal.

cpp password-generator simple-project terminal-app

Last synced: 30 Mar 2025

https://github.com/jancervenka/net

Neural network classifier implemented in Eigen

cpp eigen neural-network

Last synced: 07 Oct 2025

https://github.com/kruziikrel13/cpp_template

C++ Template Repository for personal use.

clang cmake cpp nix template

Last synced: 17 Apr 2026

https://github.com/fierycod/openmp-class-bench

Zrównoleglenie wstępnego przetwarzania danych przy użyciu OpenMP

cpp openmp python

Last synced: 28 Feb 2025

https://github.com/winterfulllll/object-oriented-programming-course

Репозиторий с решениями лабораторных работ по ООП на C++ 🚀

cmake cpp gtest oop

Last synced: 25 Mar 2025

https://github.com/bornalgo/cpp-sorting-demos

A collection of well-documented C++ sorting algorithm examples, including bubble, counting, insertion, merge, quick, radix, selection, and shell sorts. Explore, learn, and implement essential sorting algorithms in your projects.

bubble-sort counting-sort cpp insertion-sort merge-sort quick-sort radix-sort selection-sort shell-sort sorting-algorithms visual-studio-code

Last synced: 01 Apr 2025

https://github.com/akazad13/leetcode

I will provide explanations for LeetCode problems in this repository.

cpp graph-algorithms greedy-algorithms leetcode leetcode-cpp leetcode-solutions linked-list sliding-window

Last synced: 08 Apr 2025

https://github.com/garyhilares/rubber-numbers

Arbitrary integer size and floating point precision support library for C++.

bigfloat bigint cpp cpp-library no-dependencies

Last synced: 08 Apr 2025

https://github.com/soodaayush/codeforces

A collection of all my solutions to Codeforces contests and problem sets.

codeforces competitive-programming cpp

Last synced: 24 Mar 2025

https://github.com/kazooki123/lunardb_security

Rust & C++ binding lib for security

bindings cpp crate library rust security

Last synced: 16 May 2026

https://github.com/borisskert/cpp-katas

This repo contains my solutions for some C++ katas submitted in Codewars.

codewars codewars-cpp codewars-solutions cpp igloo-bdd igloo-testing

Last synced: 17 Mar 2025

https://github.com/charmee123/litcoder_vit

It's a repository of all labs and contests of litcoder in c++ language

cpp dsa-algorithm stl

Last synced: 07 Oct 2025

https://github.com/kh-suleiman99/modern-cpp-challenges

The repository contains modern C++ challenges. I wrote them while studying the ‘Beginning C++ Programming - From Beginner to Beyond’ course on Udemy.

cpp oop stl-containers

Last synced: 29 May 2026

https://github.com/lunathanael/sfinae

ML & C++ Blog

cpp ml

Last synced: 31 May 2026

https://github.com/totto16/imdb-dataset-to-postgresql

IMDB Dataset to preseeded PostgreSQL converter

cpp imdb imdb-dataset postgresql

Last synced: 12 Apr 2026

https://github.com/hhk7734/proto

Generated library for lol-iot Protobuf and gRPC

cpp golang grpc protobuf python typescript

Last synced: 12 Apr 2026

https://github.com/gholamrezadar/ghdpt-cpp

A simple progressive path tracer in c++

cpp pathtracer

Last synced: 16 Jan 2026

https://github.com/tiendq/sqlitecppexample

C++ example project using SQLiteCpp as a Git submodule

cpp database sqlite

Last synced: 15 Apr 2026

https://github.com/saklis/low-engine

An Engine created for Lords of War - a turn-based strategy inspired by Warlords 3.

cpp game game-2d game-dev game-development game-engine gamedev sfml turn-based turn-based-strategy warlords-3

Last synced: 03 Jul 2025

https://github.com/sinnwrig/directxshadercompiler-zig

Fork of Microsoft/DirectXShaderCompiler built with Zig and including Zig / MinGW compatability patches from hexops/DirectXShaderCompiler

compiler cpp directx directx-11 directx-12 shaders zig ziglang

Last synced: 08 Oct 2025

https://github.com/i-jss/unb-competitive-programming

Personal collection of competitive programming solutions and coursework notes from my Computer Engineering degree at UnB, 100+ problems across 6 disciplines and 3 marathons.

assembly c competitive-programming cpp pascal regex

Last synced: 31 May 2026

https://github.com/subhash3/leetcode

My approaches to various leetcode problems

algorithms cpp data-structures leetcode-solutions

Last synced: 08 Oct 2025

https://github.com/pawel2000pl/fixed_point

Template for fixed-point operations with a simplified math library (dedicated for RISC-V IM).

cpp fixed-point risc-v taylor-series template

Last synced: 03 Jul 2025

https://github.com/simlf/arcade

The arcade is a project made for learning how to use the OOP paradigm in C++.

cpp epitech ncurses sdl2 sfml

Last synced: 08 Oct 2025

https://github.com/chanchancl/zero

纯软件实现的固定渲染管线。

cpp software-rendering

Last synced: 03 Jul 2025

https://github.com/bernoussama/arduino-rfid

arduino rfid access control system

arduino cpp iot

Last synced: 14 Feb 2026

https://github.com/darkyboys/magma

`Magma` is an Open-Source Cross-Platform Build System developed for Making C++ Projects with a lot of ease.

build build-automation build-system build-tool build-tools buildsystem cpp cpp-programming

Last synced: 21 Jan 2026

https://github.com/willguimont/sfml_template_cmake

CMake template for SFML

cmake cmakelists cpp sfml template

Last synced: 08 Oct 2025

https://github.com/pop0097/gps_driver

GPS driver for a STM32 F7 ARM microprocessor made using C++.

cpp firmware gps stm32

Last synced: 16 Mar 2025

https://github.com/gunter0216/maze

Десктопное приложение для создания идеального лабиринта, поиска пути и генерации пещер через клеточный автомат.

algorithms cpp qt

Last synced: 24 Apr 2026

https://github.com/bergolho/cracking-the-coding-interview

Solutions to the Cracking the Coding Interview book.

cpp interview-questions

Last synced: 25 Mar 2025

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

Matrix multiplication app using C++ 📊

cpp matrix-multiplication

Last synced: 08 Oct 2025

https://github.com/agehama/synthesizertutorial

ソフトウェアシンセサイザーの作成チュートリアル

audio-programming cpp digital-signal-processing opensiv3d synthesizer

Last synced: 08 Apr 2025

https://github.com/JayTwoLab/XMLDOMReader

Document Object Model reader for XML (Qt5)

c cpp dom parser qt qt5 reader xml

Last synced: 17 Jul 2025

https://github.com/duster-amigos/hmm_cpp

Complete C++ implementation of Hidden Markov Models with modern C++17 and Eigen

cpp cpp17 eigen hidden-markov-models hmm machine-learning

Last synced: 09 Oct 2025

https://github.com/symbitic/jsr

Cross-platform client for jsr.io

cpp jsr qml qt qt6

Last synced: 06 Sep 2025

https://github.com/eschirni/irc

42 irc

42 cpp cpp98 irc irc-server

Last synced: 27 Jan 2026

https://github.com/samithseu/data-to-txt-file

assignment for creating CRUD methods about Student List while using the file as the data structure

cpp

Last synced: 09 Oct 2025

https://github.com/iledesma08/tp2-algoritmos

Trabajo Nº2 de Algoritmos y Estructuras de Datos de la carrera Ingeniería en Computación

cpp

Last synced: 09 Oct 2025

https://github.com/britanniavirtual/3d_triangle_distance

C++ program to compute minimum distance and collision points between two 3D triangles.

3d-graphics closest closest-point collision cpp detection-algorithm distance point triangles

Last synced: 03 Jul 2025

https://github.com/heyfoz/cpp-even-digits-summation-algorithm

The Even Digits Summation Algorithm program (C++) requests that the user enter an integer greater than 10,000. Once the integer is entered, the program displays the sum of any even digits in the integer.

algorithm cpp digits summation

Last synced: 25 Mar 2025

https://github.com/poakapx/oop_using_gets_and_sets-1

Клас яблука iз застосуванням конструктора, get та set.

cpp project

Last synced: 17 Jul 2026

https://github.com/ron4fun/bytesizecpp

Its a C++11 library that handles how byte sizes are represented and an easy to use interface to convert to other forms of representation.

bytes cplusplus cpp gibibyte gigabyte kebibyte kilobyte mebibyte megabytes pebibyte petabyte tebibyte terabyte

Last synced: 09 Oct 2025

https://github.com/einararnason/analogsensor

Interface for implementing code for analog sensors

analog-sensors cpp

Last synced: 09 Oct 2025

https://github.com/heyfoz/cpp-commodity-sales-loop

This Commodity Sales Loop program (C++) allows the user to enter the number of units and sales price for commodity items sold throughout the day. An algorithm finds the lowest and highest transactions from the array of input values, printing a transaction report to the console.

commodity cpp loop sales

Last synced: 25 Mar 2025

https://github.com/pereirar3/graph-structure

Work and activity required by the Graph Theory discipline at the UFMT

computer-science-disciplina cpp graph theory-of-graphs

Last synced: 09 Oct 2025

https://github.com/heyfoz/cpp-invoice-file-read-write

The Invoice File Read/Write Program (C++) reads invoice details from a .txt file, printing a detailed list of the invoices and their calculated total costs. An output file named output.txt is created to mirror the console output.

cpp file invoice read-write

Last synced: 25 Mar 2025

https://github.com/gtroshin/cpp-cmake-conan

Basic C++ project using CMake & Conan

cmake conan cpp

Last synced: 18 Jan 2026

https://github.com/src3453/3hsplug

An experimental multi-timbal MIDI Synthesizer that uses 3HS88PWN4 to make sound.

audio cpp juce midi sound-synthesis synthesizer

Last synced: 09 Oct 2025

https://github.com/clausklein/cmake-init-modules

C++20 Modules, CMake, And Shared Libraries, conan

cmake conan conan-io cpp cxx20-library

Last synced: 19 Jan 2026

https://github.com/rahul-ydv101/striver-a2z-sheet-soln

🚀 My Solutions to Striver's A2Z DSA Sheet in C++

algorithms compitative-coding cpp dsa striversa2zdsa

Last synced: 09 Oct 2025

https://github.com/heyfoz/cpp-integer-array-filler

The Integer Array Filler Program (C++) declares an array of integers of size 50. The program loops to fill the array with 50 random integers from 1 to 10,000. Finally, the integers are printed to the console, 10 per line.

array cpp integer random

Last synced: 25 Mar 2025

https://github.com/fuodorov/spreadsheet

Simplified analogue of existing solutions: a Microsoft Excel spreadsheet or Google Sheets

antlr cpp spreadsheet

Last synced: 09 Oct 2025

https://github.com/rubenvb/serio

Serio - the serious I/O library

cpp serialization

Last synced: 09 Oct 2025

https://github.com/b3ta-blocker/object-oriented-programming-in-cpp

Explore C++ files to enhance your understanding of Object-Oriented Programming (OOP) concepts. Enjoy the journey!

cpp object-oriented-programming

Last synced: 08 Dec 2025

https://github.com/michal-flaska/regular-to-admin

A funny and educational C++ project that I created for fun because I wanted to learn windows API and user management in C++. Turns your normal windows account to admin. - EDUCATIONAL ONLY

admin cpp educational-project windows

Last synced: 09 Oct 2025

https://github.com/samuel-adekunle/adventofcode2020

Advent of Code 2020 challenges

advent-of-code-2020 cpp

Last synced: 30 Mar 2025

https://github.com/massimo-marino/time-support

a C++17 implementation of a stopwatch (a timer) for testing speed at hot spots.

cpp cpp17 googletest hotspot performance-testing stopwatch testing testing-tools time-stamp-counter timer tsc

Last synced: 09 Oct 2025

https://github.com/jnhu76/cpp_sieve

Modern C++ concurrency benchmark (std::thread, std::atomic) inspired by the classic paper 'Threads Cannot be Implemented as a Library'.

concurrency cpp

Last synced: 10 Oct 2025

https://github.com/theskyler-dev/workchat

A simple CLI-based chatting program

chat cpp mvp

Last synced: 01 Apr 2025

https://github.com/abogical/aoc2023-cpp

Advent of Code 2023 in C++20

aoc-2023 aoc-2023-in-cpp cpp cpp20

Last synced: 10 Oct 2025

https://github.com/vyvy-vi/file-utils

This is a file utility tool made with C++

cli cpp

Last synced: 10 Oct 2025