# my_docs **Repository Path**: shines77/my_docs ## Basic Information - **Project Name**: my_docs - **Description**: 我所有的技术文档及代码(Linux Tips、机器学习、LLM、量化交易等) - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-05-06 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: Cpp, Markdown, Python, llm, Linux ## README # my_docs ## 简介 我所有的技术文档及相关代码 ( [Linux Tips](./linux)、[Python 开发](./lang/python)、[机器学习](./tech/AI/MachineLearning)、[LLM](./tech/AI/LLM)、[量化交易](./tech/Quant) 等) ## 目录结构 ┌── [github](./github)
├── [html](./html)
├── [lang](./lang)
│  ├── ASM
│  ├── C
│  ├── C#
│  ├── [C++](./lang/C++)
│  ├── golang
│  ├── Java
│  ├── JavaScript
│  ├── node.js
│  ├── [python: Python 相关代码](./lang/python)
│  │  ├── [DrissionPage: 浏览器爬虫](./lang/python/DrissionPage)
│  │  ├── [requests: 网络库](./lang/python/requests)
│  │  ├── [Scrapy: 爬虫](./lang/python/Scrapy)
│  │  ├── [selenium: 浏览器爬虫](./lang/python/selenium)
│  │  └── [urllib: 网络库](./lang/python/urllib)
│  ├── Rust
│  └── TypeScript
├── [linux](./linux)
│  ├── [app](./linux/app)
│  │  ├── [cmake](./linux/app/cmake)
│  │  ├── [gogs](./linux/app/gogs)
│  │  └── [mysql](./linux/app/mysql)
│  ├── [centos](./linux/centos)
│  ├── [cmake](./linux/cmake)
│  ├── [gdb](./linux/gdb)
│  ├── [git](./linux/git)
│  ├── [shell](./linux/shell)
│  ├── [ubuntu](./linux/ubuntu)
├── [misc](./misc)
│  ├── algorithm
│  ├── math
├── [notes](./notes)
│  ├── English
│  ├── hardware
│  ├── HuyaLive
│  ├── TagCloud
│  └── zhihu
├── [raw](./raw)
│  ├── linux
│  ├── linux-about
│  ├── os
├── [system](./system)
│  ├── Win7
│  └── Windows
├── [tech](./tech)
│  ├── [AI](./tech/AI)
│  │  ├── [3D](./tech/AI/3D)
│  │  ├── [AIGC: 人工智能生成内容](./tech/AI/AIGC)
│  │  ├── [AlphaGO](./tech/AI/AlphaGO)
│  │  ├── [ANN: 神经网络](./tech/AI/ANN)
│  │  ├── [FaceRecognition: 面部识别](./tech/AI/FaceRecognition)
│  │  ├── [GPU: 显卡](./tech/AI/GPU)
│  │  ├── [LLM: 大语言模型](./tech/AI/LLM)
│  │  ├── [MachineLearning: 机器学习](./tech/AI/MachineLearning)
│  │  ├── [NLP: 自然语言处理](./tech/AI/NLP)
│  │  ├── [PyTorch](./tech/AI/PyTorch)
│  │  ├── [QNN: 高通 AI Engine SDK](./tech/AI/QNN)
│  │  └── [TensorFlow](./tech/AI/TensorFlow)
│  ├── [android: 安卓模拟器](./tech/android)
│  ├── [asm: 汇编](./tech/asm)
│  │  ├── [SIMD](./tech/asm/SIMD)
│  │  └── [yasm](./tech/asm/yasm)
│  ├── audio
│  ├── [bigdata: 大数据](./tech/bigdata)
│  ├── [compiler: 编译器](./tech/compiler)
│  ├── [compress: 压缩算法](./tech/compress)
│  ├── [cpp: C++](./tech/cpp)
│  ├── [cpu: 关于 CPU](./tech/cpu)
│  ├── db
│  │  └── [terark: 索引压缩db](./tech/db/terark)
│  ├── [distributed: 分布式](./tech/distributed)
│  ├── [eda: EDA(电子设计自动化)](./tech/eda)
│  ├── [hash: 哈希表](./tech/hash)
│  ├── [http: HTTP相关](./tech/http)
│  ├── [kv: 关于KV的DB](./tech/kv)
│  ├── misc
│  ├── [nosql](./tech/nosql)
│  ├── [Quant: 量化交易](./tech/Quant)
│  ├── rust
│  ├── [string-match: 字符串匹配](./tech/string-match])
│  ├── [sudoku: 数独](./tech/sudoku)
│  ├── [thread: 多线程](./tech/thread)
│  ├── url
│  ├── [video](./tech/video)
│  │  └── [ffmpeg: 音视频处理](./tech/video/ffmpeg)
│  ├── web
│  ├── webgl
│  └── [windows](./tech/windows)
│  ├── [kernel: Windows 内核开发](./tech/windows/kernel)
│  ├── [minifilter: 文件过滤驱动](./tech/windows/minifilter)
│  ├── [mstsc](./tech/windows/mstsc)
│  └── [visual_studio](./tech/windows/visual_studio)
├── [tools](./tools)
│  ├── chrome
│  ├── git
│  ├── javascript
│  ├── markdown
│  ├── photoshop
│  ├── proxy
│  ├── python
│  ├── virtualbox
│  ├── vscode
│  └── windows
├── [work](./work)
│  ├── ipsec_vpn
│  ├── misc
│  └── switcher
└── [etc](./etc)