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

Standard Hotel Room Layout freeware
Filter: All | Freeware | Demo
 

Standard Hotel Room Layout

< 1 2 3 4 5 > 
Added: May 26, 2010 | Visits: 1.669

XML Schema Standard Type Library XML Schema Standard Type Library, in short XSSTL, is a collection of universally-useful data types defined in the W3C XML Schema language. The provided types describe concepts such as email address, IP address, phone number, country code, US states, etc. To make all the types from XSSTL...



Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): XML Schema Standard Type Library Download

Added: January 10, 2010 | Visits: 1.335

MP3::Album::Layout::Fetcher MP3::Album::Layout::Fetcher is a Perl extension to manage fetchers of album layouts. This module is a fetcher manager. It searches for modules in the MP3::Album::Layout::Fetcher::* name space and registers them as available fetchers. The fetcher modules are called by...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): MP3::Album::Layout::Fetcher Download

Added: July 24, 2010 | Visits: 1.294

MP3::Album::Layout MP3::Album::Layout is a Perl extension to manage/represent a layout for a mp3 album. SYNOPSIS use MP3::Album::Layout; #create a new layout my $layout = new MP3::Album::Layout; #change the disc title $layout->title("Perl conference"); #add a track $layout->add_track(artist=>someone,...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): MP3::Album::Layout Download

Added: March 07, 2010 | Visits: 1.117

Lemonldap::Portal::Standard Lemonldap::Portal::Standard is a Perl extension for the Lemonldap SSO system. SYNOPSIS use Lemonldap::Portal::Standard; sub my_method { my $self = shift; my $user = $self->{user}; $user.="-cp" if $user !~ /-cp$/; $self->{user} = $user; return ; } my $message = ; my %params =Vars;...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (90): Lemonldap::Portal::Standard Download

Added: May 09, 2010 | Visits: 1.304

Gtk2::Ex::MindMapView::Layout::Cluster Gtk2::Ex::MindMapView::Layout::Cluster is a vertical layout of view items. HEIRARCHY Gtk2::Ex::MindMapView::Layout::Group +----Gtk2::Ex::MindMapView::Layout::Cluster SYNOPSIS use Gtk2::Ex::MindMapView::Layout::Cluster; INTERFACE new(cluster_no=>$cluster_no) Instantiates an array of...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (91): Gtk2::Ex::MindMapView::Layout::Cluster Download

Added: June 10, 2010 | Visits: 1.314

Gtk2::Ex::MindMapView::Layout::Group Gtk2::Ex::MindMapView::Layout::Group is a group of items displayed on canvas. SYNOPSIS use base Gtk2::Ex::MindMapView::Layout::Group; Base class for the layout modules. This module is internal to Gtk2::Ex::MindMapView. INTERFACE new() Instantiates an object and intializes the x, y,...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (102): Gtk2::Ex::MindMapView::Layout::Group Download

Added: July 09, 2010 | Visits: 1.148

Log::Log4perl::Layout::XMLLayout Log::Log4perl::Layout::XMLLayout is an XML Layout. SYNOPSIS use Log::Log4perl::Layout::XMLLayout; my $app = Log::Log4perl::Appender->new("Log::Log4perl::Appender::File"); my $logger = Log::Log4perl->get_logger("abc.def.ghi"); $logger->add_appender($app); # Log with LocationInfo my...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): Log::Log4perl::Layout::XMLLayout Download

Added: March 08, 2010 | Visits: 1.686

Gtk2::Ex::MindMapView::Layout::Column Gtk2::Ex::MindMapView::Layout::Column is a Perl module to display vertical layout of clusters. SYNOPSIS use Gtk2::Ex::MindMapView::Layout::Column; The Gtk2::Ex::MindMapView::Layout::Column is used to layout Gtk2::Ex::MindMapView::Items in columns on a Gnome2::Canvas. INTERFACE...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (123): Gtk2::Ex::MindMapView::Layout::Column Download

Added: January 25, 2010 | Visits: 1.077

Gtk2::Ex::MindMapView::Layout::Balanced Gtk2::Ex::MindMapView::Layout::Balanced is a Perl module with balanced layout for view items. HEIRARCHY Gtk2::Ex::MindMapView::Layout::Group +----Gtk2::Ex::MindMapView::Layout::Balanced SYNOPSIS use Gtk2::Ex::MindMapView::Layout::Balanced; A balanced layout for the mindmap. This module...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (95): Gtk2::Ex::MindMapView::Layout::Balanced Download

Added: October 21, 2010 | Visits: 4.099

