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

Willard Water Catalyst software
Filter: All | Freeware | Demo
 

Willard Water Catalyst

1 2 3 4 5 > 
Added: September 05, 2006 | Visits: 10.179

A Rippling Water 3D Edition screen saver Rippling Water screen saver displays beautiful animated waterscapes: beautifull nature photos or 3d rendered unreal images with ripples, rendered in real time. This nice images can be set as a wallpaper in one mouse click or can b e set automatically every time screen saver starts. So You will...

License: Shareware Cost: $12.00 USD Size: 1.98 MB Download (645): A Rippling Water 3D Edition screen saver Download

Added: October 10, 2006 | Visits: 4.763

Water Bubbles Ultimate 3D Tetris-like puzzle game. Water Bubble's will challenge and improve your abstract thinking and logic. The goal of the game is quite simple. Put three or more bubbles (balls) of the same color together, and they will drop off the playing surface. OK, heard that quite often? Kind of... Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 2.39 MB Download (534): Water Bubbles Download

Added: September 24, 2006 | Visits: 3.590

SS Water Lily - Animated 3D Screensaver The EleFun Company launched Water Lily - the new product in the Animated ScreenSaver series. In this product, we have implemented a perfect combination: excellent picture quality, comparable to a photo, elements of 3D animation and realism. Two characters are presented to you, alternating each... Platforms: Windows

License: Shareware Cost: $9.95 USD Size: 2.03 MB Download (98): SS Water Lily - Animated 3D Screensaver Download

Added: March 03, 2006 | Visits: 3.997

Sqirlz Water Reflections Add pools of water to an image or video and animate the rippling reflections. Platforms: Windows

License: Freeware Size: 588 KB Download (318): Sqirlz Water Reflections Download

Added: November 15, 2006 | Visits: 3.429

Water Garden Screen Saver The Water Garden Screen Saver is a virtual water garden with flowing water, birds, butterflies, and several varieties of Koi. Advanced 3D graphics, true water physics, sound effects, and detailed 3D plants that sway in the wind provide a surprisingly realistic experience. The registered version... Platforms: Windows

License: Shareware Cost: $9.95 USD Size: 24.26 MB Download (202): Water Garden Screen Saver Download

Released: January 05, 2005  |  Added: September 01, 2006 | Visits: 2.401

Catalyst Catalog Builder Catalyst Catalog Builder creates, distributes and updates desktop catalogs that sell more. Showcase your products including quality product images, detailed descriptions, up to date customer specific pricing and one click email and fax ordering. So simple you will build and update your catalogs... Platforms: Windows

License: Shareware Cost: $199.00 USD Size: 7.58 MB Download (491): Catalyst Catalog Builder Download

Released: July 10, 2007  |  Added: September 29, 2007 | Visits: 6.244

Water Ripples plug-in Water Ripples is a freeware Adobe Photoshop compatible plug-in filter. The highly realistic water ripples effect designer has numerous options as well as an impressive 3D quality. The random settings generator produces unlimited variations of rippled surfaces. Platforms: Windows

License: Freeware Size: 131 KB Download (951): Water Ripples plug-in Download

Released: November 24, 2006  |  Added: November 24, 2006 | Visits: 15.168

Water for After Effects The Water plug-in for Adobe After Effects helps to art up your image with the breath-taking water effects such as streaming water and more. You can create effects that are extremely realistic as well as amazingly beautiful effects that you will not see in real life. Creating of various water... Platforms: Windows

License: Demo Cost: $80.00 USD Size: 1.94 MB Download (793): Water for After Effects Download

Added: April 27, 2010 | Visits: 1.348

Catalyst::Plugin::Email::Page Catalyst::Plugin::Email::Page is a Perl module to email your Catalyst page. SYNOPSIS use Catalyst::Plugin::Email::Page; __PACKAGE__->config->{email_page}{ email = q{webmaster@example.com}, subject = q{User Report for}, link_text = q{Report Page}, }; # In your Template [%... Platforms: *nix

License: Freeware Size: 21.5 KB Download (101): Catalyst::Plugin::Email::Page Download

Added: July 09, 2010 | Visits: 1.495

Catalyst::Manual::Cookbook Catalyst::Manual::Cookbook is a Perl module for cooking with Catalyst. These recipes cover some basic stuff that is worth knowing for catalyst developers.. Platforms: *nix

License: Freeware Size: 225.28 KB Download (128): Catalyst::Manual::Cookbook Download

Added: October 11, 2010 | Visits: 1.389

