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

Syphon Filter Combat Ops software
Filter: All | Freeware | Demo
 

Syphon Filter Combat Ops

< 1 2 3 4 5 
Added: October 11, 2010 | Visits: 1.145

XML::Filter::Dispatcher::Compiler XML::Filter::Dispatcher::Compiler can compile rulesets in to code. SYNOPSIS use XML::Filter::Dispatcher::Compiler qw( xinline ); my $c = XML::Filter::Dispatcher::Compiler->new( ... ) my $code = $c->compile( Package => "My::Filter", Rules => [ a/b/c => xinline q{warn "found a/b/c"}, ],...



Platforms: *nix

License: Freeware Size: 88.06 KB Download (103): XML::Filter::Dispatcher::Compiler 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: January 25, 2010 | Visits: 735

Lens Filter Simply put, lens filter is a powerful and versatile effect plug-ins for iMovie youlll come across. In the Old Days(TM), people (usually pros, but nowadays casual users as well) used translucent colored pieces of glass in front of their cameras to alter the light that enters the camera. This...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 2.5 MB Download (103): Lens Filter Download

Added: April 11, 2010 | Visits: 1.056

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 (102): XML::Filter::DocSplitter Download

Added: August 12, 2010 | Visits: 743

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

Released: October 22, 2015  |  Added: October 25, 2015 | Visits: 1.194

Happytime Onvif Filter ONVIF filter is a directshow source filter, it can make ONVIF IP camera as a directshow capture device so that the softwares that support directshow can capture video from the ONVIF IP camera. ONVIF filter can manually configure the ONVIF IP camera connection parameters, such as IP address, port,...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 10.19 MB Download (101): Happytime Onvif Filter Download

Released: January 14, 2010  |  Added: July 25, 2013 | Visits: 1.044

SharePoint List Filter Favorites Filter SharePoint list columns; Add and save filtered views as private or public to Filter Favorites submenu; Save and Load filtered views to avoid repeating creating same Filtered Views; Can delete/rename saved filtered views from Organize Favorite Filters submenu. SharePoint List...


Platforms: Windows

License: Demo Cost: $0.00 USD Size: 305.4 KB Download (100): SharePoint List Filter Favorites Download

Added: August 07, 2008 | Visits: 880

Jvw filter email Email Spam filter with the below features :Bounce messages from known spammers ,Compatible with Outlook and Outlook Express, other clients.,Account wizard function,Import facility from Outlook, Outlook express.,Hide to tray, animated icon option,Hot keys, Mouse buttons and advanced...


Platforms: Windows

License: Shareware Cost: $8.95 USD Size: 1.69 MB Download (100): Jvw filter email Download

Added: November 27, 2010 | Visits: 1.021

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: October 01, 2010 | Visits: 827

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: January 10, 2010 | Visits: 857

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: August 05, 2010 | Visits: 1.062

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: February 08, 2010 | Visits: 1.053

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

Added: May 07, 2010 | Visits: 867

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: June 26, 2010 | Visits: 889

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: 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 20, 2010 | Visits: 1.172

Sendmail filter for ClamAV smf-clamd is a Sendmail milter for the ClamAV (Clam AntiVirus). Sendmail filter for ClamAV aims to be lightweight, reliable and simple. Sendmail filter for ClamAV is written in C.. Small, fast and reliable Sendmail filters for spam and virus filtering


Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): Sendmail filter for ClamAV Download

Added: September 02, 2010 | Visits: 879

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: June 11, 2010 | Visits: 905

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

< 1 2 3 4 5