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

Live Free Or Die Flag freeware
Filter: All | Freeware | Demo
 

Live Free Or Die Flag

< 1 2 3 4 5 > 
Added: November 01, 2010 | Visits: 1.721

XML::LibXML::Reader XML::LibXML::Reader is a Perl interface to libxml2 pull parser. SYNOPSIS use XML::LibXML::Reader; $reader = new XML::LibXML::Reader("file.xml") or die "cannot read file.xmln"; while ($reader->read) { processNode($reader); } sub processNode { $reader = shift; printf "%d %d %s %dn",...



Platforms: *nix

License: Freeware Size: 256 KB Download (108): XML::LibXML::Reader Download

Added: November 04, 2010 | Visits: 1.094

File::stat File::stat is a by-name interface to Perls built-in stat() functions. SYNOPSIS use File::stat; $st = stat($file) or die "No $file: $!"; if ( ($st->mode & 0111) && $st->nlink > 1) ) { print "$file is executable with lotsa linksn"; } use File::stat qw(:FIELDS); stat($file) or die "No...





Platforms: *nix

License: Freeware Size: 14.2 MB Download (107): File::stat Download

Added: July 14, 2010 | Visits: 1.540

Visopsys Visopsys is an alternative operating system for PC compatible computers. Under development since late 1997, this system is small, fast, and open source. Visopsys features a simple but attractive interface, real preemptive multitasking, and virtual memory. Though it attempts to be compatible in...


Platforms: *nix

License: Freeware Size: 7.5 MB Download (106): Visopsys Download

Added: November 01, 2010 | Visits: 883

Audio::SPX Audio::SPX is a Perl interface to the Sphinx-II audio library. SYNOPSIS use Audio::SPX; my $ad = Audio::SPX->open_sps(16000); $ad->start_rec or die "start_rec failed"; $ad->stop_rec or die "stop_rec failed"; my $samples = $ad->read($buf, $max); my $cad =...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (106): Audio::SPX Download

Added: June 14, 2010 | Visits: 818

