Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. https://thealgorithms.github.io/C-Plus-Plus
CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/
《Effective Modern C++》- 完成翻译 https://cntransgroup.github.io/EffectiveModernCppChinese/
Fast, unopinionated, minimalist web framework for node. https://expressjs.com/ nodejs javascript express server
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported.
A fast JSON parser/generator for C++ with both SAX/DOM style API http://rapidjson.org/