Created
December 13, 2013 02:26
-
-
Save jjarmoc/7938988 to your computer and use it in GitHub Desktop.
Microsoft $100,000 bug bounty check easter egg..
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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