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

Find Url Numerical Addresses freeware
Filter: All | Freeware | Demo
 

Find Url Numerical Addresses

< 1 2 3 4 5 > 
Added: May 02, 2006 | Visits: 2.551

URLBlaze - The First URL Sharing Network URLBlaze is a decentralized, peer-to-peer search system that is mainly used to find files. Rather then giving access to your hard-drive and share files, URLBlaze shares the URLs of files you have downloaded using your browser. This new technology is called URL Sharing. Use URLBlaze to search for...




License: Freeware Size: 350 KB Download (371): URLBlaze - The First URL Sharing Network Download

Added: July 27, 2006 | Visits: 2.974

Help me find site This utility helps to find new sites all over the world. You simply enter a word which describes a subject (probably with www) and the program touches accessible variants. If the site with such name exists, it will be marked by green color, differently it can be allocated either red or yellow...





Platforms: Windows

License: Freeware Size: 304 KB Download (118): Help me find site Download

Released: January 05, 2003  |  Added: April 15, 2006 | Visits: 3.696

Ava Find Ava Find speeds up your daily computing experience by letting you find any file on your computer instantly. Open music and video files from any folder using convenient one-click browse buttons. Ava Find can list folders by size instantly, making hard drive clean up simple and easy. The exclusive...


Platforms: Windows

License: Freeware Size: 620 KB Download (575): Ava Find Download

Added: July 26, 2006 | Visits: 3.057

Rapid Deployment URL Launcher Rapid Deployment is a simple freeware tool that allows you to create and launch a customized list of regularly visited urls in separate default browser windows with only one click. Webmasters and anyone who surfs a great number of web sites should find Rapid Deployment useful. Besides opening all...


Platforms: Windows

License: Freeware Size: 976 KB Download (139): Rapid Deployment URL Launcher Download

Added: January 07, 2010 | Visits: 1.540

File::Find::Parallel File::Find::Parallel allows you to traverse a number of similar directories in parallel. SYNOPSIS use File::Find::Parallel; my $ffp = File::Find::Parallel->new( qw( /foo /bar ) ); print "Union:n"; my $union = $ffp->any_iterator print " $_n" while $_ = $union->(); print...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): File::Find::Parallel Download

Added: August 22, 2010 | Visits: 1.444

File::Find::Closures File::Find::Closures is a Perl module with functions you can use with File::Find. SYNOPSIS use File::Find; use File::Find::Closures qw(:all); my( $wanted, $list_reporter ) = find_by_name( qw(README) ); File::Find::find( $wanted, @directories ); File::Find::find( { wanted => $wanted, ......


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): File::Find::Closures Download

Added: November 19, 2010 | Visits: 1.323

Copy URL Copy URL is an extension which adds an entry to the popup menu. This extension adds an entry to the popup menu "Copy URL of this page". When selected, the URL of the current page will be copied to the system clipboard. The URL address should be in the clipboard for the use of other applications...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (108): Copy URL Download

Added: August 13, 2010 | Visits: 1.500

Test::File::Find::Rule Test::File::Find::Rule is a Perl module to test files and directories with File::Find::Rule. SYNOPSIS use Test::File::Find::Rule; # Check that all files in $dir have sensible names my $rule = File::Find::Rule ->file ->relative ->not_name(qr/^[w]{1,8}.[a-z]{3,4}$/);...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (104): Test::File::Find::Rule Download

Added: March 18, 2010 | Visits: 1.460

File::Find File::Find is a Perl module to traverse a directory tree. SYNOPSIS use File::Find; find(&wanted, @directories_to_search); sub wanted { ... } use File::Find; finddepth(&wanted, @directories_to_search); sub wanted { ... } use File::Find; find({ wanted => &process, follow => 1 }, .);...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (96): File::Find Download

Added: July 20, 2010 | Visits: 1.201

File::Find::Rule::XPath File::Find::Rule::XPath is a Perl module that contains rule to match on XPath expressions. SYNOPSIS use File::Find::Rule::XPath; my @files = File::Find::Rule->file ->name(*.dkb) ->xpath( //section/title[contains(., "Crustacean")] ) ->in($root); This module extends File::Find::Rule to...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): File::Find::Rule::XPath Download

Added: April 06, 2010 | Visits: 1.470

url.markr url.markr is a personal bookmark manager written in Ruby on Rails. The project has support for tagging of bookmarks, RSS feeds of links for each tag, inline editing of bookmarks, and tag autocompletion on entering a new bookmark. It has public and private bookmarks. You can view public...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (94): url.markr Download

Added: April 02, 2010 | Visits: 1.121

URL::Grab URL::Grab is a Perl module that drastically simplifies the fetching of files. URL::Grab project is designed to be used in programs that need common (but not necessarily simple) URL fetching features. It is extremely simple to drop into an existing program, and provides a clean interface to...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (104): URL::Grab Download

Added: August 06, 2010 | Visits: 1.163

url-sniff url-sniff script provides the ability to sniff HTML 1.1 GET request that goes throught our server..


Platforms: *nix

License: Freeware Size: 6.14 KB Download (126): url-sniff Download

Added: November 09, 2010 | Visits: 856

MP3::Find::Filesystem MP3::Find::Filesystem is a File::Find-based backend to MP3::Find. SYNOPSIS use MP3::Find::Filesystem; my $finder = MP3::Find::Filesystem->new; my @mp3s = $finder->find_mp3s( dir => /home/peter/music, query => { artist => ilyaimy, album => myxomatosis, }, ignore_case => 1, );.


Platforms: *nix

License: Freeware Size: 29.7 KB Download (96): MP3::Find::Filesystem Download

Added: August 15, 2010 | Visits: 957

MP3::Find::Base MP3::Find::Base is a base class for MP3::Find backends. SYNOPSIS package MyFinder; use base MP3::Find::Base; sub search { my $self = shift; my ($query, $dirs, $sort, $options) = @_; # do something to find and sort the mp3s... my @results = do_something(...); return @results; }...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (90): MP3::Find::Base Download

Added: July 13, 2010 | Visits: 1.091

MP3::Find MP3::Find is a Perl module to search and sort MP3 files based on their ID3 tags. SYNOPSIS # select with backend you want use MP3::Find qw(Filesystem); print "$_n" foreach find_mp3s( dir => /home/peter/cds, query => { artist => ilyaimy, title => deep in the am, }, ignore_case => 1,...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (96): MP3::Find Download

Added: April 14, 2010 | Visits: 1.201

File::Find::Rule SYNOPSIS use File::Find::Rule; # find all the subdirectories of a given directory my @subdirs = File::Find::Rule->directory->in( $directory ); # find all the .pm files in @INC my @files = File::Find::Rule->file() ->name( *.pm ) ->in( @INC ); # as above, but without method chaining my...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (101): File::Find::Rule Download

Added: November 05, 2010 | Visits: 970

Template Numerical Toolkit Template Numerical Toolkit (TNT) is a collection of interfaces and reference implementations of numerical objects useful for scientific computing in C++. The toolkit defines interfaces for basic data structures, such as multidimensional arrays and sparse matrices, commonly used in numerical...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (97): Template Numerical Toolkit Download

Added: April 02, 2010 | Visits: 1.371

File::Find::Similars File::Find::Similars is a Similar files locator. SYNOPSIS use File::Find::Similars; File::Find::Similars->init(0, @ARGV); similarity_check_name(); Similar-sized and similar-named files are picked as suspicious candidates of duplicated files. What descirbes it better than a actual...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): File::Find::Similars Download

Added: February 14, 2010 | Visits: 1.254

Tab URL Copier Tab URL Copier is an extension which copies the URLs of all open tabs. Copies the URLs of all open tabs. Puts Copy Tab URLs item in right click menu of tabs and Edit main menu. Useful for bibliographies, quickly sending someone a list of pages to view etc. Can now open tabs from previously...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (124): Tab URL Copier Download

< 1 2 3 4 5 >