Software Listing: After The
- Nightmare on the Pacific for Windows
- License: Freeware
- Price: 0.00

Save the Brooks family from a cruise ship disaster after the perfect storm strikes! Find your way through the ship and use items to repair rooms, find family members, and get them to safety!.
- Publisher: gamecenter.oberon-media.com
- Date:
- Size: 276 KB
- Platform: WinOther
- Round values after the decimal point
- License: Shareware

Useful helper function that rounds scalars, vectors or matrices smaller/bigger than zero at a defined place after the decimal point. Needs two input arguments to work properly: out = sRound(val, precision) Usage: out = sRound(val, prec) Example1: a = sRound(0.46,1); a = 0.5000 Example2: b = sRound(-5.478,2); b = -5.4800 Example3: c = sRound([0.8236 2.6958 3.3171 0.9502 0.0364], 3); c = 0.8240 2.6960 3.3170 0.9500 0.0360 0.34330 Example4: d = sRound([-0.1694 -1.4351 0.3925; -0.0522 -2.6 1.3433], 3); d = -0.1690 -1.4350 0.3930 -0.0520 -2.6000 1.3430 Example5: e = sRound(3.5); e = 4 This code should run with every MATLAB version.
- Publisher: Tobias
- Date: 06-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Supremilated: After the War
- License: Freeware
- Price: 0.00

This is the source code repository for the Supreme Commander mod, Supremilated: After the War.
Supremilated: After the War License - GNU General Public License (GPL).
- Publisher: supremilated.com
- Date:
- Platform: WinOther
- After the Sunset Screensaver
- License: Freeware
- Price: 0.00

Download the Free After the Sunset After the Sunset Screensaver from ScenicReflections.com. Who will walk away? Be a part of this action packed story of friendship, suspicion and thievery with this screensaver from After the Sunset featuring the all star cast. Download the Free After the Sunset After the Sunset Screensaver today! No spyware, no hidden installs, no spam, no cost, no kidding!.
- Publisher: scenicreflections.com
- Date:
- Size: 3624 KB
- Platform: Win2000, Windows Server, WinOther, WinVista
- After The Catch
- License: Shareware
- Price: 0.99

After The Catch provides anglers a advanced fishing journal and a powerful fishing analysis tool with the least amount of complication. Our simple and intuitive interface is designed to limit the amount of data entry while out on the water.
Location, anglers and baits can be setup before heading out to your favorite fishing spot to limit the amount input needed while fishing.
After The Catch is designed to be as simple or as advanced as needed based on each angler*s needs. You decide how many and what data points to collect, maybe a simple picture is enough, or maybe you want bait type, location, pattern, weather conditions, water conditions and more for deeper analysis.
- Publisher: Paul Wood Software Technologies
- Date:
- Size: 1024 KB
- Platform: Windows Phone, WinMobile
- The Moon Screensaver
- License: Freeware
- Price: 0.00

The free screensaver, The Moon, was created by RateMyScreensaver.com and contains 19 high resolution images of the Moon. The Moon is the second brightest object in the sky after the Sun. As the Moon orbits around the Earth once per month, the angle between the Earth, the Moon and the Sun changes; we see this as the cycle of the Moon's phases. Due to its size and composition, the Moon is sometimes classified as a terrestrial planet along with Mercury, Venus, Earth and Mars. Screensaver Picture Count: 19 Screensaver Type: Slideshow Credit: All images in this screensaver provided by NASA and the ESA.
- Publisher: RateMyScreensaver
- Date: 15-01-2008
- Size: 3385 KB
- Platform: Win2000, Windows Server, Windows Vista, WinOther
- AfterCall
- License: Shareware
- Price: 9.99

Do you often have to take some action right after the call? Like call back, make a note, make a calendar entry? Then AfterCall application is exactly for you! After your conversation ends, the message window with call details appears, and you have quick access to all needed actions, like: call number, send message, add to contacts, add a calendar entry etc. Using AfterCall for Series 60.3 you do not need to make unnecessary movements to add new numbers to the contact list or to assign a meeting, to send the SMS/MMS message to the number which was just calling you some minutes ago. When you activate the software you will be able to access messaging, calendar and contacts list right after the call.
- Publisher: SymbianGuru
- Date: 30-04-2008
- Size: 199 KB
- Platform: Symbian
- YAM II Return of the Killer Potato
- License: Shareware
- Price: 9.99

