Stars
Translation of C++ Core Guidelines [https://github.com/isocpp/CppCoreGuidelines] into Simplified Chinese.
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone", 线性代数的艺术中文版, 欢迎PR.
Master programming by recreating your favorite technologies from scratch.
手撸解释器教程《Crafting Interpreters》中文翻译
A cheatsheet of modern C++ language and library features.
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
Utility to build Visual Studio solutions and projects with FASTBuild, supports VS2015/2017/2019.
📚 计算机经典编程书籍、大黑书、编程电子书、电子书、编程书籍,包括计算机基础、C/C++、Java、Python、面试题、架构设计、算法系列等经典电子书。
「C/C++学习+面试指南」一份涵盖大部分 C++ 程序员所需要掌握的知识。入门、进阶、深入、校招、社招,准备 C++ 学习& 面试,首选 CppGuide!
现代DX11系列教程:使用Windows SDK(C++)开发Direct3D 11.x
The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
一个简单、敏捷、分布式的支持SpringBoot的Java爬虫框架;An agile, distributed crawler framework.
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
Lecture Slides for Philip Levis and Nick McKeown's "Introduction to Computer Networking" Stanford course