ありえない画像検索 http://eroy.8-bit.jp/
作った人は天才だと思う。
ありえない画像検索 http://eroy.8-bit.jp/
作った人は天才だと思う。
- まるごとJavaScript & Ajax ! Vol.1
- インプレスジャパン(2007-02-15)
- インプレスジャパン
- (著)天野 仁史
- (著)舘野 祐一
- (著)川崎 有亮
- (著)小飼 弾
- (著)arton
- (著)田中 孝太郎
- (著)国分 裕
- (著)山本 有悟
- (著)海野 裕也
- (著)nanto_vi
- 定価:¥ 1,995
- 新品価格:¥ 1,995
- ASIN:4844323644
ホントに面白くてためになってしょうがねえ1冊だった。
どの記事もおれに刺さりまくったが、特に最後の「FlashのActionScriptで関数型風プログラミング」は実家に電話しようかと思うぐらい面白かった。
今まで見た中で一番わかりやすい“継続渡しスタイル”の説明だった。Schemeの本で何度出てきても俺の残念な頭には難しかったんですが、まさかActionScriptを使った説明が一番刺さるとは。
末尾再帰と継続でJavaScript1.7のyieldみたいなこともできるのか。
金土日が会社の開発合宿なので今週と来週は体力を温存して生きます・・・。
はてなブックマーク – ウノウラボ Unoh Labs: 個人で Webサービスを作る時に一番大変なこと
って誰だろう。糞気になる・・・。
かまいたちの夜×3をやってたのでPlnetの更新はなしです。
|
何か重いプロセスあるなと思って見つけたコマンドwhiptail。(何かのインストールが重かった)
パッケージインストールするときのちょっとした質問にこれ使ってるらしい。
$ whiptail --help
Box options:
--msgbox <text> <height> <width>
--yesno <text> <height> <width>
--infobox <text> <height> <width>
--inputbox <text> <height> <width> [init]
--passwordbox <text> <height> <width> [init]
--textbox <file> <height> <width>
--menu <text> <height> <width> <listheight> [tag item] ...
--checklist <text> <height> <width> <listheight> [tag item status]...
--radiolist <text> <height> <width> <listheight> [tag item stautus]...
--gauge <text> <height> <width> <percent>
Options: (depend on box-option)
--clear clear screen on exit
-defaultno default no button
--default-item <string> set default string
--fb use full buttons
--nocancel no cancel button
--noitem display tags only
--separate-output <fd> output one line at a time
--output-fd <fd> output to fd, not stdout
--title <title> display title
--backtitle <backtitle> display backtitle
--scrolltext force verical scrollbars
--topleft put window in top-left corner
ほう。
$ whiptail --yesno 'unk' 10 18
なんかずれてるけど、おしゃれなシェルスクリプトが出来そう。