Main > Free Download Search >

Free filter magazine software for linux

filter magazine

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1401
Image Magazine 1.0

Image Magazine 1.0


Image Magazine provides a content type which acts both as a folder and as an image. more>>
Image Magazine provides a content type which acts both as a folder and as an image.
You populate it with 2 to 4 images, and optionnaly select a layout.
Options include width, background color, padding and margin, and layout mode.
ImageMag then merges the images into a layout while keeping the aspect ratios.
You can then use and call your ImageMag as a standard ploneImage, this mean you can :
.use instance/image_thumbnail, instance/image_large, and so on suffixes to call its different sizes
.call it directly from kupu to illustrate your articles (see readme.txt)
Works with:
- Plone 2.5.2
- Plone 2.5.1
- Plone 2.5
<<less
Download (0.007MB)
Added: 2007-03-10 License: GPL (GNU General Public License) Price:
961 downloads
FIR Filter Plugin 1.0.0

FIR Filter Plugin 1.0.0


The FIR filter Plugin is an effect plugin for XMMS which enables to filter audio data using long FIR filters. more>>
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 fftw3 library to perform the filtering using the overlap-and-add method. If fftw3 is not available the plugin will perform the filtering (convolution) in the time-domain which is much less efficient for long filters.

<<less
Download (0.20MB)
Added: 2006-04-05 License: GPL (GNU General Public License) Price:
1299 downloads
ip-filter-cgi 0.1

ip-filter-cgi 0.1


