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

Eq freeware
Filter: All | Freeware | Demo
 

Eq

< 1 2 3 4 5 
Added: January 03, 2010 | Visits: 904

Test::Usage Test::Usage is a different approach to testing: selective, quieter, colorful. SYNOPSIS Lets say we are building module Foo.pm. To exercise it, we write a usage examples module, Foo_T.pm, which may eventually look something like this: package Foo_T; use Test::Usage; use strict; use... Platforms: *nix

License: Freeware Size: 16.38 KB Download (94): Test::Usage Download

Added: August 11, 2010 | Visits: 707

Filesys::SamFS Filesys::SamFS is a Perl extension mapping the SamFS API to Perl. SYNOPSIS use Filesys::SamFS; Filesys::SamFS makes the SamFS API available to Perl. SamFS is a HSM (Hierarchical Storage Management) Filesystem; it manages files in two storage levels - a cache on disks and an archive on... Platforms: *nix

License: Freeware Size: 18.43 KB Download (93): Filesys::SamFS 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: December 03, 2013 | Visits: 962

ZynAddSubFX ZynAddSubFX is a opensource software synthesizer capable of making a countless number of instruments, from some common heared from expensive hardware to interesting sounds that you'll boost to an amazing universe of sounds. ZynAddSubFX project started in March 2002, and I had written it because... Platforms: *nix

License: Freeware Size: 2.34 MB Download (115): ZynAddSubFX Download

Added: August 16, 2010 | Visits: 1.237

POE::Component::Audio::Mad::Dispatch POE::Component::Audio::Mad::Dispatch is a POE::Component::Audio::Mad frontend implementing listener based message dispatch. SYNOPSIS use POE; use POE::Component::Audio::Mad::Dispatch; ## we print some stuff below, and we dont want it ## to get buffered.. so turn on autoflush. $| = 1;... Platforms: *nix

License: Freeware Size: 22.53 KB Download (101): POE::Component::Audio::Mad::Dispatch Download

Added: February 17, 2010 | Visits: 1.087

