Skip to content

Instantly share code, notes, and snippets.

@manishtiwari25
manishtiwari25 / world_currency_symbols.json
Last active July 18, 2024 00:37
List Of Countries With States And Other Useful Information, Updated On 07/01/2024 00:08:48
[
{
"Flag": "",
"CountryName": "Andorra",
"Currency": "Euro Member Countries",
"Code": "EUR",
"Symbol": "\u20AC",
"SymbolImage": "https://www.xe.com/symbols-page/symbols/curSymbol8364.gif"
},
{
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active July 22, 2024 06:03
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