- I drew my whole apartment on google sketchup in order to settle a discussion with my partner Sam over where we should move some chairs and tables. Sadly, it did not help.
- Due to a nasty twitter post, I had to write up rot13 in ruby – which is of course hot.
123456789#ruby on rot13
class
String
def
rot13
self
.tr(
"A-Ma-mN-Zn-z"
,
"N-Zn-zA-Ma-m"
)
end
end
"Damn you @genmon !"
.rot13Â
# => Qnza lbh @trazba !