rdnvndr's Stars
p-ranav/argparse
Argument Parser for Modern C++
simd-everywhere/simde
Implementations of SIMD instruction sets for systems which don't natively support them.
SergiusTheBest/plog
Portable, simple and extensible C++ logging library
facebookexperimental/libunifex
Unified Executors
rigtorp/MPMCQueue
A bounded multi-producer multi-consumer concurrent queue written in C++11
pkolt/design_patterns
Паттерны проектирования
arun11299/cpp-subprocess
Subprocessing with modern C++
orhun/flawz
A Terminal UI for browsing security vulnerabilities (CVEs)
mattreecebentley/plf_colony
An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-performance than std:: library containers for high-modification scenarios with unordered data.
ungoogled-software/ungoogled-chromium-archlinux
Arch Linux packaging for ungoogled-chromium
martin-olivier/dylib
C++ cross-platform wrapper around dynamic loading of shared libraries (dll, so, dylib)
mohaps/lrucache11
A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list and a std::unordered_map style container to provide fast insert, delete and update No dependencies other than the C++ standard library. This is a C++11 remake of my earlier LRUCache project (https://github.com/mohaps/lrucache) The goal was to create a fast LRUCache header only library and to avoid any dependencies like boost.
gengyong/luaaa
C++ to LUA binding tool in a single header file.
crashoz/uuid_v4
Super fast C++ library to generate and parse UUIDv4
RainerGrimm/Cpp20
This is the code repository for my book "C++20 - Get the Details"
tilir/cpp-masters
Masters course revisited
resetius/coroio
Networking library using C++20 coroutines
r0ld3x/terabox-downloader-bot
A telegram bot written in Python for downloading files from Terabox using the Terabox API
Layerex/telegram-desktop-patches
Patches disabling some anti-features of Telegram Desktop: sponsored messages, saving restrictions and other.
citizen-stig/skype-to-telegram
apolukhin/apolukhin.github.io
Small Blog, mostly to keep notes
dawidpilarski/coroutine-cheatsheet
A small cheat sheet of what one needs to remember about the coroutines
KaganCanSit/Cross-Compatible-FileLock-Windows-and-Linux
C++ class code that combines File Lock operations into a single class for Linux and Windows operating systems. The code in this repository is mostly for basic use.
laurent22/simple-gettext
pallas/libite
Examples of intrusive container templates in C++.
hectorqin/sublime-devdocs
Sublime quick search symbol in devdocs
spillerrec/QtPalettor
Allows you to overwrite the color theme for existing Qt5 themes
hokum2004/OwnIterator
Sources for the article http://habrahabr.ru/post/265491/
sw1tcherrr/intrusive-list
Implementation of intrusive list
sv-91/coro_async