Skip to content

Instantly share code, notes, and snippets.

View xiaoyu2er's full-sized avatar
🚗

Yanqi Zong xiaoyu2er

🚗
  • Los Angeles, CA, USA
  • 12:58 (UTC -07:00)
View GitHub Profile
@xiaoyu2er
xiaoyu2er / baseConverter.js
Last active August 29, 2015 14:25 — 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 <fyzlman@gmail.com>
* Licensed under The MIT License
* http://www.opensource.org/licenses/mit-license
*/
(function(){