Skip to content

Instantly share code, notes, and snippets.

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

Joseph dhatGuy

💀
Destroying and rebuilding...
View GitHub Profile
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active May 9, 2025 11:09
Conventional Commits Cheatsheet

Conventional Commit Messages starline

See how a minor change to your commit message style can make a difference.

Tip

Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default

@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(){