fatal
Fatal Fury Icons 1.0
Two 236 color icons based on the video game, Fatal Fury. more>>

Fatal Fury 3: Road to the Final Victory -
Play classic game Fatal Fury 3: Road to the Final Victory on PC. more>> Fatal Fury 3: Road to the Final Victory is a 1995 released by SNK for the Neo-Geo arcade and home platforms.<<less
CCleaner Portable 2.12.660
The normal CCleaner program, but it doesnt require installing more>> The normal CCleaner program, but it doesnt require installing
To install CCleaner Portable extract the ZIP file to a folder of your choice on a flash drive or burn the files to a CD or DVD.
Start the CCleaner by double-clicking on portable.exe instead of CCleaner.exe and use CCleaner normally.
Known limitations
CCleaner Portable requires administrator or power user rights to run. These rights are needed for registering the required CCleaner components.
CCleaner Portable Settings
To change CCleaner Portable Settings you need to manually edit the values in portable.ini under [PORTABLE] section.
DebugMode - Show CCleaner Portable debug window.
0 - Disabled (default)
1 - Enabled
CCleanerPath - Full or relative path to folder containing CCleaner files.
CCommandLine - Add parameters in CCleaner command line.
IfInstalled - Changes the behaviour when CCleaner is installed on the system.
0 - Backup installed CCleaner (default)
1 - Run installed CCleaner
2 - Error message
CCleaner Portable command line options
/DEBUG - Adds /DEBUG in CCleaner command line.
/AUTO - Adds /AUTO in CCleaner command line.
/REG - Registers CCleaner components and writes settings in registry.
/UNREG - Unregisters CCleaner components and removes CCleaner registry entries. *
/NOIC - Skip CCleaner installation check.
/DBG - Shows the CCleaner Portable debug window.
/FORCE - Starts CCleaner even when there is fatal errors.
- When using /UNREG CCleaner Portable skips the CCleaner installation check.
CCleaner Settings
Since version 1.37 CCleaner supports loading/saving settings to an INI file (CCleaner.ini) rather than the registry. CCleaner Portable uses this option and it should not be disabled. CCleaner settings are stored in CCleaner.ini under [Options] section.
Enhancements:
- Fixed IE7 history cleaning in Vista.
- Fixed bug in clipboard cleaning.
- Added Safari cleaning.
- File system access optimizations.
- Updated several translations.
- Updated installer engine.
- Minor stability improvements.
- Minor bug fixes.
License:Freeware

