Skip to content

Instantly share code, notes, and snippets.

View juiiyang's full-sized avatar
🤗

Ruiyang Guan juiiyang

🤗
  • localhost
  • Antarctica(with the penguin)
View GitHub Profile
@juiiyang
juiiyang / target.html
Last active October 11, 2022 15:20
请问如何找到正文的title和herf,也就是440、458、...行的a标签
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta name="format-detection" content="telephone=no">
<meta http-equiv="refresh" content="120">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1,initial-scale=1,user-scalable=no">
<title>
公文通-深圳技术大学
func bb_sort(arr []int) []int {
for i:=range arr {
for j:=len(arr)-1);j>i;j-- {
if arr[j-1]>arr[j] {
arr[j], arr[j-1] = arr[j-1], arr[i]
}
}
}
return arr
}
@juiiyang
juiiyang / agent loop
Created March 11, 2025 01:12 — 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