Skip to content

Instantly share code, notes, and snippets.

@manishtiwari25
manishtiwari25 / world_currency_symbols.json
Last active August 9, 2025 17:59
List Of Countries With States And Other Useful Information, Updated On 08/09/2025 17:59:29
[
{
"Flag": "https://www.geonames.org/flags/x/ad.gif",
"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 August 16, 2025 02:30
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