cs-self-learning/docs/必学工具/tools.md
2022-09-06 17:59:52 +08:00

36 lines
2.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 实用工具箱
## 下载工具
- [Libgen](http://libgen.is/): PDF电子书下载网站。
- [z-epub](https://z-epub.com/): ePub电子书下载网站。
- [bitdownloader](https://bitdownloader.io/): 油管视频下载器。
- [zlibrary](https://1lib.limited/): 电子书下载网站(可能需要翻墙)。
## 设计工具
- [excalidraw](https://excalidraw.com/): 一款手绘风格的绘图工具非常适合绘制课程报告或者PPT内的示意图。
- [origamiway](https://www.origamiway.com/paper-folding-crafts-step-by-step.shtml): 手把手教你怎么折纸。
- [thingiverse](https://www.thingiverse.com/): 囊括各类 2D/3D 设计资源,其 STL 文件下载可直接 3D 打印。
- [iconfont](https://www.iconfont.cn/): 国内最大的图标和插画资源库,可用于开发或绘制系统架构图。
- [turbosquid](https://www.turbosquid.com/): 可以购买各式各样的模型。
## 编程相关
- [sqlfiddle](http://www.sqlfiddle.com/): 一个简易的在线 SQL Playground。
- [godbolt](https://godbolt.org/): 非常方便的编译器探索工具。你可以写一段 C/C++ 代码,选择一款编译器,然后便可以观察生成的具体汇编代码。
- [explainshell](https://explainshell.com/): 你是否曾为一段 shell 代码的具体含义感到困扰manpage 看半天还是不明所以?试试这个网站!
- [regex101](https://regex101.com/): 正则表达式调试网站,支持各种编程语言的匹配标准。
- [typingtom](https://www.typingtom.com/lessons): 针对程序员的打字练习/测速网站。
## 学习网站
- [HFS](https://hepsoftwarefoundation.org/training/curriculum.html): 各类软件教程。
- [os-wiki](https://wiki.osdev.org/Main_Page): 操作系统技术资源百科全书。
- [Shadertoy](https://www.shadertoy.com/): 编写各式各样的 shader。
## 杂项
- [tophub](https://tophub.today/): 新闻热榜合集(综合了知乎、微博、百度、微信等)。
- [speedtest](https://www.speedtest.net/zh-Hans): 在线网络测速网站。
- [public-apis](https://github.com/public-apis/public-apis): 公共 API 合集列表。