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

Rose Petal Cottage Dinette software
Filter: All | Freeware | Demo
 

Rose Petal Cottage Dinette

1 2 3 4 5 > 
Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 536

Rose Petal file importer library The purpose of project is libarary that is foundation for importers from Rational Rose file formats to other formats and importers to some specific formats like nsuml xmi.



Platforms: Windows, Mac, Linux

License: Freeware Size: 1.4 MB Download (48): Rose Petal file importer library Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 551

3DPageFlip Flash Catalog Templates for Roses The rose is one of the most important symbols in the world. The red rose represents the passion and desire of love that we celebrate on Valentine's Day, the deep pink roses represent gratitude and appreciation, while yellow ones show joy and gladness, etc.. The Roses Themes designs 6 different...





Platforms: Windows

License: Freeware Size: 2.19 MB Download (56): 3DPageFlip Flash Catalog Templates for Roses Download

Released: October 20, 2012  |  Added: October 20, 2012 | Visits: 343

JPetaller, petal file processor 100% java.Platform Indipendent.Using this java package, other java developper able to process Rose petal file as needed, like for generating EJB codes for Appservs.Full documentation, easy to include java package.


Platforms: Windows, Mac, Linux

License: Freeware Size: 148.93 KB Download (53): JPetaller, petal file processor Download

Added: June 26, 2010 | Visits: 833

Petal Petal is a Perl Template Attribute Language - TAL for Perl! SYNOPSIS in your Perl code: use Petal; my $template = new Petal (foo.xhtml); print $template->process (bar => BAZ); in foo.xhtml < html xmlns:tal="http://purl.org/petal/1.0/" > < body tal:content="bar" >Dummy Content< /body...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (96): Petal Download

Added: April 03, 2010 | Visits: 960

