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

Num software
Filter: All | Freeware | Demo
 

Num

< 1 2 3 4 5 > 
Added: July 16, 2010 | Visits: 703

DCE::ACL DCE::ACL is a Perl interface to DCE ACL client API. SYNOPSIS use DCE::ACL; $aclh = DCE::ACL->bind($object); DCE::ACL provides a Perl interface to the sec_acl_* client API. As the sec_acl_list_t structure is rather complex, additional classes and methods are provided so Perl scripts can... Platforms: *nix

License: Freeware Size: 35.84 KB Download (88): DCE::ACL Download

Added: March 18, 2010 | Visits: 822

Math::Expr Math::Expr is a Perl module that parses mathematical expressions. SYNOPSIS require Math::Expr; $p=new Math::Expr; $e=$p->Parse("a+4*b-d/log(s)+f(d,e)"); Parses mathematical expressions into a tree structure. The expressions may contain integers, real numbers, alphanumeric variable names,... Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): Math::Expr Download

Added: October 22, 2010 | Visits: 702

JoeDog::Config JoeDog::Config provides a perl extension for parsing data/configuration file. It reads columns, key-value pairs, and INI style config files into arrays, hashes and hashes of hashes. It can take characters or regexes for separators. ABSTRACT: This is a autoloadable module which allows the... Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): JoeDog::Config Download

Added: August 12, 2010 | Visits: 735

Scalar::Util Scalar::Util is a selection of general-utility scalar subroutines. SYNOPSIS use Scalar::Util qw(blessed dualvar isweak readonly refaddr reftype tainted weaken isvstring looks_like_number set_prototype); Scalar::Util contains a selection of subroutines that people have expressed would be... Platforms: *nix

License: Freeware Size: 43.01 KB Download (97): Scalar::Util Download

Added: July 01, 2010 | Visits: 992

XML::Filter::Sort XML::Filter::Sort is a SAX filter for sorting elements in XML. SYNOPSIS use XML::Filter::Sort; use XML::SAX::Machines qw( :all ); my $sorter = XML::Filter::Sort->new( Record => person, Keys => [ [ lastname, alpha, asc ], [ firstname, alpha, asc ], [ @age, num, desc] ], ); my... Platforms: *nix

License: Freeware Size: 25.6 KB Download (109): XML::Filter::Sort Download

Added: September 16, 2010 | Visits: 1.285

Grid::Transform Grid::Transform is a Perl module with fast grid transformations. SYNOPSIS use Grid::Transform; $g = Grid::Transform->new([a..o], rows=>5); $g->rotate_270->flip_vertical; print join( , $g->grid), "n"; The Grid::Transform module provides fast methods to transform a grid of arbitrary data... Platforms: *nix

License: Freeware Size: 36.86 KB Download (104): Grid::Transform Download

Added: June 16, 2010 | Visits: 913

Locale::TextDomain Locale::TextDomain is a Perl Interface to Uniforum Message Translation. SYNOPSIS use Locale::TextDomain (my-package, @locale_dirs); use Locale::TextDomain qw (my-package); my $translated = __"Hello World!n"; my $alt = $__{"Hello World!n"}; my $alt2 = $__->{"Hello World!n"}; my @list... Platforms: *nix

License: Freeware Size: 460.8 KB Download (100): Locale::TextDomain Download

Added: August 03, 2010 | Visits: 1.252

PDL::Graphics::AquaTerm PDL::Graphics::AquaTerm is a Perl module that provides access to the AquaTerm Mac OS-X graphics terminal. SYNOPSIS # example 1 use PDL; use PDL::Graphics::LUT; use PDL::Graphics::AquaTerm; my $x_size = 255; my $y_size = 255; aquaOpen({SIZE_X => $x_size, SIZE_Y => $y_size});... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): PDL::Graphics::AquaTerm Download

Added: February 20, 2010 | Visits: 801

Math::Fraction Math::Fraction is a Perl module to manipulate exact fractions. SYNOPSIS use Math::Fraction; $a = frac(1,2); $b = frac(6,7); print "$a + $b = ", $a + $b, "$a * $b = ", $a * $b; print $a->num;. Platforms: *nix

License: Freeware Size: 16.38 KB Download (101): Math::Fraction Download

Added: April 24, 2010 | Visits: 979

archive2iso archive2iso application takes a directory tree and randomizes the files in the tree to stripe the files across several ISO files that can be archived or burned off to a CD. The intended use is to stripe files across multiple CD/DVD randomly so if one disc is damaged all the images that were in... Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): archive2iso Download

Added: September 02, 2010 | Visits: 1.039

