24102008 Linux
matlab触ったことないけど、なんとなく読める。
でも、ちょっとわからない部分とかある場合
octave --braindead
で起動するとoctaveがmatlab互換モードになるのであとは対話的にいじるとなんとなく分かってくる。
24102008 Linux
matlab触ったことないけど、なんとなく読める。
でも、ちょっとわからない部分とかある場合
octave --braindead
で起動するとoctaveがmatlab互換モードになるのであとは対話的にいじるとなんとなく分かってくる。
22102008 macbook
さすがにターミナルだとめんどくなってきたので、探したらCyberduckというものがみつかった。
http://journal.mycom.co.jp/news/2008/05/15/038/index.html
あひるさんです。
22102008 macbook
まぁ読んどくかって感じて読んだ。
22102008 chemoinformatics perl
Chemistry::Molでちょっとはまった。
Can't call method "symbol" on an undefined value
というエラーでつまづいた。
my $mol2 = $mol->clone;
Makes a copy of a molecule. Note that this is a deep copy; if your molecule has a pointer to the rest of the universe, the entire universe will be cloned! my $mol2 = $mol->safe_clone;
Like clone, it makes a deep copy of a molecule. The difference is that the copy is not "exact" in that new molecule and its atoms and bonds get assigned new IDs. This makes it safe to combine cloned molecules. For example, this is an error:
# XXX don't try this at home!
my $mol2 = Chemistry::Mol->combine($mol1, $mol1);
# the atoms in $mol1 will clash
But this is ok:
# the "safe clone" of $mol1 will have new IDs
my $mol2 = Chemistry::Mol->combine($mol1, $mol1->safe_clone);
22102008 ramen
22102008 work
これはわかりやすくてよかった。
22102008 music
新興勢力として台頭してきたようだ。おそるべし、アンパンマン

http://www.lastfm.jp/user/kzfm
それいけ!アンパンマン ベストヒット’08ちなみに、ナガネギフラメンコが気に入ってます(なぜに長ネギとフラメンコなのか?)。
ブックオフ105円コーナーから。
子供の頃、シャープの工場の近くに住んでいたという経緯もあって、興味本位で買ってみたのだけど、単なる謎の精神論だったというオチ。
凡人には毒電波が強すぎて正直読めんかったが、読むと眠くなるのでお休みようにはちょうど良かったかな。
プレジデントってなんか暑苦しくて敬遠しがちなのだけど、danchuの軽やかさが欲しいところです。
あー、そういえばdanchuといえば富士宮が14p近くもとりあげられるらしいので今から期待度大な感じ
21102008 Linux
「サーバー管理の基本」の章が役に立った
面白かったので2も読むかな