https://github.com/smallnest/ebooks
制作的电子书越来越多,找个仓库放置,方便下载
https://github.com/smallnest/ebooks
Last synced: 19 days ago
JSON representation
制作的电子书越来越多,找个仓库放置,方便下载
- Host: GitHub
- URL: https://github.com/smallnest/ebooks
- Owner: smallnest
- Created: 2024-02-25T03:15:39.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-26T06:14:38.000Z (5 months ago)
- Last Synced: 2025-02-09T05:38:31.590Z (2 months ago)
- Size: 25.9 MB
- Stars: 185
- Watchers: 9
- Forks: 30
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. [深入理解Rust并发编程](rust_concurrency_cookbook.pdf)
2. [Rust高性能编程指南](perf-book-cn.pdf)。[网站版](https://colobu.com/perf-book)
3. [Leetcode 算法题解精选(Rust篇)](leetcode-collection-rust.pdf)
4. [Leetcode 算法题解精选(Go语言篇)](leetcode-collection-go.pdf)
5. [Go语言编程技巧](gotips.pdf) [网站版](https://colobu.com/gotips)
6. [Go Test: 从入门到躺平](go-test.pdf)