planning-list's repositories
fmt
A modern formatting library
learn-regex
Learn regex the easy way
marimo
A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
modern-cpp-features
A cheatsheet of modern C++ language and library features.
Modern-CPP-Programming
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
numpy-100
100 numpy exercises (with solutions)
OI-wiki
:star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
regexp-example
正则表达式实例搜集,通过实例来学习正则表达式。
SearchEngine
搜索引擎原理
WebGAL
A brand new web Visual Novel engine | 全新的网页端视觉小说引擎
abseil-cpp
Abseil Common Libraries (C++)
AI-For-Beginners
12 Weeks, 24 Lessons, AI for All!
austin
Python frame stack sampler for CPython
bazel-compilation-database
Tool to generate compile_commands.json from the Bazel build system
binder
Binder, tool for automatic generation of Python bindings
Book4_Power-of-Matrix
Book_4_《矩阵力量》 | 鸢尾花书:从加减乘除到机器学习;上架!
Clean-Code-Notes
My notes of Clean Code book
concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
Cpp17
本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删
CppCoreGuidelines-zh-CN
Translation of C++ Core Guidelines [https://github.com/isocpp/CppCoreGuidelines] into Simplified Chinese.
cppinsights
C++ Insights - See your source code with the eyes of a compiler
CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
EffectiveModernCppChinese
《Effective Modern C++》- 完成翻译
examples
Examples for Bazel
fluent-python
《流畅的Python》2015年8月
geektime-books
:books: 极客时间电子书
graphical-debugging-vscode
GraphicalDebugging extension for Visual Studio Code
hacker-laws-zh
💻📖对开发人员有用的定律、理论、原则和模式。(Laws, Theories, Principles and Patterns that developers will find useful.)
introduction-to-git-and-github-ebook
Free Introduction to Git and GitHub eBook
KuiperInfer
带你从零实现一个高性能的深度学习推理库,支持大模型 llama2 、Unet、Yolov5、Resnet等模型的推理。Implement a high-performance deep learning inference library step by step