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
avimerge -o "movie.avi" -i 'movie.cd1.avi' 'movie.cd2.avi' |
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
A - 2.1.2 | |
E-325-DJR-243-BDJ-316-XVX-435-OCN-FJ7-Z2RX |
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
A Simple Guide to Understanding San Francisco Weather | |
Most places have four seasons - spring, summer, fall and winter. People will tell you that San | |
Francisco also has four seasons, but this is not entirely true. Sure, it might be warmer in | |
October than it is in April, but only by about five degrees. We're just pussies. The bottom line | |
is that San Francisco really only has two seasons - Winter and Not Winter. | |
In Winter, it rains sometimes, and is a bit chilly. Winter generally occurs some time between | |
December and February. | |
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
Corned Beef Brisket | |
From Tyloo | |
· 9 lb.+ brisket of beef | |
DO FIRST: Cut brisket in half; rinse off brisket and put in pot and cover with cold water; bring to boil and cook 15 minutes. THROW WATER AWAY. Make garni bag, use cheescloth and tie with string: | |
· 2 TBL pickling spice (and add spice that comes with brisket too) | |
· 10 whole peppercorns | |
· 7 whole cloves | |
· 3 bay leaves crumbled | |
· parsley chopped | |
Tie bag. Put brisket back into pot, add: |
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
[16:34][claude@seadated:~/work/tybee500(master)]$ git push heroku master | |
Internal server error | |
fatal: The remote end hung up unexpectedly | |
[16:34][claude@seadated:~/work/tybee500(master)]$ |
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
"Obama's health care plan will be written by a committee whose head, John Conyers, says he doesn't | |
understand it. It'll be passed by Congress that has not read it, signed by a president who smokes, | |
funded by a Treasury chief who didn't pay his taxes, overseen by a Surgeon General who is obese, | |
and financed by a country that's nearly broke. What could possibly go wrong?" -Rush |
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
# check for unmerged commits | |
for b in `git branch $@ | grep -v -E '^[* ]*(demo|master)$'`; do echo "$b"; git cherry -v master "$b"; done |
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
redirect diff output from file A to file B | |
diff <(./a) <(./b) |
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
750ml Meyer's Dark Rum | |
750ml Meyer's Light Rum | |
46oz Pineapple Juice | |
32oz Orange Juice | |
32oz Mango Juice |
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
a, a:visited, a:hover {color:#6F1B7A} | |
body {background:#555;color:#F3702C} | |
div#sub_header {text-align:center;} | |
div#tagline, div#community_participation {display:none;} |