typing at the speed of thought  

Every thousand miles journey begins with the first step.

My coding journey begins with learning how to type, so I
wrote this qwerty tutorial

I was going to extend it for dvorak…but found Learn typing at the speed of thought!

 
1
Kudos
 
1
Kudos

Now read this

ruby defined? operator

Run this on ruby 1.9 require 'delegate' class Bam < SimpleDelegator def bam defined? Bam end def rails defined? Rails end end module Rails; end bam = Bam.new(Object.new) # I'm expecting "constant" to be returned but it's something... Continue →