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.480.063 Times

Mb Psychic Card Test freeware
Filter: All | Freeware | Demo
 

Mb Psychic Card Test

< 1 2 3 4 5 
Added: August 13, 2008 | Visits: 1.166

MB Coffee Cup Reading MB Coffee Cup Reading is an effective tool, which is based on the art of reading the coffee grounds. This involves the art or practice of predicting fortunes and interpreting the near future of people from the coffee patterns. This is a completely freeware, and the best part lies in the fact that... Platforms: Windows

License: Freeware Size: 597 KB Download (481): MB Coffee Cup Reading Download

Added: August 24, 2008 | Visits: 1.237

MB Free Astrology Tarot MB Free Astrology Tarot is a new software that shows the association of tarot cards with astrology. This software gives the Tarot card associated with your Sun Sign and Ruling Planet and also the Tarot suit related to your Element. This program also gives you a detailed interpretation of the sign... Platforms: Windows

License: Freeware Size: 1.88 KB Download (528): MB Free Astrology Tarot Download

Added: August 19, 2008 | Visits: 1.320

MB Free Daily Cartomancy MB Free Daily Cartomancy is an excellent and an interesting software which predicts your fortune for a particular day with the help of playing cards. The software is simple with an easy to use interface. Playing cards have been used for fortune telling for ages and have remained popular ever... Platforms: Windows

License: Freeware Size: 1.2 KB Download (501): MB Free Daily Cartomancy Download

Added: August 08, 2008 | Visits: 1.833

MB Free Learn Numerology MB Free Learn Numerology is an interesting software that helps one learn more about the study of numbers or numerology. It is an advanced yet simple and handy program that helps you to understand the significance of the effect of different numbers on your life. The program is divided into two... Platforms: Windows

License: Freeware Size: 1.22 KB Download (158): MB Free Learn Numerology Download

Added: August 23, 2008 | Visits: 999

MB Free Learn Runes MB Free Learn Runes Software is a divinational tool for learning and testing the basics of runes reading. This program is extremely simple and very useful for beginners who want to learn to read the rune stones. The program also includes a Goal Reminder which helps the user set goals that he... Platforms: Windows

License: Freeware Size: 1.28 KB Download (496): MB Free Learn Runes Download

Added: August 25, 2008 | Visits: 1.752

MB Free Tarot Numerology MB Free Tarot Numerology is a new software that shows the association of tarot cards with numerology. This software gives the Tarot card associated with your life path number and destiny number. This program also gives you a detailed interpretation of your positive and negative characteristics,... Platforms: Windows

License: Freeware Size: 2.11 KB Download (544): MB Free Tarot Numerology Download

Added: August 15, 2008 | Visits: 1.503

MB Free Tarot Pro Software MB Free Tarot Pro Software is the ultimate resource for anything related to tarot. This is a combined tarot reading, learning and dictionary software. This program not only gives you a descriptive and accurate tarot reading but also encourages users who are interested in this form of divination... Platforms: Windows

License: Freeware Size: 6.96 KB Download (579): MB Free Tarot Pro Software Download

Added: August 02, 2008 | Visits: 2.245

MB Free Tarot Reader And Dictionary MB Free Tarot Reader And Dictionary Software is a combination of tarot reading and tarot dictionary softwares. This program is a wonderful resource for understanding what your tarot reading means in your life with an accompanying dictionary describing all the meanings. This software is an... Platforms: Windows

License: Freeware Size: 3.01 KB Download (561): MB Free Tarot Reader And Dictionary Download

Added: August 22, 2008 | Visits: 1.487

MB Free Tarot Software MB Free Tarot Software is an advanced personalized tarot design share and reading software. This is the first of its kind where one can design their own custom-made tarot decks / spreads and share it with other people who have interest in divination tools. This helps people send/ receive feedback... Platforms: Windows

License: Freeware Size: 8.96 KB Download (527): MB Free Tarot Software Download

Added: August 10, 2008 | Visits: 1.060

MB Tarotscope MB Free Tarotscope is an excellent and an interesting software which predicts your fortune for a particular day. The software is simple with an easy to use interface and can be administered within two to five minutes. Just enter the time details and the software does the rest for you. MB Free... Platforms: Windows

License: Freeware Size: 2.34 KB Download (128): MB Tarotscope Download

Released: May 25, 2009  |  Added: July 13, 2009 | Visits: 2.795

