Skip to main content

Posts

Timeout Detection and Recovery of GPUs through WDDM

One of the most common stability problems in graphics is when the system appears completely "frozen" or "hung" while processing an end-user command or operation. We generally wait a few seconds and then reboot the system by pressing the Power button. Usually the graphics processing unit (GPU) is "busy" processing intensive graphical operations, typically during gameplay. This results in nothing being updated on the screen, thus appearing to the user that the system is frozen.

Determine processor support for running x32 or x64 Windows

64bit Checker is a small tool that will show you what version of Windows is installed on your computer, is it 64bit or 32bit version of Windows and is your processor capable of running 64bit operating systems. Features Shows if your computer is running a 32bit or 64bit version of Windows Detects whether your processor supports a 64bit operating systems (if you are not sure that you can install 64bit operating system on your computer) Copy report information to clipboard, or save in text or html file Download

Bugatti Veyron vs Euro Fighter Typhoon Drag Race

Sync, Save Microsoft Office Docs On Google Docs

As a Google apps user I frequently need to update the documents or make changes for various reasons. In that case, if I am able to synchronize the MS Office directly with the Google docs and Google apps, that will be absolutely amazing. It will make the job much easier, simpler and faster. So I found a solution for my problem. So today, I would like to review the utility that I found.it is called as OffiSync . OffiSync is a freeware. It allows you to synchronize the files in Microsoft Office with the Google Apps and Google Docs. Also, it provides the additional benefits within the MS Office by installing Google options in it. MS Office 2007 and 2010 will have a new ribbon tab and MS Office 2003 will have a new tab named as OffiSync after the installation of the software.

Displaying a PDF file within a WPF application

I had a need to view PDF files directly within a WPF application for a projcect.So i found an easy way to do that.The trick is to use the WinForms support in WPF ala the WindowsFormHost control.