Search Software:      

Free Goal Downloads

 

Aid Zondulux

Aid Zondulux is FREE logical game based on very simple rules. The field is randomly filled with "crosses" and "zeros". Your goal is to fill the whole field with "crosses" using your mouse. When you click on one of symbols, horizontal and vertical line inverts. Randomly generated puzzles are very challenging and addictive. This game is FREEWARE, so you can play as much as you want and improve your results in Halls Of Fame.

game free freeware logic puzzle aidsoft strategy challenging puzzle game difficult

DOMINO

While playing the game you might feel that its idea is relatively simple and not new (nevertheless you can face some difficulties, of course). The game itself is a domino based solitaire. Just practice your abilities to add figures together. So, if you want to have some fun - this is the right way to do it. Rules of the game: On the board you'll see tiles of dominos - some are opened, some are not. Your goal is to clear the board so that there are no dominos there. You can do this by removing pairs of domino tiles where the sum of number of dots equals 12 (for instance, 0:0-6:6, or 0:1-6:5, or 3:2-5:2, etc.). Each level gets more complicated when the number of a level increases, which depends on the method of creating the initial type of domino solitaire. This is simple as that. Try it and have some fun!

puzzle game domino domino

Alhademic Balls

Alhademic Balls is a small set of three arcade-logic games, where main rule is to make a wise and fast resolves. In the first game Caving your task is to clear a board via placing balls nearby. In the game Swapping you need to get lines from three same-colored balls via swapping two neighboring balls. And in the Knight path you look for three same-colored balls on the board, which located each of other in range of chess knight move. All games have common principle: they end when your available time expires. And your goal is to play as much as possible and to gain maximum scores. Eventually, int this game we used skinnable interface (what you can see on the screenshots). Also, in the game we include sound effects and ten unqiue MIDI soundtracks (you are able to add yours to a playlist). In the Alhademic Balls you are able to control difficulty level - on a harder level you have less time for meditation. Just look on yourself! The game has multilingual interface. NEW - Topchart listing!

ball balls caving swapping knight path small set three arcade-logic games requiring

APSW Budget Planner V3 Pro

The Budget Planner V3 Pro is a step ahead for home and personal budgeting. Equipped with a comprehensive online learning system, the budget planner runs on auto pilot, you simply add the details and the software will run your budget for you to learn from or live by! Features include a loan and mortgage calculator with 'what-if' multiple scenario planning. Using the compounded interest formula, where the interest is calculated on the monthly balance of the loan, the loan and mortgage calculator performs multiple queries based on your loan, loan term, interest rate and repayment options. Multiple Scenarios option: Based on three different scenarios on a static loan amount, this option allows you to view these scenarios based on varying interest rates and repayment options. Multiple Plan option: Based on the Multiple Scenarios option, this function allows you to have Plan A, Plan B, and Plan C. Each plan may have a different loan amount or you can choose to have the same repayments, loan term and interest rate, or vary all of these functions to provide you with 9 different scenarios. The loans and savings target goal tracker - How your loan affects your home finances. The Loan Tracker will automatically adjust your budget plan according to your loan requirements and repayment options. Savings Calculator and Savings Target Date - Have a target date for your next holiday or purchase? All you need to enter is how often you want to put money aside and the Savings Calculator automatically adjusts your budget for you and re-adjusts when you reach your target date. Due-dates and reminders chart - Add notes, reminders and due dates to your Income and Expense Items. Includes auto-notification facility, notes, reporting and graph modelling, internal web browser, context sensitive online help, auto store functionality and a fully customizable categories menu. Real budgeting, real returns!

personal finance financial financial software financial calculators personal finance software all-in-one multi functional personal finance software

GLtron

You steer a futuristic bike, called lightcycle. Combat takes place in a rectangular arena. Your bike leaves a trail behind, which is like a wall. The goal is to force the other players to drive into a wall. The winner is the last player alive.

tron race grid lightcycle lightcycles bike bikes splitscreen split-screen steer futuristic

ConversionTrack

According to the web log, ConversionTrack can analyze every user's access path, and give out an overall statistic result of visitor's conversion rates including the referer, time, region, and information of user's software environment. It can help you better understand the behavior of web visitors, be more accurate to evaluate all kind of online advertising ROI including PPC keyword, banner and email, which finally achieve the goal of improving website conversion rates and return on investment of your online business. ConversionTrack is able to automatically recognize all kinds of log file created by popular web server software based on Windows or UNIX operation system. Also, it can read log files compressed with ZIP or GZ format without necessary to extract the log to your local hard disk in advance. ConversionTrack differs itself from other log analyzer, which using "Reserve DNS", by using integrated IP address database to analyze visitors' regional difference. Therefore, ConversionTrack is able to provide more accurate demographic information at a very fast speed.