Zeta Test Zeta Test is an integrated test management environment that enables you to perform black-box tests, white-box tests, regression tests or change management tests of software applications. Zeta Test helps you to plan, perform, log, monitor and document the tests, and then to evaluate the test... Platforms: Windows

License: Freeware Size: 61.14 MB Download (201): Zeta Test Download

Added: January 18, 2010 | Visits: 1.445

Test::Smoke::Patcher Test::Smoke::Patcher is a OO interface to help patching the source-tree. SYNOPSIS use Test::Smoke::Patcher; my $patcher = Test::Smoke::Patcher->new( single => { ddir => $build_dir, pfile => $patch, popts => -p1, v => 1, # 0..2 }); $patcher->patch; or my $patcher =... Platforms: *nix

License: Freeware Size: 153.6 KB Download (110): Test::Smoke::Patcher Download

Added: January 18, 2010 | Visits: 1.150

Test::Stochastic Test::Stochastic is a Perl module to check probabilities of randomized methods. SYNOPSIS use Test::Stochastic qw(stochastic_ok); stochastic_ok sub { ...random sub...}, {a => 0.4, b => 0.6}; stochastic_ok {a => 0.4, b => 0.6}, sub { ...random sub...}; Test::Stochastic::setup(times => 100,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (105): Test::Stochastic Download

Added: January 18, 2010 | Visits: 1.414

Acme::Test::Weather Acme::Test::Weather is a Perl module to test the weather conditions for a user. SYNOPSIS use Test::Weather; plan tests => 2; # You may only install something # when its nice outside. &isnt_snowing(); &isnt_cloudy(); # output: 1..2 ok 1 - its partly cloudy in Montreal, Canada not... Platforms: *nix

License: Freeware Size: 5.12 KB Download (106): Acme::Test::Weather Download

Added: January 18, 2010 | Visits: 1.182

Test::Exception Test::Exception is a Perl module to test exception based code. SYNOPSIS use Test::More tests => 5; use Test::Exception; # or if you dont need Test::More use Test::Exception tests => 5; # then... # Check that something died dies_ok { $foo->method1 } expecting to die; # Check that... Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): Test::Exception Download

Added: January 18, 2010 | Visits: 1.021

Test::Resub Test::Resub is a lexically scoped subroutine replacement for testing. SYNOPSIS #!/usr/bin/perl use Test::More tests => 4; use Test::Resub qw(resub); { package Somewhere; sub show { my ($class, $message) = @_; return "$class, $message"; } } # sanity is( Somewhere->show(beyond the... Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): Test::Resub Download

Added: October 19, 2010 | Visits: 1.564

Test::Unit::Runner::XML Test::Unit::Runner::XML is a Perl module that can generate XML reports from unit test results. SYNOPSIS use Test::Unit::Runner::XML; mkdir("test_reports"); my $runner = Test::Unit::Runner::XML->new("test-reports"); $runner->start($test); exit(!$runner->all_tests_passed());... Platforms: *nix

License: Freeware Size: 3.07 KB Download (111): Test::Unit::Runner::XML Download

Added: October 02, 2010 | Visits: 1.414

Test Environment Toolkit Test Environment Toolkit in short TET, is a multi-platform uniform test scaffold, into which non-distributed and distributed test suites can be incorporated. TET supports tests written in C, C++, Perl, Tcl, Shell (sh, bash, and POSIX shell), Python, Ruby, and Korn Shell. Installation:... Platforms: *nix

License: Freeware Size: 952.32 KB Download (112): Test Environment Toolkit Download

Added: January 02, 2010 | Visits: 1.149

Test::Version Test::Version is a Perl module that has the role to check for VERSION information in modules. SYNOPSIS use Test::Version; plan tests => $num_tests; version_ok( $file ); FUNCTIONS version_ok( FILENAME, [EXPECTED, [NAME] ] ) version_ok requires a filename and returns one of the three... Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Test::Version Download

Added: October 26, 2010 | Visits: 968

Test::Extreme Test::Extreme is a perlish unit testing framework. SYNOPSIS # In ModuleOne.pm combine unit tests with code package ModuleOne; use Test::Extreme; sub foo { return 23 }; sub test_foo { assert_equals foo, 23 } # at the end of the module run_tests ModuleOne if $0 =~ /ModuleOne.pm$/; #... Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Test::Extreme Download

< 1 2 3 4 5