Skip to content

Instantly share code, notes, and snippets.

View Anyrainel's full-sized avatar

Anyrainel

  • California, United States
View GitHub Profile
@Anyrainel
Anyrainel / data_cache.json
Last active March 25, 2026 06:15
data_cache.json
{
"version": 0,
"git_hash": "b761e4d2e9e509eb8aa8c04c381b46d2308d7e85",
"affix_map": {
"996005": {
"property": "EnergyRecharge",
"value": 10.36
},
"501242": {
"property": "ElementalMastery",
@Anyrainel
Anyrainel / agent loop
Created March 11, 2025 06:40 — 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
@Anyrainel
Anyrainel / convert.sh
Last active March 1, 2021 04:24
Convert .pvr.ccz file to .png using TexturePacker
# By default, TexturePacker run with fancy or unwated default parameters.
# It will guarantee to mess up and make your image red and ask you to buy the Pro version.
# Example error message I see is below:
# --------------------------------------------------------------------------------
# TexturePacker:: warning: You are using TexturePacker in Essential (lite) mode.
# TexturePacker:: warning:
# TexturePacker:: warning: You are using some advanced features which will cause some sprites to
# TexturePacker:: warning: be colored red in the sprite sheet.
# TexturePacker:: warning:
@Anyrainel
Anyrainel / .vimrc
Last active November 10, 2017 06:41
Best version vimrc
"""""""""" Universal """"""""""
set nocompatible
filetype plugin indent on
syntax on
set hidden
set wildmenu
set showcmd showmatch
set hlsearch incsearch