Skip to content

Instantly share code, notes, and snippets.

View BartekKwapisz's full-sized avatar

Bartek Kwapisz BartekKwapisz

View GitHub Profile
@BartekKwapisz
BartekKwapisz / baseConverter.js
Created January 26, 2017 22:44 — 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
*
* Copyright 2012-2015, Faisalman <[email protected]>
* Licensed under The MIT License
* http://www.opensource.org/licenses/mit-license
*/
(function(){