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

Motorcycle Oil Filter software
Filter: All | Freeware | Demo
 

Motorcycle Oil Filter

< 1 2 3 4 5 > 
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

Added: January 10, 2010 | Visits: 854

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

Added: November 07, 2010 | Visits: 905

SVK::Log::Filter::Babelfish SVK::Log::Filter::Babelfish is a Perl module to translate logs to various natural languages. SYNOPSIS > svk log --filter babelfish de //mirror/project/trunk ---------------------------------------------------------------------- r1234 (orig r456): author | 2006-05-15 09:28:52 -0600 Dieses...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (89): SVK::Log::Filter::Babelfish Download

Added: June 18, 2010 | Visits: 851

SVK::Log::Filter::Mndrix SVK::Log::Filter::Mndrix - my pretty-ish output format. SYNOPSIS > svk log --output mndrix -l3 -q 4353 mndrix 3-Aug-2006 Refactor log filters for a cleaner implementation 4351 glasser 2-Aug-2006 In SVK::Root::Checkout, add a list of unimplemented 4350 clkao 2-Aug-2006 Make nearest_copy...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (86): SVK::Log::Filter::Mndrix Download

Added: August 05, 2010 | Visits: 1.060

IM-Filter 0.9 IM-Filter is a daemon for GNU/Linux firewall hosts written in C which is able to analyze and filter the ICQ protocol. The daemon runs in userspace and fetches packets of the ICQ protocol by using the libnetfilter_queue mechanism. IM-Filters main purpose is to run at a gateway, so all...


Platforms: *nix

License: Freeware Download (97): IM-Filter 0.9 Download

Added: August 16, 2010 | Visits: 1.134

squid-filter 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...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (140): squid-filter Download

Added: February 15, 2010 | Visits: 2.102

Filter::decrypt Filter::decrypt Perl module contains a template for a decrypt source filter. SYNOPSIS use Filter::decrypt ; This is a sample decrypting source filter. Although this is a fully functional source filter and it does implement a very simple decrypt algorithm, it is not intended to be used as...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (211): Filter::decrypt Download

Added: January 11, 2010 | Visits: 1.036

Filter::cpp 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...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (147): Filter::cpp Download

Added: August 12, 2010 | Visits: 741

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: July 19, 2010 | Visits: 694

XML::Filter::DOMFilter::LibXML XML::Filter::DOMFilter::LibXML is a SAX Filter allowing DOM processing of selected subtrees. SYNOPSIS use XML::LibXML; use XML::Filter::DOMFilter::LibXML; my $filter = XML::Filter::DOMFilter::LibXML->new( Handler => $handler, XPathContext => XML::LibXML::XPathContext->new(), Process =>...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (89): XML::Filter::DOMFilter::LibXML Download

Added: February 13, 2010 | Visits: 1.209

Pod::POM::View::HTML::Filter Pod::POM::View::HTML::Filter Perl module can use filters on sections of your pod documents. SYNOPSIS In your POD: Some coloured Perl code: =begin filter perl # now in full colour! $A++; =end filter =for filter=perl $A++; # this works too This should read C : =begin filter foo...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (94): Pod::POM::View::HTML::Filter Download

Added: November 27, 2010 | Visits: 1.019

XML::Filter::Mode XML::Filter::Mode Perl module can filter out all chunks not in the current mode. SYNOPSIS use XML::Filter::Mode; use strict; my $filter = XML::Filter::Mode->new( Modes => "a,b,c" ); my $filter = XML::Filter::Mode->new( Modes => [qw( a b c )] ); ## To inspect the modes: my @modes =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): XML::Filter::Mode Download

Added: January 25, 2010 | Visits: 955

Plagger::Plugin::Filter::YahooBlogSearchPermalink Plagger::Plugin::Filter::YahooBlogSearchPermalink is a Perl module that can fix Yahoo! Blog Search permalink. SYNOPSIS THIS MODULE IS DEPRECATED. USE Filter::TruePermalink INSTEAD - module: Filter::YahooBlogSearchPermalink This plugin replaces Yahoo! Blog Search feeds redirector URL with...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (87): Plagger::Plugin::Filter::YahooBlogSearchPermalink Download

Added: September 15, 2010 | Visits: 2.119

DNS Blacklist Packet Filter 0.6 DNS Blacklist Packet Filter project is a Linux netfilter client that decides whether to accept or drop packets based on the results of a DNS blacklist query (such as MAPS, SORBS, or SPEWS, to name a few). One use is to filter all incoming SMTP SYN packets for spam filtering..


Platforms: *nix

License: Freeware Size: 163.84 KB Download (306): DNS Blacklist Packet Filter 0.6 Download

Added: April 09, 2010 | Visits: 1.811

Yosis Anti-Spam POP3 fIlter bot yaspi (Yosis Anti-Spam POP3 fIlter bot) is a POP3 mail-scanner specifically made to combat mail bombings caused by viruses (i.e. Swen). It connects to the POP3 server, inspects the messages, and deletes the infected ones by itself automatically without ever downloading them. yaspi most...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (197): Yosis Anti-Spam POP3 fIlter bot Download

Added: September 03, 2010 | Visits: 1.239

Perl Doxygen Filter Doxygen Filter project is an input filter for Doxygen enabling support for Perl code documentation. Of course, Perl developers are used to use POD rather than some other code documentation tools. However, most developers actually are not restricted to using one single language. Instead of...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (114): Perl Doxygen Filter Download

Added: October 12, 2010 | Visits: 2.772

Shrew Proxy/Filter Shrew Proxy/Filter is a tiny proxy built on WEBricks HTTPProxyServer, extended for both URL and content filtering. Shrew Proxy/Filter is designed to be small, simple to configure, and easy to install. It is extremely small, lightweight, and works quite well. All blacklists (both URL and...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (167): Shrew Proxy/Filter Download

Added: February 08, 2010 | Visits: 1.048

Email::Filter::SpamAssassin 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...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Email::Filter::SpamAssassin Download

< 1 2 3 4 5 >