# github awesome github资源推荐

## 工具类

* [moco](https://github.com/dreamhead/moco) 一个简单快捷的mock接口服务，[详细使用](/xiaolgong-ju/mock-server.md)
* [cacher](https://www.cacher.io/) **推荐** gist代码片段管理UI工具，有客户端和web端
* [~~Lepton~~](https://github.com/hackjutsu/Lepton) ~~gist代码片段管理UI工具~~
* [noVNC](https://github.com/novnc/noVNC) webssh,web端ssh,HTML VNC Client Library and Application
* [txthinking/brook](https://github.com/txthinking/brook) 跨平台vpn工具，proxy代理工具

## gist 代码片段管理

作者：章乐 链接：<https://www.zhihu.com/question/21343711/answer/32023379> 1. <http://roughdraft.io> 可以把Gist的代码片段作为一个独立的网页发布。 2. <http://bl.ocks.org> 可以把gist里的HTML、CSS、JavaScript代码渲染好的结果在浏览器中展示出来


---

# 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://book.rizon.top/xiaolgong-ju/githubawesome.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.
