DigiDJ Mashup App (by christinehorvat)

Awesome work by the Venmo client team at the foursquare hackathon. This rocks!

  • September 19, 2011, 7:15pm

          4 notes

  • Permalink
spacer

Colorize log output with ack Posted on October 10, 2009 by garret Adding color to log files makes them a lot easier to understand, especially when tailing them. That’s why tools like MultiTail were created, and some logging tools can output in color. Last night I realized color could be added to any log file using ack, an awesome grep replacement that I recently found. For example, to make 404s red in a standard Apache access log: $ tail -f /var/log/apache2/access.log \ | ack —passthru —color-match=red “^.* 404 .*$” The —passthru option makes it so no lines are discarded. You can use multiple colors by piping the output through ack multiple times. The —flush option is needed to prevent pipe buffering issues and the —color option is needed to pass colors through. Here’s an example: $ tail -f /var/log/apache2/access.log \ | ack —flush —passthru —color —color-match=green “^.* 200 .*” \ | ack —flush —passthru —color —color-match=yellow “^.* 302 .*” \ | ack —flush —passthru —color —color-match=red “^.* 404 .*” (via Colorize log output with ack | powdahound.com)

  • September 18, 2011, 5:39am

  • Permalink
spacer

Just saw Sleep No More - disorienting, psychologically taxing, and totally awesome

  • September 14, 2011, 12:01am

          6 notes

  • Permalink

This Simotron track is super hot

  • September 12, 2011, 9:43pm

  • Permalink

Nice Way to Execute a Command Only When A Particular Executable is On Your Path

  • August 28, 2011, 9:16am

  • Permalink

Tron Reconfigured

  • August 21, 2011, 12:43pm

          1 note

  • Permalink

Ctrl Left and Right in Mac OS X Terminal

Add to .inputrc:

“\e[1;5C”: forward-word

“\e[1;5D”: backward-word

  • August 20, 2011, 5:12pm

          2 notes

  • Permalink
“Kale is for closers.”
Iqram to Matt
  • August 19, 2011, 6:30am

  • Permalink

Spotify Search

Recently found sharemyplaylists.com but search didn’t work well so I made this with google cse bit.ly/spotifysearch

  • August 19, 2011, 5:24am

          5 notes

  • Permalink

Zach Klein's Blog: I'm offering $1000 in Skillshare scholarships

zachklein:

Skillshare is a service founded by my friends Malcolm and Michael that allows people to host and take classes with each other. Anybody can register to teach a class about virtually anything, you can offer it for free or charge an admission fee if you’d like.

I haven’t taught a class yet (it’ll…

This rocks.

  • Reblogged from Zach Klein's Blog
  • August 10, 2011, 7:37pm

          179 notes

  • Permalink
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.