YAM returns on the screen with YAM II. YAM II : Return of the Killer Potato takes place a short time after the end of the previous installment, Yam the Killer Potato. With the apparent defeat of the enemy leader, Galdov, the Potatos have regained their confidence in winning the war and have uncovered a secret hidden on their own homeworld! Four Crystals known as the Fire, Time, Space and Reality Crystals were being hunted by the alien invaders. However thanks to the bravery of a Potato called Yam the Crystals were kept out of enemy hands. Yam now leads the Potatos in a mission to take back their homeworld from the aliens invaders who are still present and put an end to the war once and for all.
- Publisher: jalada GmbH
- Date: 01-06-2012
- Size: 61266 KB
- Platform: WinOther
- Differential Evolution
- License: Freeware
- Price: 0.00

This contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution. Simply speaking: If you have some complicated function of which you are unable to compute a derivative, and you want to find the parameter set minimizing the output of the function, using this package is one possible way to go. The core of the optimization is the Differential Evolution algorithm. However, this package provides much more than the code available on the Differential Evolution homepage: http://www.icsi.berkeley.edu/~storn/code.html Here is a list of some features: * Optimization can run in parallel on multiple cores/computers.
- Publisher: Markus Buehren
- Date: 04-01-2013
- Size: 82 KB
- Platform: Matlab, Scripts
- Least Mean Square Error Image Difference
- License: Freeware
- Price: 0.00

The LMSE package contains two subroutines. LMSE computes the minimum mean square error (MSE) possible if one image is allowed to be linearly scaled in intensity. LMSEDIFF computes the difference image after the target image is scaled according to the scaling that minimizes the MSE. This is a better way to compare images if the absolute magnitude of the intensity has no meaning..
- Publisher: David Smith
- Date: 20-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Estimating memory footprint of generated code
- License: Freeware
- Price: 0.00

When generating code and experimenting with different modeling patterns it is sometimes useful to check the memory footprint of the code generated from a model. This tool is executed after the generated code is built and outputs the memory used for code and data in each object file. This tool can be used to improve your understanding of what affects code size. Different target/optimization settings can be tested as well as different modeling patterns. You can create your own target and use the included hook file in it or copy the lines in the 'after make' section to your current ert hook file. Make sure the other two m-functions are on your MATLAB(R) path.
- Publisher: Roger Aarenstrup
- Date: 03-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- SonnetLab Multi-Network Netlist Tutoria
- License: Freeware
- Price: 0.00

The attached ZIP file contains a tutorial for using the SonnetLab Toolbox for MATLAB™. SonnetLab is a free MATLAB™ toolbox that enables users to control and automate Sonnet's 3D planar electromagnetic simulator. The attached script will build a multi-network Sonnet netlist project. Although this tutorial is intended to be read after the single network netlist tutorial this tutorial does recover a lot of the material. The attached archive includes a document that describes every line of code in detail. This tutorial requires the latest version of SonnetLab. SonnetLab can be downloaded from the Sonnet Software website: http://sonnetsoftware.
- Publisher: Bashir Souid
- Date: 07-01-2013
- Size: 102 KB
- Platform: Matlab, Scripts
- SonnetLab Beginner Demo
- License: Freeware
- Price: 0.00

The attached ZIP file contains a tutorial for using the SonnetLab Toolbox for MATLAB™. SonnetLab is a free MATLAB™ toolbox that enables users to control and automate Sonnet's 3D planar electromagnetic simulator. The attached script is an introductory tutorial that demonstrates how to build and simulate a single stub circuit. After the script adds a component to the project the script will open the project in Sonnet. The script will continue to execute once the Sonnet window is closed. This tutorial requires the latest version of SonnetLab. SonnetLab can be downloaded from the Sonnet Software website: http://sonnetsoftware.
- Publisher: Bashir Souid
- Date: 09-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Simulation of an OFDM system with the PSD
- License: Shareware

