Perl One Liners

Another nice article about Perl: Perl One Liners. It shows how to effective use Perl in command line. Sure, the better way is to use Shell for that but it’s more habitual to type ‘Perl -e “…”‘ for real Perl Monks 🙂

Read Me Leave comment

A push proxy gateway on Linux

Recently I’ve found an interesting article “Build a push proxy gateway on Linux” which is a sequel of other article “Build a WAP gateway on Linux”. Both of them will be useful if you need to develop solutions for mobile phones.

Read Me Leave comment

New Limassol Theatres Schedule

At once two intersting movies start at the coming weekend: an adventure action “National Treasure” with Nicolas Cage in key role and a thriller “Elektra”. “National Treasure” is a story about big treasures of US which was hidden by the Founding Fathers and there is an only one way to know the place where are those treasures – to read very carefully the Declaration of […]

Read Me Leave comment

IMDB Top 250

I’ve created a simple Perl script which retrieve a top of 250 IMDB movies which voted by IMDB users. That top is an array each element of which is hash included movie title, production year, user’s rating, number of votes and IMDB movie code. The source of that script is here. Also, I’ve added IMDB Top ten on the cinema page. All suggestions will be […]

Read Me Leave comment

Oscar 2005 Nominees

Oscar 2005 is coming. So, it’s the time to see a list of nominees: Nominated Films: 1) ‘The Aviator’ (11) 2) ‘Finding Neverland’ (7) 3) ‘Million Dollar Baby’ (7) 4) ‘Ray’ (6) 5) ‘Sideways’ (5)

Read Me Leave comment

GMail account

Today morning I’ve got the GMail account. Many thanks to Alexander Mamtchenkov!

Read Me Leave comment

Yahoo! vs Google

Yahoo! has announced search by video files which are accessible via web. Google has made an riposte: search by TV programs online. Let’s see who will be winner.

Read Me Leave comment

Russian Post Codes

I’ve discovered that site which contains Russian post codes groupped by regions. It will be very useful for those who send letters to Russia by post mail. Well, you can say that the post mail letter is an anachronism. But sometimes it will be much better to receive real paper letter than virtual 🙂

Read Me 2 Comments