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

Overloaded freeware
Filter: All | Freeware | Demo
 

Overloaded

< 1 2 3 4 > 
Added: August 03, 2010 | Visits: 1.012

APFP APFP (Arbitrary Precision Floating Point) is an Unicon class for performing arbitrary precision floating point calculations. It also includes a class for calculating with arbitrary precision complex numbers. APFP requires unicon overloaded operators. Whats New in This Release: - Made to use...



Platforms: *nix

License: Freeware Size: 100.35 KB Download (97): APFP Download

Added: October 17, 2010 | Visits: 2.108

Set::Infinite::Basic Set::Infinite::Basic is a Perl module with sets of intervals. SYNOPSIS use Set::Infinite::Basic; $set = Set::Infinite::Basic->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite::Basic is a Set Theory module for infinite sets. It works on reals, integers, and...





Platforms: *nix

License: Freeware Size: 49.15 KB Download (91): Set::Infinite::Basic Download

Added: February 07, 2010 | Visits: 675

FreezeThaw FreezeThaw is a Perl module for converting Perl structures to strings and back. SYNOPSIS use FreezeThaw qw(freeze thaw cmpStr safeFreeze cmpStrHard); $string = freeze $data1, $data2, $data3; ... ($olddata1, $olddata2, $olddata3) = thaw $string; if (cmpStr($olddata2,$data2) == 0) {print...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): FreezeThaw Download

Added: January 22, 2010 | Visits: 868

Scalar::Properties Scalar::Properties is a Perl module package that contains run-time properties on scalar variables. SYNOPSIS use Scalar::Properties; my $val = 0->true; if ($val && $val == 0) { print "yup, its true alright...n"; } my @text = ( hello world->greeting(1), forget it, hi...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Scalar::Properties Download

Added: June 26, 2010 | Visits: 829

File::chmod File::chmod is a Perl module that implements symbolic and ls chmod modes. SYNOPSIS use File::chmod; # chmod takes all three types # these all do the same thing chmod(0666,@files); chmod("=rw",@files); chmod("-rw-rw-rw-",@files); # or use File::chmod qw( symchmod lschmod );...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (124): File::chmod Download

Added: May 05, 2010 | Visits: 879

Lingua::Phonology::Segment Lingua::Phonology::Segment is a module to represent a segment as a bundle of feature values. SYNOPSIS use Lingua::Phonology; $phono = new Lingua::Phonology; # Define a feature set $features = $phono->features; $features->loadfile; # Make a segment $segment = $phono->segment; # Set...


Platforms: *nix

License: Freeware Size: 100.35 KB Download (97): Lingua::Phonology::Segment Download

Added: May 12, 2010 | Visits: 664

VTKRendering VTKRendering is a Perl interface to VTKRendering library. Graphics::VTK::OpenGLRenderWindow Inherits from RenderWindow Functions Supported for this class by the PerlVTK module: (To find more about their use check the VTK documentation at http://www.kitware.com.) const char *GetClassName...


Platforms: *nix

License: Freeware Size: 675.84 KB Download (95): VTKRendering Download

Added: July 14, 2010 | Visits: 1.047

Math::Symbolic Math::Symbolic is a Perl module for symbolic calculations. SYNOPSIS use Math::Symbolic; my $tree = Math::Symbolic->parse_from_string(1/2 * m * v^2); # Now do symbolic calculations with $tree. # ... like deriving it... my ($sub) = Math::Symbolic::Compiler->compile_to_sub($tree); my...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (102): Math::Symbolic Download

Added: July 10, 2010 | Visits: 1.473

GPS::PRN GPS::PRN is a package for PRN - Object ID conversions. SYNOPSIS use GPS::PRN; my $obj = GPS::PRN->new(); print "PRN: ", $obj->prn_oid(22231), "n"; print "OID: ", $obj->oid_prn(1), "n"; This module maps GPS PRN number to Satellite OID and vice versa. Object Identification Number (OID)...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (230): GPS::PRN Download

Added: May 24, 2010 | Visits: 948

DB_DataContainer DB_DataContainer is a PEAR compliant database persistence layer and data encapsulation class. A persistence layer can encapsulate the behaviour needed to make objects persistent like for exemple: to load, save and delete objects to and from persistent storage. Currently the only supported...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (95): DB_DataContainer Download

Added: April 26, 2010 | Visits: 1.252

ClamSMTP ClamSMTP project is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software. It accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. The DATA email body is intercepted and scanned before forwarding. ClamSMTP aims to be...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (109): ClamSMTP Download

Added: July 08, 2010 | Visits: 1.050

Better String Library Better String Library is an abstraction of a string data type which is superior to the C library char buffer string type and C++s std::string. The library is totally stand alone, portable (known to work with gcc/g++, MSVC++, Intel C++, WATCOM C/C++, Turbo C, Borland C++, IBMs native CC compiler...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (95): Better String Library Download

Added: May 25, 2010 | Visits: 1.413

Physics::Lorentz::Transformation Physics::Lorentz::Transformation Perl module contains representation of poincare transformations. SYNOPSIS use Physics::Lorentz; my $rotation = Physics::Lorentz::Transformation->rotation_euler( $alpha, $beta, $gamma ); my $vector = Physics::Lorentz::Vector->new([$t, $x, $y, $z]); my...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (155): Physics::Lorentz::Transformation Download

Added: January 12, 2010 | Visits: 2.674

Date::Formatter Date::Formatter Perl module is a simple Date and Time formatting object. SYNOPSIS use Date::Formatter; # create a Date::Formatter object with the current date and time. my $date = Date::Formatter->now(); # create a formatter routine for this object # see formatter mini-language...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (112): Date::Formatter Download

Added: May 22, 2010 | Visits: 1.050

Math::BigInt Math::BigInt is an arbitrary size integer/float math package. SYNOPSIS use Math::BigInt; # or make it faster: install (optional) Math::BigInt::GMP # and always use (it will fall back to pure Perl if the # GMP library is not installed): # will warn if Math::BigInt::GMP cannot be found...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (89): Math::BigInt Download

Added: February 27, 2010 | Visits: 669

Hook::PrePostCall 1.2 Hook::PrePostCall is a Perl module that can add actions before and after a routine. SYNOPSIS require 5.000; use Hook::PrePostCall; sub try { print STDERR "in try: @_n"; @_; } PrePostCall->new( try, sub { print STDERR "pre: @_n"; # process the @_ content...if you want @_; #...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (87): Hook::PrePostCall 1.2 Download

Added: April 20, 2010 | Visits: 1.243

C++ expression template matrix library exmats goal is to provide an easy to use, yet very efficient matrix library. Overloaded operators allow to write algebraic expressions like v=A*u +u in C++, instead of bunch of boring functions. This syntactic sugar comes with runtime cost, one way to eliminate the overhead is to use Expression...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (100): C++ expression template matrix library Download

Added: March 24, 2010 | Visits: 1.152

SQL::Schema SQL::Schema is a Perl module to convert a data dictionary into SQL statements. SYNOPSIS use DBI; my $dbh = DBI->connect(...); use SQL::Schema; my $schema = SQL::Schema->new($dbh); my $sql = $schema->string; print $sql; print "$schema"; WARNING This is alpha software. It...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (98): SQL::Schema Download

Added: July 27, 2010 | Visits: 1.010

HH::Unispool::Config::File::Token::Unnumbered::Bcs HH::Unispool::Config::File::Token::Unnumbered::Bcs is a Perl class for BCS B tokens. SYNOPSIS Application programmers dont need to use this class and API programmers read code. ABSTRACT class for BCS B tokens HH::Unispool::Config::File::Token::Unnumbered::Bcs is a class for BCS B...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (89): HH::Unispool::Config::File::Token::Unnumbered::Bcs Download

Added: January 14, 2010 | Visits: 706

SMTPGuard SMTPGuard is a tool which controls the flow of email traversing an MTA (Mail Transfer Agent). It is designed to be used on an SMTP server for incoming mail, and currently supports postfix. SMTPGuard was originally created to meet the needs of Internet Service Providers (ISPs). ISPs typically...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (97): SMTPGuard Download

< 1 2 3 4 >