- Russia
Stars
Patches disabling some anti-features of Telegram Desktop: sponsored messages, saving restrictions and other.
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.
A Terminal UI for browsing security vulnerabilities (CVEs)
A telegram bot written in Python for downloading files from Terabox using the Terabox API
This is the code repository for my book "C 20 - Get the Details"
A small cheat sheet of what one needs to remember about the coroutines
Allows you to overwrite the color theme for existing Qt5 themes
Portable, simple and extensible C logging library
Implementations of SIMD instruction sets for systems which don't natively support them.
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-perf…
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 ins…
C cross-platform wrapper around dynamic loading of shared libraries (dll, so, dylib)
Arch Linux packaging for ungoogled-chromium
Sources for the article http://habrahabr.ru/post/265491/
A bounded multi-producer multi-consumer concurrent queue written in C 11