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

Search Applet freeware
Filter: All | Freeware | Demo
 

Search Applet

< 1 2 3 4 5 
Added: September 11, 2010 | Visits: 1.533

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 15, 2010 | Visits: 1.042

Quick Lounge Applet Quick Lounge applet is an applet for the GNOME Panel. Applets are little applications embedded in the Panel. With this applet you can organize your preferred applications in a single place. You can add spaces between applications, they can be used to group together applications with similar... Platforms: *nix

License: Freeware Size: 593.92 KB Download (103): Quick Lounge Applet Download

Added: March 07, 2010 | Visits: 625

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

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.036

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 (102): Search::Tools::RegExp Download

Added: October 11, 2010 | Visits: 1.174

Search::Tools::RegExp::Keywords Search::Tools::RegExp::Keywords is a Perl module to access regular expressions for keywords. 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 ); } Search::Tools::RegExp::Keywords provides... Platforms: *nix

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

Added: April 17, 2010 | Visits: 1.428

Search::Tools::Keywords Search::Tools::Keywords is a Perl module to extract keywords from a search query. SYNOPSIS use Search::Tools::Keywords; use Search::Tools::RegExp; my $query = the quick fox color:brown and "lazy dog" not jumped; my $kw = Search::Tools::Keywords->new( stopwords => the, and_word => and,... Platforms: *nix

License: Freeware Size: 49.15 KB Download (94): Search::Tools::Keywords Download

Added: June 02, 2010 | Visits: 1.465

123 Travel Search 123 Travel Search is an extension which creates 3 small travel search icons on the bottom of your browser. Creates 3 small travel search icons on the bottom of your browser. When clicking on them, they will create a little search box which allows you to enter your travel details once and then... Platforms: *nix

License: Freeware Size: 16.38 KB Download (121): 123 Travel Search Download

Added: November 25, 2010 | Visits: 1.751

Sethi Search Utility Sethi Search Utility provides a simple command line utility to submit a search to Google, Yahoo!, or MSN. Sethi Search Utility is a simple command line utility to submit a search to Google, Yahoo!, or MSN and show the (text) results on standard output. Support for several search engines is... Platforms: *nix

License: Freeware Download (103): Sethi Search Utility Download

Added: May 13, 2010 | Visits: 762

XPenguins GNOME Applet The XPenguins GNOME Applet allows you to fill your screen with penguins at the click of a button, as well as being able to change their number and speed on the fly. You must install the basic XPenguins package first.. Platforms: *nix

License: Freeware Size: 64.51 KB Download (104): XPenguins GNOME Applet Download

Added: September 20, 2010 | Visits: 872

EmiFreq applet EmiFreq applet is an daemon that shows/control the CPU frequency and temperature thanks to the cpufreq sysfs kernel interface. The emifreqd daemon enables the applet to change the cpu speed. The GUI is very clean, intuitive fast access to frequency change (with HIG help). Modelled over the... Platforms: *nix

License: Freeware Size: 378.88 KB Download (104): EmiFreq applet Download

Added: April 17, 2010 | Visits: 833

Emifreq-Applet Multicore Emifreq-Applet Multicore is a modification of the emifreq-applet to support multicore-cpu. This is a modification of the emifreq-applet written by Stéphane Démurget. The original applet for GNOME only supports changing the frequencies of a single-core CPU. With this addition, it is able to... Platforms: *nix

License: Freeware Size: 624.64 KB Download (105): Emifreq-Applet Multicore Download

Added: July 02, 2010 | Visits: 1.204

Bot::BasicBot::Pluggable::Module::Search Bot::BasicBot::Pluggable::Module::Search is a web search interface. SYNOPSIS Does exactly what it says on the tin; looks up things in web search engines and brings you back the results. IRC USAGE [search] < engine > for < entry > Where < engine > is one of AltaVista Dejanews Excite... Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Bot::BasicBot::Pluggable::Module::Search Download

Added: October 13, 2010 | Visits: 1.181

Tree::Binary::Search Tree::Binary::Search is a binary search tree for Perl. SYNOPSIS use Tree::Binary::Search; my $btree = Tree::Binary::Search->new(); $btree->useNumericComparison(); $btree->insert(5 => "Five"); $btree->insert(2 => "Two"); $btree->insert(1 => "One"); $btree->insert(3 => "Three");... Platforms: *nix

License: Freeware Size: 27.65 KB Download (253): Tree::Binary::Search Download

Added: March 04, 2010 | Visits: 783

Search::FreeText Search::FreeText is a free text indexing module for medium-to-large text corpuses. SYNOPSIS my $test = new Search::FreeText(-db => [DB_File, "stories.db"]); $text->open_index(); $text->clear_index(); $text->index_document(1, "Hello world"); $text->index_document(2, "World in motion");... Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): Search::FreeText Download

Added: January 26, 2010 | Visits: 1.256

Lucene::Search::Highlight Lucene::Search::Highlight is a Perl module with highlight terms in Lucene search results. SYNOPSIS Load highlight classes into namespace use Lucene::Search::Highlight; Create Formatter and Query Scorer my $formatter = new Lucene::Search::Highlight::SimpleHTMLFormatter("< b >", "< /b... Platforms: *nix

License: Freeware Size: 6.14 KB Download (111): Lucene::Search::Highlight Download

Added: March 20, 2010 | Visits: 1.604

Free eBook Search Free eBook Search allows you to search with the highlighted text/right click for your favorite Free ebooks in freebookzone site. Search with the highlighted text/right click for your favorite Free ebooks in www.freebookzone.com. You may search using the Book Title, ISBN (10 Digit),... Platforms: *nix

License: Freeware Size: 22.53 KB Download (154): Free eBook Search Download

Added: February 21, 2010 | Visits: 1.874

FreeCell Java Applet FreeCell Java Applet project is a Java applet of the popular FreeCell card game. This is a Java applet of the popular FreeCell card game. FreeCell is the enormously popular solitaire game. Because all cards are visible at the start of the game, it is almost entirely a game of skill. Almost... Platforms: *nix

License: Freeware Size: 23.55 KB Download (280): FreeCell Java Applet Download

Added: April 05, 2010 | Visits: 761

WWW::Search::Brassring WWW::Search::Brassring is a class for searching http://www.Brassring.com/jobsearch SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Brassring); my $sQuery = WWW::Search::escape_query("java"); $oSearch->native_query($sQuery, {city => San Diego, st => CA, prox => 10, # proximity to... Platforms: *nix

License: Freeware Size: 23.55 KB Download (98): WWW::Search::Brassring Download

Added: March 12, 2010 | Visits: 1.454

Wireless Applet Wireless Applet is a gnome-panel applet that shows up the status of your wireless card. This applet used to be in the default Gnome releases before it was replaced around v2.10 or so. Some users prefer it over the new one, so we decided to post it here for easy access to it.. Platforms: *nix

License: Freeware Size: 92.16 KB Download (164): Wireless Applet Download

< 1 2 3 4 5