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/yawkar/hse-cpp-course

(HSE) C++ course lab works and etc

cpp hse labs

Last synced: 09 Apr 2025

https://github.com/echosingh/handgestrecognition

This project uses OpenCV to perform hand gesture recognition using a webcam.

computer-science cpp handgesture-recognition opencv-cpp visual-studio webcam

Last synced: 09 Apr 2025

https://github.com/la-10/c-primer-5th-ed-solutions

This repository contains exercises and example programs that demonstrate key topics from the first chapter of a popular C++ textbook, with clean, well-commented code and detailed explanations. Perfect for newcomers looking to build a strong foundation in C++ programming.

beginner-cpp c-plus-plus cplusplus cplusplus-primer cpp cpp-exercises cpp-primer learning-cpp learning-project programming-exercises study-notes

Last synced: 15 Jun 2025

https://github.com/epi5131/simden

低レベルSIMDライブラリ 静的命令セット判定

cpp cpp20 simd wrapper

Last synced: 13 Jun 2026

https://github.com/frouioui/plazza

A pizza shop simulation using multi threading and shared memory across processes

cpp epitech load-balancer named-pipes plazza shared-memory socket threads

Last synced: 17 Mar 2025

https://github.com/alwaysdhruv/image_classification

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: 15 Jun 2025

https://github.com/fatemehrshd/fcfs

Implementation of FCFS CPU scheduling algorithm with C++

cpp fcfs fcfs-process-scheduling fcfs-scheduling implementation operatingsystem

Last synced: 26 Mar 2025

https://github.com/apavazza/passwordmanager

A command line password manager

cpp cryptography encryption password-manager

Last synced: 17 Mar 2025

https://github.com/yegorov/aplayer

Simple audio player

audio audio-player cpp qt

Last synced: 15 May 2026

https://github.com/dead-beef/jest-cpp-wasm

C/C++ to WASM Jest transformer

c cpp emscripten jest jest-transformer nodejs webassembly

Last synced: 06 Apr 2026

https://github.com/zyad-eltayabi/mathematics-exam

Mathematics Exam using C++

cpp

Last synced: 12 Jun 2026

https://github.com/siddheshkukade/geeksforgeeks

Contains problem solutions for the GeeksForGeeks.org platform

algorithms cpp dsa

Last synced: 30 Jun 2026

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

Object-Oriented Programming in C++ (CMP162) – Pokhara University Course materials, notes, labs, and resources for the Object-Oriented Programming in C++ course (CMP162) at Pokhara University. This repository is not officially affiliated with or endorsed by Pokhara University.

cplusplus cpp oop

Last synced: 30 Apr 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/margitantal68/cpp

📚 This open-access course will introduce you to C++ programming and STL.

cpp cpp-course cpp-tutorial modern-cpp modern-cpp-oop oop programming-language standard-template-library stl tutorial

Last synced: 30 Jun 2026

https://github.com/kr1zzo-fer/robot-programming-and-simulation-laboratory-exercises

This repository is a part of the Robot Programming and Simulation laboratory exercises at the Faculty of Electrical Engineering and Computing, University of Zagreb

cpp navigation python ros rviz

Last synced: 01 May 2026

https://github.com/dynamsoft/label-recognizer-c-cpp-samples

Dynamsoft Label Recognizer samples for the C/C++ edition

c caffemodel cnn cpp ocr

Last synced: 12 Apr 2025

https://github.com/fytch/templmandel

Mandelbrot renderer with template metaprogramming (TMP) in C++14

cpp template-metaprogramming

Last synced: 15 Jun 2025

https://github.com/frozenassassine/fastedit-winapi

Fastedit WinApi is a little text editor for windows. It is not made for daily use, but It shows the principles of creating a text editor and using the WindowsApi in C++.

cpp tutorial winapi

Last synced: 03 May 2025

https://github.com/eldiiarbekbolotov/rapid

Rapid is a beginner friendly text editor designed for web developers, by a web developer.

code-editor cpp qt text-editor

Last synced: 15 May 2026

https://github.com/clinder2/autodifflib

Repo for playing around with autodifferentiation in several languages, using dual numbers, etc.

autodifferentiation cpp math ml

Last synced: 15 Jun 2025

https://github.com/waveclaw/ogrian-carpet

Outdoor first person shooter game with real time strategy elements

cpp fps game rts

Last synced: 03 Apr 2025

https://github.com/pentalpha/alenhador

Parallel aligner (Needleman–Wunsch) for nucleotide sequences (.fasta) with similarity heuristic filter.

align-dna-sequences aligned-sequences alignment bioinformatics cpp cpp11 fasta heuristic-search heuristics nucleotide-sequences parallel-computing search

Last synced: 15 May 2026

