Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: cplusplus-17

gershnik/thinsqlitepp

A thin, safe and convenient C++ wrapper for SQLite API.

Language: C++ - Size: 7.36 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

oleg-m1973/shared_string

C++ shared_string class implementation

Language: C++ - Size: 65.4 KB - Last synced: 5 months ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

juzzlin/Argengine

A simple CLI argument (option) parser library for modern C++ based on lambda callbacks

Language: C++ - Size: 121 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 10 - Forks: 4

Alex0vSky/UePrjCreator

Unreal Engine project generator from command line

Language: C++ - Size: 2.8 MB - Last synced: about 1 month ago - Pushed: 4 months ago - Stars: 1 - Forks: 0

thinks/poisson-disk-sampling

Single file, header-only, no-dependencies C++ library for Poisson disk sampling in arbitrary dimensions.

Language: C++ - Size: 114 MB - Last synced: 3 months ago - Pushed: about 2 years ago - Stars: 104 - Forks: 17

0LGL0/Hyko_Engine

This is my first "Hyko" game engine made using C++ and OpenGL.

Language: C++ - Size: 9.14 MB - Last synced: 4 months ago - Pushed: 11 months ago - Stars: 5 - Forks: 0

gdex1974/embedded-simple-drivers

Simplified drivers for embedded hardware written on C++17

Language: C++ - Size: 60.5 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

dockpack/base_boost

🅱️ Ansible role for to install/compile Boost C++ libraries on Linux and Windows.

Language: Makefile - Size: 74.2 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 1 - Forks: 1

dockpack/base_gcc

🐂 Ansible role to install GNU C/C++ Compilers

Language: Makefile - Size: 53.7 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 2 - Forks: 1

VA7ODR/dynamic_enum

dynamic_enum aims to continue where standard c/c++ enums leave off. They are iteratable, searchable, can contain any type and the types can be mixed. They can be class members, namespace members, or global. Their names convert to strings for passing to functions. More to come...

Language: C++ - Size: 7.81 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

Stumblef00l/wish

Standard UNIX Shell

Language: C++ - Size: 1.18 MB - Last synced: 6 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

z4kn4fein/cpp-semver

Semantic Versioning library for modern C++.

Language: C++ - Size: 42 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 25 - Forks: 5

hariharanragothaman/BoggleGameSolver

Algorithm Solution Approaches for solving Boggle

Language: C++ - Size: 963 KB - Last synced: 6 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

hariharanragothaman/cppmaster

C++ Quick Reference for Problem Solving

Language: C++ - Size: 359 KB - Last synced: 6 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 1

brainboxdotcc/triviabot

A Discord Trivia/Quiz bot with over 150,000 questions and lots of features!

Language: C++ - Size: 109 MB - Last synced: about 2 months ago - Pushed: 9 months ago - Stars: 31 - Forks: 15

andsarr/MonthlyFinance

Small project to learn Qt5

Language: C++ - Size: 2.73 MB - Last synced: 6 months ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

Twin-Monkeys/Danburite

A real-time rendering engine with core-profile OpenGL and C++.

Language: C++ - Size: 838 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

NielsPressel/OpenGL3DRendering

A Simple 3D Renderer using OpenGL

Language: C++ - Size: 180 MB - Last synced: 6 months ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

AmanKrSahu/Leetcode

This repository contains implementation of questions on Leetcode.

Size: 1000 Bytes - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

auntduda/ProjetoEAnaliseDeAlgoritmos_20232

Language: C++ - Size: 60.5 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

Dax89/CRequests

A simple CURL based HTTP Client for C++17

Language: C++ - Size: 11.7 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 3 - Forks: 2

tobiasmarciszko/qt_raytracer_challenge

Implementation based on the book The Ray Tracer Challenge

Language: C++ - Size: 12.2 MB - Last synced: 7 months ago - Pushed: over 3 years ago - Stars: 18 - Forks: 6

AbdullahMaqbool22/Data-Structures-And-Algorithm

All the concepts you need to master Data Structures and Algorithm through C++.

Language: C++ - Size: 389 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

Piero24/Food-recognition-and-leftover-estimation

computer vision system capable of scanning a canteen consumer's food tray at the end of a meal to estimate the amount of leftovers for each type of food.

Language: C++ - Size: 132 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

IainWinter/IwEngine

