Thursday, October 20, 2005

((Blog_Spot != (Ad_Spot || Hack_Spot) )

This blog site is not intended for doing any advertisements. Please do avoid posting comments with advertisements. Also, do not leave any links in comments that take me to some virus-infested sites... I never click them, since me too an ethical hacker..!!

Tuesday, October 18, 2005

if (confidence == null ) life = "waste" ;

I had an amazing thought..
I was thinking of some great people, being very successful.....
some people being unsuccessful......
and some (extreme) people , never caring anything in life !!........


This is the program, come to mind suddenly:

--------------------------------------------

String situation[] = {"sad" , "mad", "happy" , "bad" , "terrible","exciting"};
String life = null;
while (confidence != null )
{
life = situation [ new Random(). nextInt(situation.length)] ;
}
life = "waste" ; // Then, No meaning in living man!!!

-----------------------------------------------------

A m I right Ram? I didnt handle any exception! :)

Friday, October 14, 2005

Point base, Random sequence

Now I rarely have chance to see errors!!. I am totally off from programming. Today I had a chance to debug some code. I was working with my friend's project and I used there Pointbase DBServer. (I was thinking to use it long.., it doesnt look good as oracle!! )
Then, Random Generator in Java. Its a really a cool implementation than C language. It uses system time for getting seed.. with interval of 1 milli second ( is that a loophole? )

God give me chance to see more codes, to debug more errors, to gain more knowledge.!!!

Thursday, October 13, 2005

The lesson, called life.

Days roll out like anything. I am not able to describe myself how I am living. Each moment teaches me a big lesson. They test me, degbug me and at last leave me exhausted. A warrior fighting in the battle field knows he risks his life; me too.
I want more vigours in heart.