Pinned Repositories
100CPthread
c++100行代码实现线程池
30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
abseil-cpp
Abseil Common Libraries (C++)
acl
One advanced C/C++ library for Linux/Mac/FreeBSD/Solaris(x86)/Windows/Android/IOS
ACM
ACM模板和一些题目的代码实现
acm-cheat-sheet
Acm Cheat Sheet
ACM-CheatSheet
ACM-ICPC模板
acm-icpc
CCF-certification-exam-solution
CCF认证考试题解(C++11代码)
handy
简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
kanghaibo's Repositories
kanghaibo/30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
kanghaibo/abseil-cpp
Abseil Common Libraries (C++)
kanghaibo/CGraph
【A simple C++ DAG framework】 一个简单好用的、无任何三方依赖的、跨平台的、收录于awesome-cpp的、基于流图的并行计算框架。欢迎star & fork
kanghaibo/cinatra
modern c++(c++17), cross-platform, header-only, easy to use http framework
kanghaibo/course
高性能并行编程与优化 - 课件
kanghaibo/cp_lib
kanghaibo/cpp-bugs-killer
C++训练,通过分析bug来了解语言特性
kanghaibo/Cpp17TheCompleteGuideChinese
《C++ 17 The Complete Guide》- 翻译中
kanghaibo/CppCoreGuidelines-zh-CN
Translation of C++ Core Guidelines [https://github.com/isocpp/CppCoreGuidelines] into Simplified Chinese.
kanghaibo/CppNote
C++语法笔记
kanghaibo/CppUtil
C++常用库设计
kanghaibo/CThreadPool
【A simple used C++ threadpool】一个简单好用,性能优异的跨平台的C++线程池。欢迎 star & fork
kanghaibo/dakota
The core Dakota project
kanghaibo/EffectiveModernCppChinese
《Effective Modern C++》- 完成翻译
kanghaibo/FMPy
Simulate Functional Mockup Units (FMUs) in Python
kanghaibo/JQTools
基于Qt开发的小工具包
kanghaibo/library2
compro library
kanghaibo/libunibreak
The libunibreak library
kanghaibo/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
kanghaibo/ModelicaSpecification
Specification of the Modelica Language
kanghaibo/ModelicaStandardLibrary
Free (standard conforming) library to model mechanical (1D/3D), electrical (analog, digital, machines), magnetic, thermal, fluid, control systems and hierarchical state machines. Also numerical functions and functions for strings, files and streams are included.
kanghaibo/modern-cpp-features
A cheatsheet of modern C++ language and library features.
kanghaibo/nvwa
My small collection of C++ utilities
kanghaibo/openmcx
openmcx
kanghaibo/proxy
Proxy: Easy Polymorphism in C++
kanghaibo/QCustomUI
Qt自定义UI库,主要提供无边框窗口和一些自定义控件,方便Qt开发。此处为仓库镜像。
kanghaibo/qt-solutions
kanghaibo/QtExamples
Qt 之 GUI 控件使用 / 网络 / 架构原理 / 运行机制理解;DTK 重绘控件方式的框架解析;IDE 技巧之 Visual Studio / Qt Creator;此为系列文章教程
kanghaibo/QWidgetDemo
Qt编写的一些开源的demo,预计会有100多个,一直持续更新完善,代码简洁易懂注释详细,每个都是独立项目,非常适合初学者,代码随意传播使用,拒绝打赏和捐赠,欢迎留言评论!
kanghaibo/secguide
面向开发人员梳理的代码安全指南