Wednesday, May 23, 2007

First article

After lots of brain drill and collecting lot of good English vocabularies I finally wrote an article. Honestly speaking I even didn’t like the way I wrote but atleast I can say it as my first attempt. Still long way to go.

Article link: http://www..codeproject.com/useritems/pro_c_basics.asp

Tuesday, May 22, 2007

Finally some idea gets ready to be implemented

Today on May 22, 07 - I finally feel that I should start writing something. I have to execute my plan after feeling lot of enjoyment at mumbai and bit tense at ahmedabad.
I have start reading article which teaches me how to draft books, articles, etc. Hence I have poor drafting skills. Anyways still trying improve perfection :)

The idea of writing tutorials, books was going on since a few months in my mind. After strongly feeling that I got a good subject. I have started sharpening my sword. Now let's see how long I can continue this spirit. Pray to god that I succeed in this task. Even failure will bring lot of things to learn in life.

Friday, May 11, 2007

Excellent way to save tax

 

http://www.rediff.com/money/2007/may/11tax.htm

Tuesday, April 10, 2007

Links must be visited before MF investment

http://www.rediff.com/money/2007/apr/10perfin1.htm

http://www.rediff.com/getahead/2007/apr/10market.htm

 

Wednesday, November 15, 2006

Tuesday, November 14, 2006

Pass Query String from shell to a perl script

Its as simple as:

"perl programname.pl var1=value1 var2=value2 var3=value3"

This is equal to:
"http://path/to/programname.pl?var1=value1&var2=value2&var3=value3 "

Working fine with perl 5.8.1.

Friday, November 10, 2006

Retrieving webpage through telnet

Earlier there was a confusion in my mind about how to retrieve web page through telnet. Which can be useful in many applications. Now I figured out how.

Do you wanna know? Here is the magic:


> telnet us.ixquick.com 80
Trying 64.71.175.192...
Connected to us.ixquick.com.
Escape character is '^]'.
Ixquick MetasearchGET /index.html HTTP/1.1 << equiv="Content-Type" content="text/html; charset=utf-8">


XXXXXXXXXXXXXXXXXXXXXXXXXxx

XXXXXXXXXXXXXX

So simple..
Benefit for above technique is in HTTP 1.1 session remain continue where as in HTTP 1.0 session terminates once page has been retrieved and displayed.

If we need to retrieve outpnot be accepted: Tag ut with HTTP 1.0 then its very easier
We just need to write
"GET /index.html HTTP/1.0"

And the data shower gets OOOOOOOOOOOOOONNNNNNNNNNNN....

Fwd: http/1.1 syntax

http://www.security-labs.org/full-page.php3?page=128

Tuesday, December 06, 2005

10 tips on how to love the job you hate

http://www.rediff.com/money/2005/dec/07forbes.htm