Skip to content

Instantly share code, notes, and snippets.

@softprops
Created December 5, 2011 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save softprops/1432869 to your computer and use it in GitHub Desktop.
Save softprops/1432869 to your computer and use it in GitHub Desktop.
h&t.14
4444444444 777777777 999999999 7777777777 222 66666666666 4444444444 1111111111 222 22222222222 8888888888 777777777 00000000000 1111111111 66666666666
Hidden in the numbers is a string of *ASCII* character codes, what string do they represent?
// hack the planet
"4444444444 777777777 999999999 7777777777 222 66666666666 4444444444 1111111111 222 22222222222 8888888888 777777777 00000000000 1111111111 66666666666" split(" ") map(o => Integer.parseInt(o.size + o.substring(0, 1)).toChar) mkString
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment