ROT13 in Ruby
Ruby’s string lib is pretty cool ok: "babby".tr("A-Ma-mN-Zn-z","N-Zn-zA-Ma-m") => "onool"
Ruby’s string lib is pretty cool ok: "babby".tr("A-Ma-mN-Zn-z","N-Zn-zA-Ma-m") => "onool"
Monday, May 28, 2007
While developing Runt over the past few months it became obvious mid-way through development that the integration of graphing was somewhat of an afterthought. That's okay though because we're agile, right? Graphing SNMP data in Rails applications (or any other application for that matter) is difficult for a number of reasons:
Wednesday, December 19, 2007
0 Comments