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

Fast Proxy List freeware
Filter: All | Freeware | Demo
 

Fast Proxy List

< 1 2 3 4 5 > 
Released: August 11, 2005  |  Added: May 14, 2006 | Visits: 4.386

Free Mailing List Splitter Free Mailing List Splitter, is a full featured professional mailinglist manager software. It splits huge email lists into smaller ones.



Platforms: Windows

License: Freeware Size: 703 KB Download (707): Free Mailing List Splitter Download

Added: May 27, 2006 | Visits: 4.202

Free Mailing List Manager Free List Manager, merge smaller email lists into one big list. It is a full featured professional mailinglist manager software.





Platforms: Windows

License: Freeware Size: 689 KB Download (737): Free Mailing List Manager Download

Released: December 19, 2013  |  Added: January 01, 2014 | Visits: 2.897

Swift To-Do List Lite Swift To-Do List Lite is a free and hierarchical to-do list software with reminder and to-do lists organized by tree structure with icons. Application is suitable both for personal and business use. All tasks can have customized priority level, task type, due date, and reminder. There is an...


Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 16.92 MB Download (205): Swift To-Do List Lite Download

Released: September 01, 2008  |  Added: September 16, 2008 | Visits: 3.674

Handy Uninstaller Handy Uninstaller is a simple, but powerful FREEWARE uninstaller. It shows a list of installed programs on your computer and helps to uninstall and remove unwanted programs. Handy Uninstaller is a fast and powerful alternative to the "Windows Add or Remove Programs". It has many powerful...


Platforms: Windows

License: Freeware Size: 1010 KB Download (366): Handy Uninstaller Download

Released: May 29, 2018  |  Added: June 09, 2018 | Visits: 4.648

Efficient To-Do List Free Efficient To-Do List Free is a professional, cross-platform and handy task management software package. By specifying the priorities or order of to-dos (tasks) or specifying different colors for different task labels, Efficient To-Do List Free makes every effort to assist you in following the...


Platforms: Windows, Windows 8, Windows 7, iOS, Android, iPhone

License: Freeware Size: 15.12 MB Download (933): Efficient To-Do List Free Download

Added: August 03, 2010 | Visits: 1.615

Camarades Linux Proxy The Camarades Linux Proxy is a small program that is meant to run on a firewall protecting an internal network. It allows multiple users behind a firewall to use the Camarades Web camera program. To make it run the following: 1. Edit Makefile to see that everything seems ok. Make any...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (106): Camarades Linux Proxy Download

Added: February 22, 2010 | Visits: 2.476

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: September 02, 2010 | Visits: 1.163

POE::Component::Proxy::TCP POE::Component::Proxy::TCP is a simplified TCP proxy. SYNOPSIS use POE qw(Component::Proxy::TCP); POE::Component::Proxy::TCP->new (Alias => "ProxyServerSessionAlias", Port => $local_server_port, OrigPort => $remote_server_port, OrigAddress => $remote_server_host, DataFromClient =>...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (112): POE::Component::Proxy::TCP Download

Added: May 25, 2010 | Visits: 951

List::MRU List::MRU is a Perl module that implements a simple fixed-size MRU-ordered list. SYNOPSIS use List::MRU; # Constructor $lm = List::MRU->new(max => 20); # Constructor with explicit eq subroutine for obj equality tests $lm = List::MRU->new(max => 20, eq => sub { $_[0]->stringify eq...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): List::MRU Download

Added: September 05, 2010 | Visits: 1.284

BlockStop Proxy BlockStop Proxy is a Firefox extension that allows you to view the current page or link using. Adds a "View this page with BlockStop" or "Open Link Target with BlockStop" option to your Firefox right-click menu, depending on where you click. The BlockStop Proxy extension automatically encodes...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (109): BlockStop Proxy Download

Added: August 19, 2010 | Visits: 969

List::Part List::Part is a Perl module that allows you to partition one array into several. SYNOPSIS use List::Part; ($good, $bad)=part { !/substring/ } @array; #store arrayrefs into $good and $bad (*good, *bad)=part { !/substring/ } @array; #store into @good and @bad ABSTRACT List::Part...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (92): List::Part Download

Added: June 06, 2010 | Visits: 3.241

HTTP Anti Virus Proxy HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. HTTP Anti Virus Proxy aims are continuous, non-blocking downloads and smooth scanning of dynamic and password protected HTTP traffic. Havp antivirus proxy has a parent and transparent proxy mode. It can be used with squid...


Platforms: *nix

License: Freeware Size: 542.72 KB Download (210): HTTP Anti Virus Proxy Download

Added: November 06, 2010 | Visits: 1.381

dialog-mp3-list dialog-mp3-list generates an organized list of your CDs and directories of MP3s. It shows a numbered list of MP3s with information on their encoding speed and track lengths. It uses Dialog/XDialog and Latex to create lists in .tex, .ps, and .pdf formats. You can modify the source file .tex and...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (97): dialog-mp3-list Download

Added: January 21, 2010 | Visits: 1.714

Proxy Detector Proxy Detector is a PHP class that can detect HTTP requests via proxy. This class can detect if a visitor uses a proxy server by scanning the headers returned by the user client. When the user uses a proxy server, most of the proxy servers alter the header. The header is returned to PHP in the...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (193): Proxy Detector Download

Added: May 13, 2010 | Visits: 1.672

List::Maker List::Maker is a Perl module that can generate more sophisticated lists than just $a..$b. SYNOPSIS use List::Maker; @list = < 1..10 >; # (1,2,3,4,5,6,7,8,9,10) @list = < 10..1 >; # (10,9,8,7,6,5,4,3,2,1) @list = < 1,3,..10 > # (1,3,5,7,9) @list = < 1..10 x 2 > # (1,3,5,7,9) @list = <...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (159): List::Maker Download

Added: February 09, 2010 | Visits: 1.918

SPIKE Proxy Spike Proxy is an open source HTTP proxy for finding security flaws in web sites. SPIKE Proxy is part of the Spike Application Testing Suite and supports automated SQL injection detection, web site crawling, login form brute forcing, overflow detection, and directory traversal detection. To...


Platforms: *nix

License: Freeware Size: 624.64 KB Download (171): SPIKE Proxy Download

Added: January 17, 2010 | Visits: 3.115

NTLM Authorization Proxy Server NTLM Authorization Proxy Server is a proxy software that allows you to authenticate via an MS Proxy Server using the proprietary NTLM protocol. Since version 0.9.5 APS has an ability to behave as a standalone proxy server and authenticate http clients at web servers using NTLM method. It can...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (365): NTLM Authorization Proxy Server Download

Added: May 27, 2010 | Visits: 1.683

POP3 Virus Scanner Proxy POP3 Virus Scanner Proxy is a full-transparent proxy daemon which scans all mails for viruses using third party scanners (built-in support for AVPD and Trophie). You have to set up a port redirection in the linux-netfilter (iptables) so that all connections from e.g. inside your office to any...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (104): POP3 Virus Scanner Proxy Download

Added: March 25, 2010 | Visits: 1.109

Antispyd Antispyd is a HTTP/HTTPS proxy server designed to be fast, efficient, modular and secure. Its written in pure C and uses a simple and customizable configuration file. Its POSIX compliant and has been developed under Gentoo/Linux. The server is designed with a modular software architecture, the...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (94): Antispyd Download

Added: September 11, 2010 | Visits: 966

List::Util List::Util Perl module contains a selection of general-utility list subroutines. SYNOPSIS use List::Util qw(first max maxstr min minstr reduce shuffle sum); List::Util contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (102): List::Util Download

< 1 2 3 4 5 >