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

Sn freeware
Filter: All | Freeware | Demo
 

Sn

< 1 2 3 > 
Added: September 06, 2010 | Visits: 1.266

Persistent::MySQL Persistent::MySQL is a persistent class implemented using a MySQL database. SYNOPSIS use Persistent::MySQL; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Persistent::MySQL Download

Added: August 18, 2010 | Visits: 958

Persistent::LDAP Persistent::LDAP is a persistent class implemented using a LDAP directory. SYNOPSIS use Persistent::LDAP; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $person = new... Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Persistent::LDAP Download

Added: February 08, 2010 | Visits: 751

Audio::RaveMP Audio::RaveMP is a Perl interface to Sensory Science RaveMP player. SYNOPSIS use Audio::RaveMP (); The Audio::RaveMP module provides a Perl interface to the Sensory Science RaveMP player. METHODS new my $rmp = Audio::RaveMP->new; permitted Check parallel port permissions (must be... Platforms: *nix

License: Freeware Size: 25.6 KB Download (94): Audio::RaveMP Download

Added: August 12, 2010 | Visits: 1.163

GO::Model::Term GO::Model::Term is a term or concept in an ontology. SYNOPSIS # From a file use GO::Parser; my $parser = new GO::Parser({handler=>obj}); # create parser object $parser->parse("gene_ontology.obo"); # parse file -> objects my $graph = $parser->handler->graph; # get L object my $term =... Platforms: *nix

License: Freeware Size: 593.92 KB Download (97): GO::Model::Term Download

Added: January 24, 2010 | Visits: 790

Scalar::MultiValue Scalar::MultiValue is a Perl module to create a SCALAR with multiple values. This module create a SCALAR with multiple values, where this values can be randomic or can change by a defined period. USAGE: With a period of 2: my $s = new Scalar::MultiValue( [qw(a b c d)] , 2 ) ; for(0..8)... Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): Scalar::MultiValue Download

Added: July 08, 2010 | Visits: 668

Volity::Jabber Volity::Jabber is a base class for Jabber-speaking Volity objects. SYNOPSIS package My::Volity::Object; use base qw(Volity::Jabber); use fields qw(wubba_wubba); # Override the parents initialize method to set values on construction. sub initialize { my $self = shift;... Platforms: *nix

License: Freeware Size: 102.4 KB Download (90): Volity::Jabber Download

Added: September 13, 2010 | Visits: 734

MassResolve MassResolve application performs reverse DNS lookups for network blocks or an input file. The requests can be performed mulit-threaded. Usage: ./res < subnet or filename to resolve > < forks > Code: /* MassResolve (C) 2000 John Anderson (john@ev6.net) This program performs reverse dns... Platforms: *nix

License: Freeware Size: 4.1 KB Download (103): MassResolve Download

Added: September 14, 2010 | Visits: 1.047

Bcrypt Bcrypt project is a lightweight blowfish file encryption utility which aims for cross-platform portability of not only the actual code, but the encrypted files as well. In addition to providing 448-bit encryption, Bcrypt overwrites input files with random garbage. Installation: If youre so... Platforms: *nix

License: Freeware Size: 36.86 KB Download (102): Bcrypt Download

Added: April 26, 2010 | Visits: 1.466

MP4::Info MP4::Info is a Perl module that can fetch info from MPEG-4 files (.mp4, .m4a, .m4p, .3gp). SYNOPSIS #!perl -w use MP4::Info; my $file = Pearls_Before_Swine.m4a; my $tag = get_mp4tag($file) or die "No TAG info"; printf "$file is a %s trackn", $tag->{GENRE}; my $info =... Platforms: *nix

License: Freeware Size: 133.12 KB Download (113): MP4::Info Download

Added: August 07, 2010 | Visits: 923

Unix::Conf::Bind8::Conf Unix::Conf::Bind8::Conf is a front end for a suite of classes for manipulating a Bind8 style configuration file. SYNOPSIS my ($conf, $obj, $ret); $conf = Unix::Conf::Bind8->new_conf ( FILE => named.conf, SECURE_OPEN => /etc/named.conf, ) or $conf->die ("couldnt create `named.conf"); #... Platforms: *nix

License: Freeware Size: 77.82 KB Download (102): Unix::Conf::Bind8::Conf Download

Added: March 11, 2010 | Visits: 1.044

Perl x86 Disassembler The libdisasm library provides basic disassembly of Intel x86 instructions from a binary stream. The intent is to provide an easy to use disassembler which can be called from any application; the disassembly can be produced in AT&T syntax and Intel syntax, as well as in an intermediate format... Platforms: *nix

License: Freeware Size: 38.91 KB Download (138): Perl x86 Disassembler Download

Added: July 14, 2010 | Visits: 1.227

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: March 17, 2010 | Visits: 674

Inline::Struct Inline::Struct is a Perl module that manipulate C structures directly from Perl. SYNOPSIS use Inline C => Config => Structs => [Foo]; my $obj = Inline::Struct::Foo->new; $obj->num(10); $obj->str("Hello"); myfunc($obj); __END__ __C__ struct Foo { int num; char *str; }; void... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Inline::Struct Download

Added: September 07, 2010 | Visits: 771

AFS::PTS AFS::PTS is a Perl class to communicate with the AFS Protection Server. SYNOPSIS use AFS::PTS; my $num_flg = AFS::PTS->convert_numeric_names; my $bits = AFS::PTS->ascii2ptsaccess("S----"); my $flags = AFS::PTS->ptsaccess2ascii($bits); my $pts = AFS::PTS->new; my $id =... Platforms: *nix

License: Freeware Size: 184.32 KB Download (96): AFS::PTS Download

Added: June 18, 2010 | Visits: 1.037

Search::Tools::RegExp Search::Tools::RegExp is a Perl module to build regular expressions from search queries. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); # the word itself printf("the word is %sn",... Platforms: *nix

License: Freeware Size: 49.15 KB Download (102): Search::Tools::RegExp Download

Added: September 25, 2010 | Visits: 1.733

Remote Gnu Database Manager Remote Gnu Database Manager is a network server daemon and client library for the standard GNU GDBM(3) database management interface, which itself incorporates Berkeley DBM. To setup after installation (these notes are for 2.1.33 or later), let make install do what it can, and then: 1. create... Platforms: *nix

License: Freeware Size: 77.82 KB Download (106): Remote Gnu Database Manager Download

Added: February 09, 2010 | Visits: 1.162

IMLogger IMLogger provides an utility which logs instant messenger screen names logging on and off. IMLogger provides a usable program to enable network administrators to log certain instant messaging activities (namely, login and logout). AOL is currently supported, with Yahoo, MSN, and Jabber... Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): IMLogger Download

Added: February 10, 2010 | Visits: 949

Device::Cdio::ISO9660::IFS Device::Cdio::ISO9660::IFS is a class for ISO 9660 Filesystem image reading. SYNOPSIS This encapsulates ISO 9660 filesystem Image handling. The class is often used in conjunction with Device::Cdio::ISO9660. use Device::Cdio::ISO9660; use Device::Cdio::ISO9660::IFS; $iso =... Platforms: *nix

License: Freeware Size: 225.28 KB Download (98): Device::Cdio::ISO9660::IFS Download

Added: November 01, 2010 | Visits: 587

Libsf Libsf is a stack fingerprinting library. Libsf allows the following: libsf_t *s; s = libsf_init(LIBSF_ACTIVE, device, argv[optind], 0, 1, flags, errbuf); libsf_active_id(s); /* get the total number of matches */ tm = libsf_os_get_tm(s); /* get the high score */ hs =... Platforms: *nix

License: Freeware Size: 143.36 KB Download (96): Libsf Download

Added: August 06, 2010 | Visits: 864

newsq newsq consists of an interactive program to manipulate messages in an outgoing news queue. newsq allows you to re-edit, view, delete, and postpone messages in your outgoing news queue after youve composed them but before youve uploaded them to your remote server. It uses the curses library to... Platforms: *nix

License: Freeware Size: 112.64 KB Download (90): newsq Download

< 1 2 3 >