zhousongsong's Stars
alex-spataru/QSerialTerminal
A simple, cross-platform serial port terminal application written with Qt/QML
alphacep/vosk-server
WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
eidheim/Simple-Web-Server
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
tplgy/cppcodec
Header-only C++11 library to encode/decode base64, base64url, base32, base32hex and hex (a.k.a. base16) as specified in RFC 4648, plus Crockford's base32. MIT licensed with consistent, flexible API.
boostorg/beast
HTTP and WebSocket built on Boost.Asio in C++11
gongjianbo/QmlModelView
Example of QML Model-View(QML中的Model-View使用示例)--Qt5.12
mohammadhasanzadeh/pulltorefreshhandler
QML PullToRefreshHandler Component
arunpkio/RadialBarDemo
Custom radial Progress Bar QML component
gongjianbo/QmlTreeView
Customize TreeView with ListView in QtQuick.Controls 2.x,No need for c++;用Lisview自定义的Treeview
chronoxor/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
sharkdp/dbg-macro
A dbg(…) macro for C++
pmwkaa/sophia
Modern transactional key-value/row storage library.
lvklabs/QSsh
SSH and SFTP support for Qt. This project is based on Qt Creator's libQtcSsh.so
util-linux/util-linux
fukuchi/libqrencode
A fast and compact QR Code encoding library
stephenberry/glaze
Extremely fast, in memory, JSON and interface library for modern C++
MeouSker77/Cpp17
本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删
Pithikos/C-Thread-Pool
A minimal but powerful thread pool in ANSI C
r-lyeh-archived/getopt
Simple command-line options handler (C++11)
simdjson/simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
ibireme/yyjson
The fastest JSON library in C
p-ranav/argparse
Argument Parser for Modern C++
CLIUtils/CLI11
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
USCiLab/cereal
A C++11 library for serialization
fraillt/bitsery
Your binary serialization library
gflags/gflags
The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at:
martinmoene/ring-span-lite
ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library
idea4good/GuiLiteSamples
✨Small interesting GUI effects could be reused everywhere
toby20130333/QtQuickExample
基于QtQuick的入门例子,方便大家入门学习
lesliefish/Qt
Qt开发知识、经验总结。包括Qss,数据库,Excel,Model/View等。