Skip to content

Instantly share code, notes, and snippets.

View superlevin's full-sized avatar

林壽山 superlevin

View GitHub Profile
@jlia0
jlia0 / agent loop
Last active October 10, 2025 10:05
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
@isdaviddong
isdaviddong / LineBotGroupController.cs
Last active June 17, 2021 09:48
Line bot 群組對談範例程式碼
try
{
//取得 http Post RawData(should be JSON)
string postData = Request.Content.ReadAsStringAsync().Result;
//剖析JSON
var ReceivedMessage = isRock.LineBot.Utility.Parsing(postData);
var item = ReceivedMessage.events.FirstOrDefault();
string Message = "";
switch (item.type)
@sam0737
sam0737 / clock.html
Last active September 3, 2025 18:50
OBS Studio: A HTML page for showing current date and time in the video
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>A simple clock</title>
</head>
<body translate="no" >