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

Whitespace freeware
Filter: All | Freeware | Demo
 

Whitespace

< 1 2 3 4 5 > 
Added: April 09, 2010 | Visits: 1.033

Unicode::Overload Unicode::Overload is a Perl source filter to implement Unicode operations. SYNOPSIS use charnames :full; use Unicode::Overload ( "N{UNION}" => infix => sub { my %a = map{$_=>1}@{$_[0]}; my %b = map{$_=>1}@{$_[1]}; return keys(%a,$b); }, "N{SUPERSCRIPT TWO}" => postfix => sub { $_[0] **... Platforms: *nix

License: Freeware Size: 5.12 KB Download (97): Unicode::Overload Download

Added: July 20, 2010 | Visits: 898

Daizu::File Daizu::File is a Perl class representing files in working copies. Each object of this class represents a particular file in a Daizu CMS working copy (a record in the wc_file table). METHODS Note that all the functions which return the value of a Subversion property will strip leading and... Platforms: *nix

License: Freeware Size: 419.84 KB Download (92): Daizu::File Download

Added: November 24, 2010 | Visits: 1.560

netboot dhctp/tftp server netboot project allows you to easily bootstrap Ubuntu or Debian netinstaller. Or assign address to network device like ILO to configure it. Very simple in use and need almost zero configuration. I always hated dhcpd and tftp-ha. For looking who is asking for boot: kef@flash:~$ sudo ./netboot... Platforms: *nix

License: Freeware Size: 8.19 KB Download (108): netboot dhctp/tftp server Download

Added: May 26, 2010 | Visits: 1.198

Debug::Trace Debug::Trace is a Perl extension to trace subroutine calls. SYNOPSIS perl -MDebug::Trace=foo,bar yourprogram.pl Debug::Trace instruments subroutines to provide tracing information upon every call and return. Using Debug::Trace does not require any changes to your sources. Most often, it... Platforms: *nix

License: Freeware Size: 5.12 KB Download (163): Debug::Trace Download

Added: September 12, 2010 | Visits: 854

String::Scanf String::Scanf can emulate sscanf() of the C library. SYNOPSIS use String::Scanf; # imports sscanf() ($a, $b, $c, $d) = sscanf("%d+%d %f-%s", $input); ($e, $f, $g, $h) = sscanf("%x %o %s:%3c"); # input defaults to $_ $r = String::Scanf::format_to_re($f); or # works only for Perl 5.005... Platforms: *nix

License: Freeware Size: 1.7 MB Download (99): String::Scanf Download

Added: April 11, 2010 | Visits: 1.191

Mail::DKIM::Signature Mail::DKIM::Signature module encapsulates a DKIM signature header. CONSTRUCTORS new() - create a new signature from parameters my $signature = new Mail::DKIM::Signature( [ Algorithm => "rsa-sha1", ] [ Signature => $base64, ] [ Method => "relaxed", ] [ Domain => "example.org", ] [... Platforms: *nix

License: Freeware Size: 47.1 KB Download (98): Mail::DKIM::Signature Download

Added: September 20, 2010 | Visits: 1.312

TuxBank TuxBank is a simple web based application that allows you to manage your finances by seperating your money into virtual "accounts". It caters to small incomes. It is a simple tool that users with simple budgets can use when programs such as Quicken or GnuCash are overly complex for their... Platforms: *nix

License: Freeware Size: 112.64 KB Download (106): TuxBank Download

Added: August 09, 2010 | Visits: 849

AnyData::Format::XML AnyData::Format::XML is a Perl module for tiedhash and DBI access to XML. SYNOPSIS # access XML data via a multi-dimensional tied hash # see AnyData.pod for full details # use AnyData; my $table = adTie( XML, $file, $mode, $flags ); OR # convert data to and from XML # see AnyData.pod... Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): AnyData::Format::XML Download

Added: February 03, 2010 | Visits: 1.239

smtpauth smtpauth is a authenticating proxy for servers without SMTP AUTH. Use smtpauth and stunnel programs to add SMTP AUTH (PLAIN, LOGIN) support to any SMTP server. Clients can authenticate over SSL port 465 or cleartext port 587, and authentication is fully logged via syslog. Works with JBMail,... Platforms: *nix

License: Freeware Size: 11.26 KB Download (101): smtpauth Download

Added: October 03, 2010 | Visits: 1.131

grepcidr grepcidr can filter IP addresses matching IPv4 CIDR/network specification. grepcidr can be used to filter a list of IP addresses against one or more Classless Inter-Domain Routing (CIDR) specifications, or arbitrary networks specified by an address range. As with grep, there are options to... Platforms: *nix

License: Freeware Size: 21.5 KB Download (105): grepcidr Download

Added: November 04, 2010 | Visits: 754

Embedix::ECD Embedix::ECD is a Perl module with Embedix Component Descriptions as objects. SYNOPSIS instantiate from a file my $ecd = Embedix::ECD->newFromFile(busybox.ecd); my $other_ecd = Embedix::ECD->newFromFile(tinylogin.ecd); access nodes my $busybox = $ecd->System->Utilities->busybox; build... Platforms: *nix

License: Freeware Size: 40.96 KB Download (112): Embedix::ECD Download

Added: September 25, 2010 | Visits: 741

DParser DParser project is an simple but powerful tool for parsing. You can specify the form of the text to be parsed using a combination of regular expressions and grammar productions. Because of the parsing technique (technically a scannerless GLR parser based on the Tomita algorithm) there are no... Platforms: *nix

License: Freeware Size: 266.24 KB Download (98): DParser Download

Added: October 22, 2010 | Visits: 1.098

Sort::Fields Sort::Fields is a Perl module that can sort lines containing delimited fields. SYNOPSIS use Sort::Fields; @sorted = fieldsort [3, 2n], @lines; @sorted = fieldsort +, [-1, -3, 0], @lines; $sort_3_2n = make_fieldsort [3, 2n], @lines; @sorted = $sort_3_2n->(@lines); Sort::Fields provides... Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Sort::Fields Download

Added: April 20, 2010 | Visits: 914

Portable Libconfig Libconfig is a configuration file processing library that saves you from having to write your own configuration parsers and routines. This project supports callback functions, automatic variable assignment, and many different configuration file types such as Apache-like, Windows INI-like, and... Platforms: *nix

License: Freeware Size: 90.11 KB Download (95): Portable Libconfig Download

Added: June 03, 2010 | Visits: 982

Backup Monitor Backup Monitor is an rsync backup front-end with a Web interface, which emails reports with an attached summary or logfile. Backup Monitors configuration system is simple to use and can back up single servers or entire server farms from a single machine. Custom email tags can be used to sort... Platforms: *nix

License: Freeware Size: 28.67 KB Download (91): Backup Monitor Download

Added: September 06, 2010 | Visits: 948

B::Lint B::Lint module contains Perl lint. SYNOPSIS perl -MO=Lint[,OPTIONS] foo.pl The B::Lint module is equivalent to an extended version of the -w option of perl. It is named after the program lint which carries out a similar process for C programs. OPTIONS AND LINT CHECKS Option words are... Platforms: *nix

License: Freeware Size: 17.41 KB Download (107): B::Lint Download

Added: October 08, 2010 | Visits: 994

cpphs cpphs is a liberalised re-implementation of cpp, the C pre-processor, in Haskell. Why re-implement cpp? Rightly or wrongly, the C pre-processor is widely used in Haskell source code. It enables conditional compilation for different compilers, different versions of the same compiler, and... Platforms: *nix

License: Freeware Size: 39.94 KB Download (90): cpphs Download

Added: June 27, 2010 | Visits: 959

MARC MARC is a Perl extension to manipulate MAchine Readable Cataloging records. SYNOPSIS use MARC; # constructors $x=MARC->new(); $x=MARC->new("filename","fileformat"); $x->openmarc({file=>"makrbrkr.mrc",format=>"marcmaker", increment=>"5", lineterm=>"n", charset=>%char_hash});... Platforms: *nix

License: Freeware Size: 80.9 KB Download (92): MARC Download

Added: September 05, 2010 | Visits: 685

magpy Magpy is a Python wrapper for the mg search engine. magpy module features fast full text sarch, indexing and boolean queries. Both mg and magpy are released under the GPL (General Public License). Installation: To install magpy from source, extract the archive magpy-*.tar.gz, and run the... Platforms: *nix

License: Freeware Size: 327.68 KB Download (93): magpy Download

Added: October 08, 2010 | Visits: 894

Mail::DKIM::DkSignature Mail::DKIM::DkSignature is a DomainKeys signature header. CONSTRUCTORS parse() - create a new signature from a DomainKey-Signature header my $sig = parse Mail::DKIM::DkSignature( "DomainKey-Signature: a=rsa-sha1; b=yluiJ7+0=; c=nofws" ); Constructs a signature by parsing the provided... Platforms: *nix

License: Freeware Size: 51.2 KB Download (114): Mail::DKIM::DkSignature Download

< 1 2 3 4 5 >