links:

group: online

items:
- name: 在线编译器
  url: https://ideone.com/
- name: rust在线编译
  url: https://webassembly.studio/
- name: 代码在线转汇编,分享代码
  url: https://godbolt.org/
- name: 分享代码
  url: https://paste.ubuntu.com/
- name: Linux命令大全(手册)
  url: https://ipcmen.com/

group: C++

items:
- name: C++ Club
  url: https://github.com/Cpp-Club/Cxx_HOPL4_zh/
- name: Google C++ Style Guide
  url: https://google.github.io/styleguide/cppguide.html
- name: ISOCpp
  url: https://isocpp.org/
- name: C++ faq
  url: https://isocpp.org/faq
- name: tips of week
  url: https://abseil.io/tips/
- name: 静态线程安全分析(Static Thread Safety Analysis)
  url: https://clang.llvm.org/docs/ThreadSafetyAnalysis.html
- name: msvc
  url: https://docs.microsoft.com/zh-cn/cpp/cpp/?view=msvc-160
- name: 知乎文章
  url: https://zhuanlan.zhihu.com/p/88434924
- name: good
  url: https://hackingcpp.com/
- name: cpp指南
  url: https://hackingcpp.com/cpp/beginners_guide.html
- name: learncpp
  url: https://www.learncpp.com/cpp-tutorial/introduction-to-cpp-development/
- name: 游戏编程模式
  url: https://gpp.tkchu.me/
- name: C++知识点查漏补缺
  url: https://github.com/nwpuhq/AwesomeCpp
- name: 《C++并发编程实战第2版》
  url: https://www.zhihu.com/column/c_1307735602880331776
- name: Effective C++ 
  url: https://www.cnblogs.com/xiaojianliu/p/12693603.html
- name: AwesomeCpp
  url: https://github.com/nwpuhq/AwesomeCpp
- name:  C++设计模式 
  url: https://github.com/liu-jianhao/Cpp-Design-Patterns

group: Rust

items:
- name: Rust web 开发入门
  url: https://codeamigo.dev/lessons/preview/161
- name: Rust 中常见的有关生命周期的误解
  url: https://github.com/Foreverhighness/rust-blog/blob/develop/posts/translations/zh-hans/common-rust-lifetime-misconceptions-comp.md
- name: Easy Rust
  url: https://dhghomon.github.io/easy_rust/
- name: Easy Rust 简体中文
  url: https://github.com/kumakichi/easy_rust_chs
- name: Rust Design patterns
  url: https://rust-unofficial.github.io/patterns/
- name: Learn Rust zh
  url: https://getrust.tech/
  desc: https://github.com/auula/learn-rust
- name: 斯坦福rust课程
  url: https://reberhardt.com/cs110l/spring-2020/
- name: trpl-zh-cn
  url: https://kaisery.github.io/trpl-zh-cn/ch13-01-closures.html
- name: The Rust Reference
  url: https://doc.rust-lang.org/stable/reference/introduction.html#introduction
- name: Learn Rust With Entirely Too Many Linked Lists
  url: https://rust-unofficial.github.io/too-many-lists/index.html
- name: rust-by-example
  url: https://doc.rust-lang.org/rust-by-example
- name: Rust Memory Container Cheat-sheet
  url: https://github.com/usagi/rust-memory-container-cs
- name: web framework——Sapper
  url: https://github.com/daogangtang/sapper
- name: Forustm is a forum written in Rust
  url: https://github.com/daogangtang/forustm
- name: rust月刊
  url: https://rustmagazine.github.io/rust_magazine_2021/

group: source

items:
- name: muduo_study
  url: https://github.com/834810071/muduo_study
- name: ctf-wiki
  url: https://github.com/ctf-wiki/ctf-wiki/
- name: cs144
  url: https://cs144.github.io/
- name: doocs
  url: https://github.com/doocs

group: Proxy

items:
- name: v2xtls
  url: https://v2xtls.org/
- name: 毒液机场测评
  url: https://www.duyaoss.com/

group: resource

items:
- name: book download
  url: https://b-ok.global
- name: iebukes英文电子书分享网
  url: http://www.iebukes.com/
- name: highlight.js
  url: https://highlightjs.org/
- name: 编辑软件
  url: http://houqiming.github.io/qpad/
- name: Ext2Fsd Project
  url: http://www.ext2fsd.com/
- name: mdnice
  url: https://www.mdnice.com/
