2010-09-20から1日間の記事一覧

pythonメモ

オブジェクト指向 Python OOの基本 http://www.python.jp/Zope/intro/instant_python_jp RubyとPythonの違い easy to understand RubyプログラマがPythonを学び始めて知ったこと10選 ④ - donghai821の日記 クラス名を得る x.__class__.__name__ python:クラ…

boost::shared_ptrメモ

c++

boost::scoped_ptr との違い・使い分け あとでかく letsboost::shared_ptr letsboost::scoped_ptr http://uca-works.com/Part1/ch4_boost/boost3.html まずここ shared_ptr & weak_ptr (pdf 第2版) 詳細解説 忘備録 shared_ptrのコスト 2006-01-08 - Cry’s D…

Perlでシェルスクリプトっぽい操作をしたい

適宜更新. パス操作に関しては File::Spec を使うといいらしい。 Cwd も結構使える。 OSに依存しないファイル名を作成する - File::Spec->catfile() - サンプルコードによるPerl入門 〜 伝統と信頼のPerlを学ぼう 〜 File::Spec - ファイル名に移植性を …