- 4 tbsp. butter
- 1-2 lbs of veal heart
- 6-12 dried figs
- 1 medium yellow onion
- 1 tbsp garlic crushed
- 3 14 oz. cans of chicken stock
- 2 bay leaves
This file contains hidden or 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
#!/usr/bin/env bash | |
grep '' -IR . | wc -w |
This file contains hidden or 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
sed -i '' 's/^ *$//g' $1 |
This file contains hidden or 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
rm -rf Pods && rm -rf Podfile.lock && rm -rf ~/Library/Developer/Xcode/DerivedData/* && pod install && find . -name '*.xcworkspace' | tail -1 | xargs open |
This file contains hidden or 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
TAG=`git tag | tail -n 1` | |
git tag -d $TAG | |
git push origin :$TAG 2>/dev/null || echo "Tag was local, nothing remote to delete" | |
git tag -a $TAG -m "$TAG" && git push origin $TAG |
This file contains hidden or 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
#define NSDLOG(fmt, ...) if (![[NSUserDefaults standardUserDefaults] valueForKey: @"LOG"]) { \ | |
[[NSUserDefaults standardUserDefaults] setValue: @"" forKey: @"LOG"]; \ | |
[[NSUserDefaults standardUserDefaults] synchronize]; \ | |
} \ | |
[[NSUserDefaults standardUserDefaults] setValue: [[[NSUserDefaults standardUserDefaults] valueForKey: @"LOG"] stringByAppendingFormat: [@"\n" stringByAppendingString: fmt], ##__VA_ARGS__] forKeyPath: @"LOG"]; \ | |
[[NSUserDefaults standardUserDefaults] synchronize]; |
This file contains hidden or 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
var mongoose = require('mongoose'), | |
Schema = mongoose.Schema, | |
ObjectId = Schema.ObjectId, | |
Query = mongoose.Query, | |
merge = require('node_modules/mongoose/lib/utils').merge | |
Query.prototype.valid = function(criteria, cb) { | |
if (this.model.modelName !== 'Comment') | |
throw new TypeError('Can only use with the Comment model'); |
This file contains hidden or 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
--ignore-dir=lib-cov | |
--ignore-dir=node_modules | |
--invert-file-match | |
-G(coverage\.html) |
This file contains hidden or 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 lb kale | |
2 tbsp honey | |
2 tbsp sriracha | |
1 tbsp salt | |
mix all together, spread in a thin layer on a cookie sheet | |
cook at 300°F for 30 minutes | |
measurements are approximate, adjust to taste |