ನೆನಪು

Blademaster writes about his impressions on dominion, its new capture and hold game play and how MOBA has been seeing a lot changes in gamestyle with this new map.
gamefreak writes about an old game, PWI. Impressions about first 2weeks of playing it. Check out the article
blademaster is back after a long time. This time he writes about a dreadful game he played on his phone.
April 28th, 2012
smitha 
February 4th, 2012
manesh
November 25th, 2011
manesh This is my first time writing a blog, & I don’t know even if this qualifies for a blog. My approach to blogs at first was as a chance to make money, but as time passed I knew that, it's not about making money, it’s about telling the world what I feel. Well, without further delay; I’m going to tell you what inspired me to write this.
October 2nd, 2011
blademaster I had been recently trying to install my simple Hello world application in android into my new DELL XCD. I had followed all the steps written in the android documentation. My application worked on the emulator in the eclipse environment but my phone was not detected in the windows platform. After exhaustive search i found out that the USB driver required for my DELL XCD35 was available in the form of a .exe file on my mobile's original Micro SD memory card. The shocker was that there was no direct download available from DELL's website for the same. So if you loose this file, or have exchanged the Micro SD card for a better version then you are in trouble as you wont get it from DELL also (at least at the time of writing this article)
So folks, i have uploaded the same file for those who want it. -Dell Phone Android USB Connector Device Driver
For Those who are new to Android development, check out the hello world tutorial at android documentation
For general information on how to deploy your application on your android mobiles check it out here at android docs ; you may also need to have a look at the USB device drivers for android for different models
September 28th, 2011
blademaster
Rating: 4/5 



League of Legends: Dominion is a game which takes the genre or MMO RTS to a different level. The fast paced nature of the game is unquestionable, the tremendous teamwork required is undeniable, and the short and sweet nature of the game is noticeable. The general excitement in the start of every game is playing something new in the world of MOBA with every player and so much more makes it a totally new take on the world of the PVP. But nevertheless the game is far from perfect, but while people learn and discover new ways to kill each other in the map, in a new style, they discover that this type of game makes them keep coming back for more. Read more »
September 28th, 2011
blademaster The following questions and answers are few basic programming ability testing questions. Answer is marked with an astrik *
1)What will be output if you will compile and execute the following c code?
void main(){
int a=5;
float b;
printf("%d",sizeof(++a+b));
printf(" %d",a);
}
(a)2 6 (b)4 6 (c)2 5 *(d)4 5 (e)Compiler error
(2) What does the following c code do?
#include<stdio.h>
void main(){
char *str;
scanf("%[^\n]",str);
printf("%s",str);
}
(a)It will accept a word as a string from user.
*(b)It will accept a sentence as a string from user.
(c)It will accept a paragraph as a string from user.
(d)Compiler error (e)None of above
August 10th, 2011
smitha
July 22nd, 2011
gamefreak
May 8th, 2011
blademaster Rating: 1/5 



Who doesn’t like to become rich? Money can make people do strange stuff. Then it shouldn’t be surprising that this game, in my dad's phone, was sold to him for Rs.50. My dad, with his little knowledge of smart phones, fell into the charming trap of a cute and rather tempting “click here to get the full version” button and regretted the moment his balance reflected the amount! I mean seriously! Games in small devices need to warn customers who are, how to put it mildly, not our generation. Any feature that shows them the future of what would happen if they press the button would be good. Read more »