Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.189 Times

Auto Solver freeware
Filter: All | Freeware | Demo
 

Auto Solver

1 2 3 4 5 > 
Added: January 01, 2006 | Visits: 5.644

BJ Robot Make Your Friends Think You Are Smart! BJ Robot is a MSN Messenger Bejeweled auto-player/tutor. It will automate your Bejeweled game at lightening speed and get you the highest possible score for every move. It also has a tutorial mode that guides you step by step when you play against your... Platforms: Windows

License: Freeware Size: 488 KB Download (724): BJ Robot Download

Released: May 05, 2007  |  Added: May 27, 2007 | Visits: 8.918

Auto Loan Calculator Auto Loan Calculator is a free Microsoft Excel workbook that lets you (1) estimate the amount you'll need to finance when purchasing a car, (2) create a loan payment schedule with optional extra payments, and (3) analyze different loan options. The Auto Loan Calculator worksheet helps you... Platforms: Windows

License: Freeware Size: 34.4 KB Download (861): Auto Loan Calculator Download

Released: May 19, 2010  |  Added: May 26, 2010 | Visits: 2.743

Falco Auto Image Falco Auto Image offers new features that enhance the power of methods. Loading from BMP, GIF(Animated), PNG, JPG, PSD, TIF, TGA, PCD. AVI files. Saving in JPG, GIF(Animated), PNG, BMP, TIF, TGA, AVI formats. Working with scaner. Working with web camera. Effects: Contrast,... Platforms: Windows

License: Freeware Size: 20.91 MB Download (200): Falco Auto Image Download

Released: July 22, 2008  |  Added: July 26, 2008 | Visits: 5.547

Auto FTP Free Auto FTP Free uploads, downloads, and synchronizes directories easily. It makes file transfers as easy as click, drag, and drop! The built-in File Manager's lets you drag and drop files and folders to and from any FTP server. Upload, or download files with a single click. Work with... Platforms: Windows

License: Freeware Size: 5.03 MB Download (576): Auto FTP Free Download

Released: June 11, 2009  |  Added: June 22, 2009 | Visits: 8.882

Auto Mouse Mover Auto Mouse Mover provides continuous mouse movement input to the computer, there by disabling the configured idle actions temporarily, without actually disabling them from control panel. The Configured idle actions can be launching a defined screensaver, send computer into hibernate mode or... Platforms: Windows

License: Freeware Size: 290.52 KB Download (1944): Auto Mouse Mover Download

Released: January 20, 2016  |  Added: May 25, 2016 | Visits: 2.541

JS Auto Form Validator The JS Auto Form Validator is an easy-to-setup form validation script which enables you to handle the whole form validation process without writing any JavaScript code. This script allows you to specify certain form elements as "required" or "non-required" and also what specific type they have:... Platforms: Windows, *nix, Windows 7

License: Freeware Size: 93.22 KB Download (231): JS Auto Form Validator Download

Released: May 15, 2009  |  Added: October 12, 2009 | Visits: 8.041

Word Solver Word Solver was designed with the US game show Lingo in mind. Basically you have five or six letter words that you have to guess. You'll get the first letter given to you, but you have to take turns guessing letters. Word Solver works by picking up the keys you type into other applications or... Platforms: Windows

License: Freeware Size: 28 KB Download (671): Word Solver Download

Added: May 22, 2010 | Visits: 2.064

sudoku solver by darsie sudoku solver by darsie project is a console-based sudoku solver. sudoku solver by darsie is a console program that reads data from stdin (typically redirected from a file) and prints a possibly partial result. Definitive numbers are printed all over their fields. Other fields contain the... Platforms: *nix

License: Freeware Size: 35.84 KB Download (309): sudoku solver by darsie Download

Added: January 07, 2010 | Visits: 2.585

A Sudoku Solver in C A Sudoku Solver in C is a console-based Linux program, written in C language, that solves Su Doku puzzles using deductive logic. It will only resort to trial-and-error and backtracking approaches upon exhausting its deductive moves. Puzzles must be of the standard 9x9 variety using the (ASCII)... Platforms: *nix

License: Freeware Size: 25.6 KB Download (203): A Sudoku Solver in C Download

Added: February 26, 2010 | Visits: 1.176

auto-build auto-build is a Perl module that can run automated, unattended software build processes. SYNOPSIS # auto-build [OPTION]... Run build using latest code currently in source control # auto-build --config /etc/auto-build.d/auto-build.conf Run build using code committed prior to 12:30 on Dec... Platforms: *nix

License: Freeware Size: 204.8 KB Download (106): auto-build Download

