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

Super Search Jukebox Playlist freeware
Filter: All | Freeware | Demo
 

Super Search Jukebox Playlist

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

Create PlayList Create PlayList is a service menu for KDE and has been tested with kde 3.5.4 and 3.5.5. The service is available over directories. It will create a M3U playlist file with .mp3, .ogg, .wav... files into the directory. Filename can be changed. To create M3U playlist file the script uses a... Platforms: *nix

License: Freeware Size: 2.05 KB Download (110): Create PlayList Download

Added: February 01, 2010 | Visits: 1.123

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

Added: November 03, 2010 | Visits: 1.188

Perl Playlist Perl Playlist is a command line application to generate m3u files based on your all your MP3s. Perl Playlist uses MP3::Info to read the MP3 tags. Perl playlist maker was designed to build a playlist on a remote machine that does not have a screen or X windows.. Platforms: *nix

License: Freeware Size: 102.4 KB Download (113): Perl Playlist Download

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

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

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: September 24, 2010 | Visits: 808

DCOP::Amarok::Playlist DCOP::Amarok::Playlist is a Perl extension to speak to an amaroK player object via systems DCOP. SYNOPSIS use DCOP::Amarok::Playlist; $playlist = DCOP::Amarok::Playlist->new(); $playlist->togglePlaylist(); print $playlist->getActiveIndex(); This module is a quick hack to get an... Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): DCOP::Amarok::Playlist Download

Added: March 03, 2010 | Visits: 2.051

Traffic Control Super Script Traffic Control Super Script implements traffic shaping for IP traffic passing through a NAT/bridge box with a single configuration file with one line per host. Traffic Control Super Script can manage bandwidth to user-specified speeds based on the u32 classifier, and can identify traffic by... Platforms: *nix

License: Freeware Size: 40.96 KB Download (167): Traffic Control Super Script 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: January 08, 2010 | Visits: 1.031

Apache::MP3::Playlist Apache::MP3::Playlist can manage directories of MP3 files with sorting and persistent playlists. SYNOPSIS # httpd.conf or srm.conf AddType audio/mpeg mp3 MP3 # httpd.conf or access.conf < Location /songs > SetHandler perl-script PerlHandler Apache::MP3::Playlist PerlSetVar SortField... Platforms: *nix

License: Freeware Size: 327.68 KB Download (110): Apache::MP3::Playlist 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.102

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

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

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: November 03, 2010 | Visits: 1.299

Remove playlist duplicates Remove playlist duplicates is a simple perl script which on track change detects all duplicate playlist entries and leaves just the first one of each of them. I have files duplicated on my mp3 player and hard drive and when I plugged my player in, my collection contained duplicate entries. this... Platforms: *nix

License: Freeware Download (113): Remove playlist duplicates Download

Added: January 06, 2010 | Visits: 1.395

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

< 1 2 3 4 5