〜2006年9月中旬〜
zshで1から10までのワイルドカードは<1-10>と書けるわけなんだけど、
これと{1..10}との違いというかどっちがどっちだっけといつも間違ってしまう。
最近spamの学習時にやたらと活躍しだしてやっと覚えた。
そうそう。たとえば500以上なんて場合は<500->と書けるので、
結構楽に指定できる。
% echo <500-> 500 501 502 503 504 505
うゎ、spamもう500越えてんのか。
最近の
Flickrの画像へのURLは数字だらけで可愛げがないが、
HELPを見ると
別名をつけることができるようだ。
ただし後から名前を変えることはできないので慎重に。
Rubyで
[['a', 'b', 'c'], ['d', 'e', 'f'], ['g', 'h', 'i']]
というデータ構造にしたいならYAMLでも
[['a', 'b', 'c'], ['d', 'e', 'f'], ['g', 'h', 'i']]
でいいんだけどねえ。この場合は記号や余計な空白もないから
[[a, b, c], [d, e, f], [g, h, i]]
でいい。
- About:
- Libc-X provides extentions to the standard C library implementing useful and powerful data structures and functions. It is not a template layer. Its made entirely with the C standard language, compatible with C++, and portable (currently Linux and Windows). All developed structures are designed to be used in stand-alone mode with limited dependencies with other features of Libc-X. For example, you can easily extract the header and the .c source of Hashtable and use it outside Libc-X.
AAがくずれるので~/.fontsだけ戻してみた。これでモナーフォントが使えるようになった。 どうも~/.fonts.confだけ移動させとけばよかったようだ。
いろいろ調べまくってみたが、どうもDiigoにはdel.icio.usのようなAPIはないようだ。 唯一 "Add to Diigo" のTraditional Versionに
http://www.diigo.com/post?url=&title=&comments=
とあるのが、これだと一発ってわけにはいかない。
del.icio.usへのクロスポストはkeyconfigと組み合わせればなんとでもなるとはいえ、
もうちょっと使いやすいAPIを提供してくれないかなあ。
突然Firefoxの拡張が見れなくなったり、
Restart Firefoxが動かなくなりあせった。
と思ったら、1.5.0.7へ更新されていた。
使用中に更新されるとそうなるんだな。
- What is Code Golf?
- Based on the original perl golf, Code Golf allows you to show off your code-fu by trying to solve coding problems using the least number of keystrokes.
You're not just limited to Perl either - PHP, Python and Ruby are all available too.
いつのまにか
こんなサイトができてる。
via:
[ruby-talk:215142]
そこにあるのなら、 そのまま表示すりゃいいじゃんと、
% ruby -ropen-uri -e 'puts open("http://codegolf.com/competition/output/1000-digits-of-pi").read'
を実行してみたら、<pre></pre>がついていた。惜しい。[5,1002]しないとだめだ。
ついでにURLが長いからTinyURLしてみる。
% ruby -ropen-uri -e 'puts open("http://tinyurl.com/gjxs8").read[5,1002]'
と思ったら open-uriネタは既出だった。
ソフマップで買った。さっそく試す。DVD-RWだから気軽に試せる。
とりあえず3GBほどのoggファイルがあるディレクトリをそのまま焼いてみる。
growisofsを使えばISOイメージを作らなくても
% growisofs -Z /dev/dvd -R -J /some/where/ogg/
てな感じでok。こりゃ楽だ。
5枚ほど試したが全部成功。 へたに安物のDVD-Rを買ってくるとかなりの確率で失敗するだけに、 これのほうがいいかもしれない。もう20枚ほど買っておくか。