Twist and tear and boogie woogie
Twist and tear and boogie woogie
Google is organising international coding contest in collaboration with Topcoder (http://www.topcoder.com). With a total prize of US $50000. Registration for the same has already started and will end at September 15. For more informatio visit http://www.topcoder.com/googlecodejam
Solutions for the practice room questions can be found at http://codeing.blogspot.com
This blog is deviating from its theme. I have created a new blog where I will only post code and related stuff. Only opinions here :). New blog is
http://codeing.blogspot.com
Finally got invite for gmail. I am very happy. I will write more about it. Google's business sense is making be astonished.
I been taking part in topcoder's competitions since last few weeks. I think I should start posting my solutions here. I am still in DIV 2. :(
Defragmentation is a necessary evil. You can't escape from it. How much you dislike the fact that you need to getaway from your computer while some other program has completely overtaken its activities. Upto the point you can't even play music.
You can play music if your music files are on some other partition other than which you are currently defragmenting. But it will certainly degrade performance.
Execute the following steps before starting disk defragmentation. It will save lots of time.
1) Empty Recycle Bin
2) Empty Recent Files Folder
3) Empty Temp Folder
4) Empty Temporary Internet Files Folder
5) Move all big files to some other partition which you don't use frequently. For example I move my Downloads folder because all it contains is setup programs. Which do not required access once the program is installed.
On Windows 9X folders 2-4 can be found in C:\Windows and on 2000 and XP they are in C:\Document and Settings\%LOGIN_NAME%
Where %LOGIN_NAME% is your login.
If you had never done the above you will be surprised by the speed gain.
Since last few days I was wondering why port 445 is open on my computer. This fact is scary that not only it was open all the time it is also a TCP port. Due to load of other concerns I ignored this behavior after conducting a Trojan scan and updating my firewall. Today I searched on Google for reference and awestruck by the fact that this is a NetBIOS port. I quickly checked my logs. Got some relief after finding no misadventure there.
Reason being, few days before service engineer came and he ridiculously changed settings to enable TCP/IP over NetBIOS. So heres a link from which I obtained information to disable the above.
http://ntsecurity.nu/papers/port445/
I know a shortcut though. Simply double click the blinking two-computer icon in your system tray. Yeah which shows the network traffic :). Select properties -> Select Internet Protocol (TCP/IP) -> Click Properties -> Click Advanced Button in new pop-up -> Select the WINS tab -> Select radio-button disable NetBIOS over TCP/IP.
One more thing uncheck Client for Microsoft Networks and File and Printer Sharing. As these two were also enabled.
To check above procedure worked or not. Go to command prompt and type netstat -an. I am relieved by seeing 445 is not in front of my IP.