This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* g o a t s e x * g o a t s e x * g o a t s e x * | |
g g | |
o / \ \ / \ o | |
a| | \ | | a | |
t| `. | | : t | |
s` | | \| | s | |
e \ | / / \\\ --__ \\ : e | |
x \ \/ _--~~ ~--__| \ | x | |
* \ \_-~ ~-_\ | * | |
g \_ \ _.--------.______\| | g |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* * * * * /cronjobs/cron.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
snippet testclass | |
class ${1}Test extends PHPUnit_Framework_TestCase | |
{ | |
protected setup() { | |
${2} | |
} | |
protected tearDown() { | |
${3} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Limpiar pantalla | |
system("clear") | |
//Definir variable | |
x <- 5 | |
//Definir vector 5 posiciones | |
x <- 5:5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# First install tmux | |
brew install tmux | |
# For mouse support (for switching panes and windows) | |
# Only needed if you are using Terminal.app (iTerm has mouse support) | |
Install http://www.culater.net/software/SIMBL/SIMBL.php | |
Then install https://bitheap.org/mouseterm/ | |
# More on mouse support http://floriancrouzat.net/2010/07/run-tmux-with-mouse-support-in-mac-os-x-terminal-app/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Uno de los pocos logros de los que puedo presumir es de haber madurado de unos años a esta parte, siempre he dicho que la vida es una batalla y como guerrero he tropezado, he caído y me he levantado. He perdido, he ganado, y sufrido y sangrado, pero todo lo que he hecho siempre ha sido bajo un dogma personal y es que siempre he sido fiel a un juramento y es el que reza que "tu eres tu único juez" siempre me he mantenido fiel a mi mismo y a día de hoy me siento orgulloso de haber hecho las cosas que he hecho y es que bien o mal por lo menos ha sido a mi manera...he crecido en muchos aspectos se podría decir que soy una versión mas sabia de mismo, pero si o si, soy yo...evolucionar sin abandonar la esencia ese es mi rezo y cuando siento que me pierdo entre lo que el mundo quiere que sea...me lo recuerdo soy un animal, me adapto al entorno y lo hago mío...soy Santiago Blanco y hoy es una de esas noches...no se por que volver a casa de mi madre siempre me da una perspectiva nueva...y encima cenando comida de la b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://dimplejs.org/examples_index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Veo a Dios en las esquinas de mi cama. Me ha mandado un telegrama.. No te rindas... | |
No me rendire Señor a ti me debo.. A nadie daño cuando bebo... Soy un buen chico! :) | |
https://www.youtube.com/watch?v=5qrwD0eYbSA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password password root' | |
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password root' | |
sudo apt-get install -y vim curl python-software-properties | |
sudo add-apt-repository -y ppa:ondrej/php5 | |
sudo apt-get update | |
sudo apt-get install -y php5 apache2 libapache2-mod-php5 php5-curl php5-gd php5-mcrypt php5-readline mysql-server-5.5 php5-mysql git-core php5-xdebug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Mapas bonitos | |
http://bl.ocks.org/mbostock/6264239 | |
http://bl.ocks.org/mbostock/3289530 | |
http://bost.ocks.org/mike/drought/ | |
http://www.nytimes.com/interactive/2013/03/01/world/americas/border-graphic.html?_r=0 | |
http://bl.ocks.org/mbostock/5180185 | |
http://geoexamples.blogspot.com/search?q=interpolation | |
//Colores para cartografia | |
http://colorbrewer2.org/ |