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/am4nn/authentication-demo

how login data is stored in database and how login details are checked

authentication authentication-demo cli cpp login

Last synced: 29 Jun 2025

https://github.com/vovandreevik/cross-reference-generator

This C++ program reads text from a file, generates a cross-reference table of words along with the lines they appear on, and prints the text with line numbers.

cpp cross-reference dictionary map vector

Last synced: 07 Apr 2025

https://github.com/vovandreevik/counting-sort-algorithm

This C++ program demonstrates the Counting Sort algorithm for sorting an array of integers in three different scenarios: best case, average case, and worst case.

chrono counting-sort cpp vector

Last synced: 07 Apr 2025

https://github.com/c0de4un/zero-logger

zeroEngine Logger Code-Base

cpp cxx log logger logging-library

Last synced: 01 Sep 2025

https://github.com/jonasalbuquerque/ping

Simple ping application with two threads (client and server) communicating by sockets and exchanging ICMP messages.

cplusplus cplusplus-11 cpp cpp11 icmp icmp-ping network-programming networks ping ping-pong pingpong socket-programming sockets

Last synced: 26 Dec 2025

https://github.com/mazenelnahla/autospectra

Auto Spectra is a state-of-the-art instrument cluster designed as part of my graduation project. Developed using the Qt Framework on a Raspberry Pi 5, Auto Spectra seamlessly integrates digital precision and intuitive design to provide real-time vehicle data, enhancing both safety and performance.

arduino bash canbus cpp html5 obd2 php pi5 pizero2 python qt5 serialport stm32f103

Last synced: 11 Apr 2026

https://github.com/mahinkumar/starlit

A Simple Screensaver application built using SDL3 with support for graphics APIs including OpenGL and Vulkan.

cmake cmakelists cpp sdl sdl3 simple-direct-media-layer

Last synced: 31 Aug 2025

https://github.com/leoguilen/nodemcu_azureiothub_xamarinapp

IoT-based temperature and humidity monitoring system which is connected to Microsoft Azure. This is a Xamarin app to display real-time data from local sensors in an environment on a mobile device.

azure-cosmos-db azure-functions azure-iot-hub azure-service-bus c cpp dotnetcore flurl polly xamarin-forms

Last synced: 11 Apr 2026

https://github.com/marekmosna/pgms

Postgres mass spectromentry extension

bioinformatics cpp mass-spectrometry plpgsql postgres postgresql sql

Last synced: 18 Jan 2026

https://github.com/ohtypek/minesweeper-sdl2

A minesweeper game made in C++ using SDL2.

amateur cpp game learning minesweeper sdl2 sdl2-image sdl2-ttf

Last synced: 28 Apr 2026

https://github.com/3mr-5aled/supermarko-gui

🛒 A modern supermarket shopping system built in C++ with WinForms. Includes login/register, product browsing by category, cart management, live bill view, printable receipts, and a beautiful start-to-end GUI experience.

cpp desktop-app winforms

Last synced: 30 Jun 2025

https://github.com/khoinguyen2k/super-hard-leetcode-excercises

hard excercises solved with C++, problems are written on top of every files

algorithms cpp

Last synced: 06 Mar 2025

https://github.com/khoinguyen2k/cpp-starter-game

my first ever game, for educational purposes

beginner-project cpp sdl2 starter-kit

Last synced: 06 Mar 2025

https://github.com/jwillikers/gnu-arm-embedded-image

A container image for running the bare metal ARM GCC toolchain for C and C++, built on Fedora

buildah c cpp fedora gnu-arm-embedded-toolchain oci-image

Last synced: 15 Apr 2025

https://github.com/mollybeach/pastis

C++ programs projects algorithms framework tests and cmake configurations

cmake cmake-scripts configureawait cpp framework

Last synced: 15 Mar 2025

https://github.com/wolgemoth/cpp-hashmap

Concurrent multiplatform hashmap with simple API, exception safety, and sequential collision resolution.

concurrency concurrent cpp cpp17 dictionary exception-safety hashmap initializer-list modern-cpp multiplatform multithreading sequential-chain templates

Last synced: 30 Mar 2025

https://github.com/dhimasardinata/caxe

A modern C/C++ project manager that cuts through build system complexity.

build-tool c cli cpp developer-tools make package-manager rust

Last synced: 13 Jan 2026

https://github.com/worst001/note_language

收集了一些语言相关的笔记、文档与官方手册

c code coding cpp deployment go guide java language learning markdown mkdocs note notebook php python scala

Last synced: 11 Apr 2026

https://github.com/beingofexistence13/multiversal-lang

