Skip to content

Instantly share code, notes, and snippets.

View kense-lab's full-sized avatar
:shipit:
I may be slow to respond.

Kense kense-lab

:shipit:
I may be slow to respond.
View GitHub Profile
@kense-lab
kense-lab / agent loop
Created March 11, 2025 08:54 — forked from jlia0/agent loop
Manus tools and prompts
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
@kense-lab
kense-lab / dstest
Created March 20, 2022 08:35 — forked from JJGO/dstest
Utility for running MIT 6.824 lab test in parallel and saving failed logs
#!/usr/bin/env python
import itertools
import math
import signal
import subprocess
import tempfile
import shutil
import time
import os
@kense-lab
kense-lab / .git-commit-template.txt
Created March 20, 2021 04:11 — forked from jmaxhu/.git-commit-template.txt
一份建议的git commit模板
# <类型>: (类型的值见下面描述) <主题> (最多50个字)
# 解释为什么要做这些改动
# |<---- 请限制每行最多72个字 ---->|
# 提供相关文章和其它资源的链接和关键字
# 例如: Github issue #23
# --- 提交 结束 ---
# 类型值包含
@kense-lab
kense-lab / TranslateToChineseOnYouTube.user.js
Created January 16, 2021 12:57 — forked from qwertyuiop6/TranslateToChineseOnYouTube.user.js
Translate to Chinese automatically. youtube自动翻译中文简体
// ==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==
@kense-lab
kense-lab / gist.man
Last active September 15, 2019 05:44
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: