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

Antialiasing Filter Module freeware
Filter: All | Freeware | Demo
 

Antialiasing Filter Module

< 1 2 3 4 5 
Added: June 01, 2010 | Visits: 1.296

Filter::Simple::Compile Filter::Simple::Compile is a drop-in replacement to Filter::Simple. SYNOPSIS Drop-in replacement for Filter::Simple: package MyFilter; use Filter::Simple::Compile; FILTER { ... }; This way also works: use Filter::Simple::Compile sub { ... }; This module lets you write Module::Compile... Platforms: *nix

License: Freeware Size: 13.31 KB Download (162): Filter::Simple::Compile Download

Added: June 11, 2010 | Visits: 909

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: July 01, 2010 | Visits: 992

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: February 17, 2010 | Visits: 1.436

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

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: June 10, 2010 | Visits: 928

File::FilterFuncs File::FilterFuncs is a Perl module that specify filter functions for files. SYNOPSIS use File::FilterFuncs qw(filters); filters(source.txt, sub { $_ = uc $_; 1 }, dest.txt ); INTRODUCTION File::FilterFuncs makes it easy to perform transformations on files. When you use this module,... Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): File::FilterFuncs Download

Added: August 16, 2010 | Visits: 1.142

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 (141): squid-filter Download

Added: January 11, 2010 | Visits: 1.042

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

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: August 25, 2010 | Visits: 1.448

Text::Emoticon::MSN Text::Emoticon::MSN is a Perl module with emoticon filter of MSN Messenger. SYNOPSIS use Text::Emoticon::MSN; my $emoticon = Text::Emoticon::MSN->new( imgbase => "http://example.com/emo", ); my $text = "Yet Another Perl Hacker ;-)"; print $emoticon->filter($text); # it prints # Yet... Platforms: *nix

License: Freeware Size: 3.07 KB Download (108): Text::Emoticon::MSN Download

Added: May 10, 2013 | Visits: 436

Node Type Filter Lets you filter node listing pages simply by &type=story,blog to the URL (for example). So now you can have recipe specific feeds, or blog story specific tracker page (i.e. recent posts). Also works for the taxonomy/term pages. Installation - Unpack to sites/all/modules and enable the module from... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Node Type Filter Download

Added: May 10, 2013 | Visits: 438

Views save filter 5.x-1.x-dev If you have a view with an exposed filter which provides a page, the user can go to that page and select what to filter on. The selections will be saved when the user returns to the page.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (59): Views save filter 5.x-1.x-dev Download

Added: May 10, 2013 | Visits: 362

Filter UserGroups With this MOD an user is able to filter the usergroups. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (59): Filter UserGroups Download

Added: May 10, 2013 | Visits: 1.592

Guestbook with Bayesian Filter A Guestbook with a built-in Bayesian filter against spam Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (53): Guestbook with Bayesian Filter Download

Added: August 07, 2013 | Visits: 639

Url Rewrite Filter It will allow the webmaster to control the rewrite of URLs before the page is loaded.UrlRewriteFilter uses an xml file for configuration. Most parameters can be Perl5 style Regular Expressions or Wildcard Expressions.Here are some key features of "Url Rewrite Filter":dlTE URL Tidyness / URL... Platforms: Java

License: Freeware Size: 133.12 KB Download (48): Url Rewrite Filter Download

Added: August 16, 2013 | Visits: 328

Filter Check This small module is designed to help you performance-optimize your use of input filters and input formats.Filter Check does the following: * Shows which individual filters cannot be cached by marking them with an asterisk on the format configuration page. * Shows which formats cannot be cached... Platforms: PHP

License: Freeware Size: 10 KB Download (44): Filter Check Download

Added: July 29, 2013 | Visits: 338

Mess Letters Filter This module was created JUST FOR FUN and shouldn't be used at production servers :-)This module mess letters in node text acording to The Significance of Letter Position in Word Recognition PhD Thesis, 1976, Nottingham University, by Graham Rawlinson.This is an input format filter and this means... Platforms: PHP

License: Freeware Size: 10 KB Download (39): Mess Letters Filter Download

Added: July 02, 2013 | Visits: 518

Facebook Live Stream Module #D7CX I pledge that Facebook Stream module will have a full Drupal 7 release on the day that Drupal 7 is released.This module leverages the Facebook Open Stream API. Once installed, the module allows users of the Drupal instance to access their Facebook account and view the real time stream of... Platforms: PHP

License: Freeware Size: 20.48 KB Download (41): Facebook Live Stream Module Download

Added: July 04, 2013 | Visits: 471

MediaWiki API The MediaWiki API moduleThis module provides an input filter which allows the conversion of content marked up using MediaWiki syntax to html for display on your drupal site, by using the "parse" feature of the MediaWiki API.AlternativesThere are alternative ways to filter MediaWiki syntax in... Platforms: PHP

License: Freeware Size: 10 KB Download (40): MediaWiki API Download

Added: June 10, 2013 | Visits: 359

Instant Filter Provides a javascript utility to create instant filterable sections.Don't you think the modules administration page is way too long? Can't you find the module you want to enable?On entering a search term, the filter will immediately hide page elements that do not contain this term. The result is... Platforms: PHP

License: Freeware Size: 10 KB Download (39): Instant Filter Download

< 1 2 3 4 5