2009-06-06

PeaZip 2.6.1

PeaZip 2.6.1PeaZip is an open source file and archive manager. It's freeware and free of charge for any use. PeaZip can extract most of archive formats both from Windows and Unix worlds, ranging from mainstream 7Z, RAR, TAR and ZIP to experimental ones like PAQ/LPAQ family, currently the most powerful compressor available.

For archive creation, PeaZip suppors a wide range of compression and encryption standard, from fastes to most powerful ones, and allows to export job definition as scripts to bridge the gap between GUI and console applications, and let the user pick the best of the two worlds.

PeaZip has secure deletion feature, can verify file checksum and hash, and supports multiple strong encryption standards, optionally using two factor authentication (password and keyfile) for increased security:

* 7Z's AES256 encryption
* ZIP WinZip's AE encryption based on AES256 (and ZipCrypto for legacy compatibility); can decrypt PKZip's AES encryption
* FreeARC's ARC: AES256, Blowfish, Twofish256 and Serpent256 - this format is also capable to generate recovery records to protect data against corruption
* PEA: AES256 EAX authenticated encryption

Title: PeaZip 2.6.1
Filename: peazip-2.6.1.WINDOWS.exe
File size: 4.67MB (4,894,407 bytes)
Requirements: Windows (All Versions)
License: Open Source
Date added: June 6, 2009
Author: Giorgio Tani
giorgiotani.interfree.it

Download Latest Version

Any Video Converter 2.74

Any Video Converter 2.74Any Video Converter is an All-in-One video converting tool with easy-to-use graphical interface, fast converting speed and excellent video quality. It allows you to effortlessly convert video files between every format! It can convert almost all video formats including DivX, XviD, MOV, rm, rmvb, MPEG, VOB, DVD, WMV, AVI to MPEG-4 movie format for iPod/PSP or other portable video device, MP4 player or smart phone. It also supports any user defined video file formats as the output. Any Video Converter makes it easy for anyone to enjoy the any format video with your iPod, PSP, mobile phone or MP4 player.

* User-friendly interface that is easy to use.
* Converts all video formats to Apple iPod Video, Sony PSP and more
* Batch convert any video formats including avi, wmv, asf, mpg, mp4, etc.
* Support DivX and Xvid avi format as importing and exporting video
* Support default video/audio settings or user customized parameters for video and audio.
* Has the option to preview the video in real-time before conversion .
* World's fastest video conversion speed with stunning video and audio quality.
* Supports adjust many video/audio options for MP4 files. For example, video/audio sample rate, bit rate, video size...

Title: Any Video Converter 2.74
Filename: any-video-converter-free.exe
File size: 14.78MB (15,493,614 bytes)
Requirements: Windows (All Versions)
License: Freeware
Date added: June 6, 2009
Author: AVC
www.any-video-converter.com

Download Latest Version


Change Log

1. Updates the Spanish and Czech language files.
2. Updates the output file for Archos players.
3. Updates the YouTube downloader engine to resolve the program error when the age authorization is required.

MySQL 5.1.35

MySQL 5.1.35MySQL Community Edition is a freely downloadable version of the world's most popular open source database that is supported by an active community of open source developers and enthusiasts.

MySQL delivers enterprise features, including:

* Partitioning to improve performance and management of very large database environments
* Row-based/Hybrid Replication for improved replication security
* Event Scheduler to create and schedule jobs that perform various database tasks
* XPath Support
* Dynamic General/Slow Query Log
* Performance/Load Testing Utility (mysqlslap)
* Improved! Full Text Search (faster, new dev templates)
* Improved! Archive engine (better compression, more features)
* Improved! User session and problem SQL identification
* Improved! MySQL embedded library (libmysqld)
* Additional INFORMATION_SCHEMA objects
* Faster data import operations (parallel file load)
* ACID Transactions to build reliable and secure business critical applications
* Stored Procedures to improve developer productivity
* Triggers to enforce complex business rules at the database level
* Views to ensure sensitive information is not compromised
* Information Schema to provide easy access to metadata
* Pluggable Storage Engine Architecture for maximum flexibility
* Archive Storage Engine for historical and audit data

Title: MySQL 5.1.35
Filename: mysql-essential-5.1.35-win32.msi
File size: 35.69MB (37,423,616 bytes)
Requirements: Windows 9x/2000/XP/2003/Vista
License: Open Source
Date added: June 5, 2009
Author: MySQL AB
www.mysql.com

Download Latest Version


Change Log

* The .msi installer does not detect an existing root password on the initial configuration attempt. To work around this, install and configure MySQL as normal, but skip any changes to security. (There is a checkbox that allows this on the security screen of the configuration wizard.) Then check your settings:
o If the old root password and security settings are okay, you are done and can proceed to use MySQL.
o Otherwise, reconfigure with the wizard and make any changes on the second configuration attempt. The wizard will properly prompt for the existing root password and allow changes to be made.

This issue has been filed as Bug#45200 for correction in a future release.

* The Windows configuration wizard allows changes to InnoDB settings during a reconfiguration operation. For an upgrade, this may cause difficulties. To work around this, use one of the following alternatives:
o Do not change InnoDB settings.
o Copy files from the old InnoDB location to the new one.

This issue has been filed as Bug#45201 for correction in a future release.

Bugs fixed:

* Important Change: Replication: The transactional behavior of STOP SLAVE has changed. Formerly, it took effect immediately, even inside a transaction; now, it waits until the current replication event group (if any) has finished executing, or until the user issues a KILL QUERY or KILL CONNECTION statement.

