Skip to content

Instantly share code, notes, and snippets.

View lqshow's full-sized avatar
🌴
I may be slow to respond.

LQ lqshow

🌴
I may be slow to respond.
View GitHub Profile
@lqshow
lqshow / agent loop
Created March 11, 2025 06:22 — 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
@lqshow
lqshow / 0-go-os-arch.md
Created April 8, 2023 13:22 — forked from asukakenji/0-go-os-arch.md
Go (Golang) GOOS and GOARCH

Go (Golang) GOOS and GOARCH

All of the following information is based on go version go1.17.1 darwin/amd64.

GOOS Values

GOOS Out of the Box
aix
android
@lqshow
lqshow / hijack.txt
Created August 7, 2018 13:53 — forked from cpuspellcaster/hijack.txt
Docker Hijack Protocol
Stream details:
When using the TTY setting is enabled in POST, the stream is the raw data from the process PTY and client’s stdin. When the TTY is disabled, then the stream is multiplexed to separate stdout and stderr.
The format is a Header and a Payload (frame).
HEADER
The header contains the information which the stream writes (stdout or stderr). It also contains the size of the associated frame encoded in the last four bytes (uint32).