wget – HTTP request from command line

July 19th, 2009 Posted in Links, Technology | 1 Comment »

If you need to make a request via HTTP from Windows/*nix command line and obtain server response (example: you want to run some remote script via HTTP and then process its answer), there is a special utility exactly for this purpose. The utility called WGet:

http://www.gnu.org/software/wget/

In command line run: wget.exe http://somesite.com/script.php
As a result, server response will be stored in file. You can download files via HTTP in the same manner. Very convenient and useful tool.

AudioTag.info – music recognition robot

February 21st, 2009 Posted in Links, Projects, Site news, Technology | No Comments »

It’s my pleasure to announce a preview stage of free music recognition service – AudioTag.info.

AudioTag.info — is a free music-recognition service. It allows you to identify almost any unknown piece of music quickly and easily. Its use is very simple: you upload a short audio fragment or an entire song, the robot analyzes it and provides you with the information about the track title, artist name, album title, etc. Your audio fragment can be in almost any file format and of almost any quality (aurally recognizable, of course) — it can be an MP3 file downloaded from the Internet or a short recording made with your old tape recorder and stored as a low-quality .WAV-file.

Human morphing

October 9th, 2008 Posted in Humor & Entertainment, Links, Pics | No Comments »

link

The animals save the planet

September 17th, 2008 Posted in Humor & Entertainment, Links | No Comments »

Here

Artificial arms

March 10th, 2008 Posted in Links, Technology | No Comments »

Is it going to be a reality?

http://spectrum.ieee.org/video?id=221

Exciting and just amazing video, information and technology.

New era

February 19th, 2008 Posted in Humor & Entertainment, Links, Pics, Technology | No Comments »

wtf.jpg

What every programmer should know about memory

December 1st, 2007 Posted in Links, Technology | No Comments »

Very interesting reading for programmers:

http://lwn.net/Articles/250967/

Article by Ulrich Drepper.