This is an engine that I initially started building after taking a game coding class in high school to learn how the underlying systems of Unity / game engines in general worked.

Language: C++ - Size: 858 MB - Last synced: 7 months ago - Pushed: over 1 year ago - Stars: 179 - Forks: 22

Voltra/cpp-as-is

A C++17 Library for generic type queries or conversions, based on Herb Sutter's talk at CPPCon 2021 (https://www.youtube.com/watch?v=raB_289NxBk)

Language: CMake - Size: 132 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

BlackMATov/defer.hpp

Go's defer implementation in C++17

Language: C++ - Size: 84 KB - Last synced: 8 months ago - Pushed: over 1 year ago - Stars: 6 - Forks: 0

gdex1974/CopyOnWritePtr

A simple smart pointer with copy-on-write semantic.

Language: C++ - Size: 11.7 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

Smipe-a/Student-Works

🎓Laboratory works Bashkir State University by subject the Numerical Analysis

Language: C++ - Size: 354 KB - Last synced: 8 months ago - Pushed: almost 3 years ago - Stars: 3 - Forks: 1

niXman/easynet

The wrappers on top of boost.asio

Language: C++ - Size: 85 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 1

star-sniper/InventoryManagementSystem

OOP345 - Object-Oriented Software Development Using C++ (Fall 2017) Final Project

Language: C++ - Size: 1.29 MB - Last synced: 8 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

karmakrafts/kstd-resource

Cross-platform resource embedding infrastructure for CMake & C++17/20.

Size: 10.7 KB - Last synced: 4 months ago - Pushed: 10 months ago - Stars: 2 - Forks: 0

Mindarlynn/keilo

C++ database

Language: C++ - Size: 9.38 MB - Last synced: 8 months ago - Pushed: about 5 years ago - Stars: 6 - Forks: 0

abhi8960git/Striver_DSA

Goal is to enhance logical capabilitiy____🧑‍💻🧑

Language: C++ - Size: 194 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

CN-Shopkeeper/EnTT-skpacman

基于EnTT的skpacman游戏,对ECS的一次上手实践

Language: C++ - Size: 53.7 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

NeiRo21/newline

Header-only library to help dealing with newline character sequences

Language: C++ - Size: 18.6 KB - Last synced: 8 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Ily3s/Hexeng2D

Hexeng2D - 2D cross-platform game engine framework

Language: C++ - Size: 115 MB - Last synced: 6 months ago - Pushed: 7 months ago - Stars: 2 - Forks: 0

wolframroesler/linktimeplugin

C++17 header-only library for registration and management of link-time plug-ins.

Language: C++ - Size: 17.6 KB - Last synced: 8 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

wolframroesler/childprocess

C++17 class to manage Unix child processes

Language: C++ - Size: 7.81 KB - Last synced: 8 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

lostjared/cplusplus17.Examples

C++17 Examples

Language: C++ - Size: 2.13 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 17 - Forks: 5

ignacypolak1/processor-emulator

Emulator for 6510 CPU (Commodore 64)

Language: C++ - Size: 56.6 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

Numendacil/cpp-mirai-client

mirai-api-http的C++封装

Language: C++ - Size: 6.3 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 3 - Forks: 0

roggenbrot42/tomlcpp Fork of cktan/tomlcpp

No fanfare TOML C++ Library with C++17 std::optional

Language: C - Size: 78.1 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

xfreib00/GEHash

Tool for evolutionary design of new hash functions using grammatical evolution with specialization for hashing IPv6 addresses

Language: C++ - Size: 2.38 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

JadeMatrix/Cpp-Learning-Materials

My personal materials recommendations for beginner-to-advanced C++

Size: 12.7 KB - Last synced: 9 months ago - Pushed: almost 3 years ago - Stars: 3 - Forks: 0

sghoshjr/Chip8-Emu

Chip8 Emulator in C++

Language: C++ - Size: 62.5 KB - Last synced: 9 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Boxsubmus/Trinkit

Trinkit Game Framework

Language: Beef - Size: 8.36 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

ttsuki/xtl

XTL

Language: C++ - Size: 118 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

GinoAvanzini/Simulacion-Robot-PRR

Interfaz gráfica para robot de 3 GDL con efector final desarrollado en Qt5 con C++

Language: C++ - Size: 448 KB - Last synced: 9 months ago - Pushed: about 5 years ago - Stars: 4 - Forks: 2

Md7tz/Running-Lizard

game built with WinBGIm (graphics.h) library with enemy and advanced features complimenting snake 2D

Language: C++ - Size: 54 MB - Last synced: 9 months ago - Pushed: almost 2 years ago - Stars: 8 - Forks: 1

ifexception/date-calcs

Small project to test date calculations using date.h library

Language: C++ - Size: 5.86 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

karmakrafts/kstd-platform

OS abstractions for various purposes like memory mapping for C++17/20.

Language: C++ - Size: 213 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 4 - Forks: 1

sdthaker/SenecaCollege-BTP305

Course dedicated to learning C++ language and OOP paradigms.

Language: C++ - Size: 2.28 MB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

kishanrajput23/Food-Ordering-System

A food ordering system that allows the admin/Staff of that hotel to add details about the food items available and customers to order food by checking each item's availability.

Language: C++ - Size: 292 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

terroo/lotto

Gere números para jogar na Loteria. Feito com C++!

Language: C++ - Size: 43.9 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

angeldollface/cxxpretty

A C++ library to work with colored strings using ANSI escape characters. :heavy_multiplication_x: :nail_care:

Language: C++ - Size: 4.88 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

bananahell/MySDL2-2DEngine

My SDL2 2D Engine

Language: C++ - Size: 1.2 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

Instand/signals

Easy to use object-oriented "callbacks"

Language: C++ - Size: 37.1 KB - Last synced: 10 months ago - Pushed: about 3 years ago - Stars: 3 - Forks: 0

Instand/cs

cs is a C++ library with utility entities.

Language: C++ - Size: 102 KB - Last synced: 10 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

lucasoptml/opcplusplus

compiler for c++ headers with custom attributes/modifiers via dialects, outputs generated src/h, xml definitions, mirrored reflection structure, fast dynamic casts. memory stack only, no heap allocations. supports c++03. translating compiler technology similar to babel and typescript .

Language: C++ - Size: 63.4 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

jamboree/art

Async Result Type for Coroutine TS

Language: C++ - Size: 29.3 KB - Last synced: 10 months ago - Pushed: almost 3 years ago - Stars: 2 - Forks: 0

mandliya/modern-cpp-concepts

A repository containing C++11/14/17 concepts and code snippets

Language: C++ - Size: 4.55 MB - Last synced: 10 months ago - Pushed: over 6 years ago - Stars: 87 - Forks: 28

JatinBhargava/ScriptSymphony

This repository documents my 100 Days of Code journey, where I commit to coding daily for 100 consecutive days. Each day, I solve algorithmic challenges from Codeforces and LeetCode, enhancing my problem-solving and coding skills.

Size: 101 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

gdex1974/AirSensorExternalESP32

Air Quality Sensor - external unit

Language: C++ - Size: 2.16 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

gdex1974/common-SimpleEvents

Simple event classes with state and subscription

Language: C++ - Size: 11.7 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

gdex1974/embedded-general-support-library

Common classes and functions useful in embedded development

Language: C++ - Size: 104 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

Kartik-Katkar/DSA

DSA Solutions and Study Material

Language: C++ - Size: 146 MB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 2 - Forks: 0

gene-hightower/dice-pass

dice based passphrase generator

Language: C++ - Size: 146 KB - Last synced: 10 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

gcardi/FmtCppBuilder

A wrapper around Sysutils::Format that can solve the problems it has with float and double; for C++ Builder (bcc32c/bcc64)

Language: C++ - Size: 107 KB - Last synced: 10 months ago - Pushed: about 2 years ago - Stars: 2 - Forks: 0

Stiffstream/arataga

A performant socks5/http1.1 proxy-server targeted for serving a large number of entry-points

Language: C++ - Size: 631 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 15 - Forks: 1

karmakrafts/kstd-streams

Highly optimized, constexpr-ready collection streams for C++17/20.

Language: C++ - Size: 209 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 9 - Forks: 0

ashaduri/number-to-georgian-cpp

Transform any number to a Georgian text (C++ version)

Language: C++ - Size: 141 KB - Last synced: 10 months ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

karmakrafts/kstd-core

Core of the Karma Krafts standard library for C++17/20.

Language: C++ - Size: 376 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 4 - Forks: 0

Radinyn/JackdawEngine

OpenGL-based lightweight framework/engine for C++17 games and apps

Language: C - Size: 308 KB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 4 - Forks: 0