Math::NumberCruncher Math::NumberCruncher Perl module contains a collection of useful math-related functions. SYNOPSIS It should be noted that as of v4.0, there is now an OO interface to Math::NumberCruncher. For backwards compatibility, however, the previous, functional style will always be supported. # OO... Platforms: *nix

License: Freeware Size: 81.92 KB Download (101): Math::NumberCruncher Download

Added: April 14, 2010 | Visits: 1.004

Hash::Type Hash::Type module contains pseudo-hashes as arrays tied to a "type" (list of fields). SYNOPSIS use Hash::Type; # create a Hash::Type my $personType = new Hash::Type(qw(firstname lastname city)); # create and populate some hashes tied to $personType tie %wolfgang, $personType, "wolfgang... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Hash::Type Download

Added: July 11, 2010 | Visits: 900

File::Tabular File::Tabular can search and edit flat tabular files. SYNOPSIS use File::Tabular; my $f = new File::Tabular($filename); my $row = $f->fetchrow; print $row->{field1}, $row->{field2}; $row = $f->fetchrow(where => someWord); $row = $f->fetchrow(where => field1 > 4 AND field2 >=... Platforms: *nix

License: Freeware Size: 16.38 KB Download (101): File::Tabular Download

Added: October 13, 2010 | Visits: 958

qmail-rblchk qmail-rblchk filter all incoming mail and check if it comes from RBL listed IPs. It is for use in .qmail to check the IP address from the Received lines. qmail-rblchk has the same function as rblsmtpd, but the messages are checked at local delivery time. Compile it with: tar -xfz... Platforms: *nix

License: Freeware Size: 2.05 KB Download (98): qmail-rblchk Download

Added: October 19, 2010 | Visits: 876

B::C B::C is Perl compilers C backend. SYNOPSIS perl -MO=C[,OPTIONS] foo.pl This compiler backend takes Perl source and generates C source code corresponding to the internal structures that perl uses to run your program. When the generated C source is compiled and run, it cuts out the time which... Platforms: *nix

License: Freeware Size: 12.2 MB Download (101): B::C Download

Added: October 16, 2010 | Visits: 1.158

pwgen pwgen is a password generator which can generate a desired number of password of arbitrary length and optional special characters. pwgen was implemented in C just for educational purposes. Usage: pwgen [options] Options: -h display this text. -l < num > password length, defaults to 10.... Platforms: *nix

License: Freeware Size: 3.07 KB Download (144): pwgen Download

Added: November 26, 2010 | Visits: 1.421

Math::Logic Math::Logic is a Perl module that provides pure 2, 3 or multi-value logic. SYNOPSIS use Math::Logic qw( $TRUE $FALSE $UNDEF $STR_TRUE $STR_FALSE $STR_UNDEF ) ; # 1 0 -1 TRUE FALSE UNDEF use Math::Logic :NUM ; # $TRUE $FALSE $UNDEF -- what you normally want use Math::Logic :ALL ; # All... Platforms: *nix

License: Freeware Size: 12.29 KB Download (104): Math::Logic Download

Added: August 18, 2010 | Visits: 759

REST::Application REST::Application is a framework for building RESTful web-applications. SYNOPSIS # MyRESTApp L instance / mod_perl handler package MyRESTApp; use Apache; use Apache::Constants qw(:common); sub handler { __PACKAGE__->new(request => $r)->run(); return OK; } sub getMatchText { return... Platforms: *nix

License: Freeware Size: 15.36 KB Download (91): REST::Application Download

Added: July 14, 2010 | Visits: 1.225

Data::Type Data::Type is a Perl module with versatile data and value types. SYNOPSIS use Data::Type qw(:all); use Error qw(:try); try { verify $email , EMAIL; verify $homepage , URI(http); verify $cc , CREDITCARD( MASTERCARD, VISA ); verify $answer_a , YESNO; verify $gender , GENDER; verify... Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Data::Type Download

Added: February 18, 2010 | Visits: 551

Net::Z3950::AsyncZ Net::Z3950::AsyncZ is a Perl extension for the Z3950 module. SYNOPSIS Overview use Net::Z3950::AsyncZ; use Net::Z3950::AsyncZ qw(:record :headers :errors); use Net::Z3950::AsyncZ qw(asyncZOptions isZ_MARC isZ_GRS isZ_RAW isZ_DEFAULT noZ_Response isZ_Header isZ_ServerName Z_serverName);... Platforms: *nix

License: Freeware Size: 133.12 KB Download (92): Net::Z3950::AsyncZ Download

< 1 2 3 4 5 >