Skip to content

Instantly share code, notes, and snippets.

View ConxiCR's full-sized avatar

ConxiCR ConxiCR

  • Barcelona
View GitHub Profile
@ConxiCR
ConxiCR / instalaciones-angular.md
Last active September 5, 2022 08:28 — forked from Klerith/instalaciones-angular.md
Instalaciones necesarias y recomendadas - Curso de Angular de cero a experto
@ConxiCR
ConxiCR / console_colors.sh
Created October 21, 2022 12:24 — forked from zekroTJA/console_colors.sh
some color codes for console
# ORIGINAL BY github.com/vratiu
# https://gist.github.com/vratiu/9780109
# Reset
Color_Off="\033[0m" # Text Reset
# Regular Colors
Black="\033[0;30m" # Black
Red="\033[0;31m" # Red
@ConxiCR
ConxiCR / .gitignore
Created February 20, 2023 21:15 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #