BobLiu21's Stars
996icu/996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
nlohmann/json
JSON for Modern C++
Light-City/CPlusPlusThings
C++那些事
huihut/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
gabime/spdlog
Fast C++ logging library.
changkun/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
fmtlib/fmt
A modern formatting library
yhirose/cpp-httplib
A C++ header-only HTTP/HTTPS server and client library
wisdompeak/LeetCode
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
ldcsaa/HP-Socket
High Performance TCP/UDP/HTTP Communication Component
xtaci/algorithms
Algorithms & Data structures in C++.
jbeder/yaml-cpp
A YAML parser and emitter in C++
0voice/cpp_new_features
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
weidai11/cryptopp
free C++ class library of cryptographic schemes
nghttp2/nghttp2
nghttp2 - HTTP/2 C Library and tools
JakubVojvoda/design-patterns-cpp
C++ Design Patterns
idealvin/coost
A tiny boost library in C++11.
log4cplus/log4cplus
log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API.
gnibuoz/QRibbon
Qt 实现的 Ribbon 风格菜单栏,基本思路是定制QTabWidget,通过QSS(样式表)实现显示样式的调整,QRibbon的原则是尽量不侵入正常业务逻辑的开发,所以在开发基于QMainWindow的程序时,可以按照正常的开发流程创建界面,创建普通的菜单栏以及菜单项及其信号槽关联,最后调用QRibbon::install(&mainWindow)函数即可自动创建出与QMainWindow原有QMenuBar相对应的Ribbon...
vseasky/vsailorproject
水手计划
philipperemy/easy-encryption
A very simple C++ module to encrypt/decrypt strings based on B64 and Vigenere ciper.
RyanLiuF/log4c
基于C++11的轻量级日志库,支持日志等级设置,日志加密,多线程、多进程并发调用,支持跨平台;(The lightweight logger library base on C++11, supports the mutil-thread or mutil-process concurrent invokes and crossplatform)
RyanLiuF/log4cView
提交基于log4c日志库的日志查看工具
BobLiu21/QRibbon
Qt 实现的 Ribbon 风格菜单栏,基本思路是定制QTabWidget,通过QSS(样式表)实现显示样式的调整,QRibbon的原则是尽量不侵入正常业务逻辑的开发,所以在开发基于QMainWindow的程序时,可以按照正常的开发流程创建界面,创建普通的菜单栏以及菜单项及其信号槽关联,最后调用QRibbon::install(&mainWindow)函数即可自动创建出与QMainWindow原有QMenuBar相对应的Ribbon...
RyanLiuF/libusb
A cross-platform library to access USB devices