Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Adam Trachtenberg's Blog:
Stupid PHP one liners: Google calc
Aug 24, 2006 @ 12:22:10

One-liners can sometimes be quite helpful in your programming, and in hopes it will help someone out there out, Adam Trachtenberg shares one of his own in his latest blog entry today.

A long time ago, I wrote a two line hack that let you use Google as a command line calculator. It eventually ended up in the 2nd and 3rd editions of Google Hacks.

The code calls the Google Calculator page and pulls back in the contents, allowing you to pass in any sort of calulation you might want and pass back out the result all cleaned up and parsed out.

tagged: oneline google calculator commandline file_get_contents regular expression oneline google calculator commandline file_get_contents regular expression

Link:

Adam Trachtenberg's Blog:
Stupid PHP one liners: Google calc
Aug 24, 2006 @ 12:22:10

One-liners can sometimes be quite helpful in your programming, and in hopes it will help someone out there out, Adam Trachtenberg shares one of his own in his latest blog entry today.

A long time ago, I wrote a two line hack that let you use Google as a command line calculator. It eventually ended up in the 2nd and 3rd editions of Google Hacks.

The code calls the Google Calculator page and pulls back in the contents, allowing you to pass in any sort of calulation you might want and pass back out the result all cleaned up and parsed out.

tagged: oneline google calculator commandline file_get_contents regular expression oneline google calculator commandline file_get_contents regular expression

Link:


Trending Topics: