Pinned Repositories
ACadSharp
C# library to read/write cad files like dxf/dwg.
ApproxMVBB-
Fast algorithms to compute an approximation of the minimal volume oriented bounding box of a point cloud in 3D.
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
book
计算机相关书籍
books
book list
boost-hana.zh
Boost.Hana中文文档
Boost.Examples
Various Boost Examples that I've accumulated. Some of Boost's (excellent!) documentation can be a bit dense at times and a simple example is often all that's needed to get rolling.
boost_guide
This is the sample code for Boost library Guide.
call-stack-logger
调用堆栈日志
GitHub-Chinese-Top-Charts
:cn: GitHub中文排行榜,各语言分设「软件 | 资料」榜单,精准定位中文好项目。各取所需,高效学习。
ccitllz's Repositories
ccitllz/GitHub-Chinese-Top-Charts
:cn: GitHub中文排行榜,各语言分设「软件 | 资料」榜单,精准定位中文好项目。各取所需,高效学习。
ccitllz/ACadSharp
C# library to read/write cad files like dxf/dwg.
ccitllz/ApproxMVBB-
Fast algorithms to compute an approximation of the minimal volume oriented bounding box of a point cloud in 3D.
ccitllz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
ccitllz/boost-hana.zh
Boost.Hana中文文档
ccitllz/boost_guide
This is the sample code for Boost library Guide.
ccitllz/call-stack-logger
调用堆栈日志
ccitllz/cosmos
c++11基础库
ccitllz/Cpp-Templates-2nd
《C++ Templates The Complete Guide - second edition》的非专业个人翻译
ccitllz/CPP_C_Design_Pattern
C/C++设计模式
ccitllz/cpp_backend_awsome_blog
2023年最新整理 c++后端开发,1000篇优秀博文,含内存,网络,架构设计,高性能,数据结构,基础组件,中间件,分布式相关
ccitllz/CppGuide
C/C++学习,后端开发进阶指南。
ccitllz/demos
示例代码、经验总结、案例分享
ccitllz/design-patterns-cpp-QingFeng
C++ Design Patterns
ccitllz/fry_course_materials
范仁义录播课资料,会依次推出各种完全免费的前端、后端、大数据、人工智能等课程,课程网站: https://fanrenyi.com ; b站课程地址: https://space.bilibili.com/45664489 ;
ccitllz/glog-
C++ implementation of the Google logging module
ccitllz/iguana
universal serialization engine
ccitllz/Learning
ccitllz/loki-TemplateModern
A C++ Template library, developed by Andrei Alexandrescu, the author of the book Modern C++ Design.
ccitllz/Loki11
A C++14 header-only library similar to Loki.
ccitllz/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
ccitllz/msgpack-c
MessagePack implementation for C and C++ / msgpack.org[C/C++]
ccitllz/nlohmann-json
JSON for Modern C++
ccitllz/OcctLab
OCCLib
ccitllz/qcad
QCAD - The Open Source 2D CAD. QCAD is a cross-platform CAD solution for Windows, macOS and Linux. It supports the DXF format and optionally the DWG format (through a proprietary plugin).
ccitllz/QtJsonSerializer
A library to perform generic seralization and deserialization of QObjects from and to JSON and CBOR
ccitllz/recipes
练习
ccitllz/rttr
C++ Reflection Library
ccitllz/ShCAD
ShCAD is a 2D CAD program written C++ using Qt framework.
ccitllz/subhook
A simple hooking library for C/C++ 钩子