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

Math Business Cards freeware
Filter: All | Freeware | Demo
 

Math Business Cards

< 1 2 3 4 5 > 
Released: June 10, 2003  |  Added: August 23, 2006 | Visits: 4.006

Business Plan eGuides The PlanWare eGuides comprise a series of "white papers" on business planning matters compiled as a self-contained executable file. They are presented as a series of web-style pages which can be viewed on-screen or printed onto 90+ pages. They cover: Getting New Business Ideas, Devising Venture...



Platforms: Windows

License: Freeware Size: 641 KB Download (767): Business Plan eGuides Download

Released: May 12, 2003  |  Added: December 04, 2008 | Visits: 6.735

Math Homework Maker The Math Homework Maker, is a FREE software which can solve all your homework. If you are a pupil or a student, needing help with your math homework or just want to check them, Then you must have this software. The Math Homework Maker covers everything you need, from elementary school up...





Platforms: Windows

License: Freeware Size: 409 KB Download (1120): Math Homework Maker Download

Released: May 01, 2004  |  Added: February 21, 2006 | Visits: 2.838

Business Functions Basic Edition Library of 100+ functions for Business Planning and Budgeting with MS-Excel.


Platforms: Windows

License: Freeware Size: 4.88 MB Download (644): Business Functions Basic Edition Download

Released: April 08, 2009  |  Added: April 13, 2009 | Visits: 1.943

Business Opportunity Business opportunities online. How to start your own business online. Read this information if you are looking for a business opportunity and want to get started easily. You can get going with zero investment and you do not need a product of your own. Compare this to the offline world where you...


Platforms: Windows

License: Freeware Size: 568.93 KB Download (310): Business Opportunity Download

Released: June 26, 2009  |  Added: June 30, 2009 | Visits: 3.474

Home Based Business Ideas Browser Toolbar For Home Based Business Ideas. Use This Home Business Toolbar. You can also check the local weather and listen to a Dance Radio Station.If you are looking for a Home Based Business Opportunity then visit my website for Internet marketing secrets, services and solutions for your...


Platforms: Windows, Mac

License: Freeware Size: 1.49 MB Download (130): Home Based Business Ideas Download

Added: March 06, 2010 | Visits: 1.208

Business::Associates::Stylesheet Business::Associates::Stylesheet is a Perl information on the Associates XSLT stylesheets and how to modify the data processing. THE PROCESSING MODEL Before we get going on the details, let us first remind ourselves on what we might call the processing model of the Associates package. The...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (98): Business::Associates::Stylesheet Download

Added: July 06, 2010 | Visits: 1.109

Math::Combinatorics Math::Combinatorics is a Perl module that can perform combinations and permutations on lists. SYNOPSIS Available as an object oriented API. use Math::Combinatorics; my @n = qw(a b c); my $combinat = Math::Combinatorics->new(count => 2, data => [@n], ); print "combinations of 2 from:...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (168): Math::Combinatorics Download

Added: September 12, 2010 | Visits: 2.084

Games::Cards Games::Cards is a Perl module for writing and playing card games. SYNOPSIS use Games::Cards; my $Rummy = new Games::Cards::Game; # Create the correct deck for a game of Rummy. my $Deck = new Games::Cards::Deck ($Rummy, "Deck"); # shuffle the deck and create the discard pile...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (124): Games::Cards Download

Added: July 01, 2010 | Visits: 837

Math::NoCarry Math::NoCarry is a Perl extension for no carry arithmetic. SYNOPSIS use Math::NoCarry; my $sum = Math::NoCarry::add( 123, 456 ); my $difference = Math::NoCarry::subtract( 123, 456 ); my $product = Math::NoCarry::multiply( 123, 456 ); No carry arithmetic doesnt allow you to carry...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Math::NoCarry Download

Added: February 10, 2010 | Visits: 1.154

Business::Shipping::DataTools Business::Shipping::DataTools is a Perl module that can convert tables from original format into usable format. SYNOPSIS bin/update.pl This is an optional module. It is used to update Business::Shipping::DataFiles. These tools convert the original source data obtained from shippers into a...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (92): Business::Shipping::DataTools Download

Added: March 26, 2010 | Visits: 1.083

