Skip to content

Instantly share code, notes, and snippets.

View andheiberg's full-sized avatar

Andreas Heiberg andheiberg

View GitHub Profile
@andheiberg
andheiberg / baseConverter.js
Last active June 17, 2018 13:33 — forked from faisalman/baseConverter.js
Convert From/To Binary/Decimal/Hexadecimal in JavaScript
/**
* Convert From/To Binary/Decimal/Hexadecimal in JavaScript
* https://gist.github.com/faisalman
* https://gist.github.com/AndreasHeiberg
*
* Copyright 2012-2015, Faisalman <fyzlman@gmail.com>
* Licensed under The MIT License
* http://www.opensource.org/licenses/mit-license
*/