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/mino5531/pong

A simple pong game written in C++

cpp game game-2d opengl pong pong-game

Last synced: 18 May 2026

https://github.com/VioletGiraffe/embeddedUI

Embedded UI library for the Arduino framework

arduino cpp cpp-templates graphics-2d

Last synced: 17 Jul 2025

https://github.com/ekaone/golang

🏌️‍♂️ Some programming experience by Golang

c concurency cpp go golang helloworld multiprocessing multithreading package quote

Last synced: 10 May 2026

https://github.com/dechristopher/toodo

An eloquent CLI-based TODO and FIXME comment viewer for all POSIX systems.

bash c cpp fixme gross hacky todo yucky zsh

Last synced: 05 Apr 2026

https://github.com/xiii-mc/trustedinstallerelevation

Create a shell that has TrustedInstaller level of power.

cpp powershell shell trustedinstaller windows

Last synced: 05 Mar 2026

https://github.com/fortune0406/taskblaze

Boost your productivity with TaskBlaze, an AI-driven task management tool. Organize, prioritize, and manage tasks effortlessly. 🚀✨

ai automation cpp desktopapp freelance kanban minimalistic offline productivity productivitytools taskmanagement timetracking todolist windowsapp workflow

Last synced: 17 Jul 2025

https://github.com/angeligareta/non-deterministic-finite-automaton

Implementation of a Non-deterministic Finite Automaton in C++. The program can show the dead states, check if the NFA is a DFA and analyze a string to see if it belongs to the NFA.

cpp dfa nfa nfa-to-dfa-conversion nfa2dfa

Last synced: 14 Jul 2025

https://github.com/basemax/cpp-ostream-istream-example

A small C++ program to exercise istream and ostream >>, << operator and overriding * operator to generate a array list automatically.

cpp cpp-course cpp-io cpp-istream cpp-ostream

Last synced: 03 Apr 2025

https://github.com/jfet97/real_array

This template class is being created to access to the n-th element of an array using [n] instead of [n-1]. I'm creating an useless new type to replace arrays.

cpp

Last synced: 17 Jun 2026

https://github.com/arikmukherjee/cpp_codes

This repo contains all C++ codes.

cpp

Last synced: 24 Jun 2025

https://github.com/brightprogrammer/cider

CIDEr is a feature rich IDE for C/C++ programming

c cider cpp cross-platform editor gplv3 ide

Last synced: 16 May 2026

https://github.com/denrydu/student-achievement-management-system

