Receta para hacer DOS PANES
- Leche, 1 taza / 250 ml
- Azucar, una cucharada
- Levadura, 1 sobre (Yeast, ActiveDry)
- Huevos, 2
| extensions: | |
| spot-discord: | |
| hooks: | |
| - label: Ham2K Spots | |
| webhook: "[[[[ PUT YOUR DISCORD WEBHOOK URL HERE ]]]]" | |
| username: "{{or op.operator log.station}} using Ham2K PoLo" | |
| content: > | |
| {{#trim}} | |
| 🚨 | |
| {{#if spot.qCode}} |
| Verifying that +sd is my openname (Bitcoin username). https://onename.io/sd |
| ### Keybase proof | |
| I hereby claim: | |
| * I am sd on github. | |
| * I am sd (https://keybase.io/sd) on keybase. | |
| * I have a public key whose fingerprint is F3FE 16B8 BD80 AEDE 0D2D 3B4F 5A59 C316 8373 5F6C | |
| To claim this, I am signing this object: |
| /* I prefer a more compact tree-view */ | |
| .tree-view { | |
| font-size: 11px; | |
| .list-item { | |
| line-height: 18px !important; | |
| } | |
| .selected:before, .selected:before { | |
| height: 18px !important; |
| x = "123" | |
| case x | |
| when /\d+/ | |
| ... | |
| when String | |
| ... | |
| when 1..3 | |
| ... | |
| when "123" | |
| ... |
| function bundle_exec { | |
| if [[ -a Gemfile ]]; then | |
| bundle exec $* | |
| else | |
| $* | |
| fi | |
| } | |
| alias rake="bundle_exec rake" | |
| alias cap="bundle_exec cap" |