Rain's repositories
afio
Proposed async file i/o and filesystem library for Boost and the C++ standard
build-your-own-x
🤓 Build your own (insert technology here)
cornerstone
C++ implementation of raft consensus
cort_proto
A C++03 implement stackless coroutine. But also support stackful coroutine, tcp rpc operation, static hook(by adding hook function into static_hook.sh).
feather
a modern, rapid,cross-platform web server framework developed in c++17
gb
gb single-file public domain libraries for C & C++
lest
A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)
MachineLearning_Python
机器ĺ¦äą ç®—ćł•python实现
media-server
RTSP/RTP/RTMP/FLV/HLS/MPEG-TS/MPEG-PS/MPEG-DASH/MP4/fMP4
ordered-map
C++ hash map and hash set which preserve the order of insertion
portable-lib
Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random
tinyheaders
Collection of one-file C/C++ libraries with no dependencies, primarily used for games
tinyscript
Tinyscript is a very simple scripting language for microcontrollers with limited memory.
uWebSockets
Tiny WebSockets
waitfree-mpsc-queue
A wait-free multi-producer-single-consumer queue in C11 atomics
write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.