Skip to content

Instantly share code, notes, and snippets.

@balepc
Created November 29, 2013 13:50
Show Gist options
  • Save balepc/7705953 to your computer and use it in GitHub Desktop.
Save balepc/7705953 to your computer and use it in GitHub Desktop.
puts 'jm1640424qm4l4vflo54ddkjm56l7hnhzx'.to_i(36).to_s(2).tr("01","#.").scan(/.{35}/)
@balepc
Copy link
Author

balepc commented Nov 29, 2013

Это решение можно еще урезать на один символ

puts 'jm1640424qm4l4vflo54ddkjm56l7hnhzx'.to_i(36).to_s(2).tr("01","#.").scan /.{35}/

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