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

Dynamic Noise Reduction Filter freeware
Filter: All | Freeware | Demo
 

Dynamic Noise Reduction Filter

< 1 2 3 4 5 
Added: April 22, 2010 | Visits: 808

XML::Filter::DataIndenter XML::Filter::DataIndenter is a SAX2 Indenter for data oriented XML. SYNOPSIS use XML::Filter::DataIndenter; use XML::SAX::Machines qw( Pipeline ); Pipeline( XML::Filter::DataIndenter => *STDOUT ); ALPHA CODE ALERT: This is the first release. Feedback and patches welcome. In data...



Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): XML::Filter::DataIndenter Download

Added: July 22, 2010 | Visits: 915

XML::Filter::Dispatcher XML::Filter::Dispatcher is a path based event dispatching with DOM support. SYNOPSIS use XML::Filter::Dispatcher qw( :all ); my $f = XML::Filter::Dispatcher->new( Rules => [ foo => &handle_foo_start_tag, @bar => &handle_bar_attr, ## Send any elts and their contents to $handler...





Platforms: *nix

License: Freeware Size: 88.06 KB Download (93): XML::Filter::Dispatcher Download

Added: May 19, 2010 | Visits: 846

SyslogScan::Daemon::SpamDetector::Filter SyslogScan::Daemon::SpamDetector::Filter contains filter reports. SYNOPSIS plugin SyslogScan::Daemon::SpamDetector as sd_ sd_plugin SyslogScan::Daemon::SpamDetector::Filter status spam match SpamAssassin field relayname acceptfirst 1 accept (?:bdynamicb|badsld*b|bcableb|.dhcp.|.dyn.) deny ....


Platforms: *nix

License: Freeware Size: 18.43 KB Download (95): SyslogScan::Daemon::SpamDetector::Filter Download

Added: September 17, 2010 | Visits: 2.283

Input Filter extension for PHP Input Filter extension for PHP project is an extension for safely dealing with input parameters. It is meant to address this issue by implementing a set of filters and mechanisms that users can use to safely access their input data..


Platforms: *nix

License: Freeware Size: 24.58 KB Download (137): Input Filter extension for PHP Download

Added: May 07, 2010 | Visits: 868

POE::Filter::LZW::Progressive POE::Filter::LZW::Progressive is a POE filter wrapped around Compress::LZW::Progressive..


Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): POE::Filter::LZW::Progressive Download

Added: March 06, 2010 | Visits: 780

Hook::Filter Hook::Filter is a runtime filtering layer on top of subroutine calls. SYNOPSIS Imagine you have a big program using a logging library that exports 3 functions called mydebug, myinfo and mywarn. Those functions generate far too much log, so you want to skip calling them except in some specific...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Hook::Filter Download

Added: July 06, 2010 | Visits: 1.950

Sendmail filter for SpamAssassin smf-spamd is a Sendmail filter for SpamAssassin. Sendmail filter for SpamAssassin aims to be lightweight, reliable, and simple rather than have a myriad of options. It only scans the messages less than defined size, has a hosts/networks whitelist, performs subject tagging if SPAM is detected,...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (134): Sendmail filter for SpamAssassin Download

Added: March 12, 2010 | Visits: 1.483

FIR Filter Plugin FIR filter Plugin is an effect plugin for XMMS which enables to filter audio data using long FIR (finite impulse response) filters. Typical applications is loudspeaker or room equalization which typically requires filters with more than 300 taps (filter weights). The FIR filter plugin uses the...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (181): FIR Filter Plugin Download

Added: September 02, 2010 | Visits: 880

Plagger::Plugin::Filter::Babelfish Plagger::Plugin::Filter::Babelfish is a Perl module to translate via WWW::Babelfish. SYNOPSIS - module: Filter::Babelfish config: source: English destination: Japanese service: Google prepend_original: 1 This plugin translates each entry body via Babelfish. See WWW::Babelfish for...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (94): Plagger::Plugin::Filter::Babelfish Download

Added: September 23, 2010 | Visits: 1.239

XMMS hiss filter plugin XMMS hiss filter plugin can dynamically filters background hiss..


Platforms: *nix

License: Freeware Size: 9.22 KB Download (207): XMMS hiss filter plugin Download

Added: August 10, 2010 | Visits: 1.173

Kmail POP filter with antispam/scoring Kmail POP filter with antispam/scoring contains improvements for KMAIL POP filters. Read the content of file README for the use information and for applying the patch. Filter rules with action with one score value (only for kde-3.5.x) - The porting for the other versions will come make only...


Platforms: *nix

License: Freeware Size: 522.24 KB Download (103): Kmail POP filter with antispam/scoring Download

Added: June 11, 2010 | Visits: 906

XML::Filter::Sort::BufferMgr XML::Filter::Sort::BufferMgr is a Perl implementation class used by XML::Filter::Sort. The documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. Two classes are used to implement buffering records and spooling them...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (94): XML::Filter::Sort::BufferMgr Download

Added: October 01, 2010 | Visits: 828

XML::Filter::Sort::Buffer XML::Filter::Sort::Buffer is an implementation class used by XML::Filter::Sort. The documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. For an overview of the classes and methods used for buffering, see...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (98): XML::Filter::Sort::Buffer Download

Added: July 01, 2010 | Visits: 989

XML::Filter::Sort XML::Filter::Sort is a SAX filter for sorting elements in XML. SYNOPSIS use XML::Filter::Sort; use XML::SAX::Machines qw( :all ); my $sorter = XML::Filter::Sort->new( Record => person, Keys => [ [ lastname, alpha, asc ], [ firstname, alpha, asc ], [ @age, num, desc] ], ); my...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (109): XML::Filter::Sort Download

Added: May 22, 2010 | Visits: 1.490

Chess::PGN::Filter Chess::PGN::Filter is a Perl extension for converting PGN files to other formats. SYNOPSIS use Chess::PGN::Filter; filter(source => $pgn,filtertype => XML); OR my %substitutions = ( hsmyers => Myers, Hugh S (ID), ); my @exclude = qw( WhiteElo BlackElo EventDate ); filter(...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (159): Chess::PGN::Filter Download

Added: November 20, 2010 | Visits: 2.157

Dynamic Image Resize Wizard Dynamic Image Resize Wizard is a free PHP script that enables your visitors to re-size their images quickly, efficiently and on-the-fly. The user just enters the URL of the image they wish to resize, and the length they wish the image to be, and the Wizard does the rest.You can use it for your...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (108): Dynamic Image Resize Wizard Download

Added: July 06, 2010 | Visits: 1.319

Dynamic Copyright It! Dynamic Copyright it! is an easy-to-install, easy-to-use PHP script that adds copyright notices to your images dynamically, meaning that the copyright notices are generated on the fly. If you get tired of changing the copyright on your images from year to year, this tools makes it so you never...


Platforms: *nix

License: Freeware Size: 512 KB Download (178): Dynamic Copyright It! Download

Added: January 01, 2010 | Visits: 922

Web Filter webfilt is not a spam filter, but provides a generic web-based interface for Bayesian-style UNIX filters that need occasional training and corrections. It has been tested with SpamProbe and SpamBayes, but should work with other command-line filters too. The webfilt system works with existing...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (91): Web Filter Download

Added: February 17, 2010 | Visits: 1.432

Bloom::Filter Bloom::Filter is a sample Perl Bloom filter implementation. A Bloom filter is a probabilistic algorithm for doing existence tests in less memory than a full list of keys would require. The tradeoff to using Bloom filters is a certain configurable risk of false positives. This module implements...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (136): Bloom::Filter Download

Added: January 10, 2010 | Visits: 859

Plagger::Plugin::Filter::Emoticon Plagger::Plugin::Filter::Emoticon is a Perl module with emoticon filter. SYNOPSIS - module: Filter::Emoticon config: driver: Yahoo option: strict: 1 xhtml: 0 This filter replaces text emoticons like ":-)", ";-P" etc. with Text::Emoticon. CONFIG driver Specify the drivers name of...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (98): Plagger::Plugin::Filter::Emoticon Download

< 1 2 3 4 5