Skip to content

Instantly share code, notes, and snippets.

View dhatGuy's full-sized avatar
💀
Destroying and rebuilding...

Odunsi dhatGuy

💀
Destroying and rebuilding...
View GitHub Profile
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active June 18, 2025 17:03
Conventional Commits Cheatsheet
@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 <[email protected]>
* Licensed under The MIT License
* http://www.opensource.org/licenses/mit-license
*/
(function(){