yanxicheung's Stars
redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
ruanyf/weekly
科技爱好者周刊,每周五发布
curl/curl
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features
carbon-language/carbon-lang
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
gabime/spdlog
Fast C++ logging library.
abseil/abseil-cpp
Abseil Common Libraries (C++)
xiaolincoder/CS-Base
图解计算机网络、操作系统、计算机组成、数据库,共 1000 张图 + 50 万字,破除晦涩难懂的计算机基础知识,让天下没有难懂的八股文!🚀 在线阅读:https://xiaolincoding.com
ZLMediaKit/ZLMediaKit
WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11
drogonframework/drogon
Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
Alinshans/MyTinySTL
Achieve a tiny STL in C++11
CnTransGroup/EffectiveModernCppChinese
《Effective Modern C++》- 完成翻译
darjun/go-daily-lib
Go 每日一库
yedf2/handy
🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
cameron314/readerwriterqueue
A fast single-producer, single-consumer lock-free queue for C++
actor-framework/actor-framework
An Open Source Implementation of the Actor Model in C++
ETLCPP/etl
Embedded Template Library
qicosmos/rest_rpc
modern C++(C++11), simple, easy to use rpc framework
downdemo/Cpp-Templates-2ed
C++11/14/17/20 templates and generic programming, the most complex and difficult technical details of C++, indispensable in building infrastructure libraries.
fslongjin/This-repo-has-1426-stars
这个仓库有1426个star,不信你试试
qicosmos/cosmos
c++11基础库
wfrest/wfrest
C++ Web Framework REST API
bloomen/transwarp
A header-only C++ library for task concurrency
xyz347/xpack
convert json/xml/bson to c++ struct
fr00b0/nod
Small, header only signals and slots C++11 library.
834810071/NetworkProgramming
Linux网络编程视频教程
netcan/advanced-cpp20-programming
机工社《高级C++20编程》随书代码
aggresss/libghttp
Libghttp is a HTTP client library for GNOME 1.4
ccock/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
hu-columbia/ReactCpp