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

Aif Filter software
Filter: All | Freeware | Demo
 

Aif Filter

< 1 2 3 4 5 > 
Added: April 11, 2010 | Visits: 1.055

XML::Filter::DocSplitter XML::Filter::DocSplitter does multipass processing of documents. SYNOPSIS ## See XML::SAX::???? for an easier way to use this filter. use XML::SAX::Machines qw( Machine ) ; my $m = Machine( [ Intake => "XML::Filter::DocSplitter" => qw( Filter ) ], [ Filter => "My::Filter" => qw( Merger...



Platforms: *nix

License: Freeware Size: 43.01 KB Download (96): XML::Filter::DocSplitter Download

Added: January 23, 2010 | Visits: 880

XML::Filter::Tee XML::Filter::Tee can send SAX events to multiple processor, with switching. SYNOPSIS my $t = XML::Filter::Tee->new( { Handler => $h0 }, { Handler => $h1 }, { Handler => $h2 }, ... ); ## Altering the handlers list: $t->set_handlers( $h0, $h1, $h2, $h3 ); ## Controlling flow to a...





Platforms: *nix

License: Freeware Size: 43.01 KB Download (106): XML::Filter::Tee Download

Added: June 26, 2010 | Visits: 883

XML::Filter::Dispatcher::AsStructHandler XML::Filter::Dispatcher::AsStructHandler Perl module can help you convert SAX stream in to simple, data-oriented structure. SYNOPSIS ## Ordinarily used via the XML::Filter::Dispatchers as_data_struct() ## built-in extension function for XPath This SAX2 handler builds a simple hash from...


Platforms: *nix

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

Added: April 22, 2010 | Visits: 806

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: 911

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: 838

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 (89): SyslogScan::Daemon::SpamDetector::Filter Download

Added: September 17, 2010 | Visits: 2.277

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 (132): Input Filter extension for PHP Download

Added: May 07, 2010 | Visits: 864

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: 777

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 (95): Hook::Filter Download

Added: July 06, 2010 | Visits: 1.947

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.475

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: 874

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 (93): Plagger::Plugin::Filter::Babelfish Download

Added: September 23, 2010 | Visits: 1.236

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


Platforms: *nix

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

Added: August 10, 2010 | Visits: 1.170

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: 902

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: 824

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: 986

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.488

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: January 01, 2010 | Visits: 919

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.428

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 (130): Bloom::Filter Download

< 1 2 3 4 5 >