Wednesday, November 11, 2009

GO - THE NEW PROGRAMMING LANGUAGE FROM GOOGLE

Hi friends,
                 Good News for programmers from Google. Google Introduces its new programming language named "GO". It has been designed by designed by Robert Griesemer and Unix/Plan 9 veterans Rob Pike and Ken Thompson. 

                     Go is offering fast compilation, good performance, an expressive type system and built in language features. Go is an open sourced Programming language, which combines security and performance orientation benefits of static(compiled) programming languages like C++ with the speed of dynamic programming language(example: python). A simple code's screenshot is shown here



                         It is expected to be the fastest programming language and quite parallel to C Even huge imposing binaries is compiling in just few seconds.It will be a great and nice tool for multiprocessing  & fresh and light weight object oriented design. It has few features such as true closures,reflection,etc.,
                     Concurrency is done here using goroutines.. Start doing programs....with gooooooooooo...
Official Link for Go: http://golang.org/

VIRUS AND SECURITY RELATED FORUM-ASK HERE

Ask your virus and security related doubts here...

HARDWARE FORUM-ASK HERE

Ask your hardware related doubts here...

SOFTWARE FORUM-ASK HERE

Ask your software related doubts here...

MOBILE PHONE FORUM-ASK HERE

Ask your mobile phone related doubts here...

Tuesday, November 10, 2009

DISABLE AUTO RESTART IN WINDOWS 7

Hi friend,
               Like Windows XP & Vista ,Windows 7 also having the facility to restart itself(auto-restart). This auto restart will reboot the PC during system crashes like BSOD. Some people may be get irritated due to this auto restart. you can avoid this auto restart, Deactivate auto restart using the following steps,
  • Go to Start then select Control Panel
  • Then Click on System and security and then click on System Link ( If you are using small or large icon view, you can't see System and security. You just double click on System in this case)
  • Then click on the Advanced System Link at the left side of the control panel
  • Now click on settings under the Start up and Recovery Label
  • The final step is to unselect (uncheck) the Automaticalllly Restart

 
Note: After doing this, the PC won't restart for system crashes and hang, you must restart it manually


Related Articles:

BLUE SCREEN ERROR AND AUTO RESTART 

DISABLE AUTO RESTART IN WINDOWS VISTA 

DISABLE AUTO RESTART IN WINDOWS XP

Monday, November 9, 2009

BLUE SCREEN ERROR AND AUTO RESTART

This is technically called as STOP message or STOP error. It has some other names such as BSOD(Blue Screen of Death) , System crash,kernel error, STOP message. 




  •  This is a error,which shows a full blue color screen error after a serious system crash. It contains the list of files,which was crashed & also it contains the drivers. It also shows simple description says "what to do?".. It will also show the STOP Code. 
  • Stop code is a unique Hexa-decimal value. you should not compare this with System Error code, Http status code,Device Manager code & a Post code. It's different from these codes.