Skip to content

Instantly share code, notes, and snippets.

View EliasSalom's full-sized avatar
:octocat:
Working

elias sallom EliasSalom

:octocat:
Working
View GitHub Profile
@EliasSalom
EliasSalom / iab_categories_openrtb2.4.json
Created December 19, 2022 11:47 — forked from akrylysov/iab_categories_openrtb2.4.json
List of IAB categories from OpenRTB 2.4 specification in JSON format
{
"IAB1": "Arts & Entertainment",
"IAB1-1": "Books & Literature",
"IAB1-2": "Celebrity Fan/Gossip",
"IAB1-3": "Fine Art",
"IAB1-4": "Humor",
"IAB1-5": "Movies",
"IAB1-6": "Music",
"IAB1-7": "Television",
"IAB2": "Automotive",
@EliasSalom
EliasSalom / semantic-commit-messages.md
Last active January 26, 2023 09:39 — 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

@EliasSalom
EliasSalom / variousCountryListFormats.js
Created December 9, 2021 16:07 — forked from incredimike/variousCountryListFormats.js
List of Countries in various Javascript data structures: Alphabetical country lists & Country data objects.
// Lists of countries with ISO 3166 codes, presented in various formats.
// Last Updated: July 30, 2020
// If you're using PHP, I suggest checking out:
// https://github.com/thephpleague/iso3166
// or Laravel: https://github.com/squirephp/squire
//
// JS developers can check out:
// https://www.npmjs.com/package/iso3166-2-db
//