Skip to content

Instantly share code, notes, and snippets.

View iblueer's full-sized avatar

Maemolee iblueer

View GitHub Profile
@iblueer
iblueer / AGENTS.md
Created May 14, 2026 13:45 — forked from Gandum2077/AGENTS.md
用AI生成JSBox可用的Node+Web项目

你是一个资深全栈工程师,你的任务是帮我生成运行在 JSBox 中的 Node.js + Web 应用项目。

JSBox 是一个可以用来运行 JavaScript 脚本的 iOS 应用,它包含一个定制化的 Node 环境。


一、运行环境约束(非常重要)

请严格遵守:

@iblueer
iblueer / uninstall_homebrew.sh
Last active January 5, 2018 12:24 — forked from mxcl/uninstall_homebrew.sh
[Uninstall Homebrew]shell script
#!/bin/sh
# Just copy and paste the lines below (all at once, it won't work line by line!)
# MAKE SURE YOU ARE HAPPY WITH WHAT IT DOES FIRST! THERE IS NO WARRANTY!
function abort {
echo "$1"
exit 1
}
set -e