Skip to content

Instantly share code, notes, and snippets.

View socket-var's full-sized avatar
🎯
Maker of things, breaker of things, fixer of things

Saketh Varma Pericherla socket-var

🎯
Maker of things, breaker of things, fixer of things
  • Invitae
  • Palo Alto, California
View GitHub Profile
@faisalman
faisalman / baseConverter.js
Last active January 11, 2023 14:43
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 <fyzlman@gmail.com>
* Licensed under The MIT License
* http://www.opensource.org/licenses/mit-license
*/
(function(){