2006-11-01から1ヶ月間の記事一覧

Interface on Python

ASPN Python Cookbook The End of Inheritance Automatic Run-time Interface Building for Aggregated Objectsの主張も分かりますが、他の言語で慣れた方法で使いたいということもあり、作ってみました。http://yanbe.org/python/interface/interface.py 使…

del.icio.us Object on Python

Hatena Bookmark Object On Pythonのdel.icio.us版を作りました。 import delicious for title, url in delicious.b.hot.python.titles_urls: print title+'\n'+urlfor u, c in delicious.b['http://sourceforge.jp/'].users_comments: print '%s: %s' % (u,…

GPS携帯でALPSLAB routeのルート情報を検索・ダウンロードし、自分の移動軌跡とオーバーレイ表示

そんなことができる携帯アプリ(Ezアプリ(Java))を作ってみました。割とうまく動いているようなので公開します。 対応機種はauのA5403CA, A5406CA, A5407CA (MS-Based方式のGPS位置情報取得に対応した機種)です。 動作画面は以下のような感じです。 一番右の…