Skip to content

Instantly share code, notes, and snippets.

@housir2001
housir2001 / buddha.txt
Created August 19, 2021 07:05 — forked from Jian-Min-Huang/buddha.txt
Buddha Ascii Art
// _oo0oo_
// o8888888o
// 88" . "88
// (| -_- |)
// 0\ = /0
// ___/`---'\___
// .' \\| |// '.
// / \\||| : |||// \
// / _||||| -:- |||||- \
// | | \\\ - /// | |
@lotem
lotem / cangjie5.custom.yaml
Created August 16, 2020 14:57
Rime config for testing vertical UI in Squirrel https://github.com/rime/squirrel/pull/441
patch:
# menu/alternative_select_labels: [ ㊀, ㊁, ㊂, ㊃, ㊄, ㊅, ㊆, ㊇, ㊈ ]
# menu/alternative_select_labels: [ ㈠, ㈡, ㈢, ㈣, ㈤, ㈥, ㈦, ㈧, ㈨ ]
menu/alternative_select_labels: [ 一, 二, 三, 四, 五, 六, 七, 八, 九 ]
translator/preedit_format:
- "xlit|abcdefghijklmnopqrstuvwxyz|日月金木水火土竹戈十大中一弓人心手口尸廿山女田難卜符|"
@comatose
comatose / xmonad.hs
Created March 22, 2012 06:55
xmonad.hs
-- xmonad config used by Vic Fryzel
-- Author: Vic Fryzel
-- https://github.com/vicfryzel/xmonad-config
import System.IO
import System.Exit
import XMonad
import XMonad.Hooks.DynamicLog
import XMonad.Hooks.ManageDocks
import XMonad.Hooks.ManageHelpers