White scenery @showyou, hatena

If you have any comments, you may also send twitter @shsub or @showyou.

Entries from 2009-04-10 to 1 day

深さ優先探索

自分用メモ。正直怪しいので参考にしない方がいいです modelはsqlalchemyのモデルを書いている。nowとnextもったlistで代用できるかと #!/usr/bin/env python import model def dsearch(): session = model.startSession() q = session.query(model.Markov) …