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

Tomcat Cannot Find Facescontext freeware
Filter: All | Freeware | Demo
 

Tomcat Cannot Find Facescontext

< 1 2 3 4 5 > 
Released: October 01, 2011  |  Added: October 25, 2011 | Visits: 1.748

Find My Windows Key Find My Windows Key is a free software that can find your Windows Product key. Find My Windows Key is a totally free software that finds your windows product key on Windows XP, Windows Vista and Windows 7, easy to use and simple to install, compact and self contained freeware that can be used...



Platforms: Windows

License: Freeware Size: 383.92 KB Download (179): Find My Windows Key Download

Released: August 30, 2012  |  Added: October 06, 2012 | Visits: 1.609

DVD-Ranger Player DVD-Ranger Player is the most advanced Blu-ray, DVD video and audio file player. Providing impressive video quality and top-notch features to handle high-quality content while still being lightweight and intuitive. With new FrameDoubler technology. DVD-Ranger Player: - Blu-ray 3D playback...





Platforms: Windows

License: Freeware Size: 11.37 MB Download (148): DVD-Ranger Player Download

Added: March 12, 2010 | Visits: 961

Email::Find Email::Find allows you to find RFC 822 email addresses in plain text. Email::Find is a module for finding a subset of RFC 822 email addresses in arbitrary text (see "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see "CAVEATS"), but...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (132): Email::Find Download

Added: January 25, 2010 | Visits: 820

Broken Alias CM The Finder in OS X has a bug. It cannot show where the original of an alias was, if it cannot find the original itself. Be it because you just copied everything to a different computer, or because you discovered this 7 year old alias that doesn't point to anywhere now.Now this is extremely...


Platforms: Mac

License: Freeware Size: 192 KB Download (129): Broken Alias CM Download

Added: January 25, 2010 | Visits: 923

Tomcat Monitor Tomcat Monitor is a simple GUI server monitoring tool for Jakarta Tomcat by Apache. It shows the current server state (running or not) both graphically and textually, both in a window, and in the dock icon. It also has start, stop, and reset buttons (and dock menu items) for the server - these...


Platforms: Mac

License: Freeware Size: 120 KB Download (129): Tomcat Monitor Download

Released: March 28, 2012  |  Added: April 07, 2012 | Visits: 1.789

EaseUS Mac Undelete EaseUS Mac Undelete is special for solving Mac data loss problems due to accidently delete files, documents, pictures, music and any type of data. It is a professional software that can recover deleted data from Mac PC and other all the external Drives like Digital camera, USB Cards, Memory...


Platforms: Mac

License: Freeware Size: 2.06 MB Download (122): EaseUS Mac Undelete 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

Added: August 09, 2008 | Visits: 846

File find utility This is a find utility which can search multiple drives and search for text within files.


Platforms: Windows

License: Freeware Size: 74 KB Download (105): File find utility Download

Added: August 13, 2010 | Visits: 1.499

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: 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 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: August 22, 2010 | Visits: 1.443

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: August 22, 2008 | Visits: 1.157

Find It 00 Find it game Take this fun test and see if you find the pit bull o peeking nswers at bottom of page Resources for teachers, parents, students and the public classroom activities, interactive games, printable materials and more resources are available. Play the concentration matching game with...


Platforms: Windows, Mac

License: Freeware Size: 10 KB Download (98): Find It 00 Download

Added: March 18, 2010 | Visits: 1.459

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: 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: 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: January 21, 2010 | Visits: 1.175

NetAddr::IP::Find NetAddr::IP::Find is a Perl module to find IP addresses in plain text. SYNOPSIS use NetAddr::IP::Find; $num_found = find_ipaddrs($text, &callback); This is a module for finding IP addresses in plain text. Functions NetAddr::IP::Find exports one function, find_ipaddrs(). It works very...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): NetAddr::IP::Find 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: January 02, 2010 | Visits: 1.058

Policy Daemon Policy Daemon project is an anti-spam plugin for Postfix (written in C) that does Greylisting, Sender-(envelope, SASL or host / ip)-based throttling (on messages and/or volume per defined time unit), Recipient rate limiting, Spamtrap monitoring / blacklisting, HELO auto blacklisting and HELO...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (93): Policy Daemon Download

Added: January 07, 2010 | Visits: 1.539

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

< 1 2 3 4 5 >