Skip to content

Instantly share code, notes, and snippets.

View sd's full-sized avatar
🫓
eating arepas

Sebastian Delmont sd

🫓
eating arepas
View GitHub Profile
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}}

Pan de Jamón

Receta para hacer DOS PANES

Masa

  • Leche, 1 taza / 250 ml
  • Azucar, una cucharada
  • Levadura, 1 sobre (Yeast, ActiveDry)
  • Huevos, 2
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:
@sd
sd / styles.less
Last active August 29, 2015 13:56
My @atomeditor styles.less
/* 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;
@sd
sd / map.geojson
Created August 18, 2013 13:18
via:geojson.io
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sd
sd / gist:4186998
Created December 2, 2012 04:40
Pan de Jamón a la Echeverría

Pan de Jamón (a la Echeverría)

Masa

  • 1 taza de leche tibia
  • 1 sobrecito de levadura (Fleishmann ActiveDry Yeast) Esperar 10 minutos a ver si la levadura levanta
x = "123"
case x
when /\d+/
...
when String
...
when 1..3
...
when "123"
...
@sd
sd / ponche-crema-receta.markdown
Last active February 18, 2024 21:08 — forked from anibal/ponche-crema-receta.markdown
Granny's Carúpano Style Egg Nog (Ponche Crema Carupanero)

Granny's Carúpano Style Egg Nog (Ponche Crema Carupanero)

Ingredients

  • 1 bottle of Whistle Pig bourbon whiskey (or rye), 1 bottle of Bruichladdich scotch whisky
  • 30 egg yolks
  • 4 cans of condensed milk (14 oz / 397g per can)
  • 1 bottle of rum (750 ml)
function bundle_exec {
if [[ -a Gemfile ]]; then
bundle exec $*
else
$*
fi
}
alias rake="bundle_exec rake"
alias cap="bundle_exec cap"