Business::OnlinePayment::iAuthorizer Business::OnlinePayment::iAuthorizer is an iAuthorizer.net backend for Business::OnlinePayment. SYNOPSIS use Business::OnlinePayment; my $tx = new Business::OnlinePayment("iAuthorizer"); $tx->content(login => ..., # login, password, and serial for your account password => ..., serial =>...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): Business::OnlinePayment::iAuthorizer Download

Added: November 06, 2010 | Visits: 873

Math::FresnelZone SYNOPSIS use Math::FresnelZone; use Math::FresnelZone qw(fresnel fresnelMi fresnelKm); The arguments are: 0 - distance in kilometers or miles (default is 1), 1 - frequency in GHz (defualt 2.4), 2 - set to true to specify that the distance you are inputting is in miles and that the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): Math::FresnelZone Download

Added: June 09, 2010 | Visits: 1.750

SVG-cards SVG-cards is a set of playing cards made from pure SVG with all kings, queens, jacks, numbers, jokers, and backs of cards. You can use SVG-cards everywhere you like : Web pages, games, the GNOME desktop, the KDE desktop, and so on... You can print them on your color printer and make real...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (196): SVG-cards Download

Added: January 16, 2010 | Visits: 3.569

The Open For Business Project The Open For Business Project is an open source enterprise automation software project licensed under the MIT Open Source License. By open source enterprise automation we mean: Open Source ERP, Open Source CRM, Open Source E-Business / E-Commerce, Open Source SCM, Open Source MRP, Open Source...


Platforms: *nix

License: Freeware Size: 28.51 MB Download (374): The Open For Business Project Download

Added: July 05, 2010 | Visits: 940

Math::HashSum Math::HashSum can sum a list of key-value pairs on a per-key basis. SYNOPSIS use Math::HashSum qw(hashsum); my %hash1 = (a=>.1, b=>.4); my %hash2 = (a=>.2, b=>.5); my %sum = hashsum(%hash1,%hash2); print "$sum{a}n"; # Prints .3 print "$sum{b}n"; # Prints .9 This module allows you to...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): Math::HashSum Download

Added: September 13, 2010 | Visits: 1.197

Math::Numbers Math::Numbers is a Perl module that contains methods for mathematical approaches of concepts of the number theory. SYNOPSIS use Math::Numbers; my $a = 123; my $b = 34; my $numbers = Math::Numbers->new($a, $b [, ...]); print "They are coprimes (relatively primes)!n" if...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (98): Math::Numbers Download

Added: June 13, 2010 | Visits: 1.056

Business::PayBox Business::PayBox is a OO wrapper for Paybox Java Localhost Listener (LHL). SYNOPSIS To create object: use Business::PayBox; $PB = Business::PayBox->new(MRID => +490001234567); or $PB = Business::PayBox->new(MRID => +490001234567, server => 192.168.1.1, port => 61); To do a payment:...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (102): Business::PayBox Download

Added: July 08, 2010 | Visits: 1.491

Math::CDF Math::CDF is a Perl module to generate probabilities and quantiles from several statistical probability functions. SYNOPSIS use Math::CDF; $prob = &Math::CDF::pnorm(1.96); if( not defined($z = &Math::CDF::qnorm(0.975)) ) { die "qnorm() failed"; } or use Math::CDF qw(:all); $prob =...


Platforms: *nix

License: Freeware Size: 65.54 KB Download (129): Math::CDF Download

Added: April 14, 2010 | Visits: 2.998

Penguin Cards Penguin Cards project is a card game. PenguinCards is a two-player card game. The aim is to find the pairs of cards on the board. The one who finds out more card pairs is the winner. PenguinCards is a java-based game. If you are unhappy with images on the cards, then simply copy your cards...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (397): Penguin Cards Download

Added: February 09, 2010 | Visits: 1.083

Math::Vec Math::Vec is a Object-Oriented Vector Math Methods in Perl. SYNOPSIS use Math::Vec; $v = Math::Vec->new(0,1,2); or use Math::Vec qw(NewVec); $v = NewVec(0,1,2); @res = $v->Cross([1,2.5,0]); $p = NewVec(@res); $q = $p->Dot([0,1,0]); or use Math::Vec qw(:terse); $v = V(0,1,2); $q...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (110): Math::Vec Download

< 1 2 3 4 5 >