Skip to content

Instantly share code, notes, and snippets.

View matiasmasca's full-sized avatar
๐Ÿ 
Moving to Gitlab.com

Matรญas Mascazzini matiasmasca

๐Ÿ 
Moving to Gitlab.com
View GitHub Profile
@matiasmasca
matiasmasca / .rubocop.yml
Created October 16, 2018 13:26
Rubocop Config - ajustada
# Reference:
# https://github.com/bbatsov/rubocop/blob/v0.33.0/config/default.yml
# https://github.com/bbatsov/rubocop/blob/v0.33.0/config/enabled.yml
# https://github.com/bbatsov/rubocop/blob/v0.33.0/config/enabled.yml
# Many of the variations are because rubocop prefers things to look like:
# foo = foo(a,
# b
# )
#
111mil.mumuki.io,
alcal-prog1.mumuki.io,
alcal-prog2.mumuki.io,
alcal-prog3.mumuki.io,
alcal.mumuki.io,
algo1-unsam.mumuki.io,
algo2-undav.mumuki.io,
apuntesmdp.mumuki.io,
ayedea.mumuki.io,
base.mumuki.io,
@matiasmasca
matiasmasca / 00.md
Created November 15, 2017 19:24 — forked from maxivak/00.md
Sending emails with ActionMailer and Sidekiq

Sending emails with ActionMailer and Sidekiq

Send email asynchroniously using Sidekiq.

ActionMailer

Create your mailer us usual:

@matiasmasca
matiasmasca / robots.txt
Created May 17, 2017 20:17
un ejemplo de Robots.txt para WordPress
User-agent: *
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /xmlrpc.php
Allow: /wp-admin/admin-ajax.php
User-agent: *
User-agent: Mediapartners-Google*
Disallow: /temp/
@matiasmasca
matiasmasca / tmux-cheatsheet.markdown
Created September 5, 2016 12:10 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@matiasmasca
matiasmasca / EMACS guรญa de supervivencia rรกpida.md
Last active December 20, 2023 11:00
Comandos necesarios para sobrevivir en el primer uso de EMACS

ยฟNuevo/a en EMACS? yo tambiรฉn y eso que estaba acรก antes que nosotros nacieramos. Pongamos aca los comandos necesarios para poder usarlo a la primera desde una computadora normal (linux, windows). Anda soltando el mouse, esto esta pensado para manejarse solo con teclado.

Combinaciones de teclas.

[C- ] CTRL+ tecla, se escribe: C-tecla
[M- ] ALT+ tecla, se escribe: M-tecla para los EMACS commands.
[C-tecla tecla] CTRL+tecla tecla: control+tecla, soltar y presionar tecla que sigue.
[RET]: tecla ENTER (retorno de carro). Tambien con: C-m
[C-i]: tecla TAB.

C-[ : tecla ESC.

@matiasmasca
matiasmasca / gist:2c4d613676b864b74ba2
Created December 12, 2015 21:30 — forked from alimd/gist:3344523
All github Emoji (Smiles)

All github Emoji (Smiles)

ali.md/emoji

:bowtie: | ๐Ÿ˜„ | ๐Ÿ˜† | ๐Ÿ˜Š | ๐Ÿ˜ƒ | โ˜บ๏ธ | ๐Ÿ˜ | ๐Ÿ˜ | ๐Ÿ˜˜ | :kissing_face: | ๐Ÿ˜ณ | ๐Ÿ˜Œ | ๐Ÿ˜† | ๐Ÿ˜ | ๐Ÿ˜‰ | :wink2: | ๐Ÿ‘… | ๐Ÿ˜’ | ๐Ÿ˜… | ๐Ÿ˜“

๐Ÿ˜ฉ | ๐Ÿ˜” | ๐Ÿ˜ž | ๐Ÿ˜– | ๐Ÿ˜จ | ๐Ÿ˜ฐ | ๐Ÿ˜ฃ | ๐Ÿ˜ข | ๐Ÿ˜ญ | ๐Ÿ˜‚ | ๐Ÿ˜ฒ | ๐Ÿ˜ฑ | :neckbeard: | ๐Ÿ˜ซ | ๐Ÿ˜  | ๐Ÿ˜ก | ๐Ÿ˜ค | ๐Ÿ˜ช | ๐Ÿ˜‹ | ๐Ÿ˜ท

๐Ÿ˜Ž | ๐Ÿ˜ต | ๐Ÿ‘ฟ | ๐Ÿ˜ˆ | ๐Ÿ˜ | ๐Ÿ˜ถ | ๐Ÿ˜‡ | ๐Ÿ‘ฝ | ๐Ÿ’› | ๐Ÿ’™ | ๐Ÿ’œ | โค๏ธ | ๐Ÿ’š | ๐Ÿ’” | ๐Ÿ’“ | ๐Ÿ’— | ๐Ÿ’• | ๐Ÿ’ž | ๐Ÿ’˜ | โœจ

@matiasmasca
matiasmasca / datos.json
Created November 11, 2015 14:35 — forked from internoma/datos.json
Leer base de datos JSON desde archivo datos.json
{
"videos": [
{
"Titulo": "RESPONSIVE WEB DESIGN CON BOOTSTRAP",
"Tiempo": "01:07:20",
"Final": "si"
},
{
"Titulo": "Presentaciรณn",
"Tiempo": "00:03:20",
#Here's a selection of August's examples for some of the most common operations. Want to see all of the examples and follow any updates made to them? Check out August's net-http-cheat-sheet GitHub repo.
# http://github.com/augustl/net-http-cheat-sheet
# Standard HTTP Request
require "net/http"
require "uri"
uri = URI.parse("http://google.com/")
@matiasmasca
matiasmasca / MostrarImagenEsperaIframe.html
Last active November 3, 2015 23:34
Mostrar una imagen o un mensaje mientras carga un iFrame
<!-- JavaScript -->
<script type="text/javascript">
// <![CDATA[
function preloader(){
document.getElementById("preload").style.display = "none";
document.getElementById("iframe").style.display = "block";
}
//preloader
window.onload = preloader;
// ]]>