2009年03月31日(火)

伊藤由奈 – trust you

音楽に関するりばにしの記事

アニメ『ガンダムOO』のセカンドシーズン後期のエンディングテーマになっていた,伊藤由奈が歌う『trust you』.アニメの内容はひどかったけど,このエンディングテーマは初めて聴いたときに一発で気に入ってしまった.

trust you(期間生産限定)
trust you(期間生産限定)

posted with amazlet at 09.03.31
伊藤由奈
SMR(SME)(M) (2009-03-04)
売り上げランキング: 148

何度聴いてもいい.『Precious』に近いものを感じた.

2009年03月31日20時56分 | Permalink | 0 Comments | このエントリーを含むはてなブックマーク

2009年03月31日(火)

叙々苑特製焼肉弁当

モブログ,飲食に関するりばにしの記事

朝一で東京に出張した帰り、ちょっと贅沢なお弁当で昼飯。

2009年03月31日11時31分 | Permalink | 0 Comments | このエントリーを含むはてなブックマーク

2009年03月31日(火)

gcalapi 0.1.2 への patch

mhc2gcalに関するりばにしの記事

Google Calendar の Feed に新たな名前空間が追加されたためか,自分が使っている mhc2gcal がエラーを吐くようになっていた.

mhc2gcal で使っている gcalapi の calendar.rb に以下のパッチをあてて動くようになった.

--- calendar.rb.0.1.2   2007-02-19 00:08:31.000000000 +0900
+++ calendar.rb 2009-03-30 10:37:47.000000000 +0900
@@ -60,6 +60,10 @@
       REXML::Document.new(ret.body).root.elements.each("entry"){}.map do |elem|
         elem.attributes["xmlns:gCal"] = "http://schemas.google.com/gCal/2005"
         elem.attributes["xmlns:gd"] = "http://schemas.google.com/g/2005"
+        elem.attributes["xmlns:openSearch"] = "http://a9.com/-/spec/opensearchrss/1.0/"
+        elem.attributes["xmlns:gml"] = "http://www.opengis.net/gml"
+        elem.attributes["xmlns:georss"] = "http://www.georss.org/georss"
+        elem.attributes["xmlns:batch"] = "http://schemas.google.com/gdata/batch"
         elem.attributes["xmlns"] = "http://www.w3.org/2005/Atom"
         entry = Event.new
         entry.srv = @srv

gcalapi の作者さんにも送っておこう.

2009年03月31日00時57分 | Permalink | 0 Comments | このエントリーを含むはてなブックマーク