This file contains hidden or 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
/** | |
* Conver From/To Binary/Decimal/Hexadecimal in JavaScript | |
* Matheus Graciano <graciano.dev@gmail>, Lucas Gonzalez <[email protected]> | |
* | |
* Adapted from | |
* https://gist.github.com/faisalman/4213592 | |
* | |
* Copyright 2012-2015, Faisalman <[email protected]> | |
* Licensed under The MIT License | |
* http://www.opensource.org/licenses/mit-license |
NewerOlder