I hereby claim:
- I am hsaito on github.
- I am unsignedint (https://keybase.io/unsignedint) on keybase.
- I have a public key whose fingerprint is 70D1 E333 C8C9 D4A2 66C2 4C65 F609 CA8D 7F08 5BA3
To claim this, I am signing this object:
| Sampling process 94592 for 3 seconds with 1 millisecond of run time between samples | |
| Sampling completed, processing symbols... | |
| Analysis of sampling Emacs (pid 94592) every 1 millisecond | |
| Process: Emacs [94592] | |
| Path: /usr/local/Cellar/emacs/24.4/Emacs.app/Contents/MacOS/./Emacs | |
| Load Address: 0x100000000 | |
| Identifier: org.gnu.Emacs | |
| Version: Version 24.4 (9.0) | |
| Code Type: X86-64 | |
| Parent Process: zsh [43511] |
I hereby claim:
To claim this, I am signing this object:
| ;; Recentf | |
| (setq recentf-save-file (expand-file-name ".recentf" user-emacs-directory)) | |
| ;; SKK | |
| (setq skk-user-directory (expand-file-name (concat user-emacs-directory ".skk"))) | |
| ;; Save point position between sessions | |
| (require 'saveplace) | |
| (setq-default save-place t) | |
| (setq save-place-file (expand-file-name ".places" user-emacs-directory)) |
| ;; Font Settings | |
| (when (>= emacs-major-version 23) | |
| (setq fixed-width-use-QuickDraw-for-ascii t) | |
| (setq mac-allow-anti-aliasing t) | |
| (set-face-attribute 'default nil | |
| :family "monaco" | |
| :height 140) | |
| (set-fontset-font | |
| (frame-parameter nil 'font) | |
| 'japanese-jisx0208 |
| ;; Create Random Buffer | |
| ;; by Hideki Saito ([email protected]) | |
| ;; | |
| ;; Summary: Creates an empty buffer with random numbered name. | |
| ;; | |
| ;; Background: | |
| ;; Just wanted to make extra "scratch" buffer. | |
| ;; | |
| ;; Limitations: | |
| ;; Does not handle buffer name collision. |
| package main | |
| import ( | |
| "fmt" | |
| "time" | |
| ) | |
| func main() { | |
| c1 := make(chan bool) | |
| go func() { |
| #!/bin/sh | |
| /Applications/Emacs.app/Contents/MacOS/bin/emacsclient -n "$1" | |
| ret=$? | |
| if test ${ret} -eq 0 | |
| then | |
| echo "Success" | |
| else | |
| /Applications/Emacs.app/Contents/MacOS/Emacs "$1" & | |
| fi |
| = Songs actually sung = | |
| 時を刻む唄(Lia) | |
| 鳥の詩(Lia) | |
| -影二つ-(riya) | |
| メグメル 〜cuckool mix 2007〜(eufonius) | |
| Little Wish ~ Lyrical Step(田村ゆかり) | |
| 小さなてのひら(riya) | |
| Heart to Heart(中山愛梨沙) | |
| 遠いあの街で(皆谷尚美) | |
| だんご大家族(茶太) |
| [core] | |
| editor = '/c/program files/hidemaru/hidemaru.exe' //fu8 |
| Experiments in revision control: Curry recipe. | |
| My personal recipe for Japanese curry, which has mutated over the years and is | |
| now open-source thanks to github, hot damn. Some of the ingredients are not | |
| very Japanese, but curry came to Japan from England which got it from India to | |
| begin with, so whatever. | |
| 1.5 - 2 lbs. of meat, prefer thin-sliced beef (komagire), pork works, too. | |
| Thin-sliced stuff is always best, but in a pinch stewing beef works. Bacon | |
| works surprisingly well. Chicken will work, technically, but if you must, |