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
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 |
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
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 |
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
Russia | |
Brazil | |
Iran | |
Japan | |
Mexico | |
Belgium | |
South Korea | |
Saudi Arabia | |
Germany | |
England |
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
<!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 |
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
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. |
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
./vendor/bin/phpunit |
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
function srv { | |
if [ $# -eq 0 ] | |
then | |
port=8000 | |
else | |
port="$1" | |
fi | |
php -S "localhost:$port" | |
} |
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
function pluck { | |
arr=($(echo `git ls-files -m`)) | |
plucked=${arr[$1]} | |
echo $plucked | tr -d '\n' | pbcopy | |
echo $plucked >&1 | |
} |
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
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 |
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
git branch -u upstream/foo | |
// e.g., git branch -u origin/master |
NewerOlder