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

Smiling Pasta Synopsis software
Filter: All | Freeware | Demo
 

Smiling Pasta Synopsis

< 1 2 3 4 5 > 
Added: September 10, 2010 | Visits: 1.893

Audio::M4P::Decrypt Audio::M4P::Decrypt is a DRMS decryption of Apple iTunes style MP4 player files. Originally derived from the DeDRMS.cs program by Jon Lech Johansen SYNOPSIS use Audio::M4P::Decrypt; my $outfile = mydecodedfile; my $deDRMS = new Audio::M4P::Decrypt; $deDRMS->DeDRMS($mp4file, $outfile);...



Platforms: *nix

License: Freeware Size: 16.38 KB Download (331): Audio::M4P::Decrypt Download

Added: May 02, 2010 | Visits: 1.163

Java::JCR::Lock Java::JCR::Lock is a Perl module that can load JCR lock extension wrappers. SYNOPSIS use Java::JCR::Lock This loads the Perl classes mapped to the Java package named javax.jcr.lock. Installation: Installation can be a bit tricky because this library depends upon Inline::Java, which...





Platforms: *nix

License: Freeware Size: 48.13 KB Download (329): Java::JCR::Lock Download

Added: April 17, 2010 | Visits: 1.163

idl2java idl2java is an IDL compiler to language Java mapping. SYNOPSIS idl2java [options] spec.idl OPTIONS All options are forwarded to C preprocessor, except -h -i -v -x. With the GNU C Compatible Compiler Processor, useful options are : -D name -D name=definition -I directory -I-...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (327): idl2java Download

Added: August 26, 2010 | Visits: 1.903

Tree::Binary Tree::Binary is a Object Oriented Binary Tree for Perl. SYNOPSIS use Tree::Binary; # a tree representaion of the expression: # ((2 + 2) * (4 + 5)) my $btree = Tree::Binary->new("*") ->setLeft( Tree::Binary->new("+") ->setLeft(Tree::Binary->new("2")) ->setRight(Tree::Binary->new("2"))...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (326): Tree::Binary Download

Released: February 09, 2011  |  Added: February 17, 2011 | Visits: 3.065

Recipe4win Recipe4win lets you navigate through thousands recipes from the Recipe4all.com database with a neat interface. It allows you to search recipes by keywords, by ingredients, or by geography. Recipe4win also has direct access to the glossary. With a single click you can see the same recipe or...


Platforms: Windows

License: Freeware Size: 321.93 KB Download (324): Recipe4win Download

Added: March 09, 2010 | Visits: 1.086

MPEG::MP3Play MPEG::MP3Play is a Perl extension for playing back MPEG music. SYNOPSIS use MPEG::MP3Play; my $mp3 = new MPEG::MP3Play; $mp3->open ("test.mp3"); $mp3->play; $mp3->message_handler; This Perl module enables you to playback MPEG music. This README and the documention cover version 0.15...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (323): MPEG::MP3Play Download

Added: November 24, 2010 | Visits: 1.906

Net::YMSG Net::YMSG is a Perl interface to the Yahoo! Messenger IM protocol. SYNOPSIS use Net::YMSG; my $yahoo = Net::YMSG->new( id => your_yahoo_id, password => your_password, ); $yahoo->login or die "Cant login Yahoo!Messenger"; $yahoo->send(recipient_yahoo_id, Hello World!); Net::YMSG is a...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (305): Net::YMSG Download

Added: April 12, 2010 | Visits: 1.625

dtRdr::GUI::Wx::Plugins dtRdr::GUI::Wx::Plugins are plugins for the wx gui. SYNOPSIS This is quite a bit different than the other plugins. init Find, plus construct and/or init plugins and pass each one the frame object. $plugins->init($frame); query_plugin Plugins must answer to NAME and DESCRIPTION...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (302): dtRdr::GUI::Wx::Plugins Download

Added: March 17, 2010 | Visits: 1.514

Audio::TagLib::Vorbis::File Audio::TagLib::Vorbis::File is an implementation of Ogg::File with Vorbis specific methods. SYNOPSIS use Audio::TagLib::Vorbis::File; my $i = Audio::TagLib::Vorbis::File->new("sample vorblis file.ogg"); print $i->tag()->comment()->toCString(), "n"; # got comment This is the central class...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (299): Audio::TagLib::Vorbis::File Download

Added: April 27, 2010 | Visits: 1.705

Audio::AMR::Decode Audio::AMR::Decode is a Perl extension do decode .amr files. SYNOPSIS use Audio::AMR::Decode; Audio::AMR::Decode::amr2raw(infile.amr, outfile.pcm); This module will attempt to decode an amr encoded audio file to a raw pcm audio encoded file. The package contains C-source files for the...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (296): Audio::AMR::Decode Download

