Record my think...
197000/readme.md 现代操作系统阅读笔记
202001/20200113.md 《Git 常用命令》
202105/20210519.md 《commit 的sha值是如何计算的》
202005/20200528.md 《Pytest 使用》
202005/20200528-2.md 《Git diff 是如何实现的》
202005/20200529.md 《Websocket使用 》
202007/20200707.md 《安装Systemtap 》
202007/20200714.md 《TexLive 使用 》
202008/20200820 《Python 时间格式化符号》
202008/20200820 《Git 清除不必要的文件》
202008/20200827 《Golang channel 与waitgroup 使用》
202010/20201021 《Golang 代码调试》
202011/20201101 《》
202011/20201104 《MySQL一张表中一条数据拆分为多条数据》
202012/20201211 《系统虚拟化》
202101/20210128 Ubuntu 配置远程连接
202103/20210318 SQL 中in 与exists区别
202103/20210320 高性能MySQL 之查询优化
202103/20210329 Filebeat配置多行日志
202105/20210520 一致性hash算法
202105/20210520-2 Gossip 协议
202106/20210617 Linux 相关配置
202106/20210622 ElasticSearch 学习
202106/20210630 M1 Mac 相关问题
202107/20210708 计算机网络
202107/20210729 Chrome Network面板使用技巧
K8s/kubernetes Kubernetes
Some Study Blog
https://brooker.co.za/blog/2020/01/02/why-distributed.html [Marc Brooker
Why do we need distributed systems?]
------Go---------------
https://github.com/qyuhen/book
https://draveness.me/golang/ (Go语言设计与实现)
https://colobu.com/ (https://github.com/smallnest)
https://liweinlp.com/ (nlp)
https://books.studygolang.com/gobyexample/ (Go by Example 是一个实践性的通过带注释的例子程序去介绍 Go。查看第一个例子或者浏览下面的完整列表吧。)
https://learnku.com/docs/effective-go/2020 (高效的 Go 编程 Effective Go )
https://godbolt.org/ (在线编译代码)
-----------Python-------------
[1].https://wiki.python.org/moin/PythonDecoratorLibrary (装饰器)
[2].https://learnku.com/docs/python-guide/2018 (Python 最佳实践2018)
[3].https://leanpub.com/insidethepythonvirtualmachine/read (Inside The Python Virtual Machine)
[4].https://realpython.com/products/cpython-internals-book/ (《CPython Internals 》,基于 Python 3.9 的源码、底层分析)
[5].https://github.com/zpoint/CPython-Internals/blob/master/README_CN.md (Cpython Internals)
[6].https://my.oschina.net/yangyanxing/blog/296052 (异步多进程中使用队列) https://gist.github.com/yuuri/544fc947a84bb6245e03d482a91ad59a
----Go example ----
1.匿名函数与闭包
https://segmentfault.com/a/1190000018689134
----数据库 ----
https://rocksdb.org.cn/doc.html (RocksDB)
https://bohutang.me/ (ClickHouse)
---- linux http://www2.rdrop.com/~paulmck/ (Is Parallel Programming Hard, And If So, What Can You Do About It?) (中文译名 深入理解并行编程)
------- Algorithms -------
https://www.gitbook.com/book/wizardforcel/the-art-of-programming-by-july (准备面试中的算法)
https://xlinux.nist.gov/dads/ Dictionary of Algorithms and Data Structures
------- Elasticsearch -------
https://jasonbian.gitbooks.io/elasticsearch/content/index.html (elasticsearch Introduction)
------- Git -------
https://my.oschina.net/GIIoOS/blog/3224654 (一种 Git 存储库的一致性比较方案)
https://github.com/fcharlie/fcharlie.github.io/blob/master/_posts/2021/2021-01-20-GitGuideForCodeHostingPractitioners.md (代码托管从业者 Git 指南)
https://github.com/fcharlie/fcharlie.github.io/blob/master/_posts/2020/2020-08-16-ExploreSomeIssuesWithGit.md (探讨 Git 版本控制系统的若干问题 - 2020 版)
https://github.com/fcharlie/fcharlie.github.io/blob/master/_posts/2020/2020-12-25-performance-scalability-and-high-availability-for-git.md (性能,可扩展性和高可用 - 大型 Git 代码托管平台的关键问题)
https://juejin.im/post/5ce6519fe51d454fbf54095b (GitLab 数据备份)
https://cloud.tencent.com/developer/doc/1096 (git 命令)
https://fed.taobao.org/blog/taofed/do71ct/how-to-display-git-diff/ (如何实现一个 Git Diff 解析器)
https://stackoverflow.com/questions/29469649/create-a-commit-using-pygit2 (使用pygit2 创建一个commit)
https://www.jianshu.com/p/ced088550235 (git 云服务相关知识及历史)
http://schacon.github.io/git/user-manual.html#birdview-on-the-source-code (git 代码阅读)
https://docs.gitlab.com/ce/administration/server_hooks.html (gitlab 关于pre-receive hooks 的说明)
https://github.com/github/platform-samples/blob/master/pre-receive-hooks/README.md (GitHub 提供的pre-revceive hook样例 )
https://www.kenneth-truyers.net/2016/10/13/git-nosql-database/amp/ (git融合了数据库的很多**,从数据库角度演绎git原理 )
http://ftxtool.org/category/libgit2/ (libgit2使用教程)
https://my.oschina.net/GIIoOS (Gitee 实现相关知识)
------- Database -------
https://blog.jcole.us/innodb/ (InnoDB)
http://huili.github.io/sqlite/sqliteintro.html (sqlite 源码分析)
https://blog.spoock.com/2019/12/02/read-linux-kernel-by-woboq/ (使用woboq codebrowser阅读Linux源代码)
------- filebeat -------
https://kingjcy.github.io/post/monitor/log/collect/filebeat/filebeat-principle/ (监控日志系列---- Filebeat原理)
---- Windows 重装为Linux
[1].https://blog.ilemonrain.com/linux/win32-loader-windows-to-linux-tutorial.html
----- 现代操作系统:原理与实现(陈海波,夏虞斌)
[1].https://ipads.se.sjtu.edu.cn/mospi/ (在线book 地址)
[2].https://ipads.se.sjtu.edu.cn/courses/os/ (Courses:Operating Systems)
[3].https://ipads.se.sjtu.edu.cn/ (IPADS) [4].https://gitee.com/Kenneth-Lee-2012/MySummary/ (软件设计相关)
----- javascript
----- big data
https://mattturck.com/bigdata2018/ (Great Power, Great Responsibility: The 2018 Big Data & AI Landscape)
http://oilshell.org/blog/2021/07/blog-backlog-2.html Kubernetes is Our Generation's Multics
--- cloud
https://mikechengwei.github.io/2020/06/03/cgroup%E5%8E%9F%E7%90%86/ (Linux Cgroups原理)
-- other
https://zh.gluon.ai/ (Deep Learning)
https://dahuasky.wordpress.com/ (Computer Vision)
https://coolshell.cn/ (Computer Programming)
http://ns.codingnow.com/ (C++)
https://blog.csdn.net/leixiaohua1020 (FFmpeg)
https://hllvm-group.iteye.com/ (JVM)
https://rednaxelafx.iteye.com/ (JVM)
https://www.tianfateng.cn/ (English)
https://www.sports-reference.com/ (Sports)
http://mohu.org/info/symbols/symbols.htm (LaTex)
https://blog.csdn.net/guodongxiaren/article/details/88920485 (Redis)
https://bellard.org/ (Fabrice Bellard)
https://nndl.github.io/ (deep learning )