https://github.com/bocaletto-luca/soilmoisurelogger

SoilMoisureLogger Arduino - An autonomous data‐logger that measures soil moisture with a capacitive sensor at regular intervals (and on‐demand via a push‐button), timestamps each reading using a DS3231 RTC, and appends entries to a CSV file on a microSD card. Perfect for greenhouse monitoring or unattended field deployments. By Bocaletto Luca.

bocaletto-luca cpp logger openhardware opensource soil-moisture soil-moisure-logger standalone

Last synced: 29 Oct 2025

https://github.com/helske/diagis

Auxiliary functions for importance sampling

cpp importance-sampling r weighted-samples

Last synced: 29 Apr 2026

https://github.com/amcbn06/electron

C++ visualizer for electronic schemes

cpp oop sfml

Last synced: 15 May 2026

https://github.com/prasundas99/problem-solving

A list of all common problems (solved) from beginners to advance in problem solving

c codeforces-solutions cpp data-structures java oops-in-java problem-solving

Last synced: 09 May 2026

https://github.com/da-huin/pikachu-mahjong-hack

✨ Simple Pikachu Mahjong Hack. It changes in a way that matches different things.

cpp hack pikachu-mahjong simple

Last synced: 07 Sep 2025

https://github.com/wangwilly/myleetcode

Cracked tests

cpp python3

Last synced: 15 May 2026

https://github.com/arkorty/ExprEvalplusplus

Simple mathematical expression evaluator using an Abstract Syntax Tree (AST).

abstract-syntax-tree cpp hacktoberfest object-oriented-programming

Last synced: 04 May 2025

https://github.com/someaspy/csc109template

A template for starting repos of my comp sci class

cpp template unlicense

Last synced: 20 Mar 2025

https://github.com/theundername/example-embedded-lua-on-cpp

Example lua embedding in cpp

cpp cpp-lua lua lua-embedding

Last synced: 17 Mar 2025

https://github.com/tldr-it-stepankutaj/network-scanner

High-performance cross-platform ICMP/TCP network sweep scanner written in C++ Supports full CIDR range input, ICMP ping, TCP fallback, RTT-based color output, and multithreading. Ideal for sysadmins, security pros, and network engineers.

cpp ethical-hacking ethical-hacking-tools icmp linux macos network network-analysis osint osint-tool scanner tools

Last synced: 26 May 2026

https://github.com/rajjitlai/virtualpaint

An OpenCV Project on Virtual Paint using C++

computer-vision cpp opencv opencv-cpp virtual-paint

Last synced: 12 May 2026

https://github.com/aileshe/simple-redis

simple-redis 简单的Redis C++封装类

cpp cpp11 redis

Last synced: 15 May 2026

https://github.com/x39/xclib

Personal tiny code library for C/C++

c cpp

Last synced: 15 May 2026

https://github.com/terror/compete-mcgill-2020

My Answers to Psets/Contests for Compete McGill Summer Training 2020

competitive-programming cpp python3

Last synced: 15 May 2026

https://github.com/bast/cffi-mem-alloc-example

Demo of how to create or fix a memory leak when garbage collecting.

cffi cpp memory-management python

Last synced: 15 May 2026

https://github.com/arkenidar/c-and-cpp--libsdl2

C and C++ with libSDL2

c cpp libsdl2

Last synced: 14 May 2026

https://github.com/georgiydemo/checkerc

Хороший пример парсинга XML на C++

c-plus-plus cli cpp tinyxml tinyxml2 xml

Last synced: 27 Mar 2025

https://github.com/omarhany3/scientific-calculator

Scientific Calculator Using C++

cplusplus cpp

Last synced: 15 Jun 2025

https://github.com/rodrigobdz/robotics-orange

TU Berlin: Robotics Fundamentals 2016 Orange

cpp robotics ros

Last synced: 09 May 2026

https://github.com/sayakdattagupta/x11imageview

A simple image viewer for X11, written in C++ and using stb_image for decoding

cpp stb-image x11

Last synced: 15 Jun 2025

https://github.com/lazypanda07/guiframework

Framework for desktop GUI applications.

cpp cpp20 cpp20-lib cpp20-library framework gui guiframework

Last synced: 31 Jan 2026

https://github.com/richhaar/dancing-links-sudoku

Sudoku solver using Donald Knuth's AlgorithmX with dancing links. Written in C++, solving sudokus in sub 1ms.

algorithmx cpp dancing-links sudoku sudoku-solver

Last synced: 15 Jun 2025

https://github.com/kid0h/discord-token-grabber

A simple Discord token grabber.

cpp discord

Last synced: 11 May 2026

https://github.com/pranavgupta1234/karna

Automated drone for object tracking and detection started under Design Practicum

