Stars
A curated list of delightful and free automotive engineering resources, looking for contributors ❗
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
"Extended search" plugin for the DLT-viewer
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
A high-performance, zero-overhead, extensible Python compiler with built-in NumPy support
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
Below is a step-by-step tutorial covering common build system use cases that CMake helps to address. Many of these topics have been introduced in Mastering CMake as separate issues but seeing how t…
清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University
A fast and minimal regular expression engine.
Systems design is the process of defining the architecture, modules, interfaces, and data for a system to satisfy specified requirements. Systems design could be seen as the application of systems …
Grokking the System Design Interview Course
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.