Posts Tagged ‘code’

Chrome Extension: Augment Search

December 29th, 2009

Augment Chrome ExtensionJust released first Chrome Extension: Augment Search.

Its been heavily inspired by BetterSearch which is available on Firefox. I wanted this mainly for myself nut thought it’d be worth releasing to. Will hopefully be the first of many.

Get It

Download from Google

What It Does

  • Adds links to other search results pages for: Google, Yahoo, Bing, Ask, Reddit, Digg, Technorati.
  • Adds extra info links to each result: Alexa, Robotex DNS info, Web archive

Problems

If you have any problems with the extension leave a comment.

To Come

Much more goodies including an options page to customise what is shown.

Saturday Code Quote: 3

November 29th, 2008

Step away form the computer…

newlocation must now be the absolute path on newhost.
If not we’ve been redirected to somewhere totally stupid
(oh yeah, no offsite linking, go to our fucking front page).
Say goodbye to the webserver in this case. In fact, we don’t
even say goodbye, but just drop the connection.

From the source of Liferea – A Linux RSS/news aggregator

Saturday Code Quote: 1

November 15th, 2008

This is going to be the first in a series of funny source code comments I happen to stumble across.  First up is the Apache Jakarta project…

Someone’s not flushing the office toilet – eew:

    /**
     * A Writer based on a wrapped Writer but ignoring requests to
     * close() and flush() it.  (Someone must have wrapped the
     * toilet in my office similarly...)
     */

From the source of Apache Jakarta Project.