一个c++控制台应用(如果您觉得有用的话,请不要吝啬一个:star:哦!

console-application cpp

Last synced: 24 Jun 2025

https://github.com/naetherm/langdict

Small C++ program fo generating a collection of words and their near neighbours based on Levenshtein and phonetic similarity.

archaic cpp language-dictionary phonetic-similarity word-similarity

Last synced: 27 Mar 2025

https://github.com/image357/password

This is a simple password manger (library) written in Go. You can use it with Go, REST calls and any other language that links with C.

c cpp encryption go golang password password-manager password-store rest rest-api restapi restful restful-api restfulapi simple

Last synced: 10 May 2026

https://github.com/ajlekcahdp4/vulkan-learning

Just me learning vulkan C++ API

cpp vulkan-api vulkan-sdk

Last synced: 04 Apr 2025

https://github.com/neimat1/codeforces

My solutions for some problems in Codeforces that has been accepted.

codeforces codeforces-solutions cpp

Last synced: 24 Jun 2025

https://github.com/horazont/dragonstash

A transparent block-wise file system cache overlay with libfuse3, written in C++.

cache cpp fuse-filesystem sftp-client

Last synced: 05 Apr 2025

https://github.com/oleksa-oleksa/esp32_noisedetector_internship

Internet of Things project: ESP32, FreeRTOS, WiFi Connectivity

c cpp embedded-systems esp32 internet-of-things microcontroller mqtt-protocol

Last synced: 05 Apr 2025

https://github.com/taharachedi/custom_double_linked_list_library-cpp

A C++ template-based doubly linked list implementation providing essential list operations such as insertion, deletion, searching, and reversal.

cpp data-structures

Last synced: 10 Jul 2025

https://github.com/zesterer/vast-old

Vast is a space sim written in C++ using OpenGL

3d cpp game opengl sim space spacecraft vast

Last synced: 21 May 2026

https://github.com/codebydant/video2opencv-video

This is a C++ program to convert a video to opencv format video

cmake cpp opencv video

Last synced: 10 Sep 2025

https://github.com/massimo-marino/containers-benchmark

insertion operations benchmark for some C++17 containers

benchmark benchmarking cpp cpp17 stl-containers stl-vector

Last synced: 14 May 2025

https://github.com/bluewitherer/iconprofiles

Save your icon sets into packs!

cmake cpp enhancement geode geometry-dash mod offline

Last synced: 17 Jul 2025

https://github.com/alwaysdhruv/image-classification-cpp

Hi their my self Dhruv. So this repository or project are developed on C++ and Python for image recognize. C++ are main engine and python are work preprocessing only. more information are in README file.

artificial-intelligence backpropagation bias convolution cpp filesystem filters flatten fully-convolutional-networks image machine-learning-algorithms maths maxpooling preprocessing python vector weigths

Last synced: 17 May 2026

https://github.com/kdesp73/terminal-todo

An easy to use todo app for your terminal with a TUI

cpp gh-cli issues terminal todo todo-list todolist tui

Last synced: 18 May 2026

https://github.com/axway-streams/axway-amplify-streams-cpp

Sample application to show how to use Streamdata.io in a C++ application

cpp eventsource server-sent-events sse streaming-data

Last synced: 13 Aug 2025

https://github.com/hong539/coding_collects

coding_collects for practice coding with any other Programming languages

c coding cpp csharp javascript python python3 rust

Last synced: 05 Apr 2025

https://github.com/joeesmithh/spreadsheet-app

A simple spreadsheet app developed to learn Qt Widget app development.

cpp gui qt

Last synced: 18 May 2026

https://github.com/xorhpp/blinker

A little application to remind you to blink (I don't know why I made this, but here it is 😀)

blinker cpp cpp20 imgui imgui-standalone

Last synced: 17 Jul 2025

https://github.com/fujiwarachoki/skibidb

A windows-only, secure, lightweight, and fast Database Management System written in C++

cpp database-management-system sql

Last synced: 17 Jun 2025

https://github.com/condy0919/ccdoc

Tries to be the next documentation generator for c/c++

cpp documentation-generator

Last synced: 16 May 2026

https://github.com/sameetasadullah/count-and-display-command-line-arguments

A simple C++ program to count and display command line arguments

command-line-arguments cpp linux ubuntu

Last synced: 17 May 2026

https://github.com/jgsogo/template-cpp-project

A C++ project using CMake and connected to a _central_ repository of Conan recipes

cmake conan cpp template

Last synced: 20 Jan 2026

https://github.com/thomasms/solid_talk

Slides on SOLID principles with examples

cpp cpp11 example revealjs slides solid solid-principles

Last synced: 29 Mar 2025

https://github.com/genebit/adnu-code

Hackerrank/Edabit/Coding Repository

challege competitive-programming cpp hackerrank problem-solving

Last synced: 17 Jul 2025

https://github.com/amaitou/cpp-modules

Collection of CPP Modules that come to introduce the world of Object-Oriented Programming where it covers many topics starting with Casting, Classes, passing by Inheritance as well as polymorphism, Templates, and Containers.

1337school 42cursus 42network cpp modules

Last synced: 20 Jul 2025

https://github.com/biud436/algorithms

PS(Problem Solving)

cpp ruby

Last synced: 18 May 2026

https://github.com/mr-mrf-dev/pizza-finder

🍕 our Project in DS (Data Structure) with C++ Programming Language.

2d-tree c cmake cpp data-structure ds kd-tree

Last synced: 12 Feb 2026

https://github.com/talhabalaj/menutor

A CLI Menu creator for C++

cli cpp lambda menu

Last synced: 27 Mar 2025

https://github.com/pierrechevalier83/2048

A simple command line implementation of the popular 2048 game.

2048 cli cpp cpp11 cpp14 game kata ncurses

Last synced: 04 Apr 2025

https://github.com/hosseinmoein/DataItem

This is an interpretation and implementation of dependency graph by which you can implement many analytical models, such as alpha and risk models.

container cpp dependencies dependency-graph dependency-manager self-describing

Last synced: 01 May 2025

https://github.com/akshitkrnagpal/sockets-cpp

Server and Client Implementation using C++

client-server cpp sockets

Last synced: 20 Jun 2025

https://github.com/raythurman2386/log_viewer

A high-performance log file viewer built with Python and C++. Combines the ease of use of PyQt6 with the performance of C++ for file operations.

cpp pyqt6 python

Last synced: 17 May 2026

https://github.com/101rror/cses

Practice Problems Solutions,🤞💻🤞 (Author :: 101rror)

cpp cses-problem-set cses-solutions practice-programming

Last synced: 20 Jul 2025

https://github.com/getiot/vtk-courses

VTK 入门教程配套代码

3d-graphics cpp tutorial-code vtk

Last synced: 14 Jul 2025

https://github.com/laubps/polygon-detector-opencv

Advanced C++ project using OpenCV to detect and classify polygons in images. Features precise edge and contour detection, polygon classification (triangles, quadrilaterals, etc.), and a Qt-based GUI. Supports JPEG, PNG, BMP formats. Includes advanced image processing and basic AI algorithms for better classification.

cpp opencv qt qt-gui qtcreator

Last synced: 07 Jan 2026

https://github.com/fulcrum6378/mergen_android

A real-time artificial intelligence which simulates the human brain on a computer. (main version for Android)

android artificial-intelligence computer-vision cpp java jni logic probabilism probability reward-system robot robotics vulkan

Last synced: 30 Dec 2025

https://github.com/akashgutha/10print

10 print program in various languages and platforms

10print c cpp csharp javascript p5-sketches p5js python typescript

Last synced: 07 Apr 2026

https://github.com/gaetanozappi/cantor

Project applies the cantor solution.

cantor cpp

Last synced: 13 Apr 2025

https://github.com/mrnazu/guess-the-number

simple c++ console-based game :)

cpp guessing-game guessing-number-game

Last synced: 13 Jul 2025

https://github.com/ornstein89/qtabstractmodelcreator

Just a prototype/sketch of automated model class generator (*.h + *.cpp), based on QAbstractItemModel, especially fo integration from C++ to QML. Site and detailed desctiption under construction

cpp model mvc qabstractitemmodel qt

Last synced: 19 May 2026

https://github.com/dolphywind/pong-on-desktop

Pong game but uses real windows as paddles, scoreboard and ball

2d 2d-game cpp cpp20 pong-game sfml sfml-game sfml2

Last synced: 29 Mar 2025

https://github.com/yhirose/cpp-liblinear

A single file C++ header-only wrapper for LIBLINEAR library

cpp cpp11 header-only liblinear

Last synced: 29 Mar 2025

https://github.com/samirhamadaa/math_game

A simple interactive math quiz game with different difficulty levels and operations.

c-plus-plus console-game cpp game-development interactive-learning math-quiz mini-project random simple-game terminal-game

Last synced: 30 Jun 2025

https://github.com/vovandreevik/bifurcation-analysis-in-dynamical-systems

This project involves analyzing the stationary solutions of a system of differential equations depending on the parameter p4 .

bifurcation cpp differential-equations eigenvalues jacobian mathematical-modelling

Last synced: 16 May 2026

https://github.com/libhide/differential-engine

Command line tool to find derivatives.

cbse cpp turbocpp

Last synced: 12 Mar 2026

https://github.com/henrygerardmoore/grav

N-body gravity simulator

cmake conan cpp eigen entt quill sfml

Last synced: 17 Feb 2026

https://github.com/0x0c/timespiece

timespiece, a watchdog timer

cpp cpp-library cpp11 timer

Last synced: 05 Apr 2025

https://github.com/illescasdaniel/modern-cpp-spanish

Buenas prácticas y nuevas funciones de C++ moderno

cpp modern

Last synced: 20 May 2026

https://github.com/prashant-software-developer/6companies30days

A Challenge to make sure you start with your goals today , don’t procrastinate and don’t let your college decide your future.

cpp dsa microsoft

Last synced: 08 May 2025

https://github.com/subatomicplanets/simplebitcoinminer

A simple Bitcoin C++ and CUDA solo miner

bitcoin cpp cryptocurrency cuda miner

Last synced: 19 Apr 2026

https://github.com/toxe/design-patterns

Design Patterns Examples

cpp cpp20 design-patterns

Last synced: 11 Jul 2025

https://github.com/fl444mingo/fl4-cs131-02-01-var

Ch. 2, Lesson 1, Variables

cpp learning learning-cpp

Last synced: 22 Jun 2025

https://github.com/d3m1d0s/opengltemplate

Modern C++20 OpenGL starter template with CMake, GLFW, and GLAD

cmake cmakelists cpp cpp20 cross-platform glad glfw graphics opengl template

Last synced: 16 May 2026

https://github.com/yrhiba/42_cpp_module

This is Pool Days On C++.

cpp inheritance oop polymorphism

Last synced: 05 Apr 2025

https://github.com/scarface987/imputetoolkit

🔍 Evaluate and compare imputation methods with consistent metrics using the intuitive S3 interface of the `imputetoolkit` R package.

benchmarking cpp data-quality devtools evaluation-metrics imputation missing-data missing-data-imputation r rcpp roxygen2 testthat usethis

Last synced: 18 May 2026

https://github.com/diable201/grokking_algorithms

Code from the book "Grokking Algorithms" in Python3 and C++

algorithms-and-data-structures cpp grokking-algorithms python3

Last synced: 18 May 2026

https://github.com/evanpacini/collatz

C++ and Python programs to analyse the Collatz conjecture.

collatz collatz-conjecture cpp mathematics maths python python3

Last synced: 16 May 2026

https://github.com/shishir-dey/libmodbus

"libmodbus" is a lightweight C++ Modbus library tailored for embedded systems

cpp embedded-systems firmware library microcontroller modbus

Last synced: 04 Mar 2025

https://github.com/gusenov/examples-ccache

Примеры ускорения рекомпиляции с помощью Ccache.

ccache cpp examples recompilation

Last synced: 03 Jul 2026

https://github.com/element39/bun-llvm

🍔 use LLVM with bun effortlessly

bindings bun c cpp ffi go ir javascript llvm llvm-bindings rust typescript zig

Last synced: 09 Apr 2026

https://github.com/upes-open/scientific-calculator

Scientific Calculator written in C++ using OOPS concepts with features like add on memory.

cpp

Last synced: 15 Apr 2025

https://github.com/erwan-simon/arcade

C++ launcher with 2 games and 2 graphical librairies

arcade cpp epitech game ncurses pacman sfml shared-library snake

Last synced: 14 Jul 2025

https://github.com/better-ecosystem/better-greeter

A better display manager and lock screen made for BetterDE.

better cpp cpp20 display-manager gtk4 lockscreen

Last synced: 18 May 2026

https://github.com/amanoteam/atar

A GCC cross-compiler targeting OpenBSD 7.0

c cpp cross-compiler gcc openbsd

Last synced: 07 May 2025

https://github.com/chinmaykaitade/chai-aur-cpp

This repository contains code files for C++ Practice Problems and Concepts from Beginner to Advanced.

c-programming cpp dsa dsa-algorithm dsa-practice problem-solving

Last synced: 17 Jul 2025

https://github.com/uchuhimo/sparkle

An actor system for C++

actor cpp

Last synced: 28 Mar 2025

https://github.com/madladsquad/uimguirendererexamples

Custom renderer examples for the UntitledImGuiFramework

bgfx cpp directx dx11 dx12 imgui metal renderer rendering

Last synced: 12 Sep 2025

https://github.com/mssm199996/pi-smarthouse-monitoring

Java spark web application for raspberry pi for smarthouse monitoring

arduino cpp google-guice java11 maven raspberry-pi sparkjava websocket wemos-d1 wifi

Last synced: 07 Apr 2026

https://github.com/veracioux/siau-devconf

An MBED C++ code generator for smart home devices

cli cmake cpp json linux mbed mbed-os mqtt qttest

Last synced: 07 Apr 2026

https://github.com/tassil0/vsb-inf

Like vsbsklad.cz, but open-source.

cpp vsb

Last synced: 12 Sep 2025

https://github.com/rakshitgupta9/library_managment-cpp-project

The C++ code implements a Library Management Software with book entry, search, issue, return, and administrator functionalities. Password protection and file handling are used, and the program provides an "About" section.

cpp filehandling library-management-system

Last synced: 19 Jun 2025

https://github.com/mattsalves/securepassgen

SecurePassGen is a lightweight C++ application designed to generate strong and customizable passwords. It offers users the ability to specify password length, inclusion of special characters, and spacing between characters, ensuring the creation of secure passwords tailored to individual preferences.

cpp password-generator security

Last synced: 21 Mar 2025

https://github.com/grachale/intersect_union_regular_languages

Implementation of an algorithm that enables finding the minimal deterministic finite automaton that accepts the intersection or union of languages defined by a pair of finite automata.

automata-theory cpp regular-languages theoretical-computer-science

Last synced: 25 Jun 2025

https://github.com/whisperity/distcc-driver

Driving DistCC-based distributed C/C++ compilation in a smarter way: without having to deal with DISTCC_HOSTS intricacies and without accidentally stalling your development machine.

bash bash-script c clang compiler compiler-frontend cplusplus cpp developer-environment developer-tools distcc distributed-computing driver gcc linux load-balancing zsh zsh-script

Last synced: 07 Apr 2026