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 / LICENSE.md
Last active May 12, 2024 07:09
Contrato de Licencia

Contrato de Licencia de Usuario Final(CLUF)

IMPORTANTE: LEA DETENIDAMENTE ESTE CONTRATO ANTES DE UTILIZAR EL SOFTWARE.

Este Contrato de Licencia de Usuario Final ("Contrato") es un acuerdo legal entre usted (el "Usuario") y Richard Iribarren @cyborgve (el "Licenciante") para el software y cualquier material asociado (en adelante, el "Software").

AL INSTALAR, COPIAR O DE OTRA FORMA UTILIZAR EL SOFTWARE, USTED ACEPTA ESTAR VINCULADO POR LOS TÉRMINOS DE ESTE CONTRATO.

1. LICENCIA

1.1 Concesión de Licencia: El Licenciante otorga al Usuario una licencia no exclusiva y no transferible para utilizar el Software de acuerdo con los términos y condiciones establecidos en este Contrato.

@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