1jeongg/Summer_Algorithm_Study Fork of shkisme/Summer_Algorithm_Study

2022 여름방학 코딩 문제풀이 스터디

Language: C++ - Size: 447 KB - Last synced: 19 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

1jeongg/ProblemSolve

학교 수업 및 혼자 공부한 알고리즘 모음

Language: C++ - Size: 106 KB - Last synced: 19 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

Cianidos/EyeCare

eye training application

Language: C++ - Size: 13 MB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

mapx/EASTL Fork of electronicarts/EASTL

EASTL fork with Bazel build support. EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.

Language: C++ - Size: 2.51 MB - Last synced: 10 months ago - Pushed: about 5 years ago - Stars: 1 - Forks: 0

scrose/SVDSolver

GPGPU-based SVD solver for large dense matrices.

Language: C++ - Size: 18.8 MB - Last synced: 10 months ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

SmokedSeaBass/SMB3DO

A personal project that aims to re-imagine the classic Nintendo NES game Super Mario Bros. 3.

Language: C++ - Size: 17.1 MB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 2 - Forks: 0

jowillianto/argplusplus

Argument Parsing for C++

Language: C++ - Size: 28.3 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

yahya-mohammed07/BSTree_Recursive

Binary search Tree recursive(most of it) written in c++17

Language: C++ - Size: 55.7 KB - Last synced: 11 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

przemek83/sqlite-browser

Simple SQLite databases browser written in C++/Qt.

Language: C++ - Size: 77.1 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 1 - Forks: 0

myistocome/CodingTest

version : C++, Python, Swift, TypeScript

Size: 11.7 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

myistocome/2023-h2-codingTestStudy-cpp

2023년 하반기 C++ 코딩테스트 스터디

Language: C++ - Size: 20.5 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

sayan-chaliha/cyan

A lock-free, wait-free, event-driven, cross-platform, thread pool-backed asynchronous execution library in C++.

Language: C++ - Size: 180 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 5 - Forks: 1

joseevilasio/projetoquiz

Projeto realizado em C++ utilizando conceitos da formação de Programação WEB

Language: C++ - Size: 10.4 MB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 4 - Forks: 1

hannes-harnisch/Array

A collection of array-based containers offering various tradeoffs.

Language: C++ - Size: 1.74 MB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 2 - Forks: 0

GeorgyFirsov/ntp

"ntp" stands for "Native Thread Pool". This library implements a thread pool using Win32 API (and some Native API too).

Language: C++ - Size: 1.86 MB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 2 - Forks: 3

Sumonta056/Survival-of-Warrior

Become the fearless Knight Rider in a grasping 2D survival game while riding a stunning horse and holding a deadly sword. Your goal is to eliminate all opponents and master all difficult barriers that stand in your way. Can you withstand the danger and endure as long as you can? Start this exciting adventure now by expressing your bravery!

Language: C - Size: 113 MB - Last synced: 6 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

KishanGrimout/soa

A vector-like class to create structures of arrays.

Language: C++ - Size: 34.2 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 1 - Forks: 0

apache-hb/Volts

Lets make another emulator. now there are 15 competing standards.

Language: C - Size: 24.7 MB - Last synced: 8 months ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

gershnik/intrusive_shared_ptr

Intrusive reference counting smart pointer, highly configurable reference counted base class and various adapters

Language: C++ - Size: 266 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 2 - Forks: 0

uatuko/libviper

A library for reading configs built using modern c++ standards

Language: C++ - Size: 90.8 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

Foledem/EOSP-Threadpool

Cross-platform header-only pure c++17 threadpool

Language: C++ - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

ArjArav98/Sudoku-Solver

Suite of functions, written in C++, which solve, validate and generate Sudoku puzzles!

Language: C++ - Size: 125 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 54 - Forks: 20

yowidin/sqlite-burrito

A silly wrapper for the SQLite library

Language: C++ - Size: 182 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

Systemcluster/Elsa

Modern C++ header-only interface to Lua 5.1+ and LuaJIT 2.0+ (WIP)

Language: C++ - Size: 32.2 KB - Last synced: about 1 month ago - Pushed: about 5 years ago - Stars: 3 - Forks: 1

607011/txtz

Short string compression

Language: C++ - Size: 71.3 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

giuliom/BasicRenderer

A simple renderer

Language: C++ - Size: 5.24 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0