Skip to content

Instantly share code, notes, and snippets.

@jlia0
jlia0 / agent loop
Last active December 11, 2025 09:44
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
@wbhinton
wbhinton / organize.py
Created January 20, 2020 16:55
File clean up
"""
-*- coding: utf-8 -*-
========================
Python Lazy Junk Files Organizer
========================
========================
"""
import os
from pathlib import Path
@mihaikelemen
mihaikelemen / configuration.yml
Created April 20, 2019 07:15
Redmine - Amazon SES (Simple Email Service) configuration
...
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
address: "AWS_SMTP_DOMAIN"
port: 587
domain: "REDMINE_DOMAIN"
authentication: :login
user_name: "YOUR_SMTP_USER"