coolxv's repositories
live-streams-datasource
grafana datasource live streams
CPP-17-STL-cookbook
作为对《C++17 STL cookbook》英文版的中文翻译。
CPP-Concurrency-In-Action-2ed-2019
:book: 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。
CPP-Move-Semantics
《C++ Move Semantics》的非专业个人翻译
Cpp-Primer-Plus
C++ Primer Plus 6th Answers
CPP-Templates-2nd--
《C++ Templates 第二版》中文翻译,和原书排版一致,第一部分(1至11章)以及第23、24章已完成,其余内容逐步更新中。 个人爱好,发现错误请指正
CppCoreGuidelines-zh-CN
Translation of C++ Core Guidelines [https://github.com/isocpp/CppCoreGuidelines] into Simplified Chinese.
Cxx_HOPL4_zh
Chinese translation of Bjarne Stroustrup's HOPL4 paper
Data-Paralle-Cpp
个人翻译《Data Parallel C++》
design_patterns
图说设计模式
Expert-Cpp
Expert C++的个人翻译
hacker-laws-zh
💻📖对开发人员有用的定律、理论、原则和模式。(Laws, Theories, Principles and Patterns that developers will find useful.)
imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
lihang-code
《统计学习方法》的代码实现
MIT-Linear-Algebra-Notes
Notes for MIT-Linear-Algebra
Modern-CMake-zh_CN
著名 CMake 教程的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famous cmake tutorial Modern CMake. GitHub Pages : https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/
modern-cpp-template
A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
my_toy_compiler
My Toy Compiler. Read about how I did it at the homepage URL
notes-linear-algebra
线性代数笔记
programming-with-cpp20
Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"