Skip to content

Instantly share code, notes, and snippets.

@jjarmoc
Created December 13, 2013 02:26
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 jjarmoc/7938988 to your computer and use it in GitHub Desktop.
Save jjarmoc/7938988 to your computer and use it in GitHub Desktop.
Microsoft $100,000 bug bounty check easter egg..
# See https://twitter.com/k8em0/status/411247236610134016 for the check I found this on.
1.9.3p484 :001 > nums = [0b01001101, 0b01101001, 0b01100011, 0b01110010, 0b01101111, 0b01110011, 0b01101111, 0b01100110, 0b01110100]
=> [77, 105, 99, 114, 111, 115, 111, 102, 116]
1.9.3p484 :001 > nums.map{|x| x.chr }.join
=> "Microsoft"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment