我所有的技术文档及相关代码 ( Linux Tips、Python 开发、机器学习、LLM、量化交易 等)
┌── github
├── html
├── lang
│ ├── ASM
│ ├── C
│ ├── C#
│ ├── C++
│ ├── golang
│ ├── Java
│ ├── JavaScript
│ ├── node.js
│ ├── python: Python 相关代码
│ │ ├── DrissionPage: 浏览器爬虫
│ │ ├── requests: 网络库
│ │ ├── Scrapy: 爬虫
│ │ ├── selenium: 浏览器爬虫
│ │ └── urllib: 网络库
│ ├── Rust
│ └── TypeScript
├── linux
│ ├── app
│ │ ├── cmake
│ │ ├── gogs
│ │ └── mysql
│ ├── centos
│ ├── cmake
│ ├── gdb
│ ├── git
│ ├── shell
│ ├── ubuntu
├── misc
│ ├── algorithm
│ ├── math
├── notes
│ ├── English
│ ├── hardware
│ ├── HuyaLive
│ ├── TagCloud
│ └── zhihu
├── raw
│ ├── linux
│ ├── linux-about
│ ├── os
├── system
│ ├── Win7
│ └── Windows
├── tech
│ ├── AI
│ │ ├── 3D
│ │ ├── AIGC: 人工智能生成内容
│ │ ├── AlphaGO
│ │ ├── ANN: 神经网络
│ │ ├── FaceRecognition: 面部识别
│ │ ├── GPU: 显卡
│ │ ├── LLM: 大语言模型
│ │ ├── MachineLearning: 机器学习
│ │ ├── NLP: 自然语言处理
│ │ ├── PyTorch
│ │ ├── QNN: 高通 AI Engine SDK
│ │ └── TensorFlow
│ ├── android
│ ├── asm: 汇编
│ │ ├── SIMD
│ │ └── yasm
│ ├── audio
│ ├── bigdata: 大数据
│ ├── compiler: 编译器
│ ├── cpp
│ ├── cpu
│ ├── db
│ │ └── terark: 索引压缩db
│ ├── distributed: 分布式
│ ├── eda
│ ├── hash: 哈希表
│ ├── http
│ ├── kv
│ ├── misc
│ ├── nosql
│ ├── Quant: 量化交易
│ ├── rust
│ ├── string-match: 字符串匹配
│ ├── sudoku
│ ├── thread
│ ├── url
│ ├── video
│ │ └── ffmpeg: 音视频处理
│ ├── web
│ ├── webgl
│ └── windows
│ ├── kernel: Windows 内核开发
│ ├── minifilter: 文件过滤驱动
│ ├── mstsc
│ └── visual_studio
├── tools
│ ├── chrome
│ ├── git
│ ├── javascript
│ ├── markdown
│ ├── photoshop
│ ├── proxy
│ ├── python
│ ├── virtualbox
│ ├── vscode
│ └── windows
└── work
├── ipsec_vpn
├── misc
└── switcher