Skip to content

Instantly share code, notes, and snippets.

View fernanDOTdo's full-sized avatar
Teaching AI to teach me AI

Fernando Santos fernanDOTdo

Teaching AI to teach me AI
View GitHub Profile
@font-face {
font-family: 'EntypoRegular';
src: url('font/entypo.eot');
src: url('font/entypo.eot?#iefix') format('embedded-opentype'),
url('font/entypo.woff') format('woff'),
url('font/entypo.ttf') format('truetype'),
url('font/entypo.svg#EntypoRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@fernanDOTdo
fernanDOTdo / MNMP.sh
Created November 21, 2013 15:28 — forked from camshaft/MNMP.sh
#!/bin/bash
# vars
PHP_VERSION="5.3.6"
NGINX_VERSION="1.0.4"
MONGO_VERSION="1.8.1"
MEMCACHED_VERSION="1.4.5"
DIRECTORY=$(cd `dirname $0` && pwd)
PHP_DIR=$DIRECTORY/lib/php/$PHP_VERSION/