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

Total Base Number Tbn software
Filter: All | Freeware | Demo
 

Total Base Number Tbn

< 1 2 3 4 5 
Added: March 16, 2010 | Visits: 1.246

Test::Number::Delta Test::Number::Delta is a Perl module to compare the difference between numbers against a given tolerance. SYNOPSIS # Import test functions use Test::Number::Delta; # Equality test with default tolerance delta_ok( 1e-5, 2e-5, values within 1e-6); # Inequality test with default tolerance...



Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Test::Number::Delta Download

Added: March 16, 2010 | Visits: 955

Persistent::Base Persistent::Base is an Abstract Persistent Base Class. SYNOPSIS ### we are a subclass of ... ### use Persistent::Base; @ISA = qw(Persistent::Base); ABSTRACT This is an abstract class used by the Persistent framework of classes to implement persistence with various types of data stores....





Platforms: *nix

License: Freeware Size: 38.91 KB Download (88): Persistent::Base Download

Added: March 07, 2010 | Visits: 1.402

dtRdr::GUI::Wx::Tree::Base dtRdr::GUI::Wx::Tree::Base is a base class for sidebar trees. SYNOPSIS init $tree->init($frame); select_item Select the tree item for a given $id. $tree->select_item($id) The id is probably the id of whatever your widget associated with each tree item. Convenience id_or_id...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (99): dtRdr::GUI::Wx::Tree::Base Download

Added: October 19, 2010 | Visits: 1.211

Acme::MorningMusume::Base Acme::MorningMusume::Base is a baseclass of the class represents each member of Morning Musume. SYNOPSIS use Acme::MorningMusume; my $musume = Acme::MorningMusume->new; # retrieve the members as a list of # Acme::MorningMusume::Base based objects my @members = $musume->members; for my...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (128): Acme::MorningMusume::Base Download

Added: January 26, 2010 | Visits: 795

pppusage pppusage summarizes average and total transfer volumes, number of connections and average and total online time for all logged PPP connections. The data is collected by reading the syslog files which contain the ppp[d] messages. A database file is used to store the relevant data, thus it doesnt...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (93): pppusage Download

Added: August 05, 2010 | Visits: 1.096

XML::SAX::Base XML::SAX::Base is a base Perl class with SAX Drivers and Filters. SYNOPSIS package MyFilter; use XML::SAX::Base; @ISA = (XML::SAX::Base); This module has a very simple task - to be a base class for PerlSAX drivers and filters. Its default behaviour is to pass the input directly to the...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): XML::SAX::Base Download

Added: February 27, 2010 | Visits: 872

Number::Encode Number::Encode is a Perl module to encode bit strings into digit strings. SYNOPSIS use Number::Encode qw(nonuniform uniform); Provides a mechanism to convert arbitrary bit-strings into numeric digit strings. The transformation can be uniform or non-uniform depending on the type of...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (107): Number::Encode Download

Added: September 22, 2010 | Visits: 1.024

Finance::Quote::Yahoo::Base Finance::Quote::Yahoo::Base is a Perl module with common functions for fetching Yahoo info. SYNOPSIS Base functions for use by the Finance::Quote::Yahoo::* modules. This module is not called directly, rather it provides a set of base functions which other Yahoo-related modules can use. If...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (99): Finance::Quote::Yahoo::Base Download

Added: August 15, 2010 | Visits: 952

