Friday, July 18, 2008
Yet another video content viewer
Here's the review of yet another video content viewer on web2.0 isofa.tv! Best part is, you could just search for your genre and a list of videos keep playing till you get tired. With a very easy to use interface and the tag BETA around it, it can only head one way - even better service. Right now, it has nive video collection, though of limited quality, let's hope it gets better day by day!
Enjoy the videos!
Tuesday, March 18, 2008
I always wanted to tell you...
I always wanted to tell you...
How much I love you!
But, never had I, the courage
When I was with you!
I wanted to tell you…
When we went to the movie,
When we danced to the tunes of Bryan Adams,
When we took a solitary walk with our hands clasped,
When you cried your eyes out when I am leaving,
How much I like you!
I wanted to tell you…
When I saw the brightness in your eyes,
When I saw the blush in your cheeks,
When I saw the broad smile on your face,
When I felt your hand on mine,
How much I love you!
I wanted to tell you…
When we spent hours together without having to speak a word,
When we spent days without worry or sorrow
When we spent years together as if we never have to part
When we enjoyed each others company
How much I care for you!
I wanted to tell you…
When I knew I can no longer be with you…
When I knew you can never be mine again…
When I knew I threw my final opportunity away…
When I knew I can never tell you again…
How much you mean to me!
I always wanted to tell you...
How much I love you!
But, never had I, the courage
When I was with you!
Friday, January 25, 2008
Dethroning season!
Considering the case of Australia, they have dominated the last decade or so not only in the Test Matches but in all forms of cricket. Four year back, India showed lot of heart by drawing a series in Australia. Now, they have built on that platform to rock back the Australians this year again by beating them in Perth, supposedly Australia's happy hunting ground! Though it is too early, we can say that Indians are turning the tables very fast to become one of the best test teams in the world usurping the number one position from hands of Australia in their own DEN!
Not far away from the cricketing action where dethroning ceremony has started, its waves have passed on to Melbourne where Australian Open is being held. Initially, it is Tipsarevic who gave a slight shudder to Federer who is lucky to have come safe after that match, couldn't find his form in the just finished semi finals and lost it in straight sets. Novak Djokovic has always believed and preached the whole preceding week that Federer is beatable and has proved it himself. In a display of brute skill and power, he outplayed Federer in all the sets and has given himself a very good chance of winning a grand slam!
No one has given, Tsonga any chance of winning against Nadal in an Australian Open semi finals. But, as it is dethroning season, Tsonga came up with a performance that none can match to upset Nadal to set up a title clash with Djokovic. It's been so long since either Federer or Nadal hasn't been in the finals of a Grand Slam, that I dont recall a scenario happening after Federer won his first grand slam! But it's time for the monarchs and champions to be brought down and this season proves just the same. Wait for the finals of Australian Open to see whether Tsonga continues his prime form to bring up an yet another upset win to win his first Grand Slam title and let the time tell whether Indians can pull off an another victory over Australia at Adelaide to level the series!
Wednesday, December 12, 2007
Yahoo! Mail
To All those Yahoo Mail users, pay attention to what I am about to reveal. Yahoo Mail is so intuitive, intelligent and predictive that it can send you mails that you would otherwise receive in future. Yes, it's true. Yesterday, i.e., 11-12-2007, I got a mail, that was sent on 13-12-2007. I thought it's a moment worth sharing and please pass this word on so that your friends would like to use their Yahoo mail. :P
Monday, December 3, 2007
Project - GYM
This is to make your life easier.
Why the name GYM? Google, Yahoo, Microsoft gave their initials to me to name this project as GYM!
What are you waiting for...c'mon test this and report me your comments and suggestions.Happy Searching...
Update: Major update has been rolled out today for my Project - GYM which is support for Mozilla Firefox(which is a pain in **** to have implemented).
Thursday, August 9, 2007
special GRE
I know..I know.. I haven't blogged for so long and I have been waiting for an impressive feat to write something about... Did you ever imagine revising the GRE words that you have studied while browsing? Did you ever think how cool it would be? Yeah... I have... So, here's the Firefox plugin for you which will just do that. So, what will do that for you? It will highlight all the words that are identified as GRE words and if you hover your mouse over the word, it will display the meaning as a tool tip! How cool... So, what do you need to do in order to have that? OK. Here's the three step detail to install the plugin.
1. Click Download specialGRE
2. Download it to your local hard disk or directly open it using FF to install it. If you did download it to hard disk, drag and drop the file to any of the FF tabs.
3. Restart firefox... You are ready to go! As simple as that...
Note: This plugin works only in FF1.5.x! FF 2.x doesn't support this plug-in.
Update: This is made working in FF 2.x as well... :)
Happy GREing... ;)
Note: For those who doubt my coding abilities, a special mention that I developed this plugin, thanks to ChickenFoot, XML Programming using Java and Eclipse!
Update: The download link has been updated. Enjoy!
Tuesday, May 22, 2007
Number's Number
In one of my previous blogs, I have posted some questions which I though would help people preparing for Campus Interviews! Now, in this blog I am posting such a question which will definitely not be asked in any of the interviews for it's complexity and uniqueness. Try to solve the puzzle or question or riddle or whatever you may want to call it.
HINT: Don't waste your time GOOGLing, as you most probably than not would not find a solution on web. Because, I created this question and I don't think the probability of you stumbling upon such a question as this, is more than 0.000001.
Here goes the question!
Suppose, there is a number made up of a series of ascending order numbers(with a maximum limit), find a way to retrieve the numbers hidden in the number ;). I am positive, you didn't understand a thing what I said! O.K. let me give an example! Suppose, there is a number such as 12123 and max limit is 30. Then the solution to the problem is: this number is made up of 1, 21 and 23 and not 1,2,12 and 3 or 12 and 123. I want an effective algorithm which takes pretty little time and can give at least one solution (in case more than one solution exists!)
Disclaimer:If, still, you didn't understand the question, you are not eligible to solve this. Because, I don't want big time DUMBO's breaking their heads to solve this.
One More HINT: You can use Computers or JAVA program or C program to solve this.
Happy Solving ;)