Added: March 20, 2010 | Visits: 2.517

Net::SMTP::TLS Net::SMTP::TLS is an SMTP client supporting TLS and AUTH. SYNOPSIS use Net::SMTP::TLS; my $mailer = new Net::SMTP::TLS( your.mail.host, Hello => some.host.name, Port => 25, #redundant User => emailguy, Password=> s3cr3t); $mailer->mail(emailguy@your.mail.host);...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (295): Net::SMTP::TLS Download

Added: September 20, 2010 | Visits: 1.612

Archive::Rar Archive::Rar is a interface with the rar command. SYNOPSIS use Archive::Rar; my $rar =new Archive::Rar(); $rar->Add( -size => $size_of_parts, -archive => $archive_filename, -files => @list_of_files, ); This is a module for the handling of rar archives. Locates the rar command (from...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (291): Archive::Rar Download

Added: November 25, 2010 | Visits: 1.779

Wx::ActiveX::Flash Wx::ActiveX::Flash is an ActiveX interface for Shockwave Flash. SYNOPSIS use Wx::ActiveX::Flash ; my $flash = Wx::ActiveX::Flash->new( $parent , -1 , wxDefaultPosition , wxDefaultSize ); $flash->LoadMovie(0,"file:///F:/swf/test.swf") ; $flash->Play ; EVT_ACTIVEX($this, $flash...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (290): Wx::ActiveX::Flash Download

Added: April 15, 2010 | Visits: 4.301

Winamp::Control Winamp::Control is a Perl module to control winamp (over the network). SYNOPSIS use Winamp::Control; use IO::Extended qw(printfln); my $winamp = Winamp::Control->new( host => $opts{host}, port => $opts{port} ); if( my $ver = $winamp->getversion ) { printfln Connected to Winamp (Ver:...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (276): Winamp::Control Download

Added: April 03, 2010 | Visits: 1.986

Games::Battleship::Craft Games::Battleship::Craft is a Battleship craft class. SYNOPSIS use Games::Battleship::Craft; my $craft = Games::Battleship::Craft->new( id => T, name => tug boat, points => 1, ) $points_remaining = $craft->hit; A Games::Battleship::Craft object represents the profile of a Battleship...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (274): Games::Battleship::Craft Download

Added: April 27, 2010 | Visits: 1.648

ExtUtils::ModuleMaker::Licenses ExtUtils::ModuleMaker::Licenses is a Perl module to get the License for a new module. SYNOPSIS A supporting player for ExtUtils::ModuleMaker to get the COPYRIGHT section of pod and the contents of the LICENSE file. USAGE Should only be called from ExtUtils::ModuleMaker. PUBLIC METHODS...


Platforms: *nix

License: Freeware Size: 80.9 KB Download (274): ExtUtils::ModuleMaker::Licenses Download

Added: October 27, 2010 | Visits: 928

Perlbug::Object Perlbug::Object is a object handler for Perlbug database. Handles Perlbug database objects, typically bug, group, message, patch, note, test, user, and severity, status etc.... Methods included to recognise objects by their id or by their also unique name. SYNOPSIS my $o_obj =...


Platforms: *nix

License: Freeware Size: 501.76 KB Download (274): Perlbug::Object Download

Added: October 19, 2010 | Visits: 1.545

Compress::LZW Compress::LZW is a pure perl implementation of LZW. WARNING This module does not yet support compress(1)s .Z files!! Nor is its interface stable. Hence the alpha status. Expect support to come soon. WARNING Read above once more :) SYNOPSIS use Compress::LZW; my $compressed =...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (271): Compress::LZW Download

Added: January 18, 2010 | Visits: 1.447

Religion::Islam::Qibla Religion::Islam::Qibla is a Perl module that calculates the Muslim Qiblah Direction, Great Circle Distance, and Great Circle Direction. SYNOPSIS use Religion::Islam::Qibla; #create new object with default options, Destination point is Kabah Lat=21 Deg N, Long 40 Deg E my $qibla =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (266): Religion::Islam::Qibla Download

Added: March 09, 2010 | Visits: 1.211

Math::Telephony::ErlangB Math::Telephony::ErlangB is a Perl extension for Erlang B calculations. SYNOPSIS use Math::Telephony::ErlangB qw( :all ); # Evaluate blocking probability $bprob = blocking_probability($traffic, $servers); $gos = gos($traffic, $servers); # Same result as above # Dimension minimum number...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (259): Math::Telephony::ErlangB Download

< 1 2 3 4 5 >