MP3::Find::Base MP3::Find::Base is a base class for MP3::Find backends. SYNOPSIS package MyFinder; use base MP3::Find::Base; sub search { my $self = shift; my ($query, $dirs, $sort, $options) = @_; # do something to find and sort the mp3s... my @results = do_something(...); return @results; }...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (89): MP3::Find::Base Download

Added: April 19, 2010 | Visits: 819

Number::WithError Number::WithError is a Perl module that contains numbers with error propagation and scientific rounding. SYNOPSIS use Number::WithError; my $num = Number::WithError->new(5.647, 0.31); print $num . "n"; # prints 5.65e+00 +/- 3.1e-01 # (I.e. it automatically does scientific rounding) my...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (89): Number::WithError Download

Added: July 27, 2010 | Visits: 962

Number::Latin Number::Latin is a Perl module that can convert to/from the number system "a,b,...z,aa,ab..." SYNOPSIS use Number::Latin; print join( , map int2latin($_), 1 .. 30), "n"; # # Prints: # a b c d e f g h i j k l m n o p q r s t u v w x y z aa ab ac ad Some applications, notably the...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (103): Number::Latin Download

Added: July 04, 2010 | Visits: 954

Games::LMSolve::Base Games::LMSolve::Base is a base class for puzzle solvers. SYNOPSIS package MyPuzzle::Solver; use Games::LMSolve::Base; @ISA = qw(Games::LMSolve::Base); # Override these methods: sub input_board { ... } sub pack_state { ... } sub unpack_state { ... } sub display_state { ... } sub...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Games::LMSolve::Base Download

Added: July 01, 2010 | Visits: 937

Number::Interval Number::Interval is a Perl module that can implement a representation of a numeric interval. SYNOPSIS use Number::Interval; $i = new Number::Interval( Min => -4, Max => 20); $i = new Number::Interval( Min => 0 ); $is = $i->contains( $value ); $status = $i->intersection( $i2 ); print...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (108): Number::Interval Download

Added: October 14, 2010 | Visits: 1.643

GStreamer Base Plug-ins GStreamer Base Plug-ins is a well-groomed and well-maintained collection of GStreamer plug-ins and elements, spanning the range of possible types of elements one would want to write for GStreamer. GStreamer Base Plug-ins also contains helper libraries and base classes useful for writing...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (106): GStreamer Base Plug-ins Download

Released: September 20, 2011  |  Added: October 12, 2011 | Visits: 1.690

Xlinksoft Total Audio Converter News Release: Xlinksoft Company has developed the most professional Total audio converter -- Xlinksoft Total audio converter. This is the toppest Total audio converter which can convert video to audio and convert among all audio files with great output quality and fast conversion speed....


Platforms: Windows, Other,BlackBerry,iPod,iTouch

License: Shareware Cost: $19.46 USD Size: 16.67 MB Download (106): Xlinksoft Total Audio Converter Download

Released: February 18, 2010  |  Added: February 23, 2010 | Visits: 1.609

Scabery Expression Calculator A very usable multifunctional scientific expression calculator. While using Scabery Expression Calculator, you will never get confused in your calculations as you will always see all the expressions you are calculating as well as the current operation. Scabery Expression Calculator contains the...


Platforms: Windows

License: Shareware Cost: $5.00 USD Size: 2.57 MB Download (551): Scabery Expression Calculator Download

Released: February 16, 2010  |  Added: April 03, 2010 | Visits: 3.263

Roulette Lucky Number Generator Get Roulette Lucky Number Generator by RouletteDoc.com to make your roulette gameplay more systematic! Roulette LNG is a special tool for online roulette players which generates personal lucky numbers recommended for player to bet on in the gameplay. To get your lucky numbers you must follow...


Platforms: Windows

License: Freeware Size: 19.47 KB Download (330): Roulette Lucky Number Generator Download

Released: March 22, 2010  |  Added: April 05, 2010 | Visits: 1.635

SL Random Number Generator SL Random Number Generator is a program designed to generate random numbers. Program can exclude specific digits from random numbers. Output can be decimal, binary, hexadecimal, octal. Numbers can be sorted. Program can print or save all generated numbers.


Platforms: Windows, Other

License: Shareware Cost: $19.95 USD Size: 171.02 KB Download (210): SL Random Number Generator Download

Released: June 06, 2010  |  Added: June 09, 2010 | Visits: 2.254

Drive Serial Number Editor Drive Serial Number Editor is a program that helps you to modify your disk drive's Volume Serial Number (not hard disk's physical serial which you can find at back of your hard disk), the format of Volume Serial Number is: XXXX-XXXX (X - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F).


Platforms: Windows

License: Shareware Cost: $9.95 USD Size: 1.43 MB Download (214): Drive Serial Number Editor Download

Released: August 17, 2011  |  Added: September 07, 2011 | Visits: 1.418

Total CAD View Server Total CAD View Server is a reliable full featured CAD viewer. An ActiveX control allows you viewing and printing CAD drawings via your Internet Explorer browser. The control is very small in size to provide fast downloading. No other additional software is required. Giving access to any...


Platforms: Windows

License: Shareware Cost: $295.00 USD Size: 2.82 MB Download (109): Total CAD View Server Download

< 1 2 3 4 5