Skip to content

Instantly share code, notes, and snippets.

@liliang8858
liliang8858 / agent loop
Created March 10, 2025 06:13 — 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
@liliang8858
liliang8858 / ecg_chart.py
Created July 16, 2018 01:32 — forked from pluswave/ecg_chart.py
基于matplotlib输出心电图纸到pdf文件
#*-- coding: utf-8 --*
import matplotlib
X_INCH = 7
Y_INCH = 11
X_MM = int(X_INCH*25.4)
Y_MM = int(Y_INCH*25.4)
while X_MM % 5 != 1: