Skip to content

Instantly share code, notes, and snippets.

View arashnm80's full-sized avatar
Powered by coffee

Arash Nemat Zadeh arashnm80

Powered by coffee
View GitHub Profile
@arashnm80
arashnm80 / agent loop
Created April 19, 2025 08:24 — 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
@arashnm80
arashnm80 / index.html
Created March 11, 2025 16:58
simple notes website that read/write data on localStorage
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Offline Notes App</title>
<style>
body { font-family: Arial, sans-serif; max-width: 500px; margin: auto; padding: 20px; }
textarea { width: 100%; height: 200px; }
button { margin-top: 10px; padding: 10px; }