Pinned Repositories
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
awesome-cpp-cn
C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。
C-C-
程序员相关电子书资料免费分享,欢迎关注个人微信公众号:程序员编程指南
C-Users-User-OneDrive-OpenCV-Python-Tutorials-and-Projects-master
cmake-demo
《CMake入门实战》源码
cmake-examples
Useful CMake Examples
concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
Cplusplus-Concurrency-In-Practice
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
CPlusPlusThings
C++那些事
cpp-bugs-killer
程序员们一起来找茬,通过分析代码bug来熟悉C++语言的特性。
Frank0213's Repositories
Frank0213/C-C-
程序员相关电子书资料免费分享,欢迎关注个人微信公众号:程序员编程指南
Frank0213/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
Frank0213/cmake-demo
《CMake入门实战》源码
Frank0213/cmake-examples
Useful CMake Examples
Frank0213/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
Frank0213/Cplusplus-Concurrency-In-Practice
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
Frank0213/CPlusPlusThings
C++那些事
Frank0213/cpp-bugs-killer
程序员们一起来找茬,通过分析代码bug来熟悉C++语言的特性。
Frank0213/CppDesignPattern
22种设计模式的C++实现
Frank0213/Frank0213
Config files for my GitHub profile.
Frank0213/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
Frank0213/practice_cpp
Dailly practice for cpp
Frank0213/Cpp17TheCompleteGuideChinese
《C++ 17 The Complete Guide》- 翻译中
Frank0213/CppGuide
「C/C++学习+面试指南」一份涵盖大部分 C++ 程序员所需要掌握的知识。入门、进阶、深入、校招、社招,准备 C++ 学习& 面试,首选 CppGuide!
Frank0213/CppNote
C++语法笔记
Frank0213/CppServer
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Frank0213/EffectiveModernCppChinese
《Effective Modern C++》- 完成翻译
Frank0213/folly
An open-source C++ library developed and used at Facebook.
Frank0213/FreeImage
Frank0213/GameDevMind
最全面的游戏开发技术图谱。希望帮助游戏开发者们在已知的事情上节省时间,省出更多的精力,投入到更有创造性的工作中去。 | The most comprehensive game development technical map. Hope to help game developers save time on known things, and set aside more energy for more creative work.
Frank0213/GitHub-Chinese-Top-Charts
:cn: GitHub中文排行榜,各语言分设「软件 | 资料」榜单,精准定位中文好项目。各取所需,高效学习。
Frank0213/googletest
GoogleTest - Google Testing and Mocking Framework
Frank0213/light-thread-pool
基于Arrow的轻量线程池
Frank0213/micro-manager
Microscope control and image acquisition integrated with ImageJ
Frank0213/opensocket
OpenSocket for C++, Super easy to use socket!
Frank0213/openthread
Three major design patterns for multithreading development
Frank0213/pdf
📚 计算机经典编程书籍、大黑书、编程电子书、电子书、编程书籍,包括计算机基础、C/C++、Java、Python、面试题、架构设计、算法系列等经典电子书。
Frank0213/programming-summary
C/C++/Java/Python 基础知识总结
Frank0213/QtExamples
Qt 之 GUI 控件使用 / 网络 / 架构原理 / 运行机制理解;DTK 重绘控件方式的框架解析;IDE 技巧之 Visual Studio / Qt Creator;此为系列文章教程
Frank0213/ThreadPool
A simple C++11 Thread Pool implementation