Send email asynchroniously using Sidekiq.
Create your mailer us usual:
# 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, |
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/ |
¿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.
[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.
| 😄 | 😆 | 😊 | 😃 |
😩 | 😔 | 😞 | 😖 | 😨 | 😰 | 😣 | 😢 | 😭 | 😂 | 😲 | 😱 | | 😫 | 😠 | 😡 | 😤 | 😪 | 😋 | 😷
😎 | 😵 | 👿 | 😈 | 😐 | 😶 | 😇 | 👽 | 💛 | 💙 | 💜 | ❤️ | 💚 | 💔 | 💓 | 💗 | 💕 | 💞 | 💘 | ✨
{ | |
"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/") |
<!-- JavaScript --> | |
<script type="text/javascript"> | |
// <![CDATA[ | |
function preloader(){ | |
document.getElementById("preload").style.display = "none"; | |
document.getElementById("iframe").style.display = "block"; | |
} | |
//preloader | |
window.onload = preloader; | |
// ]]> |