Skip to content

Instantly share code, notes, and snippets.

View dai's full-sized avatar
🗻
still Catch it Up.

dai dai

🗻
still Catch it Up.
View GitHub Profile
<style>
.portrait {
float: left;
width: 120px;
margin-right: 35px;
margin-bottom: 50px;
}
.portrait .name {
font-size: 14px;
@dai
dai / ropt.ion
Created April 16, 2012 04:18
desc.ropt.ion
##utf-8
#Hi i nade it.
##i made New word of
package main
// fib returns a function that returns
// successive Fibonacci numbers.
// quoted by golamg.org
func fib() func() int {
a, b := 0,1
return func() int {
a, b = b, a+b
return b
@dai
dai / 0411.lng
Created September 12, 2009 15:38
;NetXfer2.87対応日本語言語:20090912 by barlog”大輔”
;ご連絡は http://barca.daa.jp まで。
;0409.lng(0409は英語のコードページ)からコピーしてxxxxxxxx.lngを作成,
;ファイル名任意ですか拡張子は"lng"にして下さい
; '\n' はリターンコードを表しているため、必ず保留するように,'\t'はタブを表しているため、保留するように
; '&' 後ろの英文字はショットカットキーとして使用することできます
; '%' と後ろの英文字は代入用文字です、必ず保留するように
Version=2.87
61514=最新版にアップグレードしてください。\nプログラムを終了します。
@dai
dai / README.txt
Created March 2, 2009 15:43 — forked from rmm5t/README.md
You can represent time statements in most western languages where
a prefix and/or suffix is used.
The default case is to use suffix only (as in English), which you
do by providing the `suffixAgo` and `suffixFromNow` settings in
the strings hash (earlier versions of timeago used the deprecated
`ago` and `fromNow` options). If present, they are used.
2 minutes [suffixAgo]
2 minutes [suffixFromNow]