Skip to content

Instantly share code, notes, and snippets.

View dgdavid's full-sized avatar

David Díaz dgdavid

View GitHub Profile
@dgdavid
dgdavid / normalize-svg-icons
Last active July 5, 2017 08:39
WIP - normalize svg icons script
#!/bin/bash
size="$1"
NC='\033[0m' # No Color
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[0;33m'
BLUE='\033[0;34m'
@dgdavid
dgdavid / css-ene-letter.markdown
Last active August 29, 2015 14:17
Ñ for CSS Sans Font
@dgdavid
dgdavid / My first Ansible playbook.md
Last active August 29, 2015 14:15
My first playbook for provisioning Ubuntu vagrant machine to test Aurelia JavasScript framework