# 我的工具箱

### 写作工具库 <a href="#xie-zuo-gong-ju-ku" id="xie-zuo-gong-ju-ku"></a>

<table data-header-hidden data-full-width="false"><thead><tr><th>名称</th><th>介绍</th></tr></thead><tbody><tr><td><a href="https://mp.weixin.qq.com/">公众号</a></td><td>公众号自带编辑器</td></tr><tr><td><a href="https://www.yuque.com/">语雀笔记</a></td><td>好用的云文档</td></tr><tr><td><a href="https://www.processon.com/">ProcessOn</a></td><td>在线流程图绘制</td></tr><tr><td>Adobe Animate</td><td>Flash 动画</td></tr><tr><td><a href="https://www.geogebra.org/">GeoGebra</a></td><td>在线几何画板和函数绘制</td></tr><tr><td><a href="https://www.mathjax.org/">MathJax</a></td><td>在线渲染 Latex 公式</td></tr><tr><td><a href="https://www.manim.community/">manim</a></td><td>数学动画 python 库</td></tr><tr><td>Xnip</td><td>mac 截图神奇</td></tr><tr><td>Gifski</td><td>mac 视频转 gif 轻量小工具</td></tr><tr><td>Ctrl + Shift + 5</td><td>mac 自带的录屏工具</td></tr><tr><td><a href="https://editor.mdnice.com/">mdnice</a></td><td>在线渲染 markdown</td></tr><tr><td><a href="https://chartcube.alipay.com/">ChartCube</a></td><td>在线图表绘制</td></tr><tr><td>Adobe Illustrator</td><td>矢量图工具</td></tr></tbody></table>

### AI 工具箱 <a href="#ai-gong-ju-xiang" id="ai-gong-ju-xiang"></a>

| [ChatGPT4](https://chat.openai.com/)        | AI 最强辅助        |
| ------------------------------------------- | -------------- |
| [沉浸式翻译](https://immersivetranslate.com/)    | 在线实时沉浸翻译 AI 插件 |
| [Hulu AI](https://h5.cxyhub.com/)           | AI 工具聚合代理      |
| [秘塔 AI](https://metaso.cn/)                 | 专业 AI 搜索问答     |
| [Bito](https://bito.ai/)                    | 本地代码解读 AI      |
| [useadrenaline](https://useadrenaline.com/) | 在线代码解读 AI      |
| [txyz](https://www.txyz.ai/)                | 读论文 AI         |
| [Storm](https://storm.genie.stanford.edu/)  | AI 生成论文级别的文章   |
| [gpti](https://chatgpti.cc/)                | 免登录免费 GPT4 站点  |
| [NotebookLM](https://notebooklm.google/)    | 可以阅读理解文档并生成对话  |
| [ForecastAI](https://forecast.safe.ai/)     | 预测分析           |

### 在线编程和阅读代码工具 <a href="#zai-xian-bian-cheng-he-yue-du-dai-ma-gong-ju" id="zai-xian-bian-cheng-he-yue-du-dai-ma-gong-ju"></a>

| [Compiler Explorer](https://godbolt.org/)        | 各种语言在线编译可视化     |
| ------------------------------------------------ | --------------- |
| [cpp-sh](https://cpp.sh/)                        | 在线运行 C++ 代码     |
| [PythonTutor](https://pythontutor.com/)          | 动图可视化代码运行过程     |
| [bootlin](https://elixir.bootlin.com/)           | 在线 Linux 全部版本源码 |
| [CodeBrowser](https://codebrowser.dev/)          | 在线经典开源代码（GCC 等） |
| [killercoda](https://killercoda.com/)            | k8s 在线学习和体验平台   |
| [play-with-k8s](https://labs.play-with-k8s.com/) | k8s 在线学习和体验平台   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dibingfa.cn/tools/wo-de-gong-ju-xiang.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