ardupilot cpp drone image-processing makefile objectdetection opencv

Last synced: 15 May 2026

https://github.com/abdokin/minesweeper

Minesweeper Game IN C

cpp gamedev raylib

Last synced: 18 May 2026

https://github.com/alyssonmach/chaves-de-classificacao

Seminário de Técnicas de Programação sobre "Classificação de dados com base em chaves de classificação".

cpp mergesort selectionsort sorting-algorithms ufcg

Last synced: 11 Apr 2025

https://github.com/hugodonotexit/stocksim

Stock Sim is a C++ simulation game that uses SFML to teach users about stock and cryptocurrency trading through interactive gameplay, providing a hands-on experience in managing financial portfolios in a dynamic, virtual market.

cpp game sfml-game stock-market

Last synced: 07 Sep 2025

https://github.com/slwu89/infectionsim

spatial simulation of stochastic infection dynamics in a city

agent-based-modeling agent-based-simulation cpp

Last synced: 19 May 2026

https://github.com/samsze0/toy-graphics

A toy project on graphics programming with OpenGL

cmake conan cpp glsl graphics nix opengl

Last synced: 20 Jan 2026

https://github.com/tradias/variate

Deduce the template parameter of a variant based on every return path

convenience cpp cpp20 header-only variants

Last synced: 05 May 2026

https://github.com/korigamik/neural-web

A feed forward Neural Network library and Visualization written in C++, compiled to wasm!

collaborate cpp emscripten feedforward-neural-network github github-pages machine-learning neural-network webassembly

Last synced: 15 May 2026

https://github.com/autokaka/learnopengl2

Self made LearnOpenGL video series source code.

cmake cpp learning-by-doing opengl

Last synced: 15 May 2026

https://github.com/kalakit/kalaphysics

Physics library for Windows and Linux, made with C++ 20.

cpp cpp20 cpp20-lib cpp20-library opengl physics physics-engine

Last synced: 15 May 2026

https://github.com/simone-contorno/rtos-priority-ceiling

Real-Time Operating Systems (RTOS) - Managing of 4 threads using Semaphores and Priority Ceiling Policy

cpp engineering real-time-operating-systems robotics

Last synced: 15 May 2026

https://github.com/t-88/domes

another todo app in my cv

cpp engine hacktoberfest hacktoberfest2022 layout-engine

Last synced: 16 Jun 2025

https://github.com/shaman-dp/patterns

Паттерны проектирования на C++ с примерами

cpp designpatterns development oop patterns patterns-cpp softwaredesign

Last synced: 04 May 2025

https://github.com/surajmaurya14/vscode-config

This contains my Coding Template

cpp keybindings settings snippets template

Last synced: 30 Jun 2026

https://github.com/whysobad/console-tetris

A terminal ui to play tetris in the console

cmake cpp ncurses tetris tui

Last synced: 28 Oct 2025

https://github.com/blurfeng/blur_arpg_warrior

第三人称ARPG个人项目,北欧神话风格。使用 Unreal Engine 5 C++ 开发。; 第三人称ARPG個人プロジェクト、北欧神話風。Unreal Engine 5 と C++ を使用して開発。; A third-person ARPG personal project with a Norse mythology theme, made in Unreal Engine 5 C++.

blueprint c-plus-plus cpp game game-development personal-project ue5 unreal-engine

Last synced: 12 Mar 2025

https://github.com/pauloj2/estrutura-de-dados

Este repositório contém atividades e exercícios práticos focados no estudo de Estruturas de Dados utilizando a linguagem de programação C. O objetivo deste projeto é aplicar os conceitos fundamentais de estruturas de dados de forma prática e ajudar a desenvolver habilidades de programação e resolução de problemas em C.

c cpp

Last synced: 29 Apr 2026

https://github.com/pauloj2/atividades-do-beecrowd

Exercícios para aprendizado em linguagem de programação C e C++

c cpp

Last synced: 01 May 2026

https://github.com/neuraCollab/uni

Большие данные и распределенная цифровая на ПМ-ПУ СПБГУ 2024-2027г.

cpp qt qt5-gui

Last synced: 27 Mar 2025

https://github.com/shopmaior/mercado_pago_esp

Biblioteca Arduino ESP2866/ESP32

arduino c cpp esp32 esp8266 hacktoberfest library

Last synced: 27 Mar 2025

https://github.com/dreyyan/i-l-g-y-l

[ If Life Gives You Lemons: A Gamified Lemonade Business Tycoon Simulation System ]

cpp game-development text-based-ui tycoon-game

Last synced: 30 Jun 2026

https://github.com/deryaxacar/42-cpp_07

