tengyft's Stars
infiniflow/infinity
The AI-native database built for LLM applications, providing incredibly fast hybrid search of dense vector, sparse vector, tensor (multi-vector), and full-text
Cpp-Club/Cxx_HOPL4_zh
Chinese translation of Bjarne Stroustrup's HOPL4 paper
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
o0HalfLife0o/TVBoxOSC
google/googletest
GoogleTest - Google Testing and Mocking Framework
jackfrued/Python-100-Days
Python - 100天从新手到大师
files-community/Files
A modern file manager that helps users organize their files and folders.
xiaoweiChen/CMake-Best-Practices
《CMake Best Practices》的非专业个人翻译
catchorg/Catch2
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
tumashu/cnfonts
emacs中文字体配置工具。可以快速方便的的实现中文字体和英文字体等宽(也就是常说的中英文对齐)。
LibreHardwareMonitor/LibreHardwareMonitor
Libre Hardware Monitor, home of the fork of Open Hardware Monitor
zhongyang219/TrafficMonitor
这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。
idealvin/coost
A tiny boost library in C++11.
yhirose/cpp-httplib
A C++ header-only HTTP/HTTPS server and client library
dragonflydb/dragonfly
A modern replacement for Redis and Memcached
electronicarts/EASTL
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
rttrorg/rttr
C++ Reflection Library
MeouSker77/Cpp17
本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删
balloonwj/CppGuide
C/C++学习,后端开发进阶指南。
kbengine/kbengine
A MMOG engine of server.
wuye9036/CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
gperftools/gperftools
Main gperftools repository
prometheus/prometheus
The Prometheus monitoring system and time series database.
iptv-org/iptv
Collection of publicly available IPTV channels from all over the world
sogou/workflow
C++ Parallel Computing and Asynchronous Networking Framework
billyquith/ponder
C++ reflection library with Lua binding, and JSON and XML serialisation.
rust-unofficial/awesome-rust
A curated list of Rust code and resources.
Walton1128/CPP-Templates-2nd--
《C++ Templates 第二版》中文翻译,和原书排版一致,第一部分(1至11章)以及第18,19,20,21、22、23、24、25章已完成,其余内容逐步更新中。 个人爱好,发现错误请指正
ReneNyffenegger/cpp-base64
base64 encoding and decoding with c++
goodbigzzz/Cpp_Concurrency_In_Action_2nd-