- 1 red bell pepper (or 1/2 red and 1/2 orange for more color)
- 1/2 jalapeno pepper (with seeds removed)
- 1 avocado
- 0.75-1.00 pound of raw white fish (mahi, opah, etc.) or shrimp
- 1/2 medium size red onion
- salt/black pepper
- limes (1-2) and/or lime juice
- Tostitos Scoops (for serving)
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
#!/bin/sh | |
files=$(git diff --cached --name-only --diff-filter=ACM | grep ".coffee$") | |
if [ "$files" = "" ]; then | |
exit 0 | |
fi | |
pass=true | |
echo "\nLinting Coffeescript:\n" |
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
#!/bin/bash | |
RUN_TESTS="npm test" | |
# Only run the tests if we actually have commits to push | |
commits=`git log @{u}..` | |
if [ -z "$commits" ]; then | |
exit 0 | |
fi |
Ingredients:
- 2 large, skinless chicken breasts
- flour
- salt
- pepper
- olive oil
- butter
Optional:
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
# shorthand wrapper for `console.log` | |
put = (args...) -> console.log args... | |
# initialise undefined vars: `[a, b, c] = init 3` | |
init = (amount) -> undefined for n in [1..amount] | |
# decorator for defining constructors (see example.coffee) | |
factory = (mutator) -> (args...) -> | |
mutator (self = Object.create null), args... | |
return self |
Should’ve brought ear plugs. Hit the trail at 6:20. A lot of hunters at Cowboy Camp. Maybe not a lot, three or four I should say. I was very anxious and spooked by them but they turned out to just be regular hunters (I had thought they look shifty at first). Didn't miss having hot coffee or a hot breakfast or even a solid breakfast.
Went down the wrong trail, Cache Creek Ridge Trail, and had to cut over to Judge Davis trail.
20ga is a dream to carry. I have good reception on the ridges.
Two gun shots at 7:45.
Losing a lot of elevation which means it's going to be a tough hike back so I should allocate time accordingly.
OlderNewer