View gist:2662011
#!/bin/bash | |
echo "usage ./cherrypick <commitnum or range>\n" | |
echo "About to pick commits: $1" | |
for commit in $(git log --reverse --pretty=%H --no-merges $1); | |
do | |
git cherry-pick $commit | |
done |
View debug_command_line_parser.pl
#utility to replace every "$commandApi->Invoke(foo, bar, baz)" with "print "$commandApi->Invoke(foo, bar, baz)"" | |
#for debugging | |
#just outputs to stdout; redirect to a file to pop it into an actual file | |
# $commandApi->Invoke('Construct', "$key" ); | |
my $pathToInputFile = shift; | |
#to generate code, change $codeGenerator 1 | |
my $codeGenerator = 0; |
View HaveYouSeenMyLittleKitten.txt
Have You seen my Little Kitten | |
I have lost her in the woods. | |
Have You seen my Little SunShine | |
Sun is lost into the clouds | |
Have You seen my Heaven | |
Seems so dark and rotten here | |
Have You seen my Hell | |
Have You seen my Little Jesus | |
Seems so hot and dark inside |
View gist:289906
I believe in this but at the same time i have a feeling that there is something this man thinks is missing from his life. | |
Like time to be with his family? | |
Somewhere along the line people have been fooled into believing that life is supposed | |
to be easy. I often work 12+ hour days, and there are weeks when I work 7 days. I | |
perform my own workout at the crack of dawn. Do I enjoy waking up at 4AM? Not | |
really, but I get it done. I have a wife and son, with another on the way next month. I | |
also have dogs, house work, work in the yard, etc. I’m beyond busy. Oh well, that’s | |
life. I won’t cry about it and feel bad for myself. I won’t rush to the local fast food |