In this project, in ex00, we learn how to use the swap, min, and max template functions with different data types. In ex01, we apply the same operation to each element of an array using the iter function. Finally, in ex02, we create our own Array<T> class to delve deeper into both templates and dynamic memory management for template functions.

42 42-cpp-module 42-cpp-modules 42-school 42born2code 42cpp 42cursus 42projects 42school cpp cpp-module-07 cpp-modules-42 cpp07 template template-project templates

Last synced: 28 Mar 2025

https://github.com/grizzz13/nanogdr

Nano gpu-direct-rdma lib providing send/recv apis implemented in modern cpp.

cpp gpu-direct-rdma rdma

Last synced: 05 May 2025

https://github.com/widberg/pcil

A python CLI tool used to generate a single header C++ library for getting PCI device names

autogenerated cpp cpp-library cpp11 lookup-table modern-cpp pci python single-header

Last synced: 14 May 2026

https://github.com/pcarruscag/mel

Math Expression Library

cpp expression-evaluation expression-parsing

Last synced: 19 May 2026

https://github.com/utsavkash19/dsa-codes-snippets

Code Snippets for Data Structures and Algorithms. Problems from LeetCode, Codeforces and CodeChef for practice.

algorithms coding-challenges competitive-programming-reference cpp data-structures interview-preparation interview-questions

Last synced: 12 Jun 2025

https://github.com/jdpadillavigo/pathfinder

This project involved implementing an application to test and compare two pathfinding algorithms: BFS (Breadth-First Search) and D* Lite. The application was developed in C++ and Java, using Raylib for the graphical user interface in C++ and Swing in Java. The main objective was to evaluate the performance and memory usage of both languages.

c cpp java makefile pathfinder raylib swing visual-studio-code

Last synced: 20 Apr 2026

https://github.com/matheusandrade23/exercicios-beecrowd-resolvidos

Resolução de vários exercícios do Beecrowd na linguagem C++.

cpp

Last synced: 04 Apr 2025

https://github.com/mahmoudhussienmohamed/cpp-sudoku-solver

C++ Sudoku Solver using BackTrack technique.

backtracking cpp csp sudoku-solver

Last synced: 17 Jan 2026

https://github.com/vibhuti03/maths-game

It is a simple maths game with 25 levels and 3 lives

cpp cpp14 game maths maths-quiz-game project

Last synced: 01 Jun 2026

https://github.com/sartim/drogon_user_service

User service using Drogon Framework

cplus cpp drogon drogonframework rest-api

Last synced: 13 Apr 2025

https://github.com/liutairan/qtgcs_mapmanager

Map manager for QTGCS.

cpp cross-platform qt5

Last synced: 09 Jul 2025

https://github.com/kambala-decapitator/mpqsimpleio

CLI to work with MPQ files (for Diablo 2)

cpp diablo2 mpq stormlib

Last synced: 26 Apr 2026

https://github.com/sameetasadullah/searching-a-number-among-slave-processes-using-openmp-and-mpi

Program written in C++ language to search a number from an array after distributing it equally to all slave processes and using OpenMP and MPI for parallel searching

cpp linux mpi openmp parallel-programming search-number ubuntu

Last synced: 25 Apr 2026

https://github.com/arnavmehta3000/nuiengine

A fully documented game development framework

cpp gamedev-framework gameengine

Last synced: 14 Dec 2025

https://github.com/sjellipses/lockscreencmd

Invoke a command line on the Windows lock screen.

batch cpp csharp shell-scripts

Last synced: 06 May 2026

https://github.com/kassane/picohttpasio

This is a simple HTTP server implemented in C++ using the picohttpparser library for HTTP parsing and the Asio library for network communication.

asio cplusplus cpp http-client http-server web

Last synced: 10 May 2026

https://github.com/asahlcurtis/tuxy

This is a virtual assistant I am making, it's called tuxy. The name is a reference to Clippy. It isn't finished right now, not even close. But I think it's cool. Right now currently it only tells jokes and shows a really first page of google image of tux.

cpp linux-app tux tux-linux virtual-assistant

Last synced: 10 Apr 2025

https://github.com/mo7amed-hussein/kislab

code editor with an embedded terminal

code-editor cpp qscintilla qt qtermwidget scintilla terminal

Last synced: 06 May 2026

https://github.com/killerasus/modernopengl

Repository for my Modern OpenGL studies via Udemy course.

cpp learning-exercise opengl

Last synced: 07 May 2026

https://github.com/dkosmari/libxint

libxint is a C++20 headers-only library for fixed-width large integers.

cpp cpp20

Last synced: 03 Jun 2026

https://github.com/tarikipekci/rts_buildingmanager

I've implemented basic RTS building and resource systems in this project.

cpp rts-game unreal-engine-5

Last synced: 03 Apr 2025