log analysis conversion rates advertising roi traffic analysis analyze web log generate professional report visitors

Astral Arrows

There is a field - 6x6 cells. Each field can be empty or contain a colored brick with arrow on it. Arrow direction depends on the bricks color (or vice-versa). You can manipulate these bricks: click on the brick to move it accordingly to it's arrow direction. Groups of two or more bricks having the same color dissapear, but each turn some new bricks come to the field. Destroy bricks to earn points. The goal is to earn as much points as you can. The game ends when there are no empty cells left on the field so it's impossible to place incoming bricks on it.

new logical lines clickomania arrows astral puzzle join colored bricks arrows

Astronoid

This game is an unusual remake of arkanoid game. Your goal is to destroy all alien turrets to complete each level. You don't need to always deflect the plasma sphere, but you really need to evade the alien shells and missiles to survive. There are no time-expirations in the trial version. But only tutorial mission and the first levels of each other missions are available before registration. Full version allows you to create your custom missions.

arkanoid astronoid astranoid arcade action aliens brick ball destroy alien turrets

Janino

Janino is a compiler that reads a Java expression, block, or source file, and generates Java bytecode that is loaded and executed directly. It is not intended to be a development tool, but an embedded compiler for run-time compilation purposes, such as expression evaluators or "server pages" engines like JSP. Properties The major design goal was to keep the compiler small and simple, while partially sacrificing completeness. I don't like the idea of carrying around huge libraries for simple applications. See Parser for the list of implemented and missing language features. When do you need an efficient expression evaluator? Say you build an e-commerce system, which computes the shipping cost for the items that the user put into his/her shopping cart. Because you don't know the merchant's shipping cost model at implementation time, you could implement a set of shipping cost models that come to mind (flat charge, by weight, by number of items, ...) and select one of those at run-time. In practice, you will most certainly find that the shipping cost models you implemented will rarely match what the merchant wants, so you must add custom models, which are merchant-specific. If the merchant's model changes later, you must change your code, re-compile and re-distribute your software. Because this is so unflexible, the shipping cost expression should be specified at run-time, not at compile-time. This implies that the expression must be scanned, parsed and evaluated at run-time, which is why you need an expression evaluator. A simple expression evaluator would parse an expression and create a "syntax tree". The expression "a + b * c", for example, would compile into a "Sum" object who's first operand is parameter "a" and who's second operand is a "Product" object who's operands are parameters "b" and "c". Such a syntax tree can evaluated relatively quickly. However, the run-time performance is about a factor of 100 worse than that of native Java code.

java compiler embedded expression evaluation script scripting jvm virtual machine bytecode

Perimon - Natural Family Planning

What is Perimon? Perimon is a family planning system that gives you space for own decisions. Perimon is a menstrual period monitor which gives you insight into your cycle. For whom is Perimon? Perimon is made for women from 18 to 45 years, who ... - want to perceive the various cyclic changes in their body, - want to take part in the process of their own birth control, - are interested in simple and time-effective birth control. Is birth control with Perimon safe? Perimon was build and tested in seven years of practical usage. Though it's freeware it isn't inferior to other systems of natural family planning. Nevertheless: Natural birth control is less safe than chemical. Instead it has other advantages. Why is Perimon freeware? Using Perimon is free of charge because its user surface is out of date (operation without mouse and graphics). I offer it nevertheless because it gives excellent results. What is the aim of Perimon? Perimon's goal is to facilitate a woman's contact with her individual phases of the female cycle (the ovulation, the premenstrual variation in mood, the fertility and infertility). advantages of Perimon: - no initial costs, no current costs - uncomplicated to use (no daily measurements to enter, just the dates of the menstruation once a month) - you will get in touch with the female body (its cycle) - birth control with Perimon is natural and has no side effects disadvantages of Perimon: - max. 12.5 days are designated for unprotected inter-course. That's only 63% of the possible days - for the remaining days other methods of contra-ception have to be used - additional observation of your cycle is recommended to maximize safety - first forecasts after 3-4 periods, fully functional after half a year

birth control family planning prevention conception infertile days ovulation menstruation menses period cycle

 
Audio Software
Office & Business
Games Software
Graphics Software
Internet Software
Home Software
Developers Tools
System Utilities
 
 
 
 

Page 10 out of 18    1...6 7 8 9 10 11 12 13 14 ...18

 

Copyright © 2004-2010 FilesWeb.com