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

Message Recover N Series My Mobile freeware
Filter: All | Freeware | Demo
 

Message Recover N Series My Mobile

< 1 2 3 4 5 > 
Added: July 14, 2010 | Visits: 922

Data::Serializer Data::Serializer package contains modules that serialize data structures. SYNOPSIS use Data::Serializer; $obj = Data::Serializer->new(); $obj = Data::Serializer->new( serializer => Storable, digester => MD5, cipher => DES, secret => my secret, compress => 1, ); $serialized =... Platforms: *nix

License: Freeware Size: 25.6 KB Download (93): Data::Serializer Download

Added: October 24, 2010 | Visits: 843

AFS::KTC_TOKEN AFS::KTC_TOKEN is a Perl class to handle the AFS structure ktc_token. SYNOPSIS use AFS::KTC_TOKEN; use AFS::KTC_PRINCIPAL; use AFS::KTC_EKEY; use AFS::Cell qw(localcell); my $token = AFS::KTC_TOKEN->nulltoken; print "StartTime = ", $token->startTime, "n"; print "EndTime = ",... Platforms: *nix

License: Freeware Size: 184.32 KB Download (97): AFS::KTC_TOKEN Download

Added: May 18, 2010 | Visits: 852

AFS::ACL AFS::ACL is a Perl class to handle the AFS Access Control Lists. SYNOPSIS use AFS::ACL; my $acl = AFS::ACL->new({foobar => none}, {anyuser => write}); $acl->set(rjs => write); $acl->nset(opusl => write); $acl->remove(rjsnfs => write); $acl->clear; foreach my $user ($acl->get_users) {... Platforms: *nix

License: Freeware Size: 184.32 KB Download (109): AFS::ACL Download

Added: May 22, 2010 | Visits: 1.057

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 (90): Math::BigInt Download

Added: March 02, 2010 | Visits: 830

XML::DOM XML::DOM is a perl module for building DOM Level 1 compliant document structures. SYNOPSIS use XML::DOM; my $parser = new XML::DOM::Parser; my $doc = $parser->parsefile ("file.xml"); # print all HREF attributes of all CODEBASE elements my $nodes = $doc->getElementsByTagName... Platforms: *nix

License: Freeware Size: 143.36 KB Download (97): XML::DOM Download

Added: November 11, 2010 | Visits: 1.014

WordNet::Similarity::PathFinder WordNet::Similarity::PathFinder is a Perl module to implement path finding methods (by node counting) for WordNet::Similarity measures of semantic relatedness. SYNOPSIS use WordNet::QueryData; my $wn = WordNet::QueryData->new; use WordNet::Similarity::PathFinder; my $obj =... Platforms: *nix

License: Freeware Size: 645.12 KB Download (92): WordNet::Similarity::PathFinder Download

Added: October 21, 2010 | Visits: 1.146

WordNet::Similarity WordNet::Similarity is a collection of Perl modules for computing measures of semantic relatedness. SYNOPSIS Basic Usage Example use WordNet::QueryData; use WordNet::Similarity::path; my $wn = WordNet::QueryData->new; my $measure = WordNet::Similarity::path->new ($wn); my $value =... Platforms: *nix

License: Freeware Size: 645.12 KB Download (106): WordNet::Similarity Download

Added: August 08, 2010 | Visits: 1.974

MP3::Tag::ID3v2 MP3::Tag::ID3v2 is a Read / Write ID3v2.x.y tags from mp3 audio files. SYNOPSIS MP3::Tag::ID3v2 supports * Reading of ID3v2.2.0 and ID3v2.3.0 tags (some ID3v2.4.0 frames too) * Writing of ID3v2.3.0 tags MP3::Tag::ID3v2 is designed to be called from the MP3::Tag module. use MP3::Tag; $mp3... Platforms: *nix

License: Freeware Size: 174.08 KB Download (126): MP3::Tag::ID3v2 Download

Added: February 04, 2010 | Visits: 900

Net::iTMS Net::iTMS is a Perl interface to the information within the iTunes Music Store (iTMS). SYNOPSIS my $iTMS = Net::iTMS->new; my $artist = $iTMS->get_artist(2893902); print "Artist: ", $artist->name, "n"; for my $album ($artist->discography) { print $album->title, "n"; for my $track... Platforms: *nix

License: Freeware Size: 13.31 KB Download (109): Net::iTMS Download

Added: March 09, 2010 | Visits: 800

SystemC::Netlist::Net SystemC::Netlist::Net is a Perl module which provides Net for a SystemC Module. This is a superclass of Verilog::Netlist::Net, derived for a SystemC netlist pin. Parsing example: @example package Trialparser; @@ISA = qw(SystemC::Parser); sub module @{ my $self = shift; my $module =... Platforms: *nix

License: Freeware Size: 102.4 KB Download (90): SystemC::Netlist::Net Download

Added: September 26, 2010 | Visits: 964

XML::RSS::Parser XML::RSS::Parser is a liberal object-oriented parser for RSS feeds. SYNOPSIS #!/usr/bin/perl -w use strict; use XML::RSS::Parser; use FileHandle; my $p = XML::RSS::Parser->new; my $fh = FileHandle->new(/path/to/some/rss/file); my $feed = $p->parse_file($fh); # output some values my... Platforms: *nix

License: Freeware Size: 12.29 KB Download (93): XML::RSS::Parser Download

Added: January 03, 2010 | Visits: 664

Math::Macopt Math::Macopt is a Perl wrapper for macopt++, which is a conjugate gradient library. INSTALLATION The package can be installed by the standard PERL module installation procedure: perl Makefile.PL make make test make install Please noted that the original "macopt++" C++ source code is... Platforms: *nix

License: Freeware Size: 33.79 KB Download (94): Math::Macopt Download

Added: January 16, 2010 | Visits: 868

Exception::Class::TCF Exception::Class::TCF is a Java/C++ style exception handling. SYNOPSIS try BLOCK [ [catch] NAME FUN_REF ]* throw [ EXCEPTION LIST ] package EnclosureException; @ISA = qw(Exception::Class::TCF); package main; use Exception::Class::TCF; try { if ($Lost) { throw new... Platforms: *nix

License: Freeware Size: 11.26 KB Download (88): Exception::Class::TCF Download

Added: September 24, 2010 | Visits: 1.115

Tk::Image::Calculation Tk::Image::Calculation is a Perl extension for graphic calculations. SYNOPSIS #------------------------------------------------- use Tk::Image::Calculation; my @points_oval = (10, 10, 30, 50); my @points_circle = (20, 20, 60, 60); my @points_polygon = (136, 23, 231, 55, 463, 390, 338, 448,... Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Tk::Image::Calculation Download

Added: January 09, 2010 | Visits: 1.309

Nuhe Nuhe is a rule based log monitoring system, which is capable of action when rules are matched againsts log(s) activity. Default Nuhe mode is to run on background (daemon), but it can also be used in foreground and log analyzer mode. Log analyzer mode just analyzes given logs and prints results to... Platforms: *nix

License: Freeware Size: 112.64 KB Download (92): Nuhe Download

Added: June 09, 2010 | Visits: 625

Apache2::ModBT Apache2::ModBT is a mod_perl interface to mod_bt. SYNOPSIS use Apache2::ModBT; sub handler { my $r = shift; my $tracker = $r->server->ModBT_Tracker(); print $tracker->num_peers, "n"; foreach my $i ($tracker->Infohashes()) { ... } } This is a pole for perl. The Apache2::ModBT... Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): Apache2::ModBT Download

Added: June 09, 2010 | Visits: 3.084

Webalizer::Hist Webalizer::Hist is a Perl module to parse the webalizer.hist-file. SYNOPSIS use Webalizer::Hist; if(my $dwh = Webalizer::Hist->new(source => "webalizer.hist")) { while(my $hashref = $dwh->month()) { print "Got " . $hashref->{totalhits} . " hits in month " . $hashref->{month} . "n"; }... Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Webalizer::Hist Download

Released: October 23, 2012  |  Added: October 23, 2012 | Visits: 534

Free Video to Nokia Converter The free Video to Nokia Converter is a powerful and easy to use Nokia video converter program, with which you can convert videos in all sorts of formats to Nokia MP4, 3GP, MP3, etc. You may choose the output formats such as MP4 which are supportable for Nokia N-series; you can convert videos at... Platforms: Windows

License: Freeware Size: 9.2 MB Download (47): Free Video to Nokia Converter Download

Released: October 16, 2012  |  Added: October 16, 2012 | Visits: 702

AHD Nokia Video Converter The free Video to Nokia Converter is a powerful and easy to use Nokia video converter program, with which you can convert videos in all sorts of formats to Nokia MP4, 3GP, MP3, etc. You may choose the output formats such as MP4 which are supportable for Nokia N-series; you can convert videos at... Platforms: Windows, Other

License: Freeware Size: 9.2 MB Download (46): AHD Nokia Video Converter Download

Released: September 12, 2012  |  Added: September 12, 2012 | Visits: 716

Free GMT Video to Nokia Converter The free Video to Nokia Converter is a powerful and easy to use Nokia video converter program, with which you can convert videos in all sorts of formats to Nokia MP4, 3GP, MP3, etc. You may choose the output formats such as MP4 which are supportable for Nokia N-series; you can convert videos at... Platforms: Windows, Other

License: Freeware Size: 11.76 MB Download (53): Free GMT Video to Nokia Converter Download

< 1 2 3 4 5 >