Skip to content

Instantly share code, notes, and snippets.

@skipster2k2
Last active February 5, 2019 20:53
Show Gist options
  • Select an option

  • Save skipster2k2/e268f0e0fec1abf43e9b14d3ffff0266 to your computer and use it in GitHub Desktop.

Select an option

Save skipster2k2/e268f0e0fec1abf43e9b14d3ffff0266 to your computer and use it in GitHub Desktop.
An example of calculating the decimal representation of a binary number for this medium article: https://medium.com/p/fd8ea23f6608
1 1 0 0 0 0 0 0
2^7 2^6 2^5 2^4 2^3 2^2 2^1 2^0
128 64 32 16 8 4 2 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment