2006-07-04から1日間の記事一覧

ノンブロッキング・アルゴリズム

ノンブロッキング・アルゴリズムは並行アルゴリズムです。並行アルゴリズムのスレッド安全性はロック処理に由来するのではなく、compare-and-swapなどの、マシン・レベルに近いアトミックなハードウェア・プリミティブに由来します。ノンブロッキング・アル…

MasterView Template Engine

MasterView is a rails-optimized (x)html friendly template engine plugin that provides another option to the existing rails view templates (rhtml and rxml). http://rubyforge.org/forum/forum.php?forum_id=7576

ROXML

Background: ROXML is a Ruby library designed to make it easier for Ruby developers to work with XML. Using simple annotations, it enables Ruby classes to be mapped to XML. ROXML takes care of the marshalling and unmarshalling of mapped att…

YM4R

This version adds suppport for the display of GeoRss feeds on GMaps (building on Mikel Maron's MGeoRss JS extension). As requested, it also adds a way to switch API keys according to the host. http://rubyforge.org/forum/forum.php?forum_id=…