Cvermule

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Wednesday, 10 September 2008

The candidates from a Web Developer's perspective.

Posted on 13:02 by Unknown
Obama is RESTful » Idol Hands: Days in the Life of an Alpha Geek

I'm sorry to include just a link, but it's not my posting so I'm just passing the link along.
Read More
Posted in | No comments

Monday, 11 August 2008

Techie Crossing

Posted on 09:21 by Unknown
Click here to search for technical jobs.
Read More
Posted in | No comments

Thursday, 31 July 2008

Firebug Lite

Posted on 08:55 by Unknown
Firebug Lite

From the makers of Firebug for Firefox, now comes Firebug Lite. Firebug Lite is available for all browsers that have javascript enabled.

Firebug Lite can run as a bookmarklet or as an include file in any page for your project and all you have to do is hit F12 to access it once it is on your page (only available for includes).

Since it is a lite version, it does not include all of the functions available to the normal Firebug plugin. It will come in handy though. You can inspect the css, the js, or the DOM.
Read More
Posted in | No comments

Wednesday, 4 June 2008

Introducing...

Posted on 08:46 by Unknown
Read More
Posted in | No comments

Friday, 25 January 2008

Like grep, but not

Posted on 07:49 by Unknown
This code is like using grep. However, grep only returns the lines that contain the actual text you are searching for. This code allows you to return x number of lines before and after the text you are searching for along with the line itself. This command came in handy searching for information in the uds log files.

nawk 'c-->0;$0~s{if(b)for(c=b+1;c>1;c--)print r[(NR-c+1)%b];print;c=a}b{r[NR%b]=$0}' b=2 a=4 s="fetchHotel" file

b is the number of lines to print before the line encountered and a is the number of lines to print after the line is encountered.

s=”string” string you are looking for (in this case fetchHotel)
and file is the file you are looking in.

By Kris Chappell
Read More
Posted in grep, search, tip, unix | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

Categories

  • amazon
  • browser specific
  • coding
  • Eclipse
  • error
  • example
  • funny
  • google
  • grep
  • hacks
  • javascript
  • jott
  • music
  • null
  • phone
  • search
  • search engine
  • tip
  • tool
  • unix
  • web development
  • yui

Blog Archive

  • ▼  2008 (5)
    • ▼  September (1)
      • The candidates from a Web Developer's perspective.
    • ►  August (1)
      • Techie Crossing
    • ►  July (1)
      • Firebug Lite
    • ►  June (1)
      • Introducing...
    • ►  January (1)
      • Like grep, but not
  • ►  2007 (6)
    • ►  December (1)
    • ►  September (1)
    • ►  July (1)
    • ►  June (1)
    • ►  March (2)
  • ►  2006 (10)
    • ►  November (1)
    • ►  August (1)
    • ►  May (2)
    • ►  April (4)
    • ►  March (2)
  • ►  2005 (10)
    • ►  August (3)
    • ►  June (2)
    • ►  February (5)
  • ►  2004 (9)
    • ►  October (2)
    • ►  September (7)
Powered by Blogger.

About Me

Unknown
View my complete profile