Rose::Object::MakeMethods::Generic Rose::Object::MakeMethods::Generic is a Perl module that can create simple object methods. SYNOPSIS package MyObject; use Rose::Object::MakeMethods::Generic ( scalar => [ power, error, ], scalar --get_set_init => name, boolean --get_set_init => is_tall, boolean => [ is_red,...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (97): Rose::Object::MakeMethods::Generic Download

Added: June 04, 2010 | Visits: 1.480

Rose::DB::Object::Tutorial Rose::DB::Object::Tutorial is a guided tour of the basics of Rose::DB::Object. INTRODUCTION This document provides a step-by-step introduction to the Rose::DB::Object module distribution. It demonstrates all of the important features using a semi-realistic example database. This tutorial does...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (98): Rose::DB::Object::Tutorial Download

Added: March 18, 2010 | Visits: 913

Rose::DateTime::Util Rose::DateTime::Util Perl module contains some simple DateTime wrapper functions. SYNOPSIS use Rose::DateTime::Util qw(:all); $now = parse_date(now); $then = parse_date(12/25/2001 11pm); print $now->day_of_week; # e.g., "Monday" # "December 25th 2001 at 11:00:00 PM" $date_text =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (89): Rose::DateTime::Util Download

Added: July 05, 2010 | Visits: 1.360

Rose::DB::Object::Helpers Rose::DB::Object::Helpers is a mix-in class containing convenience methods for Rose::DB::Object. SYNOPSIS package MyDBObject; use Rose::DB::Object; our @ISA = qw(Rose::DB::Object); use Rose::DB::Object::Helpers clone, { load_or_insert => find_or_create }; ... $obj =...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (114): Rose::DB::Object::Helpers Download

Added: October 02, 2010 | Visits: 963

Rose::DB::Object::QueryBuilder Rose::DB::Object::QueryBuilder is a Perl module that can build SQL queries on behalf of Rose::DB::Object::Manager. SYNOPSIS use Rose::DB::Object::QueryBuilder qw(build_select); # Build simple query $sql = build_select ( dbh => $dbh, select => COUNT(*), tables => [ articles ], columns...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (95): Rose::DB::Object::QueryBuilder Download

Added: August 27, 2010 | Visits: 1.130

Rose::Class::MakeMethods::Set Rose::Class::MakeMethods::Set is a Perl module to create class methods to manage sets. SYNOPSIS package MyClass; use Rose::Class::MakeMethods::Set ( inheritable_set => [ required_name => { add_implies => add_valid_name, test_method => name_is_required, }, ], inherited_set => [...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (101): Rose::Class::MakeMethods::Set Download

Added: October 18, 2010 | Visits: 892

Rose::Object Rose::Object is a simple object base class. SYNOPSIS package MyObject; use Rose::Object; our @ISA = qw(Rose::Object); sub foo { ... } sub bar { ... } ... my $o = MyObject->new(foo => abc, bar => 5); ... Rose::Object is a generic object base class. It provides very little...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (88): Rose::Object Download

Added: February 15, 2010 | Visits: 919

Rose::DateTime Rose::DateTime is a Perl module with DateTime helper functions and objects. SYNOPSIS use Rose::DateTime::Util qw(:all); $now = parse_date(now); $then = parse_date(12/25/2001 6pm); $date_text = format_date($then, "%D at %T %p"); ... use Rose::DateTime::Parser; $parser =...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): Rose::DateTime Download

Added: May 06, 2010 | Visits: 835

Rose::URI Rose::URI is a standalone URI class allowing easy and efficient manipulation of query parameters and other URI components. SYNOPSIS use Rose::URI; $uri = Rose::URI->new(http://un:pw@foo.com/bar/baz?a=1&b=two+3); $scheme = $uri->scheme; $user = $uri->username; $pass = $uri->password;...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (99): Rose::URI Download

Added: November 09, 2010 | Visits: 934

Rose::HTML::Objects Rose::HTML::Objects is a Perl object-oriented interfaces for HTML. SYNOPSIS use Rose::HTML::Form; $form = Rose::HTML::Form->new(action => /foo, method => post); $form->add_fields ( name => { type => text, size => 20, required => 1 }, height => { type => text, size => 5, maxlength => 5...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (99): Rose::HTML::Objects Download

Added: June 22, 2010 | Visits: 1.263

Rose::HTML::Form Rose::HTML::Form is a HTML form base class. SYNOPSIS package PersonForm; use Rose::HTML::Form; our @ISA = qw(Rose::HTML::Form); use Person; sub build_form { my($self) = shift; $self->add_fields ( name => { type => text, size => 25, required => 1 }, email => { type => email, size...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Rose::HTML::Form Download

Added: August 19, 2010 | Visits: 970

Petal::Cookbook Petal::Cookbook is a Perl module to recipes for building templates with Petal. This document contains some examples of Petal template usage. Most of these examples deal with using Petal to generate HTML files from HTML templates. BASICS Template location When using Petal for web...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (93): Petal::Cookbook Download

Released: November 28, 2016  |  Added: December 20, 2016 | Visits: 539

Holiday Rose Screensaver Another impressive free rose screensaver. We present you our new holiday screensaver Holiday Rose. Screensaver is a clock with Roman numerals framed by flowers and falling snow. Very gentle and elegant screen design will allow you to decorate your desktop PC. This screensaver will emphasize your...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 5.42 MB Download (64): Holiday Rose Screensaver Download

Added: August 18, 2008 | Visits: 1.143

Desktop Rose Get Organized and Smart with Desktop Rose. Desktop Rose is a Powerful, Easy-to-use Personal information keeper - a Smart combination of Task manager | Notes | Calender | Interval reminder & Time management utilities. It helps you to manage your TIME & daily TASKS smartly and plan | organize your...


Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 5.17 MB Download (525): Desktop Rose Download

Released: November 27, 2012  |  Added: November 27, 2012 | Visits: 460

Cottage Rental Manager Comprehensive short-term rental management package designed specifically for the cottage and vacation property owner. CRM 1.0 assists in managing inquiries and reservations for up to 12 properties. Covers most aspects of the rental activity in all major currencies. Create correspondence documents...


Platforms: Windows

License: Shareware Cost: $59.95 USD Size: 3.15 MB Download (44): Cottage Rental Manager Download

Released: January 09, 2013  |  Added: January 09, 2013 | Visits: 704

Rose Jigsaw Puzzle Rose jigsaw puzzle for kids. Fun and challenging game which kids can share with others.


Platforms: Windows

License: Freeware Size: 275 KB Download (56): Rose Jigsaw Puzzle Download

1 2 3 4 5 >