- https://wiki.archlinux.org/index.php/Mutt
- https://www.marksanborn.net/software/why-i-use-mutt/
- http://stevelosh.com/blog/2012/10/the-homely-mutt/
- http://wcm1.web.rice.edu/mutt-tips.html
- http://www.mutt.org/doc/manual/#concept-screens-and-menus
- https://www.ucolick.org/~lharden/learnmutt.html
- https://neomutt.org/guide/mimesupport
- https://github.com/lukeross/MuttrcBuilder
- https://calomel.org/mutt_config.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
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
mQINBGV3YRkBEADEnIZ1qWxfdPc9YdOA/AC5J66vsTHzOeRyu5pLwJdYv5tL3mbG | |
mEyvvLKo9nog+gNsf83M0UvSQttZz0C3rfT351hSY8S9qnQaROtAY0hoPZrOHcPW | |
MhpoRijOb0fCQrVyvcj+jpBpFydEdXAJwu9xY3gN8evJoiGX5wU3qNMlBA1YjvFp | |
EHfMamNPEYWxr3CazWD10rusXyvgE69hdruzYKbMOPM7yTvXuTk8qzPYS7oMu9+S | |
Nmzlu/Htay+TV6ICnUrStOyZDY2zrG9M2k/z46uPRg7Ld/rW0qCWDwaUwOyU7lhm | |
3vn6R6JjCQS9YWPVQiBEFLbsSESpwLNpGAI1MUi0fSpE8Ck6279kYTZlqrFPVXSv | |
CzvkAsOfWPgpCXuq+d8MUR6HNMPZXj9/YItC0gm0uOdGXse3VHtNWbmxw8WNteKR | |
JTUBMHSAW32wUZHtLktzaeygnS/HuR2QMju86gSRBtvl19hog4kosHf+iiXQFVvj |
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
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
mQINBFUytPgBEACzzalJV73jpu6zs+0OvKE7ZZpxsFB8Hrzy5vvXbv4r2QSM3v22 | |
XAZN2H1J/d6Jw2ptH+NKGc7YJaXKVgs8kTxfm7Ns9LPgXoqA0Z7nd+4Rgm4OdBVT | |
KFavAtb7Id8W2U1ooRjMHmsI2K/1aPkyK6zRaWiEfasEFXoQ7jLRxhVGaORa88tN | |
1Jv5hITxbvaftv+ouOGxGEAPCqTdikIu+PKeqzDGkh19GM36hiGItXQc1qLxfcKC | |
KGzfO0gmlh+4fz3jWWLQdZl/E160Qe0XwkYftFrN1nOXrN4d7AuPu7RR9D2koke+ | |
NXQp5K3E/3F8NjPS+0PS3vCEPf2iVMIiZKVGTrwk5zRFMYq28DaNM6qrishflN+d | |
IjE6JYGcHVAUW9T1qwb2CM8y2Nde+QMH6HO4oNz5HVlfgV0ikcx+apDvDvCLncSo | |
Z4KUOKR2VwVR3qdHWcnX/ge1nPe9Eoj4x7d4bGniwnE+yH5Xc/S2HQE9fwnY4gbZ |
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
package main | |
import ( | |
"fmt" | |
) | |
type Thing struct { | |
Uuid string | |
Description string |
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
### Feeds diarios | |
https://www.aemet.es/documentos_d/eltiempo/prediccion/avisos/rss/CAP_AFAZ612903_ATOM.xml "0_Daily" | |
http://blogs.diariosur.es/tormentas-y-rayos/feed "0_Daily" | |
https://apod.nasa.gov/apod.rss "0_Daily" | |
https://www.infolibre.es/uploads/rss/contenidos.xml "0_Daily" | |
https://www.elespanol.com/rss "0_Daily" | |
https://www.eldiario.es/rss "0_Daily" | |
http://rss.libertaddigital.com/libertaddigital/portada "0_Daily" | |
https://okdiario.com/espana/feed "0_Daily" | |
https://rss.elconfidencial.com/espana/ "0_Daily" |
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
require 'net/http' | |
module Utils | |
class Backoff | |
RETR = 5 | |
def initialize(&blk) | |
@retries = RETR | |
@cmd = blk | |
end | |
def run! |
- Awesome Ruby. A categorized community-driven collection of awesome Ruby libraries, tools, frameworks and software.
- Coder Dojo: desde cursos online hasta katas, tutoriales y guías de estilo.
- CodeKata.com: katas en Ruby.
- CodeWars: competición de katas, en tiempo real y con oponentes reales.
- Awesome Katas: más katas!
- CodeWars: competición de katas, en tiempo real y con oponentes reales.
- Project Euler: ¡resuelve desafíos matemáticos en tu lenguaje favorito!
- Ruby Tapas: vídeos cortitos sobre cómo esscribir mejor Ruby.
- Destroy All Software: vídeos sobre conceptos avanzados de programación ,
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
Install e21 | |
=========== | |
sudo add-apt-repository ppa:niko2040/e19 | |
sudo apt-get update | |
sudo apt-get install enlightenment terminology | |
+ Tips | |
* Terminology is a sleek terminal emulator. | |
* Enlightenment doesn't use NetworkManager. It uses connman. | |
* Connman is accessed in e21 via "Connection Manager", which needs Econnman to configure connman. |
Esta sesión contó con poquitos participantes, pero con mucho contenido. Comenzamos repasando la reunión del mes pasado:
En la primera reunión, aprendimos a crear un proyecto Scala desde cero. Vimos que existen dos herramientas: SBT y Gradle con el scala-plugin. De estas dos, SBT es la más extendida. Para hacer tests, usaremos ScalaTest en lugar de otras opciones como Specs2, más orientado a BDD.
NewerOlder