Meeting Room Booking System Meeting Room Booking System (MRBS) is a free, GPL, web application using PHP and MySQL/pgsql for booking meeting rooms. This project is similar in concept to Netscape Calendar, but much cheaper!.


Platforms: *nix

License: Freeware Download (460): Meeting Room Booking System Download

Added: May 19, 2010 | Visits: 1.545

Standard Portable Library Standard Portable Library is a pointer friendly C/C++ STL substitute. The API is similar to Java or .NET and includes common data structures, networking, and database support..


Platforms: *nix

License: Freeware Size: 512 KB Download (102): Standard Portable Library Download

Added: October 15, 2010 | Visits: 1.111

Gtk2::Ex::FormFactory::Layout Gtk2::Ex::FormFactory::Layout can do layout in a FormFactory framework. SYNOPSIS package My::Layout; use base qw/Gtk2::Ex::FormFactory::Layout/; sub build_form { ... } sub add_widget_to_form { ... } ... package main; $ff = Gtk2::Ex::FormFactory->new ( layouter => My::Layout->new(),...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (99): Gtk2::Ex::FormFactory::Layout Download

Added: August 01, 2010 | Visits: 1.911

Book Layout Generator Book Layout Generator is a tool that comes handy when printing long documents in a book fashion. Book Layout Generator tool generates the correct page sequence to print long documents in a book fashion. You just need to specify how many pages are there in your document and whether to print 2...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (190): Book Layout Generator Download

Added: August 06, 2010 | Visits: 1.204

Log::Log4perl::Layout::PatternLayout Log::Log4perl::Layout::PatternLayout Perl module contains a pattern layout. SYNOPSIS use Log::Log4perl::Layout::PatternLayout; my $layout = Log::Log4perl::Layout::PatternLayout->new( "%d (%F:%L)> %m"); Creates a pattern layout according to...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (105): Log::Log4perl::Layout::PatternLayout Download

Added: April 08, 2010 | Visits: 1.055

Room Juice Room Juice is a multi-user jukebox web application. So its basically an mpg321 / madplay / ogg123 / mikmod / xmp / whatever front end. Its designed to be simple to use and understand, and hopefully, not too difficult to install. The main way to listen to the music is locally, but by using a...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (96): Room Juice Download

Added: January 16, 2010 | Visits: 1.214

Tomahawk Desktop Standard Tomahawk Desktop Standard is a free linux distribution.. Makers of Tomahawk Desktop


Platforms: *nix

License: Freeware Size: 1.66 GB Download (102): Tomahawk Desktop Standard Download

Released: September 09, 2012  |  Added: September 09, 2012 | Visits: 1.339

Circuit Wizard Standard Edition Circuit Wizard Standard Edition was developed to be a revolutionary new system that combines circuit design, PCB design, simulation and CAD/CAM manufacture in one complete package. By integrating the entire design process, Circuit Wizard provides you with all the tools necessary to produce an...


Platforms: Windows

License: Freeware Download (582): Circuit Wizard Standard Edition Download

Released: August 18, 2012  |  Added: August 18, 2012 | Visits: 924

Sprint-Layout-Viewer The Sprint-Layout-Viewer was developed to be a tool that can be used to view and print Sprint-Layout-Files, without installation of the Sprint-Layout editor software. Sprint-Layout application allows you to design your PCB's quick and easy. There is no unnecessary 'ballast' which makes it...


Platforms: Windows

License: Freeware Size: 2.2 MB Download (449): Sprint-Layout-Viewer Download

Released: September 03, 2012  |  Added: September 03, 2012 | Visits: 956

GstarCAD Standard 2012 GstarCAD Standard will provide users with a fast, powerful & DWG-compatible CAD software. It is the world-class 2D/3D CAD (Computer aided design) software platform based on IntelliCAD technology. GstarCAD's powerful functions, AutoCAD-compatible programming platform, cost-effective solution and...


Platforms: Windows, XP, 2003, Windows Vista, 7, 7x64

License: Freeware Download (440): GstarCAD Standard 2012 Download

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 552

Hotel Dash: Suite Success for Mac OS When Quinn's new travel business hits a snag, she needs Flo's patented elbow grease to help renovate and run hotels all over DinerTown! As Flo, you will deliver guest's luggage, drop off room service and provide extra towels, blankets and anything else they may need to stay happy and leave big...


Platforms: Mac

License: Freeware Size: 46.7 MB Download (474): Hotel Dash: Suite Success for Mac OS Download

< 1 2 3 4 5 >