Skip to content

Instantly share code, notes, and snippets.

@anibali
Created March 22, 2015 02:39
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 anibali/9f28cd2f3b8e3442139b to your computer and use it in GitHub Desktop.
Save anibali/9f28cd2f3b8e3442139b to your computer and use it in GitHub Desktop.
0 => "00001", 1 => "00010", 2 => "00011", 3 => "00101",
4 => "00110", 5 => "00111", 6 => "01000", 7 => "01010",
8 => "01011", 9 => "01100", 10 => "01101", 11 => "01110",
12 => "01111", 13 => "10000", 14 => "10001", 15 => "10010",
16 => "10011", 17 => "10100", 18 => "10101", 19 => "10110",
20 => "10111", 21 => "11000", 22 => "11001", 23 => "11001",
24 => "11010", 25 => "11011", 26 => "11100", 27 => "11101",
28 => "11101", 29 => "11110", 30 => "11111", 31 => "11111"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment