Skip to content

Instantly share code, notes, and snippets.

View cyborgve's full-sized avatar

Richard Iribarren cyborgve

  • Barquisimeto - Lara - Venezuela
View GitHub Profile
@cyborgve
cyborgve / countries.json
Created April 7, 2022 15:25 — forked from Yizack/countries.json
List of countries in english and spanish with phone and country codes in JSON. Lista de países en inglés y en español con código de teléfono y código de país en JSON.
{
"countries": [
{
"name_en": "Afghanistan",
"name_es": "Afganistán",
"dial_code": "+93",
"code": "AF"
},
{
"name_en": "Albania",
@cyborgve
cyborgve / bash-colors.md
Created July 16, 2018 14:21 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple