Pinned Repositories
algorithms
Algorithms & Data structures in C++.
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
boost
Super-project for modularized Boost
chinessChess
Cross-platform and online battle platform game based on Qt: Chinese Chess
chromium
The official GitHub mirror of the Chromium source
cJSON
Ultralightweight JSON parser in ANSI C
CPlusPlusThings
C++那些事
cpp-httplib
A C++ header-only HTTP/HTTPS server and client library
fmt
A modern formatting library
QRibbon
Qt 实现的 Ribbon 风格菜单栏,基本思路是定制QTabWidget,通过QSS(样式表)实现显示样式的调整,QRibbon的原则是尽量不侵入正常业务逻辑的开发,所以在开发基于QMainWindow的程序时,可以按照正常的开发流程创建界面,创建普通的菜单栏以及菜单项及其信号槽关联,最后调用QRibbon::install(&mainWindow)函数即可自动创建出与QMainWindow原有QMenuBar相对应的Ribbon...
BobLiu21's Repositories
BobLiu21/algorithms
Algorithms & Data structures in C++.
BobLiu21/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
BobLiu21/boost
Super-project for modularized Boost
BobLiu21/chromium
The official GitHub mirror of the Chromium source
BobLiu21/cJSON
Ultralightweight JSON parser in ANSI C
BobLiu21/CPlusPlusThings
C++那些事
BobLiu21/cpp-httplib
A C++ header-only HTTP/HTTPS server and client library
BobLiu21/fmt
A modern formatting library
BobLiu21/folly
An open-source C++ library developed and used at Facebook.
BobLiu21/HP-Socket
High Performance TCP/UDP/HTTP Communication Component
BobLiu21/inicpp
The INI header-only library for Modern C++ supports reading and writing, even writing comments. It is cross-platform and can be used on multiple operating systems.
BobLiu21/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。 loading library, interview experience, recruitment, recommendation, etc.
BobLiu21/json
JSON for Modern C++
BobLiu21/labview2018-tutorial
this repository tells how to use LabVIEW based on labview2018.
BobLiu21/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.
BobLiu21/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
BobLiu21/linux
Linux kernel source tree
BobLiu21/lms
Lightweight Music Server. Access your self-hosted music using a web interface.
BobLiu21/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.
BobLiu21/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
BobLiu21/mongo
The MongoDB Database
BobLiu21/MyTinySTL
Achieve a tiny STL in C++11
BobLiu21/node
Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:
BobLiu21/QtCipherSqlitePlugin
A Qt plugin for cipher SQLite.
BobLiu21/samples_code
record some useful sample code
BobLiu21/sqlcipher
SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features.
BobLiu21/ThreadPool
A simple C++11 Thread Pool implementation
BobLiu21/vsailorproject
水手计划
BobLiu21/webcc
Lightweight C++ HTTP client and server library based on Asio for embedding purpose.
BobLiu21/yaml-cpp
A YAML parser and emitter in C++