Added: January 21, 2010 | Visits: 1.823

Auto Project Planner Auto Project Planner software automatically calculates a proper project plan based on your effort estimations and the due dates you have in mind. A list of tasks and a list of employees can be defined. Tasks can be assigned to one or more employees. The project is also possible to define a... Platforms: *nix

License: Freeware Size: 378.88 KB Download (130): Auto Project Planner Download

Added: March 25, 2010 | Visits: 2.777

Rush Hour Puzzle Solver Rush Hour Puzzle Solver project is a Rush Hour puzzle solver that illustrates the solution with PostScript. Rush Hour Puzzle Solver is a small C++ program that reads a Rush Hour board from a text file and produces a nice PostScript file that shows the shortest solution.. Platforms: *nix

License: Freeware Size: 460.8 KB Download (266): Rush Hour Puzzle Solver Download

Added: June 26, 2010 | Visits: 1.161

Math::Random::MT::Auto Math::Random::MT::Auto is a Perl module for auto-seeded Mersenne Twister PRNGs. SYNOPSIS use strict; use warnings; use Math::Random::MT::Auto qw(rand irand shuffle gaussian), /dev/urandom => 256, random_org; # Functional interface my $die_roll = 1 + int(rand(6)); my $coin_flip =... Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): Math::Random::MT::Auto Download

Added: June 14, 2010 | Visits: 1.706

Games::Mastermind::Solver::BruteForce Games::Mastermind::Solver::BruteForce is a Master Mind puzzle solver. SYNOPSIS # See Games::Mastermind::Solver Games::Mastermind::Solver::BruteForce uses the classical brute-force algorithm for solving Master Mind puzzles. METHODS remaining $number = $player->remaining; The number... Platforms: *nix

License: Freeware Size: 4.1 KB Download (214): Games::Mastermind::Solver::BruteForce Download

Added: October 26, 2010 | Visits: 1.754

Games::Mastermind::Solver Games::Mastermind::Solver is a Master Mind puzzle solver. SYNOPSIS # a trivial Mastermind solver use Games::Mastermind; use Games::Mastermind::Solver::BruteForce; my $player = Games::Mastermind::Solver::BruteForce ->new( Games::Mastermind->new ); my $try; print join( ,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (191): Games::Mastermind::Solver Download

Added: November 14, 2010 | Visits: 1.135

Auto-autofs Auto-autofs is a Perl script that searches the hardware for block devices using the /proc directory. The project finds partitions on harddisks via fdisk and tries to detect the filesystems. The script generates also automounter entries for all ISO (or other loopback) files in special folders.... Platforms: *nix

License: Freeware Size: 37.89 KB Download (95): Auto-autofs Download

Added: September 23, 2010 | Visits: 1.310

Freecell Solver Freecell Solver is a program that automatically solves games of Freecell and similar Solitaire variants such as Eight Off, Forecell and Seahaven Towers, as well as Simple Simon boards. Freecell Solver is free software distributed under the public domain. Freecell Solver is written in ANSI C and... Platforms: *nix

License: Freeware Size: 542.72 KB Download (173): Freecell Solver Download

Added: October 26, 2010 | Visits: 1.742

Automagical Sudoku Solver Automagical Sudoku Solver project is an attempt to solve Sudoku puzzles using a computer. It can solve rather tough puzzles, but not all of them. Installation: The source code should compile flawlessly using the make utility. Then, simply run "ass < foo", where foo is a sudoku puzzle in text... Platforms: *nix

License: Freeware Size: 37.89 KB Download (188): Automagical Sudoku Solver Download

Released: May 22, 2013  |  Added: September 27, 2013 | Visits: 2.099

Smart Auto Shutdown Smart Auto Shutdown automatically shuts down your computer and cleans up unneeded temporary files ahead of time, along with traces of your Internet use. Improve PC performance by cleaning up your system and protect your Internet privacy by cleaning up your usage traces every time before shutdown.... Platforms: Windows

License: Freeware Size: 604 KB Download (153): Smart Auto Shutdown Download

Released: May 14, 2010  |  Added: June 07, 2010 | Visits: 6.142

Standard Mouse Auto Clicker Advanced Mouse Auto Clicker is a powerful yet easy-to-use tool with many more features that can free your hands and save your time. it's an inexpensive automatic mouse clicking utility. it's used to automate screen mouse clicks at specified intervals and any location on the screen. Platforms: Windows, Other

License: Freeware Size: 447.94 KB Download (2614): Standard Mouse Auto Clicker Download

1 2 3 4 5 >