18th

OSCulator is able to be used with many hardware devices and software, thanks to the OSC protocol. For example, with OSCulator, your Nintendo Wiimote can talk to major MIDI sequencers or your favorite console emulator or Kyma sound design workstation.
Ever wanted to type the copyright icon, or do an accent over an A without having to resort to some character palette? We have, and it takes time and is an effort. So we put together a series of help sheets that reference all of the characters that aren’t listed on your keyboard, along with their shortcut keys to make your life easier.
RubyInject is a Mac OS X framework that allows you to inject at runtime the Ruby interpreter into any running application, using the mach_star∞ mechanism.
BUG is an open source, modular consumer electronics platform that makes building hardware just as easy as writing software or Web applications
foo = "Lorem ipsum dolor sit amet."
foo.gsub!(/[^aeiou]/) do |s| s.upcase end
puts foo
Using rsync to mimic the behavior of Apple’s Time Machine feature.
rsync is one of the tools that have gradually infiltrated my day to day tool-box (aside Vim and Zsh).
Using rsync it’s very easy to mimic Mac OS X new feature called Time Machine. In this article I’ll show how to do it, but there is still a nice GUI missing – for those who like it shiny.