Skip to content

Instantly share code, notes, and snippets.

@terrydang
terrydang / agent loop
Created March 10, 2025 12:26 — 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
@terrydang
terrydang / steam.yaml
Created December 8, 2024 12:14 — forked from jasmineamber/steam.yaml
steam-direct
payload:
- DOMAIN,test.steampowered.com
- DOMAIN-SUFFIX,cm.steampowered.com
- DOMAIN-SUFFIX,steamserver.net
- IP-CIDR,103.10.124.0/24
- IP-CIDR,103.10.125.0/24
- IP-CIDR,103.28.54.0/24
- IP-CIDR,146.66.152.0/24
- IP-CIDR,146.66.155.0/24
- IP-CIDR,153.254.86.0/24
@terrydang
terrydang / 0_reuse_code.js
Created May 25, 2016 06:10
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@terrydang
terrydang / pr-log.py
Created January 10, 2016 14:12 — forked from kylemcdonald/pr-log.py
Probe request MAC/SSID pair logging with tcpdump and Python3 for OS X, using airport for channel hopping.
import re
import pickle
from threading import Timer
import subprocess
from subprocess import call
import os.path
import sys
# config
database = 'allPairs.p'