DBIx::SQLCrosstab DBIx::SQLCrosstab Perl module creates a server-side cross tabulation from a database. SYNOPSIS use DBIx::SQLCrosstab; my $dbh=DBI->connect("dbi:driver:database" "user","password", {RaiseError=>1}) or die "error in connection $DBI::errstrn"; my $params = { dbh => $dbh, op => [ [SUM,...


Platforms: *nix

License: Freeware Size: 72.7 KB Download (106): DBIx::SQLCrosstab Download

Added: March 27, 2010 | Visits: 844

TeX::DVI TeX::DVI is a Perl module to write out TeXs DVI (DeVice Independent) file. SYNOPSIS use TeX::DVI; use Font::TFM; my $dvi = new TeX::DVI "texput.dvi"; my $font = new_at Font::TFM "cmr10", 12 or die "Error loading cmr10 at 12 pt: $Font::TFM::errstrn"; $dvi->preamble();...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (105): TeX::DVI Download

Added: March 22, 2010 | Visits: 1.369

Net::Telnet::Netscreen Net::Telnet::Netscreen is a Perl module that interacts with a Netscreen firewall. Net::Telnet::Netscreen is mostly a pure rippoff of Net::Telnet::Cisco, with adaptations to make it work on the Netscreen firewalls. It also has some additional commands, but for basic functionality, see...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (105): Net::Telnet::Netscreen Download

Added: July 04, 2010 | Visits: 987

SNMP::Info::Layer3::Aironet SNMP::Info::Layer3::Aironet is a Perl5 Interface to Cisco Aironet Wireless Devices running Aironet software, not IOS. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $aironet = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (105): SNMP::Info::Layer3::Aironet Download

Added: April 04, 2010 | Visits: 833

MPEG::LibMPEG3 MPEG::LibMPEG3 is a Perl interface to libmpeg3 module. SYNOPSIS use strict; use MPEG::LibMPEG3; my $mpeg = MPEG::LibMPEG3->new( $filename ); $mpeg->set_cpus(1); ## I only have 1 cpu but you can put whatever $mpeg->set_mmx(1); ## but it has mmx instructions printf "Audio Streams: %dn",...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (104): MPEG::LibMPEG3 Download

Added: June 14, 2010 | Visits: 1.215

Net::FTP::File Net::FTP::File is a Perl extension for simplifying FTP file operations. SYNOPSIS use Net::FTP::File; my $ftp = Net::FTP->new("some.host.name", Debug => 0) or die "Cannot connect to some.host.name: $@"; $ftp->login("anonymous",-anonymous@) or die "Cannot login ", $ftp->message;...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (104): Net::FTP::File Download

Added: March 09, 2010 | Visits: 1.960

Net::DHCP::Packet Net::DHCP::Packet is a Perl module with object methods to create a DHCP packet. SYNOPSIS use Net::DHCP::Packet; my $p = new Net::DHCP::Packet->new( Chaddr => 000BCDEF, Xid => 0x9F0FD, Ciaddr => 0.0.0.0, Siaddr => 0.0.0.0, Hops => 0); Represents a DHCP packet as specified in RFC 1533,...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (104): Net::DHCP::Packet Download

Added: May 10, 2013 | Visits: 1.387

Help Center Live Help Center Live is dedicated to making available the tools to help you serve your customers and visitors. The Help Center Live Community produces Help Center Live free of charge. All we ask for is your ideas and comments.Modules" are expansions of the core being of HCL. These build on the solid...


Platforms: Windows, *nix, PHP, BSD Solaris

License: Freeware Download (103): Help Center Live Download

Added: June 16, 2010 | Visits: 925

Imager::Filters Imager::Filters is an entire image filtering operations. SYNOPSIS use Imager; $img = ...; $img->filter(type=>autolevels); $img->filter(type=>autolevels, lsat=>0.2); $img->filter(type=>turbnoise) # and lots of others load_plugin("dynfilt/dyntest.so") or die "unable to load pluginn";...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (103): Imager::Filters Download

Added: November 21, 2010 | Visits: 2.216

S-M-S S-M-S stands for Slackware Mini Server ans is a Linux operating system console based and manageable through webmin interface. Although described as a mini server, have all the features of a powerful server such as apache2, sendmail, spamassassin, clamav, squid, iptables firewall, mysql, cups and...


Platforms: *nix

License: Freeware Size: 218.6 MB Download (103): S-M-S Download

Added: July 16, 2010 | Visits: 695

DBIx::TableHash DBIx::TableHash is a Perl module that can tie a hash to a mysql table + SQL utils. SYNOPSIS use DBIx::TableHash; my $DBHash = DBIx::TableHash->create_or_die (my $Params = { DBIDriver => mysql, Database => mydatabase, HostName => localhost, Port => undef, Login => , Password => ,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (102): DBIx::TableHash Download

Added: September 05, 2010 | Visits: 841

Net::Server::POP3proxy Net::Server::POP3proxy is a Perl module with POP3 Proxy class for working with virus scanners and anti-spam software. SYNOPSIS use Net::Server::POP3proxy; # Constructors $popproxy = new Net::Server::POP3proxy( Action => sub { filterAction ($_[0]); }, Error => sub { die ($_[0]); }, Debug...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): Net::Server::POP3proxy Download

Added: February 01, 2010 | Visits: 961

GD::Image::Orientation GD::Image::Orientation is a Perl extension for managing a GD::Images vertical or horizontal orientation (shapewise). SYNOPSIS use GD::Image::Orientation; for(@images) { my $img = GD::Image->new($_) or die $!; $dbh->do("INSERT INTO photogallery.metainfo (Id,Orientation,File) VALUES...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): GD::Image::Orientation Download

Released: August 25, 2011  |  Added: September 10, 2011 | Visits: 981

Empires Online Empire Online II is a free online multi-player strategy game. In this game, you are a young monarch, must use production, construction, wars, diplomacy and all possible means to protect the country. You will be able to decide the country's destiny: suffers bullying, or gains a prominent...


Platforms: Windows

License: Freeware Size: 12.38 MB Download (100): Empires Online Download

Added: January 18, 2010 | Visits: 1.363

SVG::Metadata SVG::Metadata is a Perl module to capture metadata info about an SVG file. SYNOPSIS use SVG::Metadata; my $svgmeta = new SVG::Metadata; $svgmeta->parse($filename) or die "Could not parse $filename: " . $svgmeta->errormsg(); $svgmeta2->parse($filename2) or die "Could not parse...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (99): SVG::Metadata Download

Added: January 18, 2010 | Visits: 1.018

PerlIO::via::Logger PerlIO::via::Logger is a PerlIO layer for prefixing current time to log output. SYNOPSIS use PerlIO::via::Logger; PerlIO::via::Logger->format( [%b %d, %Y %r] ); use PerlIO::via::Logger format => [%b %d, %Y %r] ; open( my $in,<:via(Logger),filein ) or die "Cant open file.ln for reading:...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (99): PerlIO::via::Logger Download

< 1 2 3 4 5 >