POE::Wheel::Audio::Mad POE::Wheel::Audio::Mad is a POE Wheel implementing in-session non-blocking mpeg stream playing. SYNOPSIS use POE; use POE::Wheel::Audio::Mad; POE::Session->create( inline_states => { _start => &am_start, message => &am_message } ); sub am_start { my ($kernel, $heap) = @_[KERNEL,... Platforms: *nix

License: Freeware Size: 22.53 KB Download (88): POE::Wheel::Audio::Mad Download

Added: August 18, 2010 | Visits: 958

FmpegPlayer FmpegPlayer is an MP3/MPEG/audio CD player for Linux. It combines smpeg, SDL, mpg123, and gtkhtml in an original way. It contains a built-in browser for radio channels from shoutcast.com, allowing you to listen to a channel directly in your player with a single click. There is also a "jukebox"... Platforms: *nix

License: Freeware Size: 204.8 KB Download (93): FmpegPlayer Download

Added: April 09, 2010 | Visits: 1.042

Net::Milter Net::Milter provides a masquerade as the MTA to communicate with email filters through a milter interface. SYNOPSIS use Net::Milter; my $milter = new Net::Milter; $milter->open(127.0.0.1,5513,tcp); my ($milter_version,$returned_actions_ref,$returned_protocol_ref) =... Platforms: *nix

License: Freeware Size: 10.24 KB Download (100): Net::Milter Download

Added: March 16, 2010 | Visits: 882

XML::SAX::Intro XML::SAX::Intro is an Introduction to SAX Parsing with Perl. XML::SAX is a new way to work with XML Parsers in Perl. In this article well discuss why you should be using SAX, why you should be using XML::SAX, and well see some of the finer implementation details. The text below assumes some... Platforms: *nix

License: Freeware Size: 58.37 KB Download (101): XML::SAX::Intro Download

Added: November 05, 2010 | Visits: 749

Text::MicroMason::Mason Text::MicroMason::Mason is a simple compiler for Mason-style Templating. SYNOPSIS Mason syntax provides several ways to mix Perl into a text template: < %args > $name < /%args > % if ( $name eq Dave ) { Im sorry < % $name % >, Im afraid I cant do that right now. % } else { < %perl >... Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): Text::MicroMason::Mason Download

Added: November 06, 2010 | Visits: 727

Text::MicroMason::HTMLMason Text::MicroMason::HTMLMason is a simple compiler for Mason-style Templating. SYNOPSIS Create a MicroMason object to interpret the templates: use Text::MicroMason; my $mason = Text::MicroMason->new(); Use the standard compile and execute methods to parse and evalute templates: print... Platforms: *nix

License: Freeware Size: 69.63 KB Download (92): Text::MicroMason::HTMLMason Download

Added: May 03, 2010 | Visits: 867

Text::MicroMason::ServerPages Text::MicroMason::ServerPages Perl module contains an alternate syntax like ASP/JSP Templates. SYNOPSIS Instead of using this class directly, pass its name to be mixed in: use Text::MicroMason; my $mason = Text::MicroMason::Base->new( -ServerPages ); Use the standard compile and execute... Platforms: *nix

License: Freeware Size: 69.63 KB Download (93): Text::MicroMason::ServerPages Download

Added: April 24, 2010 | Visits: 1.004

Test::Simple Test::Simple is a Perl module with basic utilities for writing tests. SYNOPSIS use Test::Simple tests => 1; ok( $foo eq $bar, foo is bar ); ** If you are unfamiliar with testing read Test::Tutorial first! ** This is an extremely simple, extremely basic module for writing tests suitable... Platforms: *nix

License: Freeware Size: 77.82 KB Download (92): Test::Simple Download

Added: October 12, 2010 | Visits: 1.405

Data::Password::Manager Data::Password::Manager is a Perl module to generate, check, manage crypt - des passwords. SYNOPSIS use Data::Password::Manager qw( pw_gen pw_valid pw_obscure pw_clean pw_get ); $password = pw_gen($cleartext); $ok = pw_valid($cleartxt,$password); $clean_text = pw_clean($dirty_text);... Platforms: *nix

License: Freeware Size: 13.31 KB Download (105): Data::Password::Manager Download

Added: May 06, 2010 | Visits: 803

Net::Akismet Net::Akismet is a Perl interface to Akismet - comment and trackback spam fighter. SYNOPSIS my $akismet = Net::Akismet->new( KEY => secret-baba-API-key, URL => http://example.blog.net/, ) or die(Key verification failure!); my $verdict = $akismet->check( USER_IP => 10.10.10.11,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): Net::Akismet Download

Added: February 04, 2010 | Visits: 1.079

Apache::Cache Apache::Cache is a cache data accessible between Apache childrens. SYNOPSIS use Apache::Cache qw(:status); my $cache = new Apache::Cache(default_expires_in=>"5 minutes"); # if the if the next line is called within 10 minutes, then this # will return the cache value overwise, this will... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Apache::Cache Download

Added: March 15, 2010 | Visits: 1.046

FFI::Library FFI::Library is a module with Perl Access to Dynamically Loaded Libraries. SYNOPSIS use FFI::Library; $lib = FFI::Library->new("mylib"); $fn = $lib->function("fn", "signature"); $ret = $fn->(...); This module provides access from Perl to functions exported from dynamically linked... Platforms: *nix

License: Freeware Size: 16.38 KB Download (109): FFI::Library Download

Added: May 18, 2010 | Visits: 1.671

File::Format::RIFF File::Format::RIFF is a Perl module to Resource Interchange File Format/RIFF files. SYNOPSIS use File::Format::RIFF; open( IN, file ) or die "Could not open file: $!"; my ( $riff1 ) = File::Format::RIFF->read( *IN ); close( IN ); $riff1->dump; my ( $riff2 ) = new File::Format::RIFF(... Platforms: *nix

License: Freeware Size: 9.22 KB Download (151): File::Format::RIFF Download

Added: August 12, 2010 | Visits: 746

POE::Filter::FSSocket POE::Filter::FSSocket is a POE filter that parses FreeSWITCH events into hashes. SYNOPSIS #!/usr/bin/perl use warnings; use strict; use POE qw(Component::Client::TCP Filter::FSSocket); use Data::Dumper; POE::Component::Client::TCP->new( RemoteAddress => 127.0.0.1, RemotePort =>... Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): POE::Filter::FSSocket Download

Added: June 02, 2010 | Visits: 789

LLg 1.07 LLg is a recursive descent parser generator. SYNOPSIS use LLg; @tokens = ( ADDOP => [-+], LEFTP => [(], RIGHTP => [)], INTEGER => 0|[1-9][0-9]*, ); $reader = Lex->new(@tokens); $ADDOP->debug; $expr = And->new(($factor, Any->new($ADDOP, $factor)), sub { shift(@_); my $result =... Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): LLg 1.07 Download

< 1 2 3 4 5