2013-06-01から1ヶ月間の記事一覧

Digg readerに登録できない http://steps.dodgson.org/ http://parametron.blogspot.jp/ Cのポインタのサイズ (void*)と(int*)のサイズは違ってもよいということですか。 http://stackoverflow.com/questions/3520059/does-the-size-of-pointers-vary-in-c

ThinkPad Bluetooth ワイヤレス・トラックポイント・キーボード うわわわ。 http://ascii.jp/elem/000/000/800/800318/

Web上で回路シミュレーション https://www.circuitlab.com/

Pythonの*と** http://agiliq.com/blog/2012/06/understanding-args-and-kwargs/

Pythonでssh spurというライブラリが使いやすそうだったので、テストを始めた。 https://github.com/mwilliamson/spur.py まず、Ubuntuにpipをインストールして、pipでspurをインストールする。 import spur shell = spur.SshShell(hostname="hogehoge", use…

Python listとreference counter ずっと前に、PyList_Appendを使ってメモリリークしてしまったので、PyList_SetItemを使うようにしていたが、その理由を理解していなかった。PyList_Appendはreference countを増やしてしまうが、PyList_SetItemはreferenceを…

データポイントをmatplotlibで密度分布としてプロットする np.histogram2dを使っていもいいし、plt.hist2dというのもある。 http://stackoverflow.com/questions/2369492/generate-a-heatmap-in-matplotlib-using-a-scatter-data-set