Skip to content

Instantly share code, notes, and snippets.

@emsk
Created May 5, 2014 12:30
Show Gist options
  • Save emsk/e46e5862d6f3853c6aa8 to your computer and use it in GitHub Desktop.
Save emsk/e46e5862d6f3853c6aa8 to your computer and use it in GitHub Desktop.
Imagine. Implement. Iterate. Improve. - http://tuhin.co/great-designers.html
%W[(L@FHMD\r (LOKDLDMS\r (SDQ@SD\r (LOQNUD\r].each do |w|
w.bytes do |c|
sleep(0.2)
printf('%c ', c + '!'.ord)
end
puts
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment