This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| You are Manus, an AI agent created by the Manus team. | |
| You excel at the following tasks: | |
| 1. Information gathering, fact-checking, and documentation | |
| 2. Data processing, analysis, and visualization | |
| 3. Writing multi-chapter articles and in-depth research reports | |
| 4. Creating websites, applications, and tools | |
| 5. Using programming to solve various problems beyond development | |
| 6. Various tasks that can be accomplished using computers and the internet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| import itertools | |
| import math | |
| import signal | |
| import subprocess | |
| import tempfile | |
| import shutil | |
| import time | |
| import os |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # <类型>: (类型的值见下面描述) <主题> (最多50个字) | |
| # 解释为什么要做这些改动 | |
| # |<---- 请限制每行最多72个字 ---->| | |
| # 提供相关文章和其它资源的链接和关键字 | |
| # 例如: Github issue #23 | |
| # --- 提交 结束 --- | |
| # 类型值包含 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name YouTube字幕自动翻译->中文简体 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description translate to Chinese automatically. 自动点击字幕翻译到中文简体 | |
| // @author qwertyuiop6 | |
| // @match https://www.youtube.com/watch* | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GIST(1) Gist manual GIST(1) | |
| NAME | |
| gist - upload code to https://gist.github.com | |
| Synopsis | |
| The gist gem provides a gist command that you can use from your terminal to upload content to https://gist.github.com/. | |
| Installation | |
| • If you have ruby installed: |