Welcome to Multiversal-Lang 🚀: Your gateway to universal coding! This open-source project is a game-changer, bridging all programming languages 🌉. With DX-Lang, every language is interconnected, unlocking limitless coding potential. Let’s code the future, together! 💻🌐🎉

c cpp go javascript php rust typescript

Last synced: 11 Apr 2026

https://github.com/rnburn/ot-chat

Example of OpenTracing's plugin approach

boost-beast cpp jaeger opentracing zipkin

Last synced: 12 Aug 2025

https://github.com/anjasfedo/sll

Single Linked List on C++

cpp single-linked-list

Last synced: 14 Jun 2025

https://github.com/chihebabiza/cpp-oop-bank-system

C++ console application use OOP concepts , it manages client records in a banking system. It allows users to view, add, update, and delete client information, as well as perform transactions like deposits, withdrawals, and balance checks. The system includes user login functionality with different access levels .

bank-application bank-system console-application cpp cpp-bank-management-system cpp-oo oop visual-studio

Last synced: 07 Apr 2025

https://github.com/humayan-kabir/data-structure

data structure repository for competitive programming

competitive-programming cpp data-structures

Last synced: 30 Jun 2025

https://github.com/supermoathx7/cpu-scheduling-algo-

This project is an implementation of the six CPU-Scheduling algorithms using C++.

algorithm algorithms cpp cpu cpu-scheduling

Last synced: 18 Jul 2025

https://github.com/jilliennelapid/singly-linked-list

Practicing the implementation of a singly linked list data structure in C++.

cpp header-file linked-list singly-linked-list

Last synced: 11 Jun 2025

https://github.com/hcolda/qingliaochatclient

A lightweight chat software client (WIP)

chat chat-app chat-application chatapp chatroom client cpp cpp23

Last synced: 06 Mar 2025

https://github.com/end2endzone/libargvcodec

libArgvCodec is a c++ library which properly encode and decode command line arguments. It allows one to properly escape string values to use as command line parameters.

argument-encoding argument-parsing codec command-line cpp encoding-arguments

Last synced: 18 Mar 2025

https://github.com/sameetasadullah/vector-implementation

My own templatized C++ implementation of Vector using Microsoft Visual Studio

cpp vector visual-studio

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/sort-arrays-using-fork

A simple C++ program to sort two arrays in two different child processes using fork system call

cpp fork linux sorting ubuntu

Last synced: 17 May 2026

https://github.com/sameetasadullah/consensus-problem-using-openmp

Program coded in C++ language to solve the consensus problem between multiple threads using OpenMP

consensus-problem cpp linux openmp openmp-parallelization ubuntu

Last synced: 17 May 2026

https://github.com/sameetasadullah/singly-linkedlist-implementation

My own templatized C++ implementation of Singly LinkedList using Microsoft Visual Studio

cpp singly-linked-list singlylinkedlistoperations visual-studio

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/arraylist-implementation

My own templatized C++ implementation of ArrayList using Microsoft Visual Studio

arraylist cpp visual-studio

Last synced: 15 Mar 2025

https://github.com/sameetasadullah/graph-implementation

My own templatized C++ implementation of Graph and its different traversals i.e, BFS, DFS using Microsoft Visual Studio

bfs cpp dfs graph visual-studio

Last synced: 13 Oct 2025

https://github.com/sameetasadullah/circular-linkedlist-implementation

My own C++ implementation of Circular LinkedList using Microsoft Visual Studio

circular-linked-list cpp visual-studio

Last synced: 15 Mar 2025

https://github.com/shadowmitia/sokoban

Tests with SDL2, modern C++, CMake and Conan.

cmake conan cpp modern-cpp sokoban-puzzle-game video-game

Last synced: 17 May 2026

https://github.com/sparshhhhhh/dsa

Learn DSA with me....

algo arrays cpp dsa string

Last synced: 15 Mar 2025

https://github.com/vaibhav1826/understanding_cpp

This repository is a comprehensive and well-documented guide for c++ providing detailed explanations and best pratice questions .

cpp

Last synced: 30 Jun 2025

https://github.com/hcolda/qchatclient

A lightweight chat software client (WIP)

chat chat-app chat-application chatapp chatroom client cpp cpp23

Last synced: 28 Mar 2025

https://github.com/krjordan/cpp-starter

C++ VS Code configuration for Mac

configuration cpp vscode

Last synced: 15 Mar 2025

https://github.com/gvatsal60/cmakedockertemplate

🐳📦 Streamlined C++ Template Development with CMake and Docker

c cmake cpp docker docker-container docker-image dockerfile make makefile