StarBurn 12 12
StarBurn is a FREE powerful tool for grabbing, burning and mastering CD, DVD, Blu-Ray and HD-DVD media. StarBurn supports all types of optical storage media (including CD-R/RW, DVD-R/RW, DVD+R/RW, BD-R/RE, HD-DVD-R/RW more>>
StarBurn is a FREE powerful tool for grabbing, burning and mastering CD, DVD, Blu-Ray and HD-DVD media. StarBurn supports all types of optical storage media (including CD-R/RW, DVD-R/RW, DVD+R/RW, BD-R/RE, HD-DVD-R/RW and DVD-RAM) as well as a wide variety of burning hardware. With StarBurn you can perform grabbing, copying and burning operations. StarBurn is easy to learn and to use, it offers a number of step-by-step wizards for novice users.
StarBurn has a Quick Start Wizard that provides to simplify frequently used operations such as disc copying and grabbing. Now you have the unique opportunity to download and take advantage of the best burning and free CD/ DVD software on the Internet. It's an absolutely free to try online program which allows you to make unlimited number of CD/DVD copies of your favorite Mp3 songs and DVD movies. Windows XP (98,ME), burning CD ROM and StarBurn software the only things you need to do it. Keep Original Discs Scratch Free: Duplicate CD/DVD/Blu-Ray/HD-DVD media in 1:1 mode. Extract individual data tracks from DVDs and store them as ISO image files on your hard disk. You can always burn them later to create and backup copy of the original movie. Or use a software DVD player to watch DVD-Video from an ISO image mounted with any CD/DVD emulator (it is suggested to use Rocket Division Software StarPort or Alcohol 120% from Alcohol Software). Grab sound tracks from audio CDs and store them as set of compressed Windows Media Audio (WMA) files on your hard disk. Create Data Backups: Burn your photos, spread sheets, home work results etc. to CD/DVD/Blu-Ray/HD-DVD. A hard disk crash would no longer be fatal to your family archives or PhD work.
<<less
A hard disk crash would no longer be fatal to your family archives or PhD work. Work with Portable Audio: Produce collections of compressed Windows Media Audio (WMA) files using your audio CDs
AutoIt 3.3.0.0
AutoIt is considered as a useful and easy to use tool for simulating key presses, mouse movements and window commands which will automate any windows based task more>>
AutoIt 3.3.0.0 is considered as a useful and easy to use tool for simulating key presses, mouse movements and window commands which will automate any windows based task. AutoIt was primarily designed to assist in automatically installing software that cannot be automatically installed by other means.
This is most useful during a PC rollout where thousands of client machines need to be automatically installed. However, AutoIt can also be used as a general purpose scripting language.
Major Features:
- Easy to learn BASIC-like syntax
- Simulate keystrokes and mouse movements
- Manipulate windows and processes
- Interact with all standard windows controls
- Scripts can be compiled into standalone executables
- Create Graphical User Interfaces (GUIs)
- COM support
- Regular expressions
- Directly call external DLL and Windows API functions
- Scriptable RunAs functions
- Detailed helpfile and large community-based support forums
- Compatible with Windows 95 / 98 / ME / NT4 / 2000 / XP / 2003 / Vista / 2008
- Unicode and x64 support
- Digitally signed for peace of mind
- Works with Windows Vista's User Account Control (UAC)
Enhancements:
- Windows 9x and Windows NT 4.0 Operating System support has been removed.
- Added: New flag for StringSplit() to not return the count in element 0.
- Added #328: StringToASCIIArray(), StringFromASCIIArray() functions.
- Added: New flag to Run()/RunAs() to fix issue 415 (Adds new Constants.au3 constant: $STDIO_INHERIT_PARENT).
- Added: New flag to all Run functions for better CUI compatibility (Adds new Constants.au3 constant: $RUN_CREATE_NEW_CONSOLE).
- Added #481: 11 pixel margin around the text in SplashTextOn() (Meets Vista UI guidelines).
- Added #468: Added MSec macro for obtaining the current milliseconds for the current second.
- Added #277: CPUArch macro to return the capability of the processor.
- Added #454: FO_UTF8 allowing FileOpen() in Read mode for reading UTF8 files without BOM.
- Added: $FO_UTF16_LE, FO_UTF16_BE allowing FileOpen() in Read mode for reading UTF16 files without BOM.
- Added #407: Documented that For...In loops are read-only.
- Added #645: IniDelete() now supports the Default keyword for the 3rd parameter.
- Fixed: Send() was incorrectly inserting a leading zero when using the {ASC 0xNNNN} format.
- Fixed #305: GUICtrlSetFont() for Combo causing highlight.
- Fixed #318: GUICtrlSetTip() on TreeViewItem must return 0.
- Fixed #339: GUICtrlDelete() crashes.
- Fixed #345: OSVersion for Windows 2008.
- Fixed #366: AutoIt crash on bad syntax.
- Fixed #380: OSVersion for Windows XP 64-bit Edition.
- Fixed #346: FileOpenDialog()/FileSaveDialog() filter length limit.
- Fixed #387: DllClose() and DllCallbackFree() crashing when an invalid handle used.
- Fixed #449: SystemDir does not return SysWOW64 under X64 in 32-bit mode.
- Fixed #440: Fatal error when script ends with EOF (0x1A).
- Fixed #464: Example script for GUICtrlCreateAvi() did not work on Vista.
- Fixed #484: ObjGet() would crash when invalid files were specified.
- Fixed #501: ProcessGetStats() failed for processes running as other users (including SYSTEM).
- Fixed #92: DllStruct data truncated with char[]/wchar[].
- Fixed: GuiCtrlSetState(graphic, GUI_HIDE) does not hide.
- Fixed: GuiCtrlSetResizing(graphic, ) not moving.
- Fixed: GuiCreate(...,Style without caption) does not resize properly.
- Fixed: GuiSetStyle(caption change) does not resize properly.
- Fixed: GuiCtrlSetState($listviewitem) does not return error.
- Fixed #562: Specifying the TITLE property caused all other properties to be lost (Window title matching).
- Fixed #569 TCPRecv() doc example.
- Fixed #589: Some comparison operators did not return a boolean value.
- Fixed #583: Bad formatting of MSEC in documentation.
- Fixed #574: Using 0 for the SendKeyDelay or SendKeyDownDelay removes the respective delay when using Send().
- Fixed #542: Crash with regular expressions.
- Fixed #531: Clarification of some of the remarks for GUICtrlSetGraphic().
- Fixed #539: StringSplit() with flag 2 and no matching delimiters wasn't returning the full string.
- Fixed #601: Tooltip return 0 when title length >99.
- Fixed #608: listView GUICtrlSetBkColor() not redrawn.
- Fixed #628: GuiCtrlRead(ctxmenu, adv) bad return.
- Fixed #640: PCRE does not support L, l, N, U, or u : doc updated
- Fixed #642: Installer now correctly opens the merged helpfile to the history page instead of the AutoIt-only helpfile.
- Fixed #646: Call() now sets specific @error and @extended values when it fails to find a function.
- Fixed #669: Typo in Dec() example.
- Fixed #659: Documented that UNC paths are not supported when using FileSelectFolder().
- Fixed #671: Crash when using $WS_EX_MDICHILD without specifying a valid parent.
- Fixed: Crash when using BinaryToString() with invalid UTF16 input string. BinaryToString() now has new error codes to support diagnosing invalid input.
- Fixed #743: AutoIt Crash when Tray functions are use with invalid ID.
- Fixed #748: AutoIt Crash with DllCall.
- Changed #393: Documented that SoundSetWaveVolume() works differently in Windows Vista.
- Changed: PCRE regular expression engine updated to 7.8.
- Changed: @ProcessorArch changed to OSArch as it was misleading.
- Changed: Size limits removed from RegRead() and RegWrite() (previously 64KB for some registry types).
- Changed: RegRead() and RegWrite() no longer use hex strings for REG_BINARY types - native binary datatypes are enforced.
Data Crow 3.4 Beta / 3.3
This software is a music (audio CDs and mp3, ogg, flac, ape, .. files), book, software and movie cataloguer more>> This software is a music (audio CDs and mp3, ogg, flac, ape, .. files), book, software and movie cataloguer
Data Crow is a music (audio CDs and mp3, ogg, flac, ape, .. files), book, software and movie cataloguer.
Data Crow is platform independent and easy to install. Data Crow will use internet services like imdb.com, amazon.com and freedb.org to retrieve information.
Data Crow is an open source project developed by Robert Jan van der Waals. The project began in 2002 under the name "CD Library". After further development, CD Library was deemed to be an obsolete name because it no longer reflected the programs functionality and the project was renamed Data Crow.
For those who like to collect software, books, movies and or music, Data Crow can help! The program needs only a little input from you to register your collection.
For example, registering a piece of software is as easy as inputting the softwares name or publisher and Data Crow retrieves the rest of the information from Amazon. For audio files, its even simpler!
Just browse to the directory that contains the audio files and Data Crow reads and imports the embedded tag information (artist, album name, track name, and so on).
Main features:
- An User Manual
- Internal help system (activated by the F1 key)
- Nice-looking and easy-to-use interface
- Platform-independent (including the database)
- Software registration
- Audio CD registration
- Music files registration
- Movie registration
- Book registration
- Reporting
- Amazon.com support
- Imdb support
- Freedb support
- Imports information from CD or your hard disk
- Extracts information from music files (including the tag content of OGG, FLAC, APE and MP3 files)
- Supports parsing for DivX, Xvid, ASF, MKV, OGM, RIFF, MOV, IFO, VOB and Mpeg video
- Hide fields, Update All values, etc
- SQL query tool, for expert users
- Highly customizable!
- No frills HSQL database, no need for ODBC-JDBC bridge drivers
System requirements:
- Pentium III 800 Mhz
Enhancements:
- Online services are now plugin based. Additional plugins can be delivered as jar libraries which can be put in the services directory. The online services are no longer bound to software version deliveries and can be released separately. Data Crow will come however with a default online services pack. Plans have been made to allow automatic updates.
- Clickable links in the quick view and the item form for faster navigation to sub items (such as actors for movies)
- Container module. The location field has been replaced with a container field. A container can be anything such as a CD, a CD box, a closet... anything. On startup you will be prompted to convert the locations to container items. This module will be expanded in the near future.
- File structure tree.
- Code review: filter operators rewrite, music album importer code reuse issue.
- Removed the following message box: "save succeeded".
- Removed the following message box: "no items have been found for xx" when searching for an item.
- The online search form will no longer close after adding a new item or updating an existing one. It will now add the item(s) and clear the form. This allows users to do multiple searches without having to re-open the form every time.
- Replaced Entagged with JAudioTagger for parsing information from music files. JAudioTagger has continued on the work of Entagged
- Version numbering is no longer dependent on the settings file. The version is now kept (in a structured way) in the database.
- New backups now contain a version number. This will be used to check if a backup can be restored in the current version.
- Restoring an backup of an older version will now cause Data Crow to restart. A restore of a backup of the current version will not cause a restart. This has been changed to make sure older databases are correctly upgraded on startup.
- Table view: removed line numbering. Removed horizontal grid lines.
- Settings views: removed line numbering.
- Quick view settings: added an option to set the background color. Removed the dependency of the background color towards the even/odd color of the view.
- View Setting: There were all kinds of dependencies towards the general field settings. Most of the options were not really clear. To overcome this each view has gained its very own settings dialog. Everything for that view can be changed from there. Removed the visible option from the field settings. Card view item description can now be set via the View Settings.
- Web Field Settings: Removed the dependency for the quick search fields towards the general field settings. The web field settings now contains the option to use a field as a quick search field.
- Removed the question mark images for missing covers.
- Caching of items to improve startup times. Instead of creating all the data sets on each startup the data sets are now written out to disk on shutdown and reloaded on startup.
- When upgrading or restoring a backup the cache will be ignored and the data sets will be recreated from the database (which is still the leading data store). Additionally, if needed for any reason), Data Crow can be started without using the cache by adding the parameter -nocache. Startup times are improved by 20% due to this change. The first startup however will still load the items from the database.
- Sometimes items are not added to the view after a different node in the grouping pane has been selected.
- Database collation was incorrect by default causing Chinese characters (and others) to be stored incorrectly. This is only fixed for new installations.
- Faster image loading for the card view. It now uses less memory and has a better performance.
- "Update all" empties fields
- Save from "online search" issue
- Threading issue with saving IMDB movie actors
- Incorrect label for "manage states" (music album/track)
- Front picture not shown in card view (sometimes)
- Updating old record empty fields doesnt work
- Online update on actor inside the movie module fails
- Cant cancel changes
- Cant re-attach Quick filter widget
- "update all" not fully applied (view changes)
- Initial Start Up
- Upgrade error
- Uncaught NPEs
- Very Slow, uses 100% of CPU.
- The startup time for databases containing a high number of items (20.000 ) has been increased dramatically (from minutes to seconds). Additionally a caching mechanism has been introduced which further improves the starting time by about 20% on a seconds run.
- Screen lockups. Threads were running with a maximum priority causing them to get a higher priority then other Windows threads. This caused Data Crow to become inresponsive.
- Message box is sometimes shown on the wrong form causing the current window to lose its focus.
- Pressing escape in the mainframe bypasses the check for changes.
- Incorrect message when exiting Data Crow. Changed the message to "There are unsaved changes. Are you sure you want to exit?" when exiting Data Crow.
- Fixed non fatal nullpointer errors on startup.
- Version number was not written to the settings file making it unusable for future reference (upgrading).
- Messages for upgrades were not in the center of the screen.
- Improved error handling for the upgrade processes. Better information and warnings when the database is of an older version.
- After removing the properties/settings file the system asks to perform unwanted upgrades.
- Continuous scrolling in the card view, online search and manage item x forms.
- When hiding the grouping pane all views are re-filled. This makes Data Crow very slow and does not abide to the standard behavior. Only the views of the current module should be refilled.
- Incorrect display of the module permissions (user form).
- Deleted child items still shown in the view.
- Nullpointer after closing the image editor.
- Navigation buttons for the field settings, quick view settings and the web field settings were incorrectly aligned.
- Tabs are hard to distinguish.
- Discogs: images not retrieved.
- Discogs: for some albums empty tracks are added.
- Performance bug when filling a view with items with children.
- Button alignment for the question message box (yes/no).
- ISBN 10 calculation was incorrect.
- Starting a file import multiple times results in the previous items to be added to the new tab again.
- Barnes & Nobles online search did no longer recover the title.
CrashDoctor 1.0
CrashDoctor protects your programs from crashing due to invalid memory access and other errors more>>
CrashDoctor has another useful feature, once a program crashes, CrashDoctor monitors the execution of the program. If the program tries to open an existing file for writing CrashDoctor intercepts this and copies the original file to a backup location.
This prevents any further damage done by the misbehaving program. The current version of CrashDoctor however doesnt prevent this if program already has these files open.
CrashDoctor also works like a debugger chooser. After installing CrashDoctor if a program crashes, the CrashDoctor recovery screen shows up. This screen lists debuggers available on the system and you can select a debugger to debug the crashing program instead of recovering its crash. Note here that once you start debugging the program, you wont be able to recover it.
Few words about Crash
A crash can happen in a process due to various reasons like accessing invalid memory locations, resource constraints, resource unavailability etc. One thing to note here is that a crash almost always occur due to bad programming such as not handling error conditions properly.
CrashDoctor tries to recover all the crashes, sometime the crash is so fatal that repeated attempts to recover it fails and in such case, CrashDoctor terminates the process and displays the exit code of the process.
Main features:
- Runs as JIT debugger so no overhead when no program is crashing
- Extremely light-weight and doesnt slow down the process even when recovering it from the crash
- Once a process crashes, CrashDoctor intercepts if the process tries to open a file for write and makes a backup copy of the file to prevent data loss
- Works as a debugger chooser also if you have multiple debuggers in your system. Upon a program crash, you can chose which debugger to use to debug the program (in case you dont want to recover the process from crashing).
- Comes with an easy to use graphical user interface
- Enhancements:
- Created a version for AMD64
- Improved crash recovery for x86 as well as added enhanced crash recovery for AMD64
- Improved the color-scheme for better readability
StarBurn 12 r8 Build 20090625
You can use this software for CD/DVD burning and grabbing. more>>
StarBurn 12 r8 Build 20090625 is designed to meet all your needs of grabbing, burning and mastering CD, DVD, Blu-Ray and HD-DVD media. StarBurn supports all types of optical storage media (including CD-R/RW, DVD-R/RW, DVD+R/RW, BD-R/RE, HD-DVD-R/RW and DVD-RAM) as well as a wide variety of burning hardware.
With StarBurn you can perform grabbing, copying and burning operations. StarBurn is easy to learn and to use, it offers a number of step-by-step wizards for novice users. StarBurn has a Quick Start Wizard that provides to simplify frequently used operations such as disc copying and grabbing.
Now you have the unique opportunity to download and take advantage of the best burning and free CD/ DVD software on the Internet. It's an absolutely free to try online program which allows you to make unlimited number of CD/DVD copies of your favorite Mp3 songs and DVD movies. Windows XP (98,ME), burning CD ROM and StarBurn software the only things you need to do it.
Key Benefits:
- Keep Original Discs Scratch Free: Duplicate CD/DVD/Blu-Ray/HD-DVD media in 1:1 mode. Extract individual data tracks from DVDs and store them as ISO image files on your hard disk. You can always burn them later to create and backup copy of the original movie. Or use a software DVD player to watch DVD-Video from an ISO image mounted with any CD/DVD emulator (we suggest you use Rocket Division Software StarPort or Alcohol 120% from Alcohol Software). Grab sound tracks from audio CDs and store them as set of compressed Windows Media Audio (WMA) files on your hard disk.
- Create Data Backups: Burn your photos, spread sheets, home work results etc. to CD/DVD/Blu-Ray/HD-DVD. A hard disk crash would no longer be fatal to your family archives or PhD work.
- Work with Portable Audio: Produce collections of compressed Windows Media Audio (WMA) files using your audio CDs as a source. Use resulting WMA files with portable media players such as an Apple iPod. Burn these collections of WMA files to CDs or DVDs to listen in a WMA-compatible audio system such as a car stereo or stand-alone CD/DVD player.
Major Features:
- All MMC (Multi-Media Command Set) compatible CD/DVD/Blu-Ray/HD-DVD burning hardware is supported. StarBurn deals with devices in a "generic" mode meaning you don't need to get an updated version of software to support a brand new burner.
- CD-R/RW, DVD-R/RW, DVD+R/RW, BD-R/RE, HD-DVD-R/RW and DVD-RAM media supported. Including modern high-capacity double layer DVD+R and dual layer DVD-R.
- UDF (Universal Disc Format) file system mastering (UDF 1.02, 1.50 and 2.01). Files larger then 2 GB and with names up to 2048 characters long can now be stored on optical media. You don't need to use third-party tools to split your huge database backups or rename long file names before burning them.
- ISO9660 file system mastering (including Joliet Unicode extensions). The most compatible file system virtually any machine can read.
- Bridge file system (ISO9660/UDF for DVD-Video creation) mastering. StarBurn creates bridge file system which is DVD-Video compatible. This media can be read with both stand-alone DVD players and ancient Windows 95 and DOS machines.
- Session import (appending already created CD/DVD/Blu-Ray/HD-DVD media). In this mode you can use the same media for sequential recording daily. New data will perfectly co-exist with previously recorded data. The only limitation is the physical media capacity.
- DVD-Video main sequence (movie) extraction. StarBurn can re-master the DVD and extract only the movie. This allows you to include just the movie content and without the trailers and advertising from the original DVD. Unwanted video won't be copied, the main movie sequence will be extracted and stored on your hard disk or directly recorded to optical media on-the-fly.
- Audio content processing. StarBurn can store audio tracks as WAV (uncompressed) and WMA (compressed Windows Media Audio) files. You can create extra copies of your audio CD collection and listen directly from your PC hard disk. Or you can load compressed audio into portable player or car audio. StarBurn also is capable of burning WAV and WMA files back to create re-mastered audio CDs. So if you have an old CD-player or car audio that can't play MP3/WMA compressed data you can create an ordinary audio CD from files stored on your hard disk. StarBurn is capable of processing or compressed audio streams on-the-fly. This means it can burn an audio CD from MP3/WMA files without de-compressing them and storing an intermediate copy on your hard disk. This is MUCH faster then doing everything in two steps: first decoding and then actual burning.
- Track-At-Once (TAO) and Disc-At-Once (DAO) (RAW) recording modes. In TAO everything is handled by the drive, application just passes 2048 bytes/sector streams (data) or 2352 bytes/sector streams (audio). With DAO application creates a raw virtual CD image and writes with 2448 (DAO96) or 2368 (DAO16) bytes/sector streams. TAO is the most compatible mode and preferred for data (the only mode to create multisession CDs) and DAO allows ou to create gap-less audio CD, add CD-Text and CD+G information and some additional features.
- El Torito (bootable CD/DVD/Blu-Ray/HD-DVD). With this feature it's trivial to create custom recovery optical media. Use CD/DVD/Blu-Ray/HD-DVD as a very big floppy boot disk.
- DVD9 ? 2 DVD-R(+R) convertion. In this mode StarBurn will backup dual layer stamped DVD9 DVD-Video disc into a pair of two DVD single layer recordables. These days a pair of two single layer recordable discs is still cheaper then single double/dual layer recordable. StarBurn will allow you to save quite a lot when making backup of you home DVD-Video collection.
Enhancements:
- Now Windows 7 is supported.
- Main Form: Added Russian localization, GUI improvement.
- Burn Data Wizard: Extended with full UDF support, Extended with Drag&Drop support, Extended with Expert mode for advanced users.
- Burn Audio Wizard: Fixed long adding compressed files, Extended with Drag&Drop support
Requirements:
- Minimum System Requirements:
-
- Windows XP (with Service Pack 2 installed)
- 800 MHz Intel Pentium III class processor
- 512 MB of RAM
- 50 MB of disk space for StarBurn application data
- CD or DVD burner
- Recommended System Requirements:
-
- Windows XP (with Service Pack 2 installed)
- 2 GHz Intel Xeon class processor
- 4 GB of RAM
- 1 GB of disk space for StarBurn application data and log files
- Blu-Ray or HD-DVD burner

