The current Narray gem uses a C extension. The new version can use FFI or wrap around an existing Java Matrix library that mimics the narray api. (Posted by Tommy Chheng)
Create a fully functional multilingual demo app with Rails 3.0.0.beta using gettext for i18n. (Posted by Andre Foeken)
CarrierWave supports file storage on Amazon S3 through AWS/S3 but doesn't use the gem's API to generate urls for the stored files, requiring them to be accessed through http. (Posted by Nitin Shantharam)
I want to be able to use haml/sass code in Lift. David Pollak mentions it's possible in this discussion thread http://www.mail-archive.com/liftweb@googlegroups.com/msg05230.html (Posted by Tommy Chheng)
Total reward is greater than $600! You can collect reward for this same project from http://wiki.github.com/rdp/ruby_bounties/ruby-bounties as well. Some project notes from Sergio at http://www.serabe.com/2009/12/31/helping-nokogiri-take-ii (Posted by Tommy Chheng)
The video lan tools can be used to create a canvas with multiple video and audio sources, this is the "vlm" feature. We are pulling two video and one audio source, the video are in perfect sync the audio however is not, all sources are from the same type of equipment and properly timestamped. There is a bug in vlc when syncing more then 2 sources. (Posted by Keith Page)
This task is to create an extended class for solr's data-import handler to import MongoDB records. Currently, to import records from MongoDB to Solr, a separate app is needed. It would be great if there was an extension to solr's already built data import handler similar to how the SQL or XML can be imported using the data-import-handler class. (Posted by Tommy Chheng)
It would be really nice to have query side support for: Spans and Payloads. The main ingredient missing at this point is QueryParser support and a output format for the spans and the payload spans. More details at https://issues.apache.org/jira/browse/SOLR-1337 (Posted by Tommy Chheng)
An intrepid few have built web servers and web apps in Forth. See: http://www.jwdt.com/~paysan/httpd-en.html. I would like to explore this space a bit deeper, but need help with plumbing. Erlang is a nice language for building web servers. Can we run Forth as app language on top of an Erlang server -- say Yaws or Mochiweb? Can you make it work? (Posted by Lloyd R. Prentice)
More details at http://dev.rubyonrails.org/ticket/11600 (Posted by Nitin Shantharam)
The feature is in the Canon 5D mark ii and it should be possible the T1i to support manual controls. (Posted by Tommy Chheng)
A Scaladoc plugin that would look for an annotation like @DSLGrammar, which would sit on top of a singleton (read scala object) representing a BNF grammar of DSL expression. Scaladoc would instantiate this object and generate a nice readable syntax diagram of all expressions found in a package within the Scaladoc. (Posted by Tommy Chheng)