bonbao's Stars
StevenBaby/onix
Onix - 操作系统实现
archibate/vimrc
小彭老师自用 NeoVim 整合包
PacktPublishing/The-Art-of-Writing-Efficient-Programs
The Art of Writing Efficient Programs, published by Packt
nicolasbrailo/cpp_exception_handling_abi
A mini ABI capable of handling throw/catch statements for C++ without libstdc++
hollow/libexception
exception handling library for C
takanuva/ANSI-ISO-C-Exception-Handling
A fully complete and functional exception handling library written in ANSI/ISO C.
kmalloc/SimpleCppExceptionHandling
a simplified version of c++ abi for exception handling
guillermocalvo/exceptions4c
:sheep: An exception handling framework for C
lennyRBLX/manual_exception_handling
Handling C++ & __try exceptions without the need of built-in handlers.
google/tcmalloc
ericniebler/range-v3
Range library for C++14/17/20, basis for C++20's std::ranges
Neargye/magic_enum
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
bombela/backward-cpp
A beautiful stack trace pretty printer for C++
zyuchuan/unique_cpp
C++ 11标准库源代码分析
sogou/workflow
C++ Parallel Computing and Asynchronous Networking Framework
isocpp/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
chenshuo/muduo
Event-driven network library for multi-threaded Linux server in C++11
QSCTech/zju-icicles
浙江大学课程攻略共享计划
parallel101/course
高性能并行编程与优化 - 课件
SFUMECJF/cmake-examples-Chinese
快速入门CMake,通过例程学习语法。在线阅读地址:https://sfumecjf.github.io/cmake-examples-Chinese/
szza/LearningNote
C++和Linux学习笔记
yangminz/bcst_csapp
A C language repo to implement CSAPP