Catalyst::Manual::Intro Catalyst::Manual::Intro is an Introduction to Catalyst. This is a brief introduction to Catalyst. It explains the most important features of how Catalyst works and shows how to get a simple application up and running quickly. For an introduction (without code) to Catalyst itself, and why you... Platforms: *nix

License: Freeware Size: 225.28 KB Download (142): Catalyst::Manual::Intro Download

Added: October 12, 2010 | Visits: 931

Catalyst::Plugin::Dumper Catalyst::Plugin::Dumper is a Perl module with Data::Dumper plugin for Catalyst. SYNOPSIS use Catalyst qw/-Debug Dumper/; $c->log->dumper($myvar); $c->log->dumper($myvar, mylabel); This plugin injects a dumper() method into the Catalyst::Log namespace. INTERFACE... Platforms: *nix

License: Freeware Size: 4.1 KB Download (165): Catalyst::Plugin::Dumper Download

Added: May 26, 2010 | Visits: 1.820

Catalyst::Manual::Tutorial::AdvancedCRUD Catalyst::Manual::Tutorial::AdvancedCRUD is a Catalyst Tutorial - Part 8: Advanced CRUD. Add a Form Creation Helper Method Open lib/MyApp/Controller/Books.pm in your editor and add the following method: =head2 make_book_widget Build an HTML::Widget form for book creation and updates... Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): Catalyst::Manual::Tutorial::AdvancedCRUD Download

Added: April 08, 2010 | Visits: 1.157

Catalyst::Plugin::Authentication::Credential::BBAuth Catalyst::Plugin::Authentication::Credential::BBAuth is a Yahoo! Browser-Based Authentication for Catalyst. SYNOPSIS use Catalyst qw( Authentication Authentication::Credential::BBAuth Session Session::Store::FastMmap Session::State::Cookie ); MyApp->config( authentication => {... Platforms: *nix

License: Freeware Size: 3.07 KB Download (105): Catalyst::Plugin::Authentication::Credential::BBAuth Download

Added: September 18, 2010 | Visits: 1.455

Task::Catalyst::Tutorial Task::Catalyst::Tutorial is a Perl module that installs everything you need to learn Catalyst. SYNOPSIS Installs the example "MyApp" described in Catalyst::Manual::Tutorial, and all its dependencies.. Platforms: *nix

License: Freeware Size: 74.75 KB Download (100): Task::Catalyst::Tutorial Download

Added: July 23, 2010 | Visits: 1.195

Catalyst::Helper::Doc Catalyst::Helper::Doc is a documentation page generator. SYNOPSIS # execute helper script. script/myapp_create.pl Doc # you can set description # default is "Catalyst based application" script/myapp_create.pl Doc "This is description!" # you can set language type used as xml:lang.... Platforms: *nix

License: Freeware Size: 2.05 KB Download (97): Catalyst::Helper::Doc Download

Added: March 12, 2010 | Visits: 999

Catalyst::Controller::Constraints Catalyst::Controller::Constraints contains Constraint Signatures for Controller Actions. SYNOPSIS package MyApp::Controller::Foo; ... use base qw(Catalyst::Controller::Constraints); __PACKAGE__->config( constraints => { # allow only digits for type Integer Integer => qr/^d+$/, #... Platforms: *nix

License: Freeware Size: 25.6 KB Download (95): Catalyst::Controller::Constraints Download

Added: January 23, 2010 | Visits: 1.250

Dirty Water Dirty Water project is a custom MUD server. Dirty Water is an original MUD server/engine written in OCaml. It is designed to be much more advanced and realistic and to encourage role playing more than Diku-style MUDs. We are using a higher level language which we feel will yield a code-base... Platforms: *nix

License: Freeware Size: 87.04 KB Download (94): Dirty Water Download

Added: February 06, 2010 | Visits: 867

Catalyst Catalyst is a Perl module that contains the elegant MVC web application framework. SYNOPSIS See the Catalyst::Manual distribution for comprehensive documentation and tutorials. # Install Catalyst::Devel for helpers and other development tools # use the helper to create a new application... Platforms: *nix

License: Freeware Size: 143.36 KB Download (93): Catalyst Download

Added: September 16, 2010 | Visits: 953

Catalyst::Plugin::Session::CGISession Catalyst::Plugin::Session::CGISession is a Perl module to use CGI::Session for persistent session data. SYNOPSIS use Catalyst qw{ ... Session::CGISession ... }; MyApp->config->{session} = { expires => 3600, rewrite => 1, }; $c->session->{user_email} = quibble@dibble.edu; # Later, in... Platforms: *nix

License: Freeware Size: 16.38 KB Download (88): Catalyst::Plugin::Session::CGISession Download

1 2 3 4 5 >