Some useful links
一些文章¶
分类 | 链接 | 描述 |
---|---|---|
ftrace | https://linux.cn/article-9838-1.html | ftrace |
gdb | https://github.com/hellogcc/100-gdb-tips/blob/master/refcard.pdf linux.cn翻译的一些常用的命令 https://linux.cn/article-8900-1.html 100gdb的小技巧,内容不多,值得一看:https://www.kancloud.cn/wizardforcel/gdb-tips-100/146748 gdb的一些调试文档:http://www.unknownroad.com/rtfm/gdbtut/ |
gdb |
工具 | https://cppinsights.io/ 查看编译结果 https://godbolt.org/ 查看汇编 https://sysctl-explorer.net/net/ipv4/tcp_fack/ 查看sysctl的参数说明的一个网站 https://code.google.com/archive/p/shflags/ https://raw.githubusercontent.com/kward/shflags/master/shflags https://cppx.godbolt.org/z/cvWM3f |
|
博客 | https://zhuanlan.zhihu.com/c_130773972 smartx的知乎专栏,有很多关于存储,编程相关的干货 https://preshing.com/ 关于原子变量以及memory barrier的post非常著名 https://dirtysalt.github.io/html/blogs.html https://colobu.com/about/ go语言和rust语言布道师, 百度 Go CMC 委员会主席。 https://www.brendangregg.com/linuxperf.html 作者是网飞的一名工程师,写了非常多的网络调优,linux系统性能调优的posts https://tonybai.com/articles/ golang https://draveness.me/ 所有的post都是以为什么开头做为切入点进行分析,图做的非常不错 https://kingsamchen.github.io/source-code-reading/ 一些源码阅读和总结 |
项目¶
链接 | 描述 |
---|---|
https://github.com/mrpi/CoAwaitLib | co::await at any point of your code with stackfull coroutines (C++14) |
https://github.com/taskflow/taskflow | A General-purpose Task-parallel Programming System using Modern C++ |
https://github.com/apache/brpc/ | brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. “brpc” means “better RPC”. |
https://github.com/katanemo/archgw | Arch is an intelligent gateway for agents. Engineered with (fast) LLMs for the secure handling, rich observability, and seamless integration of prompts with your APIs - all outside business logic. Built by the core contributors of Envoy proxy, on Envoy. |
https://github.com/upvpn/upvpn-app | UpVPN is the world’s first Serverless VPN. The VPN app is available for macOS, Linux, Windows, tvOS, iOS, and Android. The UpVPN service can also be used with any WireGuard-compatible client through the Web Device feature |
https://github.com/kungfu-origin/kungfu | 量化 |
https://github.com/aklomp/base64 |
base64 |
BigModel¶
链接 | 描述 |
---|---|
https://openbmb.cn/home | MiniCPM-V |
https://github.com/huggingface/text-generation-inference | Large Language Model Text Generation Inference |
Doc Links¶
链接 | 描述 |
---|---|
https://abseil.io/about/design/swisstables | |
https://protobuf.dev/reference/cpp/arenas/ | C++ Arena Allocation Guide |
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#S-concurrency | |
AI 应用¶
链接 | 描述 |
---|---|
https://github.com/mediar-ai/screenpipe |
Code Tool¶
链接 | 描述 |
---|---|
https://cppinsights.io/ |
Terminal Tool¶
链接 | 描述 |
---|---|
Other Tool¶
链接 | 描述 |
---|---|
rufus、ventoy | u盘 |
inno setup、nsis | windows打包工具 |