Art of Fighting 2 -
Play classic game Art of Fighting 2 on PC. more>> Art of Fighting 2 was released in 1994. The second installment in the AoF series added the "rage gauge"; similar to the "spirit system" of its predecessor, it limited the use and effectiveness of special attacks.
The games story is set a year after the original. Geese Howard, a rising star in Southtowns criminal underworld, calls fighters to the city for a new tournament, "The King of Fighters." Howard was the final boss and series villain of SNKs other fighting game franchise, Fatal Fury, whose story took place over a decade after the events of Art of Fighting.
Art of Fighting 2 was the only time Yuri Sakazaki was a playable character in the series. It also marked the only time that she donned her trademark outfit, which was made famous in The King of Fighters series.
This game is also notorious for its difficulty, with it being referred in many fighting circles as having some of the toughest opponent a.i. in a fighting game.<<less
Instantbird 0.1.3.1
Instantbird is a multi-protocol Instant Messaging client. Using it, you can connect to all your different IM accounts. more>>
Instantbird 0.1.3.1 offers you a professional multi-protocol Instant Messaging client which can connect to all your different IM accounts.
It uses the Mozilla rendering engine to display IMs, and the Pidgin libpurple to connect to the different networks.
Instantbird is a free and open source software. This means that you are allowed to use, distribute and modify it.
Major Features:
- Proxy support: you can now use HTTP or Socks proxies.
- Typing notifications: you can see when the person you are talking to is typing.
- Automatic Reconnection: when a non fatal connection error occurs (e.g. network failure), the account is automatically reconnected after a few seconds.
- Idleness: servers are notified when you are idle so that your status can be changed.
- Better handling of chat rooms: the topic of the room is displayed, the list of participants is displayed, IRC commands work.
- Findbar: It is now easy to search in a conversation, with a findbar similar to the Firefox one. A notable difference is that it searches backwards by default, so that the most recent matching messages are found first.
- Universal build: The mac binary now also works on PPC Macs.
Enhancements:
- Connection issue with ICQ fixed: the protocol plugin has been upgraded.
- Better stability: a few crashes fixed.
Requirements:
- Windows
- OS Compatibility: Microsoft Windows 2000, Windows XP or Windows Vista
- 128 MB of RAM
- 100 MB of free disk space
- Mac
- OS Compatibility: Mac OS X 10.4 Tiger or higher
- Instantbird runs only on Mac Intel
- 256 MB of RAM
- 150 MB of free disk space
- Linux
- OS Compatibility: Linux kernel 2.2.14 or higher
- The following libraries: glibc 2.4, XFree86-3.3.6, gtk+2.0, fontconfig/xft, libstdc++5, esound
- 256 MB of RAM
- 100 MB of free disk space
WareSeeker Editor
Etera Perennials Screen Saver 2 1.0
Vibrant color photos of 10 flowering perennials, all pink, white or red. Each... more>> Vibrant color photos of 10 flowering perennials, all pink, white or red. Each plant is labeled for identification. User can choose transition effects and password protection is available. Note: Users of Outlook 98 with Windows 95-this screensaver may crash. While this crash is not fatal and seems to affect only the screensaver, we would recommend not using it with Windows 95 and Outlook 98. This problemdoes not appear to affect Windows 98 and Outlook<<less

Find Junk Files 3.00
Cleaning your system of junk and obsolete files. more>> Most of your Windows applications temporarily create several files on your hard drive when they are running. These files are supposed to be removed and the space recovered after these programs are closed. Often, however, they dont because of a program error, sloppy architecture, your system is reset or not shut down properly, or if another application locks up or crashes. Any file that is left behind in this manner will remain on your system unless you manually search for it and remove it. Over time, these junk and obsolete files can accumulate to megabytes of wasted hard drive space, as well as turn into potential error-producing cross-linked drive references.
Find Junk Files targets these specific types of files which are missed by common disk utilities, un-install, "Defrag", "Scandisk", and other standard "cleaner" type programs.
As well as wasting space on your system, obsolete and junk files can produce very hazardous results if not properly cleaned from your drive on a periodical basis.
The symptoms that these garbage files can produce include:
Cross-linked drive references
Lost network and Internet connections.
Sudden application lock ups.
Lost data
General Protection Faults (GPFs) or Fatal Errors in your applications.
Virus like behavior
Mysterious Reboots
Out of Memory Errors<<less
Warcraft III - Druid's War map
Warcraft III - Druids War map is a stylistic, modern and effective Prologue for the Druids War campaign for Warcraft III. more>> <<less
TopAddiction Rehab 1.0
Information about chemcical dependency, other dependencies, addiction treatment and risk factors for addiction. Top Addictions is dedicated to providing accurate information about alcohol and other dr more>>
Information about chemcical dependency, other dependencies, addiction treatment and risk factors for addiction. Top Addictions is dedicated to providing accurate information about alcohol and other drug addictions. It contains Fact Sheets on various drugs, current information on the addictions field, and a huge collection to addiction related links. Basicly Addiction is a chronic, progressive, and sometimes fatal disorder with both genetic and environmental roots. It manifests as a compulsion that drives an individual to continue to behave in a way that is harmful to self and loved ones, despite an intense desire to halt that behavior.
System Requirements: Internet Explorer
<<lessPacMan Premium Edition 3
Do you like to play PacMan game? You are in the right place! Free download Pacmania 3 - the best Pacman game with 2 different game modes: Classic PacMan and Advanced PacMan games. more>>
PacMania is a bright sample of classic style arcade game PacMan. It incorporates the best features of the Pacman game, which had overwhelming success with millions of people all over the world. A simple, yet breathtaking action story with chases, monsters and unexpected twists and turns of the plot!
This PacMan game turns a favorite classic into a whole new arcade experience filled with fabulous graphics. At the beginning of the Pac-Man game you can select a game theme and the character you will control. Different episodes offer a great variety of levels, monsters and bonuses. Even the rules of the game can differ! But no matter what differences are, the mazes, the chases and the thirst for treasures are always the same as in the old PacMan game.
The objective is for Pacman to score as many points as possible by devouring dots, prizes, power capsules, and scared monsters, while avoiding fatal collisions with mean monsters. A screen ends when all dots on the screen are cleared. The game ends when the PacMan loses his last life. At the start of level the monsters appear from the fixed point on the screen and begin searching for Pacman. There are three kinds of monsters: basic, boss and ghost. They differ in algorithm of searching for Pacman, speed and receptivity for bonuses.
PacMania game features
30 levels!
New bonuses
Classic/Advanced pacman game modes
Level passwords
- Page: 1 of 2
- 1
- 2