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

Mercurial で、いつファイルを削除したか、探す方法

$ hg log -v -f -I '*.doc' abort: can only follow copies/renames for explicit filenameshg log --template '{rev},{node},{date|isodate},{file_adds},{file_dels}\n'

CVS から Mercurial へコンバートすると、ブランチが残っちゃって大変だね問題

Python の Subversion から、Mercurial へのコンバートで、問題になっているようだから、リンク。PEP 385 -- Migrating from Subversion to Mercurial | Python.org http://hg.python.org/pymigr/file/tip/all-branches.txtCVS から、Mercurial へのコンバー…

Native Windows apache で perl cgi を /usr/bin/perl で動かす

mkdir d:\usr\bin mklink d:\usr\bin\perl.exe c:\strawberry\perl\bin\perl.exe

Python の Subversion から Mercurial への移行

なかなかすんなり行きませんね。 [Python-Dev] PEP 385: pruning/reorganizing branches [Python-Dev] PEP 385: updating the PEP [Python-Dev] PEP 385: the eol-type issue [Python-Dev] Mercurial migration: help needed

Turbogears も Subversion から Mercurial ?

Turbogears の方が良さげだな、でも、Subversion か? Pylons は、Mercurial, Grails は git なのに。http://svn.turbogears.org/ trunk, branches, tags 以外に切っているな。 Python 本体の Subversion から Mercurial への移行が 大詰めだな、Python 陣営…

lightning todo google カレンダ

google:lightning todo google カレンダ google:lightning todo google Gmail のTo-Do管理ツールを Googleカレンダーで追加・表示できるのがすごく便利 - WEBマーケティング ブログ Gmail Labs GmailにクイックなToDo管理ツールを追加 - WEBマーケティング …

gvim を Windows 右クリックメニューで開く

Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\Shell\Edit with &Vim] [HKEY_CLASSES_ROOT\*\Shell\Edit with &Vim\command] @="\"s:\\gvim.exe\" -p --remote-tab-silent \"%1\" \"%*\""

bash の vi キーバインド

ノートパソコンのキーボードの「↑」が壊れた。 ほとんど使わない、右シフトと変えたが、つらい。 bash のキーバインドが、デフォルトで、Emacs だというのは知っていたが、vi 派なので、これを機会に vi に変える。bashとzshでviのキーバインドを使用する - …

Sunbird を CentOS 5.3 に入れる

お約束の、Fedora rawhide から、SRPM を持ってくる。sunbird-1.0-0.8.20090513hg.fc12.src.rpmMercurial... [root@realcent00 mytemp]# rpmbuild -ba /usr/src/redhat/SPECS/sunbird.spec エラー: ビルド依存性の失敗: libical-devel は sunbird-1.0-0.8.20…

まとめ

Django の CRUD は凄い http://wiki.pylonshq.com/display/pylonscookbook/Concepts+of+Pylons Django does not re-use many components. Even their way to access databases (the so called object-relational mapper) is home-made. AJAX is basically po…

まとめ

.php3 と .php がぐちゃぐちゃ JPGraph2 の rpm が昔はあった気がしたんだが、なくなったようだ。 SQL直書きは自覚していたが、pg_connect から始まって・・・ 複合主キーを想像以上に使っている。 PostgreSQL のスキーマを使っている。 Google グループ

ここまでのまとめ

認証なんかいらない SQLite で十分 表示だけなら perl の DBIx::Class, Template Toolkit で十分