Just another Ruby porter,

〜2006年9月中旬〜


<Prev(,) | Next(.)> | Recent(/)>> | RDF

2006-09-11 (Mon)

[zsh] <1-10>

zshで1から10までのワイルドカードは<1-10>と書けるわけなんだけど、
これと{1..10}との違いというかどっちがどっちだっけといつも間違ってしまう。
最近spamの学習時にやたらと活躍しだしてやっと覚えた。

そうそう。たとえば500以上なんて場合は<500->と書けるので、
結構楽に指定できる。

% echo <500->
500 501 502 503 504 505

うゎ、spamもう500越えてんのか。


2006-09-12 (Tue)

[Web] FlickrのフレンドリーなURL

最近の Flickrの画像へのURLは数字だらけで可愛げがないが、
HELPを見ると 別名をつけることができるようだ。
ただし後から名前を変えることはできないので慎重に。


2006-09-13 (Wed)

[YAML] yaml array of arrays

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]]

でいい。


2006-09-14 (Thu)

[Soft] Libc-X 0.3.4

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.

2006-09-15 (Fri)

[Font] ~/.fonts

AAがくずれるので~/.fontsだけ戻してみた。これでモナーフォントが使えるようになった。 どうも~/.fonts.confだけ移動させとけばよかったようだ。


2006-09-16 (Sat)

[Diigo] DiigoのAPI

いろいろ調べまくってみたが、どうもDiigoにはdel.icio.usのようなAPIはないようだ。 唯一 "Add to Diigo" のTraditional Versionに

http://www.diigo.com/post?url=&title=&comments=

とあるのが、これだと一発ってわけにはいかない。
del.icio.usへのクロスポストはkeyconfigと組み合わせればなんとでもなるとはいえ、
もうちょっと使いやすいAPIを提供してくれないかなあ。


2006-09-17 (Sun)

[FC5] Firefoxの更新

突然Firefoxの拡張が見れなくなったり、 Restart Firefoxが動かなくなりあせった。
と思ったら、1.5.0.7へ更新されていた。
使用中に更新されるとそうなるんだな。


2006-09-18 (Mon)

[Web] Code Golf

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.

2006-09-19 (Tue)

[Ruby] RubyGems Manuals

いつのまにか こんなサイトができてる。
via: [ruby-talk:215142]

[Golf] 1000桁の円周率

そこにあるのなら、 そのまま表示すりゃいいじゃんと、

% 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ネタは既出だった。


2006-09-20 (Wed)

[DVD-RW] 10枚499円のDVD-RW

ソフマップで買った。さっそく試す。DVD-RWだから気軽に試せる。
とりあえず3GBほどのoggファイルがあるディレクトリをそのまま焼いてみる。
growisofsを使えばISOイメージを作らなくても

% growisofs -Z /dev/dvd -R -J /some/where/ogg/

てな感じでok。こりゃ楽だ。

5枚ほど試したが全部成功。 へたに安物のDVD-Rを買ってくるとかなりの確率で失敗するだけに、 これのほうがいいかもしれない。もう20枚ほど買っておくか。


<Prev(,) | Next(.)> | Recent(/)>> | RDF


WWW を検索 jarp.does.notwork.org を検索

わたなべひろふみ
Key fingerprint = C456 1350 085F A320 C6C8 8A36 0F15 9B2E EB12 3885
Valid HTML 4.01!