Skip to content

Instantly share code, notes, and snippets.

View NabiKAZ's full-sized avatar

Nabi KaramAliZadeh NabiKAZ

View GitHub Profile
@NabiKAZ
NabiKAZ / semantic-commit-messages.md
Created October 23, 2023 19:28 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@NabiKAZ
NabiKAZ / DeltaTimer.js
Last active March 5, 2022 02:36
Delta Timing for JavaScript
/**
@author <a href="mailto:aaditmshah@myopera.com">Aadit M Shah</a>
@edited by <a href="mailto:nabikaz@gmail.com">NabiKAZ</a>
@overview Delta Timing for JavaScript.
@copyright 2012
@version 1.0.1
*/
/**
@description Creates a new Delta Timer with start and stop methods.