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

Msn Status Search freeware
Filter: All | Freeware | Demo
 

Msn Status Search

< 1 2 3 4 5 
Added: July 27, 2010 | Visits: 870

XMMS status plugin xmms-status-plugin is a general plugin for the xmms mp3 player. It provides a docklet for the GNOME Status applet and the KDE panel. Under GNOME 2.0 XMMS Status Plugin uses the freedesktop.org Notification Area specification. To use this you must add the Notification Area applet to your panel.... Platforms: *nix

License: Freeware Size: 51.2 KB Download (96): XMMS status plugin Download

Added: February 15, 2010 | Visits: 1.264

Cache Status Cache Status displays cache status and allows easy management from status bar. This utility extension monitors your cache statistics for both memory and disk devices, pulling the numbers straight from the same place that about:cache does. You can also clear your cache by right-clicking on the... Platforms: *nix

License: Freeware Size: 18.43 KB Download (106): Cache Status Download

Added: August 02, 2010 | Visits: 1.366

Yahoo::Search::Request Yahoo::Search::Request is a container object for a Yahoo! Search request. (This package is included in, and automatically loaded by, the Yahoo::Search package.) Package Use You never need to use this package directly -- it is loaded automatically by Yahoo::Search. Object Creation In... Platforms: *nix

License: Freeware Size: 4.1 KB Download (103): Yahoo::Search::Request Download

Added: March 03, 2010 | Visits: 1.253

Yahoo::Search Yahoo::Search is a Perl interface to the Yahoo! Search public API. The following search spaces are supported: Doc Common web search for documents (html, pdf, doc, ...), including Y!Q contextual search. Image Image search (jpeg, png, gif, ...) Video Video file search (avi, mpeg,... Platforms: *nix

License: Freeware Size: 35.84 KB Download (97): Yahoo::Search Download

Added: September 14, 2010 | Visits: 1.358

Yahoo::Search::XML Yahoo::Search::XML is a Perl module with simple routines for parsing XML from Yahoo! Search. The XML sent back from Yahoo! is fairly simple, and is guaranteed to be well formed, so we really dont need much more than to make the data easily available. Id like to use XML::Simple, but it uses... Platforms: *nix

License: Freeware Size: 35.84 KB Download (101): Yahoo::Search::XML Download

Added: October 09, 2010 | Visits: 2.481

Linux MSN Messenger Engine Linux MSN Messenger Engine is a fully asynchronous, and fully multithreaded MSN messenger engine. Preliminary releases will be statically combined with an ncurses console-based EPIC4-like interface for instant messaging functionality. Whats New in This Release: - Code cleanup. Get Linux MSN... Platforms: *nix

License: Freeware Size: 57.34 KB Download (142): Linux MSN Messenger Engine Download

Added: February 01, 2010 | Visits: 1.121

Search Into Directory With this service menu you will be able to search into directory by right-clicking on it. Search Into Directory starts a kfind window (part of kdebase) ready to search into the selected directory. Note : This servicemenu is in fact duplicated of an existing one on kde-apps. So Ive removed mine... Platforms: *nix

License: Freeware Size: 84.99 KB Download (95): Search Into Directory Download

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

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

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

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

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 (127): Ringtone Search Download

Added: March 25, 2010 | Visits: 852

gajim-status gajim-status is a simple Amarok script to update your Gajim status with the current played song. Available keywords: %album, %artist, %bitrate, %title, %genre, %track, %year /* Rename the file to gajim-status.amarokscript.tar before trying to install it.. Download KDE-Apps.org Community... Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): gajim-status Download

Added: May 19, 2010 | Visits: 702

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 (100): Search::VectorSpace Download

Added: August 13, 2010 | Visits: 1.101

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 (92): Search::ContextGraph Download

Added: August 18, 2010 | Visits: 617

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

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: September 03, 2010 | Visits: 1.049

RKOL Status RKOL Status is an extension which can be used to monitor the song, artist and number of users on a ShoutCast server. This extension can be used to monitor the song, artist and number of users on a ShoutCast server. It was written specifically for Radio-KOL but will work for other ShoutCast... Platforms: *nix

License: Freeware Size: 44.03 KB Download (106): RKOL Status Download

Added: July 19, 2010 | Visits: 1.511

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

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

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

< 1 2 3 4 5