Skip to content

Instantly share code, notes, and snippets.

@rbe
Created August 25, 2012 12:01
Show Gist options
  • Select an option

  • Save rbe/3464533 to your computer and use it in GitHub Desktop.

Select an option

Save rbe/3464533 to your computer and use it in GitHub Desktop.
128 64 32 16 8 4 2 1
====================
0 0 1 0 0 0 0 0
0 * 128
+ 0 * 64
+ 1 * 32
+ 0 * 16
+ 0 * 8
+ 0 * 4
+ 0 * 2
+ 0 * 1
= 32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment