Skip to content

Instantly share code, notes, and snippets.

Zhug
Garlic and ginger sauce
Red beans and rice
Wagyu katsu sando
Home aged steaks
Smoked ribs / brisket / pulled pork (outdoor smoker)
Canelles
Pork dumplings
Shrimp dumplings
Chacarero
1/2 cup mayonnaise
1 tablespoon ketchup
1 tablespoon yellow mustard
4 slices kosher dill pickle
1/4 teaspoon garlic powder
1/4 teaspoon paprika
Pinch cayenne pepper
Russia
Brazil
Iran
Japan
Mexico
Belgium
South Korea
Saudi Arabia
Germany
England
<!DOCTYPE html>
<html>
<head>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<?php
// PUT THIS PAGE ON A SERVER
// AND GOT TO THE ADDRESS
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
./vendor/bin/phpunit
function srv {
if [ $# -eq 0 ]
then
port=8000
else
port="$1"
fi
php -S "localhost:$port"
}
function pluck {
arr=($(echo `git ls-files -m`))
plucked=${arr[$1]}
echo $plucked | tr -d '\n' | pbcopy
echo $plucked >&1
}
3 eggs
½ vanilla bean, split, or 1/2 teaspoon vanilla extract
⅓ cup sugar, preferably organic fair-trade sugar
Pinch of salt
⅔ cup sifted unbleached all-purpose flour
½ cup plain yogurt
¾ cup low-fat milk
35-40 @375
@CrookedNumber
CrookedNumber / gist:8ee6591b64141e9893a7
Last active August 29, 2015 14:27
Make a local branch a tracking branch
git branch -u upstream/foo
// e.g., git branch -u origin/master