march 2009
ClamWin Virus Database 01 March 2009
ClamWin is a Free Antivirus for Microsoft Windows that offers a easy installer and open source code. more>>
ClamWin Virus Database 01 March 2009 is a Free Antivirus for Microsoft Windows that offers a easy installer and open source code. Please note that ClamWin Free Antivirus does not include an on-access real-time scanner. You need to manually scan a file in order to detect a virus or spyware.ClamWin Free Antivirus includes Clam AntiVirus engine and uses the GNU General Public License by the Free Software Foundation
Instructions: Copy the downloaded main.cvd and daily.cvd to your database location which is specified in the ClamWin Preferences, File Locations tab. The default database location is: "C:/Documents and Settings/All Users/.clamwindb"
Major Features:
- Includes scheduler,
- High detection rates for viruses and spyware;
- Virus database updates,
- Standalone scanner,
- Context menu integration to MS Windows Explorer and Addin to MS Outlook.
- A number of pattern detection improvements in ClamAV engine
- Easy setup program
ClamWin Virus Database 06 March 2009
ClamWin is a Free Antivirus for Microsoft Windows that offers a easy installer and open source code. more>>
ClamWin Virus Database 06 March 2009 is a useful tool which is designed to provide help with protection from virus and other similar threats. Using this version of ClamWin Virus Database will bring you both convenience and security.
Copy the downloaded main.cvd and daily.cvd to your database location which is specified in the ClamWin Preferences, File Locations tab. The default database location is: "C:/Documents and Settings/All Users/.clamwindb"
ClamWin is a Free Antivirus for Microsoft Windows that offers a easy installer and open source code. Please note that ClamWin Free Antivirus does not include an on-access real-time scanner. You need to manually scan a file in order to detect a virus or spyware.
Includes scheduler, virus database updates, standalone scanner, context menu integration to MS Windows Explorer and Addin to MS Outlook. Also features easy setup program. ClamWin Free Antivirus includes Clam AntiVirus engine and uses the GNU General Public License by the Free Software Foundation
Major Features:
- High detection rates for viruses and spyware
- Scanning Scheduler
- Automatic downloads of regularly updated Virus Database
- Standalone virus scanner and right-click menu integration to Microsoft Windows Explorer
- Addin to Microsoft Outlook to remove virus-infected attachments automatically
- Easy to setup
WareSeeker Editor
ClamWin Virus Database 21 March 2009
ClamWin is a Free Antivirus for Microsoft Windows that offers a easy installer and open source code. more>> <<less
ClamWin Virus Database 14 March 2009
ClamWin is a Free Antivirus for Microsoft Windows that offers a easy installer and open source code. more>> <<less
Malware Removal Tool March 2009 Edition
Malware Removal Tool was designed to take care of malicious software and spyware which are too new, take multiple steps to remove, or are not eliminated by the major antispyware companies. more>>
Malware Removal Tool March 2009 Edition is a helpful application designed to take care of malicious software and spyware which are too new, take multiple steps to remove, or are not eliminated by the major antispyware companies.
Instructions: For best results, run the Malware Removal Tool in safe mode. Double click the setup.exe icon to install, and click "Start Scan".
Major Features:
The application detects and removes the following malware:
- WinTools (and variants)
- SpecialGoods.info / NewGenLook.info
- Nail.exe (Aurora)
Spybot Search and Destroy Detection 25 March 2009
Spybot - Search and Destroy Updater will allow you to update your Spybot S&D detections without the need for the included WebUpdate. more>> <<less
DirectX Software Development Kit March 2009 9.26.1590
DirectX Software Development Kit March 2009 is a full-featured DirectX SDK containing all DirectX software required to create DirectX compliant applications in C/C and C# more>>
DirectX Software Development Kit March 2009 9.26.1590 is a full-featured DirectX SDK containing all DirectX software required to create DirectX compliant applications in C/C and C#
Instructions: This download is available to customers running genuine Microsoft Windows. Click the Continue button in the Validation Required section above to begin the short validation process. Once validated, you will be returned to this page with specific instructions for obtaining the download.
Major Features:
- Technical Previews of Direct2D, DirectWrite, and DXGI 1.1
- This release includes technical previews of Direct2D, DirectWrite and DXGI 1.1.
- Direct2D is a hardware-accelerated, immediate-mode, 2-D graphics API that provides high performance and high quality rendering for 2-D geometry, bitmaps, and text. The Direct2D API is designed to interoperate well with Direct3D and GDI.
- DirectWrite provides support for high-quality text rendering, resolution-independent outline fonts, and full Unicode text and layout support, and much, much more.
- DXGI 1.1 builds on DXGI 1.0 and adds several new features including support for Direct3D 10.1 command-based remoting and support for synchronized shared surfaces.
- Introducing XNA Math
- XNA Math provides developers a cross-platform native-code method of generating SIMD instructions without having to resort to special case code. Based on the Xbox 360 SDK's Xbox math library, this set of headers supports the most common vectorized math operations used in graphics and animation. The implementation supports Windows 32-bit (x86) and Windows 64-bit (x64) targets using SSE2 intrinsics, and is fully cross-platform with the optimized Xbox 360 XDK version.
- Audio Improvements: This release includes several improvements to XAudio2, xAPO, and xWMA.
- An optional filter has been added to XAudio2 voice sends. This makes 3D-filtering scenarios, such as obstruction and occlusion, easier and more efficient.
- The CPU usage for the filter built into XAudio2, when operating on mono data, has been cut in half.
- The new SetSourceSampleRate method, added to XAudio2 source voices, makes it easy to dynamically reuse voices with data of arbitrary sampling rates. This allows for better voice-pooling support.
- Fast Fourier Transform (FFT) helper code has been added as inline functions to the xdsp.h header file. This helper code has been added to allow titles to build their own effects xAPOs that are optimized for both Xbox 360 and Windows.
- The xWMAEncode tool can now encode source data of arbitrary sampling rate and has improved support for encoding short source files.
- Improvements to PIX: PIX now works with the public beta version of Windows 7 (build 7000). In addition, PIX can now be used with titles that use DXGI 1.1 as well as with titles that create WARP Direct3D devices.
- XNA Testing Tool: The XNA Test Tool is used for game quality testing and is a replacement for the XNA Banding Tool. In addition to the functionality that was in the branding tool, the new tool allows users to create and edit their own set of test cases and passes. These custom test cases and passes can then be used to produce test reports.
- Updated Game Explorer Tools, Samples and Documentation: This release includes updated Game Explorer tools, samples, and documentation for Windows 7.
- The ProviderGDFExampleBinary is an example DLL containing the GDF file of a provider for use with the Windows 7 version of Game Explorer.
- The GameStatisticsExample sample demonstrates how to get and set statistics viewed by the Windows 7 version of Game Explorer.
- The Windows Games Explorer for Game Developers whitepaper has been updated to show how to register a game and parental controls on Windows 7 using the new GDF schema. As part of the whitepaper, the GamesuxInstallHelper and GDFExampleBinary samples have also been updated.
- New and Updated Samples
- The new Collision sample illustrates the implementation of a collision library utilizing the new XNAMath library, which performs cross-platform vectorized math operations.
- The new Samples Content Exporter demonstrates a content pipeline that processes FBX format source content to generate assets for Xbox and Windows.
- The MeshFromOBJ10 sample has been updated to support the Windows Advanced Rasterizer (WARP).
- The new AdaptiveTessellationCS40 is an illustration of more advanced compute shader processing techniques that can be run on a D3D10 or D3D11 GPU.
- The HDRToneMappingCS11 sample has been expanded to implement blur and bloom effects (in addition to tone mapping) using compute shader, as well as providing pixel shader implementations for comparison.
- The MultithreadedRendering11 sample has been significantly updated, with more complex art assets and more intensive per-thread processing.
- The SubD11 sample has been updated with a new facial model, and the sample now leverages the adjacency computation feature of the Samples Content Exporter.
Earth Alerts 2009.2.62
Earth Alerts 2009.2.62 is known as a Windows-based application which permits you to monitor in near real-time many natural hazard events that are occurring anywhere around the world. more>> <<less
Brochures Wallis March 2005
These brochures can be printed to take with you on holiday in Wallis. more>> These brochures can be printed to take with you on holiday in Wallis. The brochures contain information from this website.
Brochure Wallis - Overview of the region (11 pages):
- Description of Wallis;
- Nature in Wallis;
- Travelling in Wallis.
- Tri fold brochure paper
Brochure Wallis - Trails (40 pages):
- General hiking tips (what to pay attention to, what to take along);
- 27 trails.
Brochure Wallis - Day trips (9 pages):
- 14 day trips/tourist attractions.<<less
CheckDrive 2009 1.4g
CheckDrive is a free tool allowing you to check your hard disks for errors and to correct them instantly. Its easy to use, fast and reliable. You can use CheckDrive for XP and Vista. more>> <<less
License:Freeware
AVG Anti-Virus Definitions March 9, 2009
In order to provide the highest level of antivirus protection for users of AVG Anti-Virus, GRISOFT continuously develops information about new viruses. more>> <<less
AVG Anti-Virus Definitions March 14, 2009
In order to provide the highest level of antivirus protection for users of AVG Anti-Virus, GRISOFT continuously develops information about new viruses. more>> <<less
AVG Anti-Virus Definitions March 28, 2009
In order to provide the highest level of antivirus protection for users of AVG Anti-Virus, GRISOFT continuously develops information about new viruses. more>> <<less
JDI MSN PACK March 06
JDI MSN PACK March is an effective and useful pack which can be used to add extra emotions/smileys and display pictures to MSN. more>>
JDI MSN PACK March 06 is an effective and useful pack which can be used to add extra emotions/smileys and display pictures to MSN. This pack is easy to install and uninstall. You can select each individual emotions/smileys to add into your messenger, and you can pick between one of the display pictures to use.
F-Secure Virus Definitions March 9, 2009
Whenever a new virus is found, the databases need to be updated for F-Secure Anti-Virus to be able to detect it. more>> <<less
