Search Results

4
votes

Format string to title case

Here's a Perl solution http://daringfireball.net/2008/05/title_case Here's a Ruby solution …
1
vote

GUI Programming APIs

I've been enjoying Shoes in Ruby, but it has the downside that the code isn't stable yet. But it takes an elegant approach to creating GUIs that's simpler than many other things I've play …