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

Screen Filter freeware
Filter: All | Freeware | Demo
 

Screen Filter

< 1 2 3 4 5 > 
Released: March 30, 2012  |  Added: April 09, 2012 | Visits: 2.788

Screen Video Recorder Screen Video Recorder allows you to record all screen or part of the screen and audio activity on your computer and create standard AVI video files using installed codecs. It's free! Some ways you can use this software: Record web cams from AIM, ICQ, MSN Messenger, Yahoo Messenger... Platforms: Windows

License: Freeware Size: 513.36 KB Download (192): Screen Video Recorder Download

Released: July 25, 2016  |  Added: September 06, 2016 | Visits: 1.660

101 Screen Shots Having trouble explaining something? --- Get your point across immediately with a screen shot, splash text and clip art arrows. --- Capture your screen, add colorful effects and helpful instructions and you immediately improve communication. Having trouble explaining something? --- Get your... Platforms: Windows

License: Freeware Size: 3.09 MB Download (162): 101 Screen Shots Download

Released: July 19, 2009  |  Added: July 23, 2009 | Visits: 2.594

SunSys Screen Saver SunSys Screen Saver covers more than fifty selected exciting scenes of our Sun system main objects. The pictures are obtained by free software Celestia 1.4.1. So, you can use and redistribute SunSys ScreenSaver under GNU General Public License. It is easy to install and deinstall the screensaver... Platforms: Windows

License: Freeware Size: 4.27 MB Download (140): SunSys Screen Saver Download

Released: December 01, 2008  |  Added: December 17, 2008 | Visits: 3.234

Screen Mode Switch Easy switch between screen modes with the world's best solution for changing screen resolution, define a hot key for each pre defined screen and customize your favorite screen modes to show up in the tray menu. Change resolution also when having no access to the system settings, switch... Platforms: Windows

License: Freeware Size: 410.43 KB Download (601): Screen Mode Switch Download

Released: January 14, 2010  |  Added: June 19, 2013 | Visits: 3.529

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: Freeware Size: 305.4 KB Download (165): SharePoint List Filter Favorites Download

Released: January 07, 2009  |  Added: January 26, 2009 | Visits: 4.483

Basic Screen Recorder Basic Screen Recorder is a FREEWARE screen recording software which can record any on-screen activity of your windows desktop along with audio and save the recording as a compressed AVI file directly and convert it into flash format with the free online service zynto. With this software, you can... Platforms: Windows

License: Freeware Size: 396.48 KB Download (790): Basic Screen Recorder Download

Released: February 05, 2009  |  Added: April 27, 2010 | Visits: 3.535

Full Screen Web Image Viewer Full Screen Web Image Viewer is a very easy to use program which integrates itself to the Internet Explorer and Firefox context menu ie the right click menu. After installing it, while surfing you can right click any image and choose full screen options. The options include full screen best fit... Platforms: Windows

License: Freeware Size: 601.31 KB Download (252): Full Screen Web Image Viewer Download

Added: January 10, 2010 | Visits: 2.303

ip-filter-cgi 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.... Platforms: *nix

License: Freeware Size: 48.13 KB Download (207): ip-filter-cgi Download

Added: February 22, 2010 | Visits: 2.488

Yet Another Filter Proxy Yet Another Filter Proxy project is a preforking, banner filtering, content scanning Perl proxy. Yet Another Filter Proxy is a proxy to filter out advertising banners and malicious script code from web sites. It is written in Perl and based on an example by Randal L. Schwartz. For... Platforms: *nix

License: Freeware Size: 27.65 KB Download (290): Yet Another Filter Proxy Download

Added: October 18, 2013 | Visits: 1.495

Quick Spam Filter Quick Spam Filter (QSF) is an Open Source email classification filter, designed to be small, fast, and accurate, which works to classify incoming email as either spam or non-spam. To recognise spam, QSF strips the text out of the email (using MIME decoding and HTML stripping) and then splits it... Platforms: *nix

License: Freeware Size: 10.24 KB Download (111): Quick Spam Filter Download

Added: October 01, 2010 | Visits: 1.194

Filter::Macro 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;... Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): Filter::Macro Download

Added: June 01, 2010 | Visits: 1.295

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 22, 2010 | Visits: 1.183

HTTPD::Log::Filter HTTPD::Log::Filter is a Perl module to filter entries out of an httpd log. SYNOPSIS my $hlf = HTTPD::Log::Filter->new( exclusions_file => $exclusions_file, agent_re => .*Mozilla.*, format => ELF, ); while( <> ) { my $ret = $hlf->filter( $_ ); die "Error at line $.: invalid log... Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): HTTPD::Log::Filter Download

Added: October 11, 2010 | Visits: 1.150

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: April 11, 2010 | Visits: 1.060

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: January 23, 2010 | Visits: 889

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

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 (101): XML::Filter::Dispatcher::AsStructHandler Download

Added: April 22, 2010 | Visits: 812

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

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: October 13, 2010 | Visits: 3.394

OS X Login Screen OS X Login Screen is a very accurate OS X login Screen Mimic for Kubuntu Linux.. OS X Login Screen KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens K-Jofol IceWM Kaiman News Forum GUI Polls Links Downloads GTK QT Look... Platforms: *nix

License: Freeware Size: 317.44 KB Download (195): OS X Login Screen Download

< 1 2 3 4 5 >