Skip to content

Instantly share code, notes, and snippets.

View maggit's full-sized avatar
💅
Focusing

Raquel Hernandez maggit

💅
Focusing
View GitHub Profile
@maggit
maggit / gist:775330cde7df1ebe12f7e72e539a9f40
Last active March 22, 2019 18:12
Stuff to eat & drink in Tulum

Places to eat/drink and have a good time

  1. El Camello Jr, tasty authentic mariscos for crazy low prices link

  2. El Bistro @ Ziggy Beach, amazing breakfast /brunch! link

  3. Posada Margherita, one of the best restaurants in Tulum, their pasta is incredible link

  4. Puro Corazón, great food and drinks link

Keybase proof

I hereby claim:

  • I am maggit on github.
  • I am raquel (https://keybase.io/raquel) on keybase.
  • I have a public key whose fingerprint is CCAD 3308 8847 1AE4 5F8A 0C84 0536 713B B7E0 F3D5

To claim this, I am signing this object:

@maggit
maggit / suma_digitos.md
Last active March 1, 2023 01:41
Suma los digitos!

#Suma los digitos! Este archivo de texto tiene un montón de números, el reto es sumar todos los numeros!!!

Ejemplo (si el archivo solo tuviera los siguientes numeros):

  159375
  924
 621
@maggit
maggit / rvm_ubuntu.md
Created March 9, 2016 20:58
Guia de actualización de Ruby en Ubuntu:

#Actualizar ruby en ubuntu:

sudo apt-get install libgdbm-dev libncurses5-dev automake libtool bison libffi-dev
url -L https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install 2.2.3
rvm use 2.2.3 --default
ruby -v
@maggit
maggit / detecta_palindromos.rb
Last active May 1, 2020 11:19
Detecta Palindromos
#Escribe un programa que detecte palindromos
#Un palindromo es una palabra, número o frase que se lee igual hacia adelante que hacia atrás
# Ejemplos
# 1) reconocer
# 2) adan no calla con nada
# 3) 14941
#Bonus: entre mas pequeño el programa mejor!
@maggit
maggit / gist:6124411b442c0a857c2f
Last active December 20, 2019 16:26
Awesome Tacos in Mexico City
Places to eat/drink and have a good time
1. El Borrego Viudo (24 hours tacos, Revolución 241 esq. Viaducto, Tacubaya) Speciality: Tacos de cabeza
2. El Huequito (Pennsylvania 73, Col. Nápoles) Speciality: Tacos de pastor
3. El Vilsito (Petén 248 (esq. Av. Universidad)) Speciality: Costilla con queso
4. Fonda 99.99 (Calle Moras 347, Benito Juárez) Speciality: Tacos de cochinita pibil
5. El Tizoncito (Tamaulipas 122, Col. Condesa.) Speciality: Tacos de pastor
6. Los Parados (Monterrey 333, Col. Roma Sur) Speciality: Tacos de arrachera, vegetarian friendly
7. Los Cocuyos (Bolívar 56, Col. Centro) Speciality: Tacos de suadero (Go here if you feel adventurous)
8. La Tia Yeya (Citlaltepetl No. 25 entre Campeche y Amsterdam Col. Condesa) Speciality: Breakfast chilaquiles, vegetarian friendly

#Deploy de un sitio web estático en heroku

Supongamos que tienes un archivo index.html con contenido estatico. Renombralo a home.html.

Crea index.php y agrega la siguiente linea:

<?php include_once("home.html"); ?>
Verifying that +raquel is my openname (Bitcoin username). https://onename.io/raquel
@maggit
maggit / gist:2537c9f2275b71c1ee62
Last active August 29, 2015 14:06
spotify-crashes
20:57:00.749 I [breakpad.cpp:110 ] Registered Breakpad for product: spotify
20:57:00.752 I [translate.cpp:139 ] Reloading language file
20:57:00.906 I [translate.cpp:139 ] Reloading language file
20:57:00.907 I [breakpad.cpp:272 ] Searching for crashdumps: /Users/rh/Library/Caches/com.spotify.client/*.dmp
20:57:00.910 I [breakpad.cpp:230 ] Uploading crash dump: /Users/rh/Library/Caches/com.spotify.client/169352E1-F0F1-4029-AF9A-22865BA93731.dmp
2014-09-04 16:57:01.227 Spotify[5797:507] Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
2014-09-04 16:57:01.627 Spotify[5797:507] Mac OS version: 10.9
@maggit
maggit / index.php
Last active January 2, 2018 00:55
Agregar un sitio estatico con una linea de php
<?php include_once("home.html"); ?>