2009-12-01から1ヶ月間の記事一覧

OmniGraffle のライセンス

#クレジットカードの請求がきていて(換算レート,1USD = 87yen だった!)思い出してライセンス調べた Our products are usually licensed for a given number of computers or users, whichever is lower. For instance, one person with both a laptop a…

zsh の ctrl + *

zsh

ちなみに emacs バインド (bindkey -e) q なにかコマンドうってるときに一時的に退避 w 一単語消す.WORDCAHRで区切り文字設定できる e 行末へ r backward incremental search t 一文字入れ替え.あんま使わないなあ y ペースト u 一行削除 i tab o Enter p …

scipy のインストール

結構はまるなあ.環境は相変わらずOpenSolaris.Python 2.6はVirtualEnvで~/以下に. Installing packages — SciPy.org を見ながらがんばる. BLAS おとしてきて,解凍して, % g77 -fno-second-underscore -O2 -c *.f % ar r libfblas.a *.o % ranlib libfb…

LIBSVM のインストールで ld: fatal: file /opt/sunstudio12.1/prod/lib/crti.o: section [9].rela.annotate has invalid type [ SHT_RELA ]

LIBSVMを http://www.csie.ntu.edu.tw/~cjlin/libsvm/ からダウンロードしてきて, % tar zxvf libsvm-2.9.tar.gz % cd libsvm/python % python setup.py installしたら, % python setup.py install running install running build running build_py creati…