ip-filter-cgi is a set of perl script to modify rules of IP Filter (IP Filter is a TCP/IP packet filter cf: http://coombs.anu.ed more>>
ip-filter-cgi is a set of perl script to modify rules of IP Filter (IP Filter is a TCP/IP packet filter cf: http://coombs.anu.edu.au/~avalon/ip-filter.html). If you make any improvement, correction send it back to. The scripts is not complete and is provided for testing purpose.
adulau@metatix.com .
Main features:
- Perl 5.0 (+CGI.pm)
- a HTTP server (Apache)
<<less
Download (0.047MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1221 downloads
SEO Filter Lite 1.0.0

SEO Filter Lite 1.0.0


SEO Filter is a Search Engine Optimization Software for forums. It catches the content from a forum or cms software and makes it more seo friendly by converting dynamic links into static and removing more>> SEO Filter is a Search Engine Optimization Software for forums.
It catches the content from a forum or cms software and makes it more seo friendly by converting dynamic links into static and removing session ids from links and much more.
<<less
Download (90KB)
Added: 2009-04-11 License: Freeware Price: Free
195 downloads
XML::Filter::DataIndenter 0.1

XML::Filter::DataIndenter 0.1


XML::Filter::DataIndenter is a SAX2 Indenter for data oriented XML. more>>
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 oriented XML, leaf elements (those which contain no elements) contain only character content, all other elements contain only child elements and ignorable whitespace. This filter consumes all whitespace not in leaf nodes and replaces it with whitespace that indents all elements. Character data in leaf elements is left unmolested.

This filter assumes youre emitting data oriented XML. It will die if it sees non-whitespace character data outside of a leaf element. It also dies if it sees start-tag / end-tag mismatch, just as a service to the programmer.
Processing instructions and comments are indented as though they were leaf elements except when they occur in leaf elements.

Example:

This document:

< a>< ?A?>
< !--A-->< b>< ?B?>< !--B-->B< /b>
< !--A-->
< /a>

gets reindented as:

< a>
< ?A?>
< !--A-->
< b>< ?B?>< !--B-->B< /b>
< !--A-->
< /a>

(plus or minus a space in each PI, depending on your XML writer).

<<less
Download (0.003MB)
Added: 2007-07-11 License: Perl Artistic License Price:
835 downloads
Filter::Macro 0.11

Filter::Macro 0.11


Filter::Macro is a Perl module to make macro modules that are expanded inline. more>>
Filter::Macro is a Perl module to make macro modules that are expanded inline.

SYNOPSIS

In MyHandyModules.pm:

package MyHandyModules;
use Filter::Macro;
# lines below will be expanded into callers code
use strict;
use warnings;
use Switch;
use IO::All;
use Quantum::Superpositions;

In your program or module:

use MyHandyModules; # lines above are expanded here

If many of your programs begin with the same lines, it may make sense to abstract them away into a module, and use that module instead.

Sadly, it does not work that way, because by default, all lexical pragmas, source filters and subroutine imports invoked in MyHandyModules.pm takes effect in that module, not the calling programs.

One way to solve this problem is to use Filter::Include:

use Filter::Include;
include MyHandyModules;

However, it would be really nice if MyHandyModules.pm could define the macro-like semantic itself, instead of placing the burden on the caller.

This module lets you do precisely that. All you need to do is to put one line in MyHandyModules.pm, after the package MyHandyModules; line:

use Filter::Macro;

With this, a program or module that says use Filter::Macro will expand lines below use Filter::Macro into their own code, instead of the default semantic of evaluating them in the MyHandyModules package.

Line numbers in error and warning messages are unaffected by this module; they still point to the correct file name and line numbers.

<<less
Download (0.013MB)
Added: 2007-02-20 License: MIT/X Consortium License Price:
976 downloads
Sax Filter 1.4

Sax Filter 1.4


Sax Filter is a modular set of filters that can be used to process XML documents via Javas SAX support. more>>
Sax Filter is a modular set of filters that can be used to process XML documents via Javas SAX support.

Currently, the filters only process content (the ContentHandler interface).

<<less
Download (0.048MB)
Added: 2006-12-24 License: GPL (GNU General Public License) Price:
1035 downloads
XMMS hiss filter plugin 0.3

XMMS hiss filter plugin 0.3


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

<<less
Download (0.009MB)
Added: 2006-04-12 License: LGPL (GNU Lesser General Public License) Price:
1301 downloads
Web Filter 0.96

Web Filter 0.96


webfilt is not a spam filter, but provides a generic web-based interface for Bayesian-style UNIX filters that need occasional tr more>>
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 UNIX accounts, and consists of three distinct components that operate independently:

Users procmail recipes and cron jobs. The storelast.sh shell script is invoked by a users .procmailrc and simply saves a size-limited copy of each incoming e-mail message. The destination directory is determined by spam-state, done by procmail processing. A cron job periodically cleans old message copies.

webfiltd, daemon. The daemon component is invoked by inetd, and responds to a number of commands that allow a connecting client to authenticate, read files, and execute remote commands. This is all done with the authenticated users permissions. This daemon accepts just localhost connections.

webfilt.cgi, web interface The CGI program creates the web interface. Running with low privileges, it communicates with the webfiltd daemon over a socket to guarantee privilege isolation. The user logs in using their web browser and can then view recent emails and run commands on certain files (to train the filter).

<<less
Download (0.023MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1200 downloads
Email::Filter::SpamAssassin 0.0.1

Email::Filter::SpamAssassin 0.0.1


Email::Filter::SpamAssassin is a Perl module to integrate Mail::SpamAssassin in Email::Filter. more>>
Email::Filter::SpamAssassin is a Perl module to integrate Mail::SpamAssassin in Email::Filter.

SYNOPSIS

use Email::Filter::SpamAssassin; # subclass of Email::Filter

my $email = Email::Filter::SpamAssassin->new;
my $status = $email->spam_check;
$email->ignore if $status->is_spam;

# or supply a Mail::SpamAssassin object
$status = $email->spam_check($spam_assassin);
$email->accept(spam) if $status->is_spam;

This module is a subclass of Email::Filter which integrates Mail::SpamAssassin. It has only one additional method.

METHODS

spam_check

Accepts an optional Mail::SpamAssassin object. If nothing is supplied it constructs one with the default parameters. Then it calls the method check on this object and returns an Mail::SpamAssassin::PerMsgStatus object (on which you can call is_spam).

<<less
Download (0.010MB)
Added: 2007-01-24 License: Perl Artistic License Price:
1003 downloads
Sendmail filter for SpamAssassin 1.3.1

Sendmail filter for SpamAssassin 1.3.1


smf-spamd is a Sendmail filter for SpamAssassin. more>>
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, adds an information header, copies SPAM messages to the defined "garbage" mailbox, rejects SPAM messages at the SMTP DATA stage, and logs all filter activities to syslog.
The code is small (does not exceed 580 lines), fast, stable, and few resources are required. No temporary files are created.
Main features:
- It has a hosts/networks whitelist;
- It can scan messages less than a defined size only;
- It can tag the Subject if SPAM has been detected;
- It can add an information header with scan results to scanned messages;
- It can copy SPAM messages to the special "garbage" mailbox;
- It rejects SPAM messages at the SMTP DATA stage, if SPAM score is greater than a defined value;
- It can log all milter activities through the syslog service.
Advantages:
- Small code;
- Fast work;
- Stability (production quality);
- Few system resources are required;
- No temporary files are created.
Enhancements:
- Incorrect handling of missed Message-Id: header was fixed.
- Cosmetic enhancements were made.
<<less
Download (0.025MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1009 downloads
Filter::cpp 1.33

Filter::cpp 1.33


Filter::cpp is a cpp source filter. more>>
Filter::cpp is a cpp source filter.

SYNOPSIS

use Filter::cpp ;

This source filter pipes the current source file through the C pre-processor (cpp) if it is available.

As with all source filters its scope is limited to the current source file only. Every file you want to be processed by the filter must have a

use Filter::cpp ;

near the top.

Here is an example script which uses the filter:

use Filter::cpp ;

#define FRED 1
$a = 2 + FRED ;
print "a = $an" ;
#ifdef FRED
print "Hello FREDn" ;
#else
print "Where is FREDn" ;
#endif

And here is what it will output:

a = 3
Hello FRED

This example below, provided by Michael G Schwern, shows a clever way to get Perl to use a C pre-processor macro when the Filter::cpp module is available, or to use a Perl sub when it is not.

# use Filter::cpp if we can.
BEGIN { eval use Filter::cpp }

sub PRINT {
my($string) = shift;

#define PRINT($string)
(print $string."n")
}

PRINT("Mu");

Look at Michaels Tie::VecArray module for a practical use.

<<less
Download (0.040MB)
Added: 2007-05-29 License: Perl Artistic License Price:
882 downloads
squid-filter 0.9

squid-filter 0.9


squid-filter project was designed to build filtering capabilities comparable to those of Muffin into Squid. more>>
squid-filter project was designed to build filtering capabilities comparable to those of Muffin into Squid. It consists of
a patch to Squid, containing a module loader and filtering hooks, and a set of filter modules.
Currently available filters:
- Redirection of URIs.
- Rejection of certain (configurable) MIME content types.
- Suppression of cookies.
- Removal of Javascript and ActiveX.
- Breaking of GIF animation loops.
- Detection of 1x1 images.
Main features:
- Modular, easily extensible by writing new filters.
- Flexible configuration. Filters are independent from each other.
- Each filter can take a list of URIs which should not be filtered (allow list). URIs are specified as full regular expressions.
- Client can choose to bypass filters case-by-case.
- Filtering keeps Content-Length where possible.
Purpose
A filtering proxy allows users to remove unwanted stuff from Web pages as they browse them. What "unwanted stuff" is obviously depends on the individual user, but things which are commonly regarded as annoyances include
banner ads, user behaviour tracking via cookies,
animated pictures, JavaScript, VBScript, ActiveX (dangerous as well as annoying).
Some of those things can be avoided by filtering URIs, which Squid can already do via an external redirect program. Others require a content filter.
Usually, a filtering proxy runs standalone and does nothing but filtering. Users have to configure this proxy in their browsers, and if they use a caching proxy too, chain them after the filter. In situations where the user runs Squid anyway (mostly because of caching for different browsers or a small LAN), it is convenient to build this capability into Squid.
<<less
Download (0.046MB)
Added: 2007-01-25 License: Public Domain Price:
1008 downloads
units-filter 2.7

units-filter 2.7


Units-filter is a basic standalone filter written in C, flex, and bison. more>>
Units-filter is a basic standalone filter written in C, flex, and bison.
It inputs strings like "1.5e3 nN.m.s^-1" (which could be the time growth ratio of a torque) and outputs the value in standard SI units, followed by the physical dimension of this value.
units-filter can be embedded in educational test systems, in order to analyze a students answer to a problem of physics or chemistry.
Enhancements:
- The support for quantities with a particular number of significative digits was added.
- For example, the entry "1.02m#5" or "1.0200m" are equivalent and signify a distance measurement precise at the sub-millimeter scale.
- Both would yield the output "1.0200e+00 m".
<<less
Download (0.016MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
846 downloads
3ivx Filter Suite D4 4.5.1

3ivx Filter Suite D4 4.5.1


3ivx is an MPEG-4 toolkit that supports MPEG-4 Video, MPEG-4 Audio and the MP4 file format. more>>
3ivx is an MPEG-4 toolkit that supports MPEG-4 Video, MPEG-4 Audio and the MP4 file format. 3ivx D4 4.5 allows video and audio to be compressed to a fraction of its original size while maintaining high image quality.

You can store over 2 hours of near DVD quality audio and video on a single CD-ROM or stream near DVD quality video over a cable modem or DSL modem.

Supported File Formats:

- Input Files: 3GP, AAC, DivX, MOV, MP4
- Output Files: AVI, MOV, MP4

Why should I install 3ivx?

The 3ivx decoder plays back most MPEG-4 files (including MP4, M4A, 3GP and MOV files) with MPEG-4 AAC Audio and MPEG-4 Video (such as DivX 3, 4 and 5, Apple MPEG-4, Philips MPEG-4 and XviD) using Windows Media Player or other compatible players. The Audio Decoder can play back MPEG-4 Multi-Channel High Efficiency AAC including audio encoded by Nero AAC and iTunes.

The 3ivx encoder produces industry-leading compact high quality MPEG-4 Audio and Video and is distributed as a plug-in for QuickTime as well as plug-ins for Video for Windows and DirectShow.

This allows you to encode MPEG-4 Audio and Video in AVI, MOV or MP4 files with the encoding application of your choice.

The 3ivx encoder produces industry-leading compact high quality MPEG-4 Audio and Video and is distributed as a plug-in for QuickTime as well as plug-ins for Video for Windows and DirectShow. This allows you to encode MPEG-4 Audio and Video in AVI, MOV or MP4 files with the encoding application of your choice.

Because of its core design and optimization the 3ivx codec maintains a record-breaking speed.

3ivx Delta 4 - 4.0.3 plays back DivX 3.x, 4.x, 5.x, OpenDivX, XviD, FFMpeg, AngelPotion, SMR, Philips MPEG-4, Apple MPEG-4, MS-MPEG-4v3, 3ivx D3, D3.5 and 4, RealMagic MPEG-4, Sorenson MPEG-4, Blizzard MPEG-4 and other MPEG-4 variants.
<<less
Download (MB)
Added: 2006-11-17 License: Freeware Price:
1093 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5