This was done in order to solve the problem encountered when replication was stopped while a nontransactional slave was replicating a transaction on the master. (It was impossible to roll back a mixed-engines transaction when one of the engines was nontransactional, which meant that the slave could not safely re-apply any transaction that had been interrupted by STOP SLAVE.) (Bug#319, Bug#38205)

See also Bug#43217.

* Partitioning: When a value was equal to a PARTITION ... VALUES LESS THAN (value) value other than MAXVALUE, the corresponding partition was not pruned. (Bug#42944)
* Replication: Unrelated errors occurring during the execution of RESET SLAVE could cause the slave to crash. (Bug#44179)
* Replication: The --slave-skip-errors option had no effect when using row-based logging format. (Bug#39393)
* Replication: The following erors were not correctly reported:
o Failures during slave thread initialization

o Failures while initializing the relay log position (immediately following the starting of the slave thread)

o Failures while processing queries passed through the --init_slave option.

Information about these types of failures can now be found in the output of SHOW SLAVE STATUS. (Bug#38197)
* Replication: Killing the thread executing a DDL statement, after it had finished its execution but before it had written the binlog event, caused the error code in the binlog event to be set (incorrectly) to ER_SERVER_SHUTDOWN or ER_QUERY_INTERRUPTED, which caused replication to fail. (Bug#37145)

See also Bug#27571, Bug#22725.

* Replication: Column alises used inside subqueries were ignored in the binary log. (Bug#35515)
* Valgrind warnings for the DECODE(), ENCRYPT(), and FIND_IN_SET() functions were corrected. (Bug#44358, Bug#44365, Bug#44367)
* On Windows, entries for build-vs9.bat and build-vs9_x64.bat were missing in win/Makefile.am. (Bug#44353)
* Incomplete cleanup of JOIN_TAB::select during the filesort of rows for a GROUP BY clause inside a subquery caused a server crash. (Bug#44290)
* Not all lock types had proper descriptive strings, resulting in garbage output from mysqladmin debug. (Bug#44164)
* Use of HANDLER statements with INFORMATION_SCHEMA tables caused a server crash. Now HANDLER is prohibited with such tables. (Bug#44151)
* Invoking SHOW TABLE STATUS from within a stored procedure could cause a Packets out of order error. (Bug#43962)
* myisamchk could display a negative Max keyfile length value. (Bug#43950)
* On 64-bit systems, a key_buffer_size value larger than 4GB could couse MyISAM index corruption. (Bug#43932)
* mysqld_multi incorrectly passed --no-defaults to mysqld_safe. (Bug#43876)
* SHOW VARIABLES did not properly display the value of slave_skip_errors. (Bug#43835)
* On Windows, a server crash occurred for attempts to insert a floating-point value into a CHAR column with a maximum length less than the converted floating-point value length. (Bug#43833)
* Incorrect initialization of MyISAM table indexes could cause incorrect query results. (Bug#43737)
* libmysqld crashed when it was reinitialized. (Bug#43706, Bug#44091)
* InnoDB uses random numbers to generate dives into indexes for calculating index cardinality. However, under certain conditions, the algorithm did not generate random numbers, so ANALYZE TABLE did not update cardinality estimates properly. A new algorithm has been introduced with better randomization properties, together with a system variable, innodb_use_legacy_cardinality_algorithm, that controls which algorithm to use. The default value of the variable is 1 (ON), to use the original algorithm for compatibility with existing applications. The variable can be set to 0 (OFF) to use the new algorithm with improved randomness. (Bug#43660)
* UNION of floating-point numbers did unnecessary rounding. (Bug#43432)
* ALTER DATABASE ... UPGRADE DATA DIRECTORY NAME failed when the database contained views. (Bug#43385)
* Certain statements might open a table and then wait for an impending global read lock without noticing whether they hold a table being waiting for by the global read lock, causing a hang. Affected statements are SELECT ... FOR UPDATE, LOCK TABLES ... WRITE, TRUNCATE TABLE, and LOAD DATA INFILE. (Bug#43230)
* Using an XML function such as ExtractValue() more than once in a single query could produce erroneous results. (Bug#43183)

See also Bug#43937.

* Full-text prefix searches could hang the connection and cause 100% CPU consumption. (Bug#42907)
* InnoDB had excessive contention for a character set mutex. (Bug#42649)
* Incorrect elevation of warning messages to error messages for unsafe statements caused a server crash. (Bug#42640)
* CHECK TABLE suggested use of REPAIR TABLE for corrupt tables for storage engines not supported by REPAIR TABLE. Now CHECK TABLE suggests that the user dump and reload the table. (Bug#42563)
* Compressing a table with the myisampack utility caused the server to produce Valgrind warnings when it opened the table. (Bug#41541)
* For a MyISAM table with DELAY_KEY_WRITE enabled, the index file could be corrupted without the table being marked as crashed if the server was killed. (Bug#41330)
* Killing an INSERT ... SELECT statement for a MyISAM table could cause table corruption if the table had indexes. (Bug#40827)
* A multiple-table DELETE IGNORE statement involving a foreign key constraint caused an assertion failure. (Bug#40127)
* Multiple-table UPDATE statements did not properly activate triggers. (Bug#39953)
* The mysql_setpermission operation for removing database privileges removed global privileges instead. (Bug#39852)
* A stored routine contain a C-style comment could not be dumped and reloaded. (Bug#39559)
* In an UPDATE or DELETE via a secondary index, InnoDB did not store the cursor position. This made InnoDB crash in semi-consistent read while attempting to unlock a nonmatching record. (Bug#39320)
* The functions listed in Section 11.13.4.2.3, “Creating Geometry Values Using MySQL-Specific Functions”, previously accepted WKB arguments and returned WKB values. They now accept WKB or geometry arguments and return geometry values.

The functions listed in Section 11.13.4.2.2, “Creating Geometry Values Using WKB Functions”, previously accepted WKB arguments and returned geometry values. They now accept WKB or geometry arguments and return geometry values. (Bug#38990)

* On WIndows, running the server with myisam_use_mmap enabled caused MyISAM table corruption. (Bug#38848)
* CHECK TABLE did not properly check whether MyISAM tables created by servers from MySQL 4.0 or older needed to be upgraded. This could cause problems upgrading to MySQL 5.1 or higher. (Bug#37631)
* An UPDATE statement that updated a column using the same DES_ENCRYPT() value for each row actually updated different rows with different values. (Bug#35087)
* For shared-memory connections, the read and write methods did not properly handle asynchronous close events, which could lead to the client locking up waiting for a server response. For example, a call to mysql_real_query() would block forever on the client side if the executed statement was aborted on the server side. Thanks to Armin Schöffmann for the bug report and patch. (Bug#33899)
* CHECKSUM TABLE was not killable with KILL QUERY. (Bug#33146)
* myisamchk and myisampack were not being linked with the library that enabled support for * filename pattern expansion. (Bug#29248)
* For InnoDB tables that have their own .ibd tablespace file, a superfluous ibuf cursor restoration fails! message could be written to the error log. This warning has been suppressed. (Bug#27276)
* COMMIT did not delete savepoints if there were no changes in the transaction. (Bug#26288)
* Several memory allocation functions were not being checked for out-of-memory return values. (Bug#25058)

CCleaner 2.20.920

CCleaner 2.20.920CCleaner is a freeware system optimization, privacy and cleaning tool. It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. Additionally it contains a fully featured registry cleaner. But the best part is that it's fast (normally taking less than a second to run) and contains NO Spyware or Adware! :)

Cleans the following:

* Internet Explorer
* Firefox
* Google Chrome
* Opera
* Safari
* Windows - Recycle Bin, Recent Documents, Temporary files and Log files.
* Registry cleaner
* Third-party applications
* 100% Spyware FREE

Title: CCleaner 2.20.920
Filename: ccsetup220.exe
File size: 3.10MB (3,247,736 bytes)
Requirements: Windows (All Versions)
License: Freeware
Date added: May 28, 2009
Author: Piriform
www.piriform.com

Download Latest Version


Change Log

v2.20.920
--------------------------------------------
- Added support for Google Chrome recently closed tabs.
- Disabled removal of most recent System restore point.
- Fixed bug with Internet Explorer 8 Compatibility View settings.
- Improved uninstaller support for Windows 7.
- Enhanced right-click menu options for Cleaner screen tree.
- Added extra information under title for Options and Tools screens.
- Added right-click menu to Registry screen tree.
- Added support to multi-select items in Include, Exclude and System Restore screens.
- Added language support for Estonian and Farsi.
- Internal 64-bit improvements.
- Minor bug fixes.

Ad-Aware 2009 8.0.5.0

Ad-Aware 2009 8.0.5.0Ad-Aware gives you comprehensive malware protection. With real-time monitoring, threat alerts, and automatic updates you can rest easy knowing that you are protected.

* Shop, bank, and make travel arrangements online - We keep you safe from password stealers, keyloggers, spyware, trojans, online fraudsters, identity thieves and other potential cyber criminals.
* Control your privacy - Erase tracks left behind while surfing the Web - on browsers such as Internet Explorer, Opera, and Firefox - in one easy click.
* Get Peace of Mind - Know that your personal information is kept safe from dangerous intruders and prying eyes.

Title: Ad-Aware 2009 8.0.5.0
Filename: Ad-AwareAE.exe
File size: 35.72MB (37,452,296 bytes)
Requirements: Windows 2000/XP/2003/Vista/Vista64
License: Non-Commercial Freeware
Date added: May 27, 2009
Author: Lavasoft
www.lavasoft.com

Download Latest Version

DesktopFreak 1.2

DesktopFreak is the Desktop Assistant that gives you control of your Windows interface. It’s a user-friendly interface that helps you change your Wallpaper, Screen Saver, Colors, Cursors, Icons, Fonts, Sounds, and Logo Screens; either manually, or by using a theme.

Title: DesktopFreak 1.2
License: Freeware Free
OS: Windows 2000, 98, Me
Requirements: No special requirements
Publisher: Maverick Ultra-Media
Homepage: http://www.screencraftsavers.com/

Download Latest Version

2009-06-05

XBMC Media Center 9.04.1

XBMC Media Center 9.04.1XBMC is an award winning media center application for Linux, Mac OS X, Windows and XBox. The ultimate hub for all your media, XBMC is easy to use, looks slick, and has a large helpful community. Try it now!

Media Management
XBMC supports viewing and playing a vast library of audio, video and image formats. XBMC has a sophisticated library management system that allows you to organize all your media to give you quick and immediate access.

Fluid Interface
XBMC provides a user friendly interface that's intuitive, very flexible, and easy to use. The interface is completely customizable through user-created or downloadable skins.

Plug-ins and Extensibility
XBMC has a built-in Python interpreter that allows users and developers to write their own scripts and plugins that run inside XBMC using it's own widgets and controls. It also has a built-in web server that allows it to be controlled remotely.

Visualisations
XBMC's audio player supports many visualisations including ProjectM and Goom. In addition, it allows easy development of visualisations using a simple API.

Title: XBMC Media Center 9.04.1
Filename: XBMC_for_Windows-9.04.1-repack.exe
File size: 44.38MB (46,531,155 bytes)
Requirements: Windows XP/Vista/XP64/Vista64
License: Open Source
Date added: June 4, 2009
Author: XBMC
xbmc.org

Download Latest Version


Change Log

* Support for PPC (PowerPC) processors in XBMC for Mac under Mac OS X 10.x
* Reworked internal path system to remove dependency on legacy drive letters:

* Added special paths ("special://") which replace the internal drive letters
* This change means that all python scripts/plugins need to be updated to work!

* VDPAU hardware accelerated video decoding under Linux on NVIDIA graphics
* Support to use HTTP directory listing as media source
* UPnP MediaServer compliant with DLNA (Digital Living Network Alliance) standard
* Avahi Zeroconf (Zero Configuration Networking) for XBMC webserver on Mac OS X
* Initial support for streaming from HTS Tvheadend server/relay on Linux
* Shift-key navigation in lists, (jump to starting letter by holding down shift)
* PulseAudio sound server support, (only in XBMC for Linux and XBMC Live as of yet)
* New Karaoke Features in XBMC SDL/OpenGL ports (Linux/Mac/Windows):

* CDG (CDG + MP3, AAC, CDG, WAV, etc.) playback - Play standard CDG karaoke files
* LRC (LRCv1 and LRCv2) - Karaoke text based lyrics file format with .lrc extension
* MIDI (.MID/.KAR) playback - Play MIDI format karaoke files
* Transparent ZIP and RAR files - Play MP3+GDG/MIDI files wrapped in ZIP/RAR files
* Supports song numbering with permanent numbers, which means the song could be selected by number, even if another song is being played. The numbering information could be exported into HTML file and used to print catalogs
* Supports real-time lyrics timing modification, allowing to modify the lyrics-music delay. The delay is associated to the song, and then restored when this song is played again

* Updated TiMidity, adding MIDI playback support to Linux, Mac OS X, Windows
* Updated FFmpeg (libavcodec/libavformat) adding new audio/video codecs, like:

* M2TS/M2T/MTS ( Blu-ray and AVCHD video format) container support
* EVO (Enhanced VOB) for HD DVD video format container support
* AVS (Audio Video Standard) audio/video decoder and container support
* Dolby Digital Plus and Dolby TrueHD audio software decoder
* MLP (Meridian Lossless Packing) / Packed PCM (PPCM) audio decoder
* WMA Pro Audio Codec (Windows Media Audio 9 Professional)
* ...and many more, for a full list see XBMC Supported Formats and Codecs

* vgmstream playback of various streamed audio formats used in video games:

* 51 more game audio formats: aax, asd, asr, ass, bgw, bh2pcm, capdsp, ccc, dcs, de2, emff, fag, gbts, gca, gsb, idsp, idvi, isd, joe, kraw, mihb, msvp, mwv, omu, p2bt, pdt, rnd, rwar, rwav, sap, seg, smp, spd, spsd, spw, ss7, ssm, thp, vgs, vs, waa, wac, wad, wam, xa2, xmu, xsf, xvas, ydsp, ymf, zwdsp

* Improved XBMC GUI Skinning Framework to make it even more flexible and powerful
* Skin theme/items changes on-the-fly with variables based on date and/or time
* New Weather properties (skinners can now display all weather info in any window)
* FanArt Backdrop support for Weather (based on current weather condition)
* FanArt Backdrop scraping for Music Artist from htbackdrops.com
* FanArt support for Music Artist (Artists/Groups/Bands) for locally stored backdrops
* FanArt Screensaver
* FanArt Flipping (Image Mirroring)
* Export entire music/video library into separate files (NFO with TBN images)
* Additional music and movie scrapers:

* themoviedb.org (a.k.a. TMDb) movie scraper (the new default)
* amazon.com and amazon.co.uk movie scrapers
* sratim.co.il (Israeli) movie scraper
* mymovies.it (Italian) movie scraper
* last.fm music scraper (still only basic right now)
* discogs.com (English) music scraper (use only for albums right now)
* he.israel-music.co.il (Israeli) music scraper
* imdb.cn (Chinese) movie scraper
* naver.com (Korean) movie scraper
* daum.net (Korean) movie scraper

* Scrape MyMovies.xml (to import meta data from MyMovies media manager)
* Support for movie.nfo and movie.tbn (if there is a movie.nfo file in the folder then XBMC will always use that before anything else)
* Support for mixed (XML and URL) NFO files for Movies
* Support for mixed (XML and URL) NFO files for Music Artist and Album
* Adjust framerate (auto switching refresh rate to match video source frame rate)
* Bit-Perfect Audio Playback on Linux/Mac/Windows (removed audio resampling)
* "LaunchPlayer", option to launch external player added to advancedsettings.xml
* Xbox 360 Controller EventClient
* D-Bus Server supporting MPRIS (Media Player Remote Interfacing Specification)
* Option to safely remove (eject/unmount) external harddrives in XBMC for Linux
* Installed xsession for use in example with GDM and KDM for a XBMC-only session on Linux
* Option to enable MID Moblin support at compile time (XBMC for Linux)
* Cleaner and more consistent source code in general, and improved build systems

Alt-Tab Thingy 4.0.3

Alt-Tab Thingy 4.0.3If you are not familiar with the Alt-Tab task switcher in Windows, it's a keyboard short-cut (hot-key) to enable fast switching between applications/windows. Alt-Tab Thingy is a replacement to add brand new features to help you switch tasks faster and more efficiently than ever before!

Features:

* Use the cursor keys to make your selection
* Use the mouse as well as the keyboard
* System tray icon
* Drag and Resize windows by clicking anywhere on the window
* Window preview
* Can be disabled (handy for games players)
* Settings window for enabling/disabling features
* Informative tooltips
* Ghost windows!
* Auto Off feature (user controlled variable timer)
* Allows minimizing of windows to the system tray
* Monitors windows for change of caption/z-order/deadtray icons etc...
* Display resolution selector
* Icon/List view
* Variable preview size
* Mouse wheel support
* Automatically minimizes or closes Explorer windows
* Blacklist feature removes apps from the task preview (right-click on them to enable)
* Access ATT with an alternate "Alt+Key" combination, without altering the standard Windows Alt-Tab function (use both at the same time!)
* Taskbar Previews - When you hover the mouse over a taskbar, you will see previews for open windows above the taskbar.

Title: Alt-Tab Thingy 4.0.3
Filename: ATTv4.0.3.exe
File size: 405KB (414,529 bytes)
Requirements: Windows XP/2003/Vista/XP64/Vista64
License: Freeware
Date added: June 4, 2009
Author: Nymithium Technologies
www.nymtec.com

Download Latest Version


Change Log

Added support for Windows Vista & Windows 7.

FormatFactory 1.90

FormatFactory 1.90FormatFactory is a multifunctional Media Converter.
Provides functions below:
All to MP4/3GP/MPG/AVI/WMV/FLV/SWF.
All to MP3//WMA/MMF/AMR/OGG/M4A/WAV.
All to JPG/BMP/PNG/TIF/ICO/....
Rip DVD to video file , Rip Music CD to audio file.
MP4 files support iPod/iPhone/PSP/BlackBerry format.
Source files support RMVB.

FormatFactory's Feature:
1 support converting all popular video,audio,picture formats to others.
2 Repair damaged video and audio file.
3 Reducing Multimedia file size.
4 Support iphone,ipod multimedia file formats.
5 Picture converting supports Zoom,Rotate/Flip,tags.
6 DVD Ripper.
7 Supports 38 languages

V1.85 2009.4.25 1 Added Volume Control in video setting. 2 Added Audio stream index control in video setting. 3 Adjust Video aspect ratio calculating. 4 Fixed Fail to shut off PC after conversion. 5 Fixed show "FFMpeg.dll missing" when audio conversion. 6 Fixed Fail to get CD info from FreeDB.org. 7 Added 2 language files to support up to 47 kinds of languages. 8 Added some profiles of HTC Mobile

Title: FormatFactory 1.90
License: Freeware Free
OS: Windows 2003, XP, 2000, NT
Requirements: No special requirements
Publisher: formatoz
Homepage: http://www.pcfreetime.com/

Download Now

3DP Chip 9.06

3DP Chip 9.063DP Chip will enables you to enumerate devices and download the latest device drivers with few simple clicks. Problems with detecting your devices, finding device drivers to setup your system is worse than Blue Screen Of Death. Everest and Aida32 doesn't provies you a device drivers and they are still heavy.

You can use it just for enumerate the devices such as CPU, MOBO, Graphic Card, Sound Card and Ethernet Card. And you can download the latest device drviers through our web site.

3DP Chip uses a high-performance detection algorithm and have more thant ~ integrated database.

Title: 3DP Chip 9.06
License: Freeware Free
OS: Windows 7, Vista, 2003, XP, 2000
Requirements: No special requirements
Publisher: 3DP
Homepage: http://www.vga.pe.kr

Download Now

Win7codecs 1.1.7.1 Final

Win7codecs 1.1.7.1 FinalThe Win7codecs package which I have created does not change or interfere with what Microsoft has going on concerning native codec support in Windows Media Player 12 and Media Center. DXVA accelerated H264 playback is provided by the codec package for all other capable players.

The latest release contains a new Settings Application which enables the user to choose a different splitters 'on the fly' for specific filetypes. The application will also allow you to choose from 10 different speaker configurations from 'same as input' and all the way up to full 7.1 channel output.

Title: Win7codecs 1.1.7.1 Final
License: Freeware Free
OS: Windows 7
Requirements: No special requirements
Publisher: Shark007
Homepage: http://shark007.net

Download Now

Skype 4.0.0.227

Skype 4.0.0.227Skype is software for calling other people on their computers or phones. Download Skype and start calling for free all over the world. The calls have excellent sound quality and are highly secure with end-to-end encryption. You don't even need to configure your firewall or router or any other networking gear.

Additionally it doesn't just work on Windows. Skype is also for Mac OS X, Linux and PDAs using Pocket PC, with a native look and feel for each platform. Talking, sending instant messages or even file transfers work between different platforms like a charm.

* Skype calling - Skype has all the features of an ordinary phone so it's even easier to manage your calls.
* Video calling - see who you are talking to at the same time as speaking to them.
* Add Skype and SkypeOut contacts - Add contacts who use Skype and those who use ordinary phones so you can call more people.
* Organising groups - group contacts under certain names and share them with your contacts so they can talk to them too.
* Basic chat and emoticons - when it's not convenient to call, chat or Instant Message (IM) your contacts.
* Group chat - for when it's easier to chat or Instant Message (IM) all your friends at once.
* Profile settings - change how you appear to the world and let people know a bit about you.
* Conference calling - talk to more than one friend at a time.
* Import contacts - search your address book to find friends and family that already have a Skype name and start calling them for free.
* View Outlook contacts - view and call your Microsoft Outlook® contacts quickly and directly from your Skype contact list.
* Quickfilter and Speed-Dial - find Skype contacts, recent chats and SkypeOut contacts quickly and easily, then enter their Skype name to call them back quickly.

Title: Skype 4.0.0.227
Filename: SkypeSetupFull.exe
File size: 19.66MB (20,619,560 bytes)
Requirements: Windows 2000/XP/2003/Vista/XP64/Vista64
License: Freeware
Date added: June 4, 2009
Author: Skype Technologies
www.skype.com

Download Latest Version

Avant Browser 11.7 Build 33

Avant Browser 11.7 Build 33Avant Browser is a standalone application designed to expand features provided by Internet Explorer. It adds a bunch of features and functionalities to IE and its user-friendly interface brings a new level of clarity and efficiency to your browsing experience, and frequent upgrades have steadily improved its reliability.

Avant Browser is freeware. That's right. 100% Free! No cost to you ever. No limitations. No Adware. No Spyware. You can donate if you want, but it's certainly not required.

Avant's features include:

* Online Profile Storage
* Autofills
* Mouse Gestures
* Flash Animation Filter
* Built-in AD/Pop-up Blocker
* Built-in RSS/ATOM Reader.
* Additional Mouse Functions
* Multi-Window Browsing
* Real Full Screen Mode and Alternative Full Desktop mode
* Built-in Search Engine
* Full IE Compatibility
* Control Your Privacy
* Safe Recovery
* Skins
* Support for 41 languages


Title: Avant Browser 11.7 Build 33
Filename: absetup.exe
File size: 1.96MB (2,050,506 bytes)
Requirements: Windows (All Versions)
License: Freeware
Date added: June 4, 2009
Author: Avant Force
www.avantbrowser.com

Download Latest Version


Change Log

* Force using CTRL + N to open new created pages in foreground
* Removed the CTRL + DEL shortcut

2009-06-04

DivX Play 7.2.0.19

DivX Play 7.2.0.19DivX® 7 for Windows is a free download that provides everything you need to enjoy high-quality digital videos on your computer, including HD H.264 (.mkv) videos with AAC audio and videos created using all previous versions of DivX technology. You can also play your DivX files (.divx, .avi) on millions of DivX Certified® devices today. Look for DivX Plus™ HD Certified devices later this year that will support playback of all DivX and DivX Plus files, as well as .mkv (H.264/AAC) videos from the Internet.

Web Player: DivX Web Player lets you play up to HD-quality DivX® video in your web browser. You can also use DivX Web Player to easily embed DivX videos onto your website or blog.

Community Codec: With the DivX Community Codec, you can watch high-quality DivX® and DivX Plus™ (.mkv) videos using your favorite media player or create DivX files with popular third-party software.

Drag-and-drop DivX HD video creation (15-day trial): Convert your digital videos to the DivX® format for playback on your computer or DivX Certified® devices in one easy step. DivX Converter now supports the new DivX Plus™ HD profile so you can easily convert your HD video to H.264 (.mkv) with AAC audio.

DivX Pro Codec (15-day trial): The codec that revolutionized the video world is at it again.

Title: DivX Play 7.2.0.19
Filename: DivXInstaller.exe
File size: 20.15MB (21,128,536 bytes)
Requirements: Windows XP/2003/Vista/XP64/Vista64
License: Freeware
Date added: June 4, 2009
Author: DivX Team
www.divx.com

Download Latest Version


Change Log

DivX Codec 6.8.5,
DivX Converter 7.1.0 <- new DivX Player 7.2.0 <- new DivX H.264 Decoder 1.1.0 <- new DivX AAC Decoder 7.1.0 DivX MKV Splitter 1.0.1 <- new DivX Web Player 1.5.0 <- new

2009-06-03

ManageEngine OpManager Free Edition 7.2

ManageEngine OpManager Free Edition 7.2ManageEngine OpManager is an ideal network monitoring software suitable for WAN/LAN monitoring, Server & Applications management, Windows Services and Event Log monitoring, URL, UPS, Firewall monitoring & much more. Being a comprehensive, easy to use, affordable systems and applications monitoring software, it offers integrated fault and performance management functionality.

OpManager automatically discovers and maps resources across the network and presents an integrated view of the enterprise in a single NMS console. It actively monitors the network and notifies operators by email / SMS when a fault occurs. OpManager provides reports and graphs for Interface statistics, CPU, Memory, Disk statistics and service response-times and availability. OpManager provides more than 160 out-of-the-box monitors to manage Cisco devices, MS-Exchange, Active Directory (version 6.0 has Exchange & Active Directory Monitor add-ons), Lotus Notes, Oracle, MSSQL, Dell and Compaq servers. It also comes with an Add-on for MS SQL DB backend support. It supports adding custom monitors to monitor any SNMP parameter. The 10 Node Small Ne twork Edition is available Free of cost. you can free download ManageEngine OpManager Free Edition 7.2 now.

Title: ManageEngine OpManager Free Edition 7.2
License: Freeware Free
OS: Windows Vista, 2003, XP, 2000, 98, Me, NT
Requirements: No special requirements
Publisher: AdventNet Inc,
Homepage: http://www.adventnet.com

Download Now

QuickTime Alternative 2.9.0

QuickTime Alternative 2.9.0QuickTime Alternative is a trimmed-down version of QuickTime that contains only the essential components needed for playing QuickTime content that is embedded in webpages.

Advantages of QuickTime Alternative are:

* Quick and easy install
* Ability to make an unattended installation
* No background processes
* No unwanted stuff and other nonsense
* Smaller size than Apple QuickTime

It comes bundled with Media Player Classic - a freeware media player that supports both QuickTime Alternative and Real Alternative.

Title: QuickTime Alternative 2.9.0
Filename: quicktimealt290.exe
File size: 10.86MB (11,383,974 bytes)
Requirements: Windows XP/2003/Vista/XP64/Vista64
License: Freeware
Date added: June 3, 2009

Download Now


Change Log

* Updated Media Player Classic to version 6.4.9.1 rev. 100
* Updated QuickTime framework to version 7.62.14.0

QuickTime Player 7.62.14.0

QuickTime Player 7.62.14.0QuickTime Player from Apple allows the playback of quicktime movies (.mov) and many other formats.

The new QuickTime Player not only delivers startling quality, but it's easier to use than ever. It requires no set up for content that streams over the network. Instead, QuickTime Player automatically determines your system's connection speed and chooses the highest quality stream for the amount of bandwidth you have available. And if you ever lose a connection while watching streaming video, QuickTime Player automatically reconnects. Now, thats convenience.

* Playback of 3GPP and 3GPP2 files
* Playback of MPEG-4 video, H.274, AAC audio & Instant-On media
* Easy-to-use controls
* Enhanced interface
* Bass and treble controls
* Balance control
* Streaming media support
* Ability to save movie favorites
* Ability to view VR & interactive content
* H.264 video
* Multichannel audio playback
* Live resize
* New playback capabilities
* Zero config streaming

Title: QuickTime Player 7.62.14.0
Filename: QuickTimeInstaller.exe
File size: 20.92MB (21,935,408 bytes)
Requirements: Windows XP/2003/Vista/XP64/Vista64
License: Freeware
Date added: June 2, 2009
Author: Apple Inc
www.apple.com
Homepage: www.apple.com/quicktime/win.html

Download Now

iTunes 8.2.0 (32-bit)

iTunes 8.2.0 (32-bit)iTunes is a free application for Mac and PC. It plays all your digital music and video. It syncs content to your iPod, iPhone, and Apple TV. And it's an entertainment superstore that stays open 24/7.

* Organize your music into playlists
* Edit file information
* Record compact discs
* Copy files to an iPod or other digital audio player
* Purchase music and videos on the Internet through the built-in iTunes store
* Run a visualizer to display graphical effects in time to the music
* Encode music into a number of different audio formats.

This is the 32-bit version.

Title: iTunes 8.2.0 (32-bit)
Filename: iTunesSetup.exe
File size: 74.09MB (77,690,152 bytes)
Requirements: Windows XP/2003/Vista
License: Freeware
Date added: June 2, 2009
Author: Apple Inc
www.apple.com

Download Now


Change Log

Supports iPhone and iPod touch with the iPhone 3.0 Software Update. Also includes many accessibility improvements and bug fixes.

WinPatrol 16.0.2009.5

WinPatrol 16.0.2009.5WinPatrol alerts you to hijackings, malware attacks and critical changes made to your computer without your permission. As a multipurpose support utility, WinPatrol replaces multiple system utilities with its enhanced functionality.

WinPatrol was the pioneer in using a heuristic behavioral approach to detecting attacks and violations of your computing environment. Traditional security programs scan your hard drive searching for previously identified threats. WinPatrol takes snapshots of your critical system resources and alerts you to any changes that occur without your knowledge.

You'll be removing dangerous new programs while others prepare to update their definition/signature data files.

Title: WinPatrol 16.0.2009.5
Filename: wpsetup.exe
File size: 713KB (730,256 bytes)
Requirements: Windows (All Versions)
License: Freeware
Date added: June 1, 2009
Author: BillP Studios
www.winpatrol.com

Download Now


Change Log

# Keeps track of your column widths when resizing WinPatrol Explorer. (Long requested feature)
# UAC Monitoring disabled for Windows 7 until final release available.
# Added "Recent" to System Tray menu.

CutePDF Writer 2.73

CutePDF Writer 2.73CutePDF Writer (formerly CutePDF Printer) is the free version of commercial PDF creation software. Portable Document Format (PDF) is the de facto standard for the secure and reliable distribution and exchange of electronic documents and forms around the world. CutePDF Writer installs itself as a "printer subsystem". This enables virtually any Windows applications (must be able to print) to create professional quality PDF documents - with just a push of a button!

FREE for personal and commercial use! No watermarks! No Popup Web Ads!

Title: CutePDF Writer 2.73
Filename: CuteWriter.exe
File size: 1.54MB (1,614,456 bytes)
Requirements: Windows (All Versions)
License: Freeware
Date added: May 31, 2009
Author: CutePDF
www.cutepdf.com

Download Now


Change Log

* Added support for both 32-bit and 64-bit Windows Vista.
* Added support for 64-bit Windows XP/2003.
* Seamlessly integrate with CutePDF Professional.
* New version works with the latest version of Ghostscript.
* To use with other PS2PDF application, please refer to FAQs.
* Supports foreign language Windows better.
* No longer include Ghostscript. You may download and install it separately.

Blender 2.49

Blender 2.49Blender is an integrated application that enables the creation of a broad range of 2D and 3D content. Blender provides a broad spectrum of modeling, texturing, lighting, animation and video post-processing functionality in one package. Through it's open architecture, Blender provides cross-platform interoperability, extensibility, an incredibly small footprint, and a tightly integrated workflow. Blender is one of the most popular Open Source 3D graphics application in the world.

Key Features:

* Fully integrated creation suite, offering a broad range of essential tools for the creation of 3D content, including modeling, uv-mapping, texturing, rigging, skinning, animation, particle and other simulation, scripting, rendering, compositing, post-production, and game creation;
* Cross platform, with OpenGL uniform GUI on all platforms, ready to use for all versions of Windows (98, NT, 2000, XP), Linux, OS X, FreeBSD, Irix, Sun and numerous other operating systems;
* High quality 3D architecture enabling fast and efficient creation work-flow;
* More than 200,000 downloads of each release (users) worldwide;
* User community support by forums for questions, answers, and critique at http://BlenderArtists.org and news services at http://BlenderNation.com;
* Small executable size, easy distribution.

Title: Blender 2.49
Filename: blender-2.49-windows-py25.exe
File size: 10.06MB (10,543,959 bytes)
Requirements: Windows 2000/XP/2003/Vista/XP64/Vista64
License: Open Source
Date added: May 31, 2009
Author: Blender Foundation
www.blender.org

Download Now

Java Runtime Environment 1.6.0.14

Java Runtime Environment 1.6.0.14Java software allows you to run applications called "applets" that are written in the Java programming language. These applets allow you to have a much richer experience online than simply interacting with static HTML pages.

Java Plug-in technology, included as part of the Java 2 Runtime Environment, Standard Edition (JRE), establishes a connection between popular browsers and the Java platform. Java allows applications to be downloaded over a network and run within a guarded sandbox. Security restrictions are easily imposed on the sandbox.

Many cross platform applications also require Java to operate properly.

Title: Java Runtime Environment 1.6.0.14
Filename: jre-6u14-windows-i586.exe
File size: 15.50MB (16,254,360 bytes)
Requirements: Windows 2000/XP/2003/Vista/XP64/Vista64
License: Freeware
Date added: May 30, 2009
Author: Sun Microsystems
www.sun.com
Homepage: www.sun.com/java

Download Now


Change Log

- Various bug fixes

VirtualBox 2.2.4

VirtualBox 2.2.4VirtualBox is a general-purpose full virtualizer for x86 hardware. Targeted at server, desktop and embedded use, it is now the only professional-quality virtualization solution that is also Open Source Software.

Some of the features of VirtualBox are:

* Modularity. VirtualBox has an extremely modular design with well-defined internal programming interfaces and a client/server design. This makes it easy to control it from several interfaces at once: for example, you can start a virtual machine in a typical virtual machine GUI and then control that machine from the command line, or possibly remotely. VirtualBox also comes with a full Software Development Kit: even though it is Open Source Software, you don't have to hack the source to write a new interface for VirtualBox.
* Virtual machine descriptions in XML. The configuration settings of virtual machines are stored entirely in XML and are independent of the local machines. Virtual machine definitions can therefore easily be ported to other computers.

Title: VirtualBox 2.2.4
Filename: VirtualBox-2.2.4-47978-Win.exe
File size: 62.97MB (66,026,000 bytes)
Requirements: Windows XP/2003/Vista/XP64/Vista64
License: Open Source
Date added: May 30, 2009
Author: innotek
www.virtualbox.org

Download Now


Change Log

* Windows Installer: ?xed a potential hang during installation
* Windows Installer: ?xed several problems (bug #3892)
* Solaris hosts: make it work with Solaris build 114 or later (bug #3981)
* Solaris hosts: ?xed a bug serial port character handling found during loopback (bug #3120)
* Linux hosts: adapted vboxdrv.sh to the latest changes in VBoxManage list runningvms (bug #4034)
* Windows hosts: ?xed a crash caused by host-only/bridged networking
* Mac OS X hosts: ?xed access to host DVD with passthrough disabled (bug #4077)
* Guest Additions: ?xed problems with KDE 4 not recognizing mouse clicks
* Windows Additions: ?xed incorrect 8-bit guest color depth in Windows 7 guests
* GUI: warn if VT-x/AMD-V could not be enabled for guests that require this setting (bug #4055)
* VMM: ?xed occassional crash due to insuf?ent memory
* VMM: ?xed hanging 64 bits Solaris guests
* VMM: restore from a saved state occassionally failed (bugs #3984 and #2742)
* Clipboard: ?xed a deadlock while shutting down the shared clipboard on X11 hosts (bug #4020)
* OVF: ?xed potential hang during import
* OVF: ?xed potential crashes during import/export on Win64 hosts
* VBoxManage modifyhd --compact: ?xed bug which could lead to crashes and image corruption (bug #3864)
* VBoxManage metrics collect: now ?ushes the output stream.
* VHD: made VBoxManage internalcommands sethduuid work for .vhd ?les (bug #3443)
* VHD: some .vhd ?les could not be cloned (bug #4080)
* VMDK: ?xed creating snapshots
* NAT: improvement of TCP connection establisment (bug #2987)
* NAT: ?xed order of DNS servers in DHCP lease (bug #4091)
* NAT: ?xed DHCP lease for multiple name servers (bug #3692)
* NAT: ?xed a potential segfault if the host lost its connectivity (bug #3964)
* Shared Folders: deny access to parent directories on Windows hosts (bug #4090)
* Shared Folders: make rm/rmdir work with Solaris guests on Windows hosts
* Networking: ?xed the problem with blocked receiving thread when a broadcast packet arrives too early to be handled by uninitialized e1000 adapter.
* Networking: ?xed the problem that caused host freezes/crashes when using bridged mode with host’s interface having RX checksum of?oading on (bug #3926 and related). Fixes problems with TX of?oading as well (bug #3870)
* PXE boot: Added support for PRO/1000 MT Server adapter.
* Python bindings: ?xed keyword con?ict
* SCSI: ?xed occasional crashes on Win64
* Serial: allow to redirect the serial port to a raw ?le (bug #1023)
* VRDP: ?xed a rare incorrect screen update