Last synced: 11 Apr 2026

https://github.com/tomswan/collections

In this repository are collected ZIP files containing listings from programming tutorials I wrote and published roughly between 1980 and 2001.

assembly-language c cpp java pascal program-listings programming-languages programming-tutorial source-code

Last synced: 10 Mar 2026

https://github.com/ucx15/pong

Pong Game in C++

cpp game pong sdl2

Last synced: 12 May 2026

https://github.com/katebea/fib-eda-estructura-de-datos-y-algoritmos

Repositorio del curso de Estructuras de Datos y algoritmos en el grado de Ingeniería Informática en la FIB UPC

cpp eda fib upc

Last synced: 27 May 2026

https://github.com/podgorskiy/nonius

Nonius benchmark-framework fork

benchmark benchmark-framework benchmarking cpp performance

Last synced: 10 Jun 2026

https://github.com/eyelash/peg.hh

C++14 parser combinator

cpp cpp14 parser

Last synced: 30 Mar 2025

https://github.com/susmita-dey/cpp_coding_programs

This repository contains some coding problems with their solutions in C++. It's a kind of reference to practice coding in C++ and improve logic building skills. #cpp #programming

cpp patterns programming

Last synced: 21 May 2026

https://github.com/gabrielspassos/c-plus-plus-sandbox

:heavy_plus_sign: :heavy_plus_sign: C++ POCs and Tests repo

cplusplus cpp

Last synced: 15 May 2025

https://github.com/sameetasadullah/linux-gbsh-shell-implementation

Linux shell coded in C++ language which performs some of the features found in typical shells, like the bash (Bourne Again Shell) or csh (C-Shell)

cpp fork linux linux-shell linux-shell-commands linux-shell-implementation ubuntu unnamed-pipe

Last synced: 11 Apr 2026

https://github.com/yagocrispim/data_structures

A study about data structures

cpp data-structures

Last synced: 23 Mar 2025

https://github.com/kalyan4636/interview-coding-practice-questions

PYTHON AND JAVA CODING SNIPPETS, TECHNICAL INTERVIEW QUESTIONS AND PRACTICE CODE.

angular corejava cpp css data-structures django framework html java javascript mongodb python sql

Last synced: 11 Apr 2026

https://github.com/amanoteam/nero

A GCC cross-compiler targeting PocketBook

c cpp cross-compiler gcc pocketbook

Last synced: 13 Mar 2025

https://github.com/rafaelbortolozo/minigame_boliche

Pequena atividade para a matéria de Paradigmas da Computação, se trata de um "jogo" onde a máquina joga sozinha gerando pontuações aleatórias. O objetivo principal do algoritmo era representar o funcionamento de um jogo de boliche, desconsiderando a fisica.

bowling-game cpp paradigms poo random-number-generators

Last synced: 15 Mar 2025

https://github.com/zepedroresende/imageskeletonization

Using MPI and OMP for image skeletonization optimizations

c cpp mpi omp optimization

Last synced: 29 Apr 2026

https://github.com/mond1c/openglengine

It's open source gaming engine. It's my main project.

cpp cpp20 engine game-engine glfw opengl

Last synced: 19 May 2026

https://github.com/mugisha-pascal/dsa

A variety of algorithms of DSA expressing my full journey to master Data Structures and Algorithms for creating high quality and secure backend services with clean codes and logic

algorithms cpp dsa-concepts

Last synced: 31 Mar 2025

https://github.com/hyouteki/aoc24

My attempt at solving 2024's Advent of Code

aoc c clojure cpp java

Last synced: 02 Sep 2025

https://github.com/mfouesneau/cphot

A C++ portage of pyphot for computing photometry from spectra

astronomy-software cpp photometry

Last synced: 05 Jan 2026

https://github.com/endurodave/remotedelegate

Invoke remote functions over any communication medium using a C++ delegate library

communication cpp delegate remote-call

Last synced: 15 Mar 2025

https://github.com/learningbyexample/super-fany-fun

teaching game developing using C++

cpp learning video-game

Last synced: 15 Mar 2025

https://github.com/gummif/endocpp

Modern C++ functional programming concepts library

cpp cpp17 functional-programming header-only library

Last synced: 23 Mar 2025

https://github.com/slangborgh16/motion-extraction

C++ Motion Extraction with OpenCV

cpp motion motion-extraction opencv

Last synced: 07 Apr 2025

https://github.com/shadowshahriar/cse112

A repository containing my solutions to OOP problems assigned by our CSE lecturer, NAB (2nd Semester)

cpp cse oop

Last synced: 23 Mar 2025

