Skip to content

Instantly share code, notes, and snippets.

@clausd
Created November 1, 2013 15:42
Show Gist options
  • Save clausd/7267304 to your computer and use it in GitHub Desktop.
Save clausd/7267304 to your computer and use it in GitHub Desktop.
The Interval - a Library of Babel
def text_to_number(text, n=1000)
'0.' + text[0..n].unpack('C*').map{ |i| "%02d" % i}.join('')
end
@paulkaefer
Copy link

What language is this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment