Joined August 2012
·
Posted to
Log to stdout and a file at the same time
over 1 year
ago
Posted to
The New Background Position in CSS3
over 1 year
ago
Doesn't work on Chrome Mobile.
Posted to
Create A Simple Git Timesheet
over 1 year
ago
Just adding some optional argument:
timesheet () {
if [ -z "$1" ]; then
SINCE="8am"
else
SINCE=$1
fi
git log --oneline --author="`git config --get user.name`" --since=$SINCE
}
Achievements
139 Karma
4,028 Total ProTip Views
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Altruist
Increase developer well-being by sharing at least 20 open source projects
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Raven
Have at least one original repo where some form of shell script is the dominant language
Kona
Have at least one original repo where CoffeeScript is the dominant language
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose
Have at least one original repo where Ruby is the dominant language
Progressive JPEG doesn't work for me with MiniMagick 4.0.4.
Searching in the doc for an
interlace
method found no result: http://www.rubydoc.info/search/github/minimagick/minimagick?q=interlace