https://github.com/stuart6854/gfx

C++ Graphics Wrapper - Work In Progress (Only Vulkan ATM)

cpp graphics vulkan

Last synced: 10 Nov 2025

https://github.com/enzoguillouche/seismosense

Built with C++ and OpenGL, this project is cutting-edge earthquake simulation tool designed to test the structural resilience of buildings and other infrastructure under various seismic scenarios.

cpp earthquakes natural-disasters opengl opensource simulator

Last synced: 02 May 2026

https://github.com/anderctrl/unreal-betterui

Simple plugin to help you save time setting up all the ui system again and again.

cpp unreal unreal-engine unreal-engine-plugin unreal-plugin

Last synced: 23 Mar 2025

https://github.com/aaron-trinidad/genetic_algorithm

Genetic Algorithm implemented in C++

cmake cpp genetic-algorithm optimization-algorithms

Last synced: 23 Mar 2025

https://github.com/aljo242/modern-cpp

Learning modern C++

cpp

Last synced: 16 May 2025

https://github.com/anjasfedo/double-link-list

Double Linked List on C++

cpp double-linked-list

Last synced: 28 May 2026

https://github.com/wrieg123/csp-adapter-zeromq

A CSP Adapter for the ZeroMQ Universal Messaging Library

cpp python stream-processing streaming zeromq

Last synced: 30 Apr 2026

https://github.com/sdk-meb/ft_containers.42

Project aims to re-implement an STL C++ containers such as vector, map, stack, and potentially set while adhering to the C++98 standard. The goal is to ensure a deep understanding of these containers and to develop custom implementations that comply with C++98 features and restrictions.

1337school 42born2code containers cpp cpp98 data-structures data-types makefile redblack-tree

Last synced: 05 Jan 2026

https://github.com/sovrasov/go-multisolver

An algorithm for simultaneously solving of multiple global optimizations problems

cpp global-optimization optimization-algorithms optimization-methods

Last synced: 24 Mar 2025

https://github.com/calint/xiinux

experimental high performance web application server for linux in c++

cpp linux webserver

Last synced: 15 May 2026

https://github.com/gabrielemaurina/workspace

Personal workspace. Years of code shouldn't be lost.

cpp eiffel erlang java javascirpt ocaml python scala

Last synced: 11 Apr 2026

https://github.com/james-beans/wi4l

Litterally just a single window implemented in 4 languages.

c cpp python rust wi4l

Last synced: 08 Apr 2025

https://github.com/dracuxan/compiler

Used Python, JS, Go to show a compiler implementation. I mean why not?

compile compiler-design cpp go golang hacktoberfest python python3

Last synced: 19 Apr 2026

https://github.com/martinhelmut/tap-article

This is the companion repository for my blog article about TAP.

catch2 cpp lua nodejs postgresql python stylelint tap

Last synced: 11 Apr 2026

https://github.com/kassane/cppfront-zigbuild

Build Cppfront w/ zig build

clang cpp cpp2 cppfront zig

Last synced: 01 Mar 2026

https://github.com/eman288/security-keypad-embedded-system

This project is an Embedded System implementation for a Security Keypad. It features a password-protected system that authenticates users and allows access based on predefined logic. The project is designed to work on a microcontroller, with hardware and software components integrated to achieve a secure and functional setup.

arduino arduino-uno arduinoide cpp embedded embedded-systems simulide

Last synced: 30 Apr 2026

https://github.com/hs831/leetcode-company-wise-solutions

This Repository contains solutions for Leetcode questions asked in coding rounds and interviews in many different companies.

cpp dsa-practice leetcode leetcode-solutions

Last synced: 16 Mar 2025

https://github.com/p-obrthr/web-ray

multiplayer raylib c++ to wasm & websocket

cpp emscripten javascript mutliplayer raylib raylib-cpp wasm webassembly websocket

Last synced: 06 May 2026

https://github.com/embeddedcrab/atmega32-libaries

ATmega32 peripheral libraries in C++

atmega32 cpp libraries peripherals

Last synced: 19 Jul 2025

https://github.com/mohamedelziat50/hospital-management-system-miu

Simple C++ based terminal application developed as part of the Spring 2024 Computer Programming & Problem Solving Course Project.

cpp

Last synced: 24 Mar 2025

https://github.com/contisimone99/bulletin-board-system

Cryptography-focused messaging platform with Perfect Forward Secrecy, developed for cybersecurity education. Implements secure user registration (email challenge-response), encrypted message posting, and replay attack protection using raw OpenSSL primitives.

bulletin-board cpp cryptography openssl

Last synced: 02 Jul 2025