Skip to content

Instantly share code, notes, and snippets.

View nivance's full-sized avatar
🐢
I may be slow to respond.

nivance nivance

🐢
I may be slow to respond.
View GitHub Profile
@jlia0
jlia0 / agent loop
Last active May 14, 2025 00:06
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
@ruicky
ruicky / xima.py
Created April 30, 2019 03:19
喜马拉雅专辑批量下载脚本
import requests
import os, sys
import concurrent.futures
from itertools import repeat
class XimaScraper:
def __init__(self, album_no, page_num):
headers = {
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'
}

FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.


Effective Engineer - Notes

What's an Effective Engineer?