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

Proxy Search Socks freeware
Filter: All | Freeware | Demo
 

Proxy Search Socks

< 1 2 3 4 5 
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 (280): Mobile Web Proxy Download

Released: November 09, 2012  |  Added: March 30, 2013 | Visits: 2.060

Fast File Search Free Fast File Search Utility for Windows. Works with Windows XP onwards. This freeware utility lets you to search your files superfast and quick. Is of great use when searching something urgently.





Platforms: Windows

License: Freeware Size: 4.43 MB Download (120): Fast File Search Download

Added: June 22, 2010 | Visits: 1.727

ruby index/search ruby index/search is a general indexing framework for ruby. With it, you can create collections of documents, then index and search them. Currently, both inverted indexing and LSA indexing are supported, with rudimentary result clustering in the works. The indices may be marshalled out (with...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (118): ruby index/search Download

Added: May 25, 2010 | Visits: 1.360

Chestnut FTP Search Chestnut FTP Search is a web application to search for files on FTP servers. Files can by searched only by file/directory names, nor be file contents. Users can query files by part of the file name, the entire file name, a regular expression, or a shell pattern. The program is written in Python...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (146): Chestnut FTP Search Download

Added: October 24, 2010 | Visits: 1.328

Ringtone Search Ringtone Search provides an extension which allows you to use search ringtone for the selection you made. This extension allows you to use search ringtone for the selection you made straight from the context menu. You can search by title or artist. Just select the name of the song or artist....


Platforms: *nix

License: Freeware Size: 12.29 KB Download (123): Ringtone Search Download

Added: May 26, 2010 | Visits: 1.977

Simple UDP proxy/pipe Simple UDP proxy/pipe is an advanced UDP proxy/datapipe/packets forwarder and modifier with multiple functions. Multiple clients allowed (you can connect many clients you want to this proxy), creation of ACP files (tcpdump capture files, just like a sniffer), packets forwarding (chat style,...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (271): Simple UDP proxy/pipe Download

Added: May 19, 2010 | Visits: 697

Search::VectorSpace Search::VectorSpace is a very basic vector-space search engine. SYNOPSIS use Search::VectorSpace; my @docs = ...; my $engine = Search::VectorSpace->new( docs => @docs, threshold => .04); $engine->build_index(); while ( my $query = <> ) { my %results = $engine->search( $query ); print...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Search::VectorSpace Download

Added: August 13, 2010 | Visits: 1.094

Search::ContextGraph Search::ContextGraph is a Perl module for spreading activation search engine. SYNOPSIS use Search::ContextGraph; my $cg = Search::ContextGraph->new(); # first you add some documents, perhaps all at once... my %docs = ( first => [ elephant, snake ], second => [ camel, pony ], third =>...


Platforms: *nix

License: Freeware Size: 95.23 KB Download (86): Search::ContextGraph Download

Added: April 07, 2010 | Visits: 2.230

Firewall and Proxy Server HOWTO Firewall and Proxy Server HOWTO project is designed to describe the basics of firewall systems. And also to give you some detail on setting up both a filtering and proxy firewall on a Linux based system. Firewalls have gained great popularity as the ultimate in Internet Security. Today...


Platforms: *nix

License: Freeware Download (144): Firewall and Proxy Server HOWTO Download

Added: August 18, 2010 | Visits: 614

Search::Namazu Search::Namazu is a Namazu library module for perl. SYNOPSIS use Search::Namazu; @hlists = Search::Namazu::Search(index => /usr/local/namazu/index, query => foo); foreach my $hlist (@hlists) { print ($hlist->score, $hlist->uri, $hlist->date, $hlist->rank); } $x =...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (92): Search::Namazu Download

Added: May 20, 2010 | Visits: 1.676

WWW::Search::Yahoo WWW::Search::Yahoo is a Perl backend for searching www.yahoo.com SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Yahoo); my $sQuery = WWW::Search::escape_query("sushi restaurant Columbus Ohio"); $oSearch->native_query($sQuery); while (my $oResult = $oSearch->next_result()) print...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (124): WWW::Search::Yahoo Download

Added: May 06, 2010 | Visits: 972

Tie::Proxy::Hash Tie::Proxy::Hash is a Perl module created to efficiently merge & translate hashes. SYNOPSIS my (%hash, $ref); $ref = tie %hash, Tie::Proxy::Hash, (bart => +{a => 1, b => 2}, maggie => +{a => 5, c => 6, e => 10}, ); $hash{a} == 1; # true $hash{b} == 2; # true (bart supercedes maggie)...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (99): Tie::Proxy::Hash Download

Added: January 06, 2010 | Visits: 1.376

TrustWatch Search by GeoTrust TrustWatch Search by GeoTrust is a Firefox extension that allows you to search with Trust on Google, Yahoo! and MSN. This extension uses the popular TrustWatch anti-phishing service so you can see real-time/in-line site rating information for all your search results. Currently support the...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (100): TrustWatch Search by GeoTrust Download

Added: July 19, 2010 | Visits: 1.506

Wikipedia search Wikipedia search is a superkaramba theme for searching on en.wikipedia.org. Based on Answers.com karamba by sg1 http://www.kde-look.org/content/show.php?content=30887 Thanks to Rcio Zienke for language config entry. To-do - make some transtalations - display article in wikipedia search...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): Wikipedia search Download

Added: January 24, 2010 | Visits: 995

js-search js-search is a javascript indexing and searching. A client-side library for building a simple inverted index, and searching it. You can download the source code from SVN with the following command: svn checkout http://js-search.googlecode.com/svn/trunk/ js-search.


Platforms: *nix

License: Freeware Download (117): js-search Download

Added: September 11, 2010 | Visits: 1.524

pro-search pro-search is a crawler for FTP servers, SMB shares, HTTP servers, and DC++ networks..


Platforms: *nix

License: Freeware Size: 174.08 KB Download (104): pro-search Download

Added: January 02, 2010 | Visits: 1.744

Kernel Socks Bouncer ksb26 [Kernel Socks Bouncer] is a Linux Kernel 2.6.x Loadable Kernel Module that that redirects tcp connection (to user-defined target hosts) through socks 4/5 chains. Kernel Socks Bouncer is subdivided into a lkm [Linux Loadable Kernel Module] and a userspace manager. ksb26 lkm intercepts...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (97): Kernel Socks Bouncer Download

Added: March 07, 2010 | Visits: 620

Search::Lemur Search::Lemur is a Perl class to query a Lemur server, and parse the results. SYNOPSYS use Search::Lemur; my $lem = Search::Lemur->new("http://url/to/lemur.cgi"); # run some queries, and get back an array of results # a query with a single term: my @results1 = $lem->query("encryption");...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Search::Lemur Download

Added: September 04, 2010 | Visits: 912

Search::Dict Search::Dict is a Perl module to search for key in dictionary file. SYNOPSIS use Search::Dict; look *FILEHANDLE, $key, $dict, $fold; use Search::Dict; look *FILEHANDLE, $params; Sets file position in FILEHANDLE to be first line greater than or equal (stringwise) to $key. Returns the new...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (100): Search::Dict Download

Added: June 18, 2010 | Visits: 1.028

Search::Tools::RegExp Search::Tools::RegExp is a Perl module to build regular expressions from search queries. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); # the word itself printf("the word is %sn",...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (97): Search::Tools::RegExp Download

< 1 2 3 4 5