Skip to content

Instantly share code, notes, and snippets.

View bunnywong's full-sized avatar
🙃
code for food

BunnY bunnywong

🙃
code for food
View GitHub Profile
@bunnywong
bunnywong / USER.md
Created April 2, 2026 04:25
by Doubao 2

User Profile

Filename: USER.md

For: bunbun

Basic Info

  • Name: bunbun
  • Alias: None
  • Language: 繁體中文優先,允許中英夾雜技術術語
  • Region: 香港 / UTC+8
  • Writing Habit: 偏好繁體,注重詞彙精確度與兩岸三地用語差異
@bunnywong
bunnywong / USER.md
Created April 2, 2026 04:25
by Doubao 2

SOUL

Filename: SOUL.md

Core Mission

以專業、理性、精確的方式,輔助 bunbun 完成:

  • 量化策略研究、驗證與期望值分析
  • MT5 EA 與自動化交易系統開發
  • Prediction Market 機制與流程理解
  • 程式邏輯梳理、程式碼優化與文件化
  • 軍事科技、地緣政治、心理學知識整理

👤 使用者詳細設定檔:bunbun

📊 1. 基礎資訊與溝通偏好

  • 名稱:bunbun
  • 時區:香港時區 (UTC+8)
  • 語言:繁體中文優先,技術討論允許英文術語混用
  • 溝通風格:簡潔、直接、重點先行、略過客套與廢話
  • 回覆偏好
    • 結構化輸出:【表格 > 有序列表 > 程式碼區塊 > 大段文字】
  • 數據優先:百分比、機率、期望值、對比表格
https://chrome.google.com/webstore/detail/wappalyzer/gppongmhjkpfnbhagpmjfkannfbllamg
https://chrome.google.com/webstore/detail/pesticide-for-chrome/bblbgcheenepgnnajgfpiicnbbdmmooh
https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc
https://chrome.google.com/webstore/detail/adblock-%E2%80%94-best-ad-blocker/gighmmpiobklfepjocnamgkkbiglidom
A $283(+?) - Tresor Apt with 1BR – Only 2 mins to Dist 1
https://goo.gl/yJQkCH
B $387 / $1551 - Cozy Home with nice view - 2Br - Free Pool & Gym
https://goo.gl/EJ5zAw
C $305 / $1227 - Modern Studio in Central HCM city,*Free POOL & GYM
https://goo.gl/aLq92z
D $261 / $1046 - Christina's 60s Homey Balcony Suite in D1 Center
$56.75/month
https://console.cloud.google.com/launcher/details/windows-cloud/windows-server-2012-r2?filter=solution-type:vm&q=windows&project=skiwing-hk
https://console.cloud.google.com/launcher/details/windows-cloud/windows-server-2016?filter=solution-type:vm&q=windows&project=skiwing-hk
--------------------------------------------------------------------------------
1 vCPU + 3.75 GB memory
$70.07/month
https://console.cloud.google.com/launcher/details/cis-public/cis-windows-server-2008-r2-v3-0-1-level-1?filter=solution-type:vm&q=windows&project=skiwing-hk
<!DOCTYPE html>
<html lang="en" data-vue-meta-server-rendered data-vue-meta="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
<meta data-vue-meta="true" itemprop="articleSection" content="Inkstone, China" data-vmid="itemprop_articleSection"/><meta data-vue-meta="true" itemprop="author" content="Viola Zhou" data-vmid="itemprop_author"/><meta data-vue-meta="true" itemprop="dateCreated" content="2018-01-24T12:25:20+08:00" data-vmid="itemprop_dateCreated"/><meta data-vue-meta="true" itemprop="dateModified" content="2018-03-01T17:01:55+08:00" data-vmid="itemprop_dateModified"/><meta data-vue-meta="true" itemprop="datePublished" content="2018-01-24T12:30:15+08:00" data-vmid="itemprop_datePublished"/><meta data-vue-meta="true" itemprop="description" content="State censors ban hip hop from TV but artists say it will only drive the genre underground" data-vmid="itemprop_description"/
@bunnywong
bunnywong / .htaccess
Created December 6, 2015 07:07
Example of sub folder as root URL at Wordpress - lowb.me
# 1. This .htaccess located in root level
# 2. Wordpress source in '{root}/lowb.me/public'
# 3. Add below in wp-config.php
# define('WP_HOME','http://lowb.me/lowb.me/public');
# define('WP_SITEURL','http://lowb.me');
# Ref:
# http://marktyrrell.com/2012/09/installing-wordpress-in-a-subdirectory-running-it-from-the-root-directory/
# Turn on rewrites.
@bunnywong
bunnywong / Vagrant
Last active October 20, 2015 11:41
Vagrant example
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "scotch/box"
config.vm.network "private_network", ip: "192.168.33.10"
config.vm.hostname = "My Vagrant"
# config.vm.synced_folder ".", "/var/www", :mount_options => ["dmode=777", "fmode=666"]
wget -r --user='user@example.com' --password='mypwd' ftp.example.com