Thursday, December 10, 2009
:(
Thursday, November 19, 2009
A Thought About Nothing...
“Now since our universe is said to be expanding, let us try to go to the time, when our universe was a very tiny lump of extremely dense matter. Now if you think yourself to be standing somewhere outside and watching this all activities, then, to remind you once again, let me tell you, that there is no ‘outside’ where you can stand and watch, ‘cause that lump is the universe
itself!!
Well... then the book started explaining things about how the big bang took place and how earth came into existence... anyway these things are good but the sentence above which is absolutely correct and contains nothing so special made me to think about it for that amount of time in which i would have easily been able to study the full chapter (I’ll discuss about this later in this post). :)
I can think about almost annnnnything whenever i am kind of sedative (‘nnnnnnn’ was to stress the word any !!) and the topic for that day was universe... how did it actually start, and where will it go eventually... well, then i thought about our galaxy and the solar system (offff...slow internet browsers are a hell lot of annoying to me :( ) and then about the species which occupied our habitat millions of years before our birth... the Dinosaurs, well, dinosaurs then mammoth and ultimately the humans...even we’ll be finished some day. Now when all these comes to my mind, i just think that why the hell are we doing what we are presently doing... our significance in this whole universe is less than nothing... or mathematically, less than even h% (for non-mathematicians, ‘h’ is assumed to be the smallest ever number in magnitude, which has infinite ’zeroes’ after the decimal point and a ‘one’ written after it) well, we all are aware of our position... and even significance in this universe, so, still we think of being the first in class, doing a job with the greatest package, becoming a film star, helping the people more than Gandhi, becoming the greatest businessman of all time, and all that stuffs... why? Will it really matter or bother you after you are dead... i don’t think so. Now if you answer that you do it for your future generations than you toh were not able to understand me.
And to all those believers of god, (before going any further, i would like to say that even i believe in god and question that follows is for me too) please tell me where actually was he when there were dinosaurs swirling around the globe; or there were ‘dinosaurs god’ at that time, who weren’t able to do anything when they became extinct? All these questions make even me feel the nothingness of god. Oh god... please answer these questions before people lose faith in you!
Even our science is not so good that we go to search the places for more lives in the universe. And each scientist has his own views on what is beyond the universe... well, everything has an end, but what about the universe? What is beyond it? Solid matters packed or nothing? Nothing means vacuum and if it is so, why isn’t it counted IN the universe, no one will be able to think something which contains nothing... not even vacuum, it sounds absurd, but that IS the thing beyond the universe, and if our universe was a small lump of heavily dense matter some time ago, it makes me easier to think, but still without any answer. Samajh me nahi aata hai ki ye saale scientists aakhir kar kya rahe hain :)
...Prasannjeet
Monday, October 19, 2009
URL Shortner
Most of you would have seen messy urls like the one when you use your orkut account, or facebook, or going so deep in wikipedia, or something sorta... what if you want to share that laaaaaaaaaarge url with your friends, especially what if you wanna write that url into his hand or his register (with his pen... :) anywys, that dosent matters), so here the problem comes, so no need to fear when i'm here !!!, just go to:
http://is.gd or:
http://bit.ly
and in no time, they will shorten your url and give you a shorter version which will, obviously be very easy to write in a register or hand or nywher u like. enjoy!!
but always remember, the urls in there are "CASE SENSITIVE"
bye &
take care
will soon be back with some more tricks!!
Prasannjeet 'geek'
Tuesday, October 06, 2009
The "conio.h" Problems ::
Anyways, when i switched myself from Boroland C++ to the Dev version, the biggest problem i faced was of the conio.h header file, someone who is just aware of programming will surely know what exactly i am talking about. This header is just a part of the boroland thing and is never a standard one, so if you want to use one, you must either download it or just use its replacements:
for
clrscr();
you can use
system("cls");
and for
getch();
you can use
std::cin.get();although you may not feel much comfortable with the getch replacement, clrscr replacement will help you in the same way as did the original command.
enjoy..
For more information regarding this thing, this is the place:
http://www.bloodshed.net/dev/faq.html
http://forums.devshed.com/c-programming-42/lib-conio-o-missing-dev-c-4-9-9-0t-184436.html
http://www.daniweb.com/forums/thread11811.html#
THE GOTO COMMAND GUIDE::
int main()
{
char choice;
top: // goto label
cout << "Hello World!" <<>
cout << "Do again? (y/n)" <<>> choice;
cout <<>
if (choice == 'y')
goto top; // goto statement
return 0;
}
There's a religious battle amongst computer scientists regarding the use of the goto statement. Some say yes, some say no -- it is possible that the use of gotos can make code unbelievably difficult to read. The term spaghetti junction is used to describe confusing code that is written with goto statements. I won't say that I'm for or against it. I use it sparingly and I use it when I see that it is fit to do so.
Well the decision is urs, but this is it...
Monday, September 28, 2009
Still Thinking Virus Is Present ??
So you can’t install more than 1 antivirus program and you can’t 100% trust your antivirus. Here’s the solution.
What if you can scan the file that your friend sent you using 30 different types of anti-virus, anti-spyware, anti-malware and anti-hacker engines listed below? Now you can with VirusTotal! Thanks to Hispasec Sistemas, Virustotal offers a free service for scanning suspicious files using several antivirus engines. No download, license or installation needed. Simply upload the file or files that you want to scan and you’ll be in queue for a while depending on the VirusTotal server load to start scanning and display the result.
â—� Aladdin (eSafe)
â—� ALWIL (Avast! Antivirus)
â—� Authentium (Command Antivirus)
â—� Avira (AntiVir)
â—� Bit9 (FileAdvisor)
â—� Cat Computer Services (Quick Heal)
â—� ClamAV (ClamAV)
â—� CA Inc. (Vet)
â—� Doctor Web, Ltd. (DrWeb)
â—� Eset Software (NOD32)
â—� ewido networks (ewido anti-malware)
â—� Fortinet (Fortinet)
â—� FRISK Software (F-Prot)
â—� F-Secure (F-Secure)
â—� Grisoft (AVG)
â—� Hacksoft (The Hacker)
â—� Ikarus Software (Ikarus)
â—� Kaspersky Lab (AVP)
â—� McAfee (VirusScan)
â—� Microsoft (Malware Protection)
â—� Norman (Norman Antivirus)
â—� Panda Software (Panda Platinum)
â—� Prevx (Prevx1)
â—� Softwin (BitDefender)
â—� Sophos (SAV)
â—� Sunbelt Software (Antivirus)
â—� Symantec (Norton Antivirus)
â—� UNA Corp (UNA)
â—� VirusBlokAda (VBA32)
â—� VirusBuster (VirusBuster)
You’d feel safe after scanning with all these 30 types of antivirus engines isn’t it? If one can’t do it, definitely 30 of them can! However, Virustotal does not substitute any antivirus software installed in a PC, as it only scans individual files on demand. It does not offer permanent protection for the user’s system either. Although the detection rate afforded by the use of multiple antivirus engines is far superior to that offered by just one product, these results DO NOT guarantee the harmlessness of a file. Currently, there is not any solution that offers a 100% effectiveness rate for detecting viruses and malware.
Other than uploading through VirusTotal website, you can also scan file by using email.
1. Create a new message with scan@virustotal.com as destination address of your email.
2. Write SCAN in the Subject field (write SCAN- if you do not want to distribute your sample to any AV company).
3. Attach the file to be scanned. Such file must not exceed 10 MB in size. If the attached file is larger, the system will reject it automatically.
4. You will receive an email with a report of the file analysis. Response time will vary depending on the load of the system at the time of placing your request.

[Scan Ur File With Virus Total]