- name: leetcode刷题经验
  url: https://labuladong.gitbook.io/algo/
- name: emoji
  url: http://emojihomepage.com/
- name: theme
  url: https://draculatheme.com/
- name: English:Bilibili水滴的瞬间
  url: http://shuidi11.com
- name: learn Git
  url: https://learngitbranching.js.org/?NODEMO=&locale=zh_CN
- name: vim configure 1
  url: https://www.cnblogs.com/devilyouwei/p/12298807.html
- name: vim configure 2
  url: https://github.com/devilyouwei/NVimmer/tree/master/fonts/linux
- name: 柯林斯-英语
  url: https://www.collinsdictionary.com/zh/dictionary/english/
- name: 数据结构和算法动态可视化
  url: https://visualgo.net/zh
- name: PyQt学习网站
  url: https://www.learnpyqt.com/
- name: 深入设计模式
  url: https://refactoringguru.cn/design-patterns
  desc: 图文并茂

group: vczh

items:
- name: 1
  url: https://github.com/vczh
- name: 2
  url: https://github.com/vczh-libraries
- name: 3
  url: http://vczh-libraries.github.io/demo.html

group: interview

items:
- name: 面试杂项
  url: https://zhenghao-liu.github.io/2020/12/10/0-%E9%9D%A2%E8%AF%95%E6%9D%82%E9%A1%B9/
- name: LeetCode题解
  url: https://github.com/soulmachine/leetcode
- name: 剑指Offer——名企面试官精讲典型编程题 
  url: https://github.com/gatieme/CodingInterviews
- name: C/C++ 技术面试基础知识总结
  url: https://github.com/huihut/interview

group: kernel

items:
- name: Kernel Newbies内核开发新手的资源
  url: https://www.cnblogs.com/zengkefu/p/7265266.html
- name: linux_kernel_wiki 
  url: https://github.com/0voice/linux_kernel_wiki

group: blog

items:
- name: KiteAB's Blog
  url: https://kiteab.me/
- name: codedump的网络日志
  url: https://www.codedump.info/
- name: 竹林里有冰的博客
  url: https://blog.zhullyb.top/
- name: Ark's Blog
  url: https://blog.crazyark.xyz/
- name: 漩涡的博客
  url: https://xuanwo.io/
- name: 李杀网 Emacs
  url: http://xahlee.org/index.html
- name: Y分钟学会X
  url: https://learnxinyminutes.com/
- name: MQ的博客
  url: https://www.cnblogs.com/pointer-smq
- name: 云风的博客
  url: https://blog.codingnow.com/
- name: 戴磊的博客
  url: http://www.daileinote.com/
- name: 荒岛 
  url: https://lala.im/
- name: 深度竹子
  url: https://blog.justforlxz.com/
- name: 南浦月
  url: https://blog.nanpuyue.com/
- name: 穷佐罗的Linux书
  url: https://zorrozou.github.io/
- name: poly000 的博客-rustacean
  url: https://poly000.github.io/
- name: A Notebook of Extendswind
  url: https://extendswind.top/
- name: QuarticCat’s Blog
  url: https://blog.quarticcat.com/
- name: 朱双印个人日志
  url: https://www.zsythink.net/
  desc: iptables教程写的很好
- name: ulomo
  url: https://ulomo.github.io/
  desc: 
    - https://gitee.com/ulomo
    - Linux配置文件
    - iptables总结
- name: Rem Blog
  url: https://huangno1.github.io/
- name: 图说设计模式
  url: https://design-patterns.readthedocs.io/zh_CN/latest/index.html
- name: 何三笔记
  url: https://www.h3blog.com/
  desc: linux配置文件
- name: marcoepsilon的博客
  url: https://marcoepsilon.github.io/
  desc: 
    - rust & go
    - https://blog.csdn.net/RGBMarco
- name: HyG's Blog
  url: https://gaohaoyang.github.io/
- name: xiaodongQ
  url: https://xiaodongq.github.io/
- name: Bot Man
  url: https://bot-man-jl.github.io/
  desc: C++ & tencent
- name: 乐水榭 | 论极语易-Vonfry 博客
  url: https://vonfry.name/
- name: tlanyan-it can help fuck gfw
  url: https://tlanyan.me/
- name: 谢益辉的个人主页
  url: https://yihui.org/
  desc: https://www.lyx.org/
- name: lequn chen
  url: https://abcdabcd987.com/index.html
- name: wangdh' blogs
  url: https://wangdh15.github.io/
- name: cat ~/.zhiliao.history
  url: https://www.writebug.cn/  
- name: 极客兔兔
  url: https://geektutu.com/
  desc: Go
- name: ZhangY233
  url: https://www.mdzz.wiki/
  desc: rust
- name: Raymond's Blog
  url: https://raymond-zhao.top/
- name: DarkSun的个人博客
  url: http://blog.lujun9972.win/
  desc: https://github.com/lujun9972
- name: 夏叶随风
  url: https://blog.firerain.me/
  desc: https://github.com/xiayesuifeng/goblog
- name: manateelazycat
  url: https://manateelazycat.github.io/index.html
  desc: https://github.com/manateelazycat
- name: Ahonn's Blog
  url: https://www.ahonn.me/
  desc: https://github.com/ahonn/
- name: 四叶草🍀️
  url: https://www.fkxxyz.com
- name: bubao
  url: https://bubao.github.io/
- name: Linux Kernel Exploration
  url: http://ilinuxkernel.com/
- name: 学习日志
  url: https://blog.haohtml.com/
  desc: Web系统架构 Lamp Nginx Golang MySQL
- name: Lazy_Pig
  url: http://uternet.github.io/
  desc: Lisp & Scheme
  note: 本译文转自Z.X.L的[the little schemer 笔记](http://www.cnblogs.com/Z-X-L/tag/scheme/):http://uternet.github.io/TLS/
- name: ZetCode 中文系列教程
  url: https://zetcode.apachecn.org/#/
  desc: 原文:[ZetCode](http://zetcode.com/)
- name: 天梯帝
  url: http://www.tiantidi.com/
  desc: 硬件性能排行
- name: 编程随想的博客
  url: https://program-think.blogspot.com/
- name: https://laoyue449367983.wordpress.com/
  url: https://laoyue449367983.wordpress.com/
- name: DeRoy
  url: http://deroy.cn/
  desc: C/C++ 开发工程师
- name: 0x2CA
  url: https://0x2ca.github.io/
- name: zhang0peter的博客
  url: https://zhang0peter.com/
- name: Baixiangcpp's Blog
  url: http://www.ilovecpp.com/
- name: 酷壳
  url: https://coolshell.cn/
- name: best books推荐
  url: https://www.best-books.dev/
  desc:
    - https://www.best-books.dev/list/best-programming-books
    - https://stackoverflow.com/questions/1711/what-is-the-single-most-influential-book-every-programmer-should-read
- name: Netcan on Programming
  url: https://netcan.github.io/
- name: levonfly
  url: https://www.liuvv.com/
  desc: https://www.liuvv.com/p/6600d67c.html
- name: 漂流(driftluo) 
  url: https://www.driftluo.com/index
- name: Evan Meek
  url: https://evanmeek.github.io/
  desc: Linux&Emacs
- name: 张君宝的阅微堂
  url: https://zhiqiang.org/

group: project

items:
- name: WebServer
  url: https://github.com/linyacool/WebServer
- name: WebBench
  url: https://github.com/linyacool/WebBench
- name: DeskGirl
  url: https://github.com/ADeRoy/DeskGirl/tree/master/Desktop
- name: Starred
  url: https://github.com/maguowei/starred
- name: young-login
  url: https://github.com/0x2CA/young-login
- name: 飞扬青云 QT
  url: https://gitee.com/feiyangqingyun/projects
- name: lmdb
  url: https://github.com/LMDB/lmdb/tree/mdb.master/libraries/liblmdb
- name: QWidgetDemo
  url: https://gitee.com/feiyangqingyun/QWidgetDemo
- name: 游戏编程-设计模式
  url: https://github.com/tkchu/Game-Programming-Patterns-CN
- name: zola
  url: https://github.com/getzola/zola

group: other

items:
- name: 星际译王-作者修佛
  url: http://www.huzheng.org/
- name: 域名商对比
  url: https://www.nazhumi.com/

group: Java

items:
- name: 狂神微信公众号文章
  url: https://mp.weixin.qq.com/mp/homepage?__biz=Mzg2NTAzMTExNg==&hid=1&sn=3247dca1433a891523d9e4176c90c499
- name: SpringBoot项目实战
  url: https://www.cnblogs.com/orzlin/category/1302507.html
- name: SpringBoot多系类文章-个人博客
  url: http://www.yanhongzhi.com/
- name: maven阿里云仓库
  url: https://maven.aliyun.com/mvn/search