タグ

RSSとRubyに関するcloserのブックマーク (3)

  • Feed Normalizer

    Extensible Ruby wrapper for Atom and RSS parsers Feed normalizer wraps various RSS and Atom parsers, and returns a single unified object graph, regardless of the underlying feed format. Feed normalizer attempts to parse a given feed using all available configured parsers. Feed normalizer is useful when the representation of the data of an underlying RSS/Atom feed should be the same regardless of t

  • rfeedfinder

    What rFeedFinder uses RSS autodiscovery, Atom autodiscovery, spidering, URL correction, and Web service queries (whatever it takes) to find the feed. From Aaron Swartz feedfinder python lib. Installing sudo gem install rfeedfinder Demonstration of usage require 'rfeedfinder' Rfeedfinder.feed('scripting.com') # return String: 'http://scripting.com/rss.xml' Rfeedfinder.feeds('scripting.com') # retur

  • Greenbear Diary - eachで回してるときの次の要素がほしい

    ■ [Ruby/SDL][idea] 位置決め ゲーム製作において、キャラクタや文字の位置を決めるのが結構めんどい。「ちょっと座標をいじって再実行」とかさ。 GUIビルダみたいな感じで位置を検討できると便利そうだ。 ■ [Ruby/SDL][idea] デバッガ スライドに書き忘れたんだけどHSPは実行時に変数の内容とか別ウィンドウに表示できて便利だった覚えがあります。 最近local_variablesというメソッドを知ったので、Rubyでも(黒魔術を駆使すれば)実装できそうな予感。 ■ [ruby] あるURLからフィードを見つけてくれるライブラリ、FeedDiscover 例のOPMLを作るときにいちいちフィードのURLを探すのが面倒だったので、rubyforgeからそれっぽい (PerlのFeed::Findみたいな)ライブラリを探してみました。 FeedDiscoverを使うと、

    Greenbear Diary - eachで回してるときの次の要素がほしい
    closer
    closer 2007/06/13
  • 1