Skip to content

Instantly share code, notes, and snippets.

@jlia0
jlia0 / agent loop
Last active May 31, 2025 08: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
@zaucy
zaucy / fa-icons.css
Created June 26, 2015 01:21
Font Awesome CSS Selectors
/* Css selectors generated by the script below for Font Awesome on the web page: http://astronautweb.co/snippet/font-awesome/ */
/*
var cssSrc = "";
var elements = document.querySelectorAll("#font-awesome-list > ul > li");
for(var i=0; elements.length > i; i++) {
var element = elements[i];
cssSrc += ".icon-before." + element.querySelector(".icon-name").textContent + ":before{content:" + element.querySelector(".icon-value").textContent +";}\n";
cssSrc += ".icon-after." + element.querySelector(".icon-name").textContent + ":after{content:" + element.querySelector(".icon-value").textContent +";}\n";
}
*/