This is an OFDM simulation that gives you the PAPR, BER, and the PSD before and after the SSPA. This simulation will ask you about the parameters to simulate them: length of OFDM symbol (N), upsampling factor (k), number of input bits (n) to generate the OFDM symbols from them, and the phase offset of the modulator (P). Note: N must be >=128 (minimum is 128)..
- Publisher: Montadar Taher
- Date: 04-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- The Necklace - Web-based MMORPG
- License: Freeware
- Price: 0.00

Having unated after the the dissolation into the single whole by the god Perun fantasy worlds of Javi and Navi are still in the opposition. The union of these worlds is the Necklace indeed! Let it be inviolable until will and faith steadfast will be!
The Necklace - Web-based MMORPG License - GNU General Public License (GPL).
- Publisher: Thenecklace
- Date:
- Platform: WinOther
- MOTAN - the fast C++ servlet container
- License: Freeware
- Price: 0.00

Servlet Container modeled after the Java Servlet API 2.3. Written in C++. Developers implement C++ servlets in dynamic library. HTTP adaptor included.
logging using log4cpp
MOTAN - the fast C++ servlet container License - GNU General Public License version 2.0 (GPLv2).
- Publisher: Motan
- Date:
- Size: 575 KB
- Platform: Linux, Unix, WinOther
- KEATER
- License: Freeware
- Price: 0.00

KEATER is a simple tool with the function to capture the activities that occur on your desktop computer. Have three methods including, capture keystrokes, capture the copied text (Clipboard text), and capture your desktop screen a specified time in seconds. It would be useful if you want to monitor activity when your computer are being used by another person, or your child (as parental control).
The following key features on KEATER:
* The ability to capture your desktop activities (keystrokes, clipboard text, Desktop Screen)
* The result of the capturing is automatically saved in the folder "data" (default) after the program is stopped (Stop)
* There is the hotkey for easy access when the program in hidden mode
* Available the stealth method to hide the process (optional)
*...
- Publisher: MANTAV Softabs
- Date:
- Size: 1006 KB
- Platform: Win2000, Windows 7, WinOther, WinVista
- HDD Scan And Repair (CD-ROM Version)
- License: Shareware

How does HDD Scan and Repair 3.0 work?
1. A breakthrough of this program is that, without depending on BIOS, it can control read and write to the HDD directly, with high-speed, veracity, friendly interface and simple management; there will be an intuitionistic and intact report for the physical defective sectors created after the scanning. The continual defective sectors can be easily skipped; therefore the defective HDD will not get stuck.?.
2. There is a "Restorer" in this program which can restore the usual physical defective sectors by adding them into the G-list.
3. So, after you have this powerful freeware installed, all you have to do is to insert the bootable disk and have your target HDD connected correctly to you IDE slot.
- Publisher: SalvationDATA Data Recovery
- Date:
- Size: 1351 KB
- Platform: Windows 7, WinOther, WinVista
- HDD Scan And Repair (Floppy Version)
- License: Shareware

How does HDD Scan and Repair 3.0 work?
1. A breakthrough of this program is that, without depending on BIOS, it can control read and write to the HDD directly, with high-speed, veracity, friendly interface and simple management; there will be an intuitionistic and intact report for the physical defective sectors created after the scanning. The continual defective sectors can be easily skipped; therefore the defective HDD will not get stuck.?.
2. There is a "Restorer" in this program which can restore the usual physical defective sectors by adding them into the G-list.
3. So, after you have this powerful freeware installed, all you have to do is to insert the bootable disk and have your target HDD connected correctly to you IDE slot.
- Publisher: SalvationDATA Data Recovery
- Date:
- Size: 1638 KB
- Platform: WinOther, WinVista
- Westward II: Heroes of the Frontier
- License: Shareware

After the settlement of Hope River is destroyed, fleeing residents deliver news of a devastating attack by the Mad Russian. Guide three pioneers as they gather resources, overcome natural disasters and plot a course to uncover the location of the elusive Copperhead Gang. Customize your towns with more than 30 luxury items and upgrades while staking your claim in Westward II: Heroes of the Frontier!
* New outpost in the Wild West!
* Distinct buildings.
* New Sandbox mode..
- Publisher: Big Fish Games, Inc.
- Date:
- Size: 41748 KB
- Platform: WinOther, WinVista









