Gilbert-T's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
papers-we-love/papers-we-love
Papers from the computer science community to read and discuss.
facebook/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
libuv/libuv
Cross-platform asynchronous I/O
abseil/abseil-cpp
Abseil Common Libraries (C++)
debezium/debezium
Change data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ.
openzfs/zfs
OpenZFS on Linux and FreeBSD
libsdl-org/SDL
Simple Directmedia Layer
oatpp/oatpp
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
hsutter/cppfront
A personal experimental C++ Syntax 2 -> Syntax 1 compiler
remzi-arpacidusseau/ostep-projects
Projects for an undergraduate OS course
zendesk/maxwell
Maxwell's daemon, a mysql-to-json kafka producer
unicode-org/icu
The home of the ICU project source code.
STEllAR-GROUP/hpx
The C++ Standard Library for Parallelism and Concurrency
zrythm/zrythm
a highly automated and intuitive digital audio workstation - official mirror
skypjack/uvw
Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
cacay/MemoryPool
An easy to use and efficient memory pool allocator written in C++.
yuchdev/CppBooks
A comprehensive catalog of modern and classic books on C++ programming language
fpagliughi/sockpp
Modern C++ socket library.
pokerth/pokerth
PokerTH is a poker game written in C++/Qt.
goossaert/kingdb
Fast on-disk persistent key-value store
mongodb/libbson
ARCHIVED - libbson has moved to https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson
nxp-imx/gtec-demo-framework
petersenna/codeviz
CodeViz: A CallGraph Visualiser
hailinzeng/Programming-POSIX-Threads
Programming with POSIX Threads: David R. Butenhof
gccore/Examples
Some C++ Examples.
redox-os/binutils-gdb
Mirror of https://gitlab.redox-os.org/redox-os/binutils-gdb
jackgo73/oldb
database
mclow/search-library
A generic C++ searching library, proposed for inclusion in the C++ standard library
rachelBonanno/HansonDataStructures
C Interfaces and Implementations Techniques for Creating Reusable Software By David R. Hanson | Extractions of code in the book in a more readable format.