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

Udp Proxy List freeware
Filter: All | Freeware | Demo
 

Udp Proxy List

< 1 2 3 4 5 > 
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 26, 2010 | Visits: 1.446

ETrace ETrace is a configurable static port network tracing tool, similar to traceroute, but supporting ICMP, TCP, UDP and other IP protocols. Usage: etrace [ -BbCcnv ] [ -p profile ] [ -F config ] [ -i interface ] [ -I icmp-type ] [ -T port ] [ -U port ] [ -P protocol ] [ -r probe-count ] [ -t...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (103): ETrace Download

Added: November 20, 2010 | Visits: 3.506

IMAP Proxy IMAP Proxy server is a caching IMAP proxy server. It was written to compensate for webmail clients that are unable to maintain persistent connections to an IMAP server. Most webmail clients need to log in to an IMAP server for nearly every single transaction. This behaviour can cause tragic...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (154): IMAP 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: November 19, 2010 | Visits: 954

List::Search List::Search is a Perl module for fast searching of sorted lists. SYNOPSIS use List::Search qw( list_search nlist_search custom_list_search ); # Create a list to search my @list = sort qw( bravo charlie delta ); # Search for a value, returns the index of first match print list_search(...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): List::Search 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: September 11, 2010 | Visits: 965

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

Added: April 26, 2010 | Visits: 3.945

Bypass Proxy Client Bypass Proxy Client is the complete network privacy tool. It ensures absolute privacy wherever you maybe, preventing would-be snoopers from monitoring your surfing, email, or chatting activity. You can bypass blocking filters, firewalls, and proxies. Surf, chat, read news boards, and get all your...


Platforms: *nix

License: Freeware Size: 28.7 MB Download (926): Bypass Proxy Client Download

Added: August 27, 2010 | Visits: 1.073

YAZ Proxy YAZ Proxy application is highly configurable and can be used in a number of different applications, ranging from debugging Z39.50-based applications and protecting overworked servers, to improving the performance of stateless WWW/Z39.50 gateways..


Platforms: *nix

License: Freeware Size: 481.28 KB Download (105): YAZ Proxy Download

Added: July 03, 2010 | Visits: 1.845

PHP Generic Access Control List PHP Generic Access Control List is a PHP class that offers Web developers a simple, yet immensely powerful "drop in" permission system for their current Web-based applications..


Platforms: *nix

License: Freeware Size: 2.6 MB Download (103): PHP Generic Access Control List Download

Added: February 18, 2010 | Visits: 999

XMMS Album List XMMS Album List is a Unix application for loading directories of audio files into XMMS, similar in concept to the Winamp plugin AlbumList. XMMS Album List is written in Perl using Gtk2-Perl, MP3::Info, and Xmms::Perl (the latter being available on CPAN). This is my first application using GTK+,...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): XMMS Album List Download

Added: February 24, 2010 | Visits: 851

List::RewriteElements List::RewriteElements is a Perl module that can create a new list by rewriting elements of a first list. SYNOPSIS use List::RewriteElements; Constructor Simplest case: Input from array, output to STDOUT. $lre = List::RewriteElements->new( { list => @source, body_rule => sub { my...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (98): List::RewriteElements Download

Added: May 22, 2010 | Visits: 1.448

List::Compare List::Compare is a Perl module to compare elements of two or more lists. SYNOPSIS The bare essentials: @Llist = qw(abel abel baker camera delta edward fargo golfer); @Rlist = qw(baker camera delta delta edward fargo golfer hilton); $lc = List::Compare->new(@Llist, @Rlist);...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (100): List::Compare Download

Added: October 03, 2010 | Visits: 754

List::Comprehensions List::Comprehensions is a Perl module that allows for list comprehensions in Perl. SYNOPSIS use List::Comprehensions; use warnings; my @res = (); @res = comp1 { [ @_ ] } [0..4], [0..4], [0..4]; no warnings once; @res = comp2 { [$i, $j, $k] } i => [0..4], j => [0..4], k => [0..4];...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): List::Comprehensions Download

Added: April 16, 2010 | Visits: 2.062

Whois Proxy Whois Proxy provides a CGI or command line whois proxy tool. Whois Proxy is a Perl whois tool for looking up the owners, technical contacts, abuse desk, IP address, NIC handle, or ASN of any domain on the internet. A complete rewrite of the GeekTools whois proxy, it also runs either as a Web...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (191): Whois Proxy Download

Added: September 03, 2010 | Visits: 2.254

Mobile Web Proxy Mobile Web Proxy is a (CGI) tool to make more Web pages available from some mobile devices (cell phone Web browsers, etc.). When I began using my cell phones mobile web browser, one of the things I realized was that there were a lot of web pages that my cell phones web browser simply wouldnt...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (276): Mobile Web Proxy Download

Added: September 16, 2010 | Visits: 1.123

Notes List Notes List is a simple and easy way to take Notes. - Change SIZE (width and height) - tun on/off the background image - Auto save notes. IPmonitor KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens K-Jofol IceWM...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): Notes List Download

< 1 2 3 4 5 >