« Page 3 / 7 »

  1. color output from git log -p on OSX

    By default git on OSX wasn't colorizing its output. Two things needed to be setup - setting the color.ui to auto and setting the pager (less) to allow raw characters. Add this to ~/.gitconfig

    [color]
    ui = auto
    [core]
    pager = less -R
    

    Presto! Nice colorized output from git!

    read more

    There are comments.

  2. Newseum Page Grabber Script

    Newseum archives the front pages of of over 500 newspapers from all around the world. If you know the ID of the papers you want to see you can use this simple Python program to download the jpg of the papers' front page to your local system. Edit the CITIES ...

    read more

    There are comments.

  3. « Page 3 / 7 »

blogroll

social