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

Canary Island Date Palm freeware
Filter: All | Freeware | Demo
 

Canary Island Date Palm

1 2 3 4 5 > 
Released: April 13, 2010  |  Added: April 21, 2010 | Visits: 1.318

Amazing Island Screensaver Everybody wants to go on this island. It grow coconuts and palm trees. It is very good. There is always summer. The ocean washes its sandy shore. Strange animals walking through the woods. Birds of Paradise chirp all day long. Want to go there? Download this free screensaver.



Platforms: Windows

License: Freeware Size: 2.09 MB Download (99): Amazing Island Screensaver Download

Added: May 06, 2010 | Visits: 1.400

Palm::Progect::Converter::CSV Palm::Progect::Converter::CSV is a Perl module to convert between Progect databases and CSV files. SYNOPSIS my $converter = Palm::Progect::Converter->new( format => CSV, # ... other args ... ); $converter->load_records(); # ... do stuff with records $converter->save_records(); This...





Platforms: *nix

License: Freeware Size: 40.96 KB Download (129): Palm::Progect::Converter::CSV Download

Added: October 25, 2010 | Visits: 989

Palm::Progect::Converter::Text Palm::Progect::Converter::Text is a Perl module to convert between Progect databases and Text files. SYNOPSIS my $converter = Palm::Progect::Converter->new( format => Text, # ... other args ... ); $converter->load_records(); # ... do stuff with records $converter->save_records();...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (95): Palm::Progect::Converter::Text Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 1.088

ContactMirror for Outlook and Palm Desktop ContactMirror for Outlook and Palm Desktop will help users easily transfer and synchronize contacts. Palm Desktop is the most widely used application to synchronize the Palm OS device with desktop PC. Especially the common built-in Palm applications: Address Book, Date Book, To Do List and Memo...


Platforms: Windows

License: Freeware Download (406): ContactMirror for Outlook and Palm Desktop Download

Released: March 31, 2007  |  Added: March 07, 2008 | Visits: 6.342

EXIF Date Changer Exchangeable Image File (EXIF) data is stored within JPEG images. Almost all digital cameras record and store the cameras settings, scene information, date/time the photo was taken etc within this EXIF data. This information can be really useful when it comes to sorting and viewing your digital...


Platforms: Windows

License: Freeware Size: 592.75 KB Download (627): EXIF Date Changer Download

Released: April 10, 2009  |  Added: May 04, 2009 | Visits: 1.790

Island Screensaver Island is arounded by sea. Island likes a hill in the sea. Lives human being in many island. Few islands are favourable for sea port. The island screensaver can change our computer desktop by many island image with nice slideshow which offer pleasure. Features: -This is full free -Own...


Platforms: Windows

License: Freeware Size: 1.57 MB Download (128): Island Screensaver Download

Added: September 14, 2010 | Visits: 1.425

Date::Hijri Date::Hijri is a Perl extension to convert islamic (hijri) and gregorian dates. SYNOPSIS use Date::Hijri; # convert gregorian to hijri date my ($hd, $hm, $hy) = g2h($gd, $gm, $gy); # convert hijri to gregorian date my ($gd, $gm, $gy) = h2g($hd, $hm, $hy); This simple module converts...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (374): Date::Hijri Download

Added: February 12, 2010 | Visits: 1.165

Test::Reporter::Date::Format Test::Reporter::Date::Format Perl module contains date formating subroutines. SYNOPSIS use Test::Reporter::Date::Format; @lt = localtime(time); print time2str($template, time); print strftime($template, @lt); print time2str($template, time, $zone); print strftime($template, @lt,...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (107): Test::Reporter::Date::Format Download

Added: February 27, 2010 | Visits: 1.006

Date::Pcalc Date-Pcalc is a Perl module and is a direct translation of Steffen Beyers excellent Date::Calc module to use Perl only instead of a combination of Perl and C. This package consists of a Perl module for all kinds of date calculations based on the Gregorian calendar (the one used in all western...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (89): Date::Pcalc Download

Added: October 14, 2010 | Visits: 989

Date::Convert::French_Rev Date::Convert::French_Rev can convert from / to French Revolutionary Calendar. SYNOPSIS use Date::Convert::French_Rev; Converting from Gregorian (or other) to Revolutionary $date=new Date::Convert::Gregorian(1799, 11, 9); convert Date::Convert::French_Rev $date; print $date->date_string,...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (93): Date::Convert::French_Rev Download

Added: October 21, 2010 | Visits: 1.585

Fast Date Picker Fast Date Picker project is a calendar which is easy to integrate into pages that require the users to select a date like on travel sites. Written in ECMAScript, it responds faster to the users clicks than most of the server-side-based or Java-applet-based date pickers often found on travel...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (140): Fast Date Picker Download

Added: September 02, 2010 | Visits: 978

Date::Roman Date::Roman is a Perl OO extension for handling roman style dates. SYNOPSIS use Date::Roman; $caesar_death = Date::Roman->new(roman => id 3 702); print $caesar_death->ical(),"n"; #prints -520315 This module defines a class for handling Roman dates as defined by Julius Caesar in 45 BC..


Platforms: *nix

License: Freeware Size: 38.91 KB Download (124): Date::Roman Download

Added: January 12, 2010 | Visits: 2.680

Date::Formatter Date::Formatter Perl module is a simple Date and Time formatting object. SYNOPSIS use Date::Formatter; # create a Date::Formatter object with the current date and time. my $date = Date::Formatter->now(); # create a formatter routine for this object # see formatter mini-language...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (112): Date::Formatter Download

Added: July 25, 2010 | Visits: 951

Class::Date Class::Date is a perl module, which provides a simple date type for perl. You can create new Class::Date objects with a constructor from different scalar formats, array refs, and hash refs, and then you can easily manipulate it by the builtin "+" and "-" operators (e.g.,...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (89): Class::Date Download

Added: November 15, 2010 | Visits: 1.119

Date::ICal Date::ICal is a Perl extension for ICalendar date objects. SYNOPSIS use Date::ICal; $ical = Date::ICal->new( ical => 19971024T120000 ); $ical = Date::ICal->new( epoch => time ); $ical = Date::ICal->new( year => 1964, month => 10, day => 16, hour => 16, min => 12, sec => 47 ); $hour =...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (104): Date::ICal Download

Released: August 24, 2011  |  Added: September 11, 2011 | Visits: 1.279

Sanibel Island Condos Ocean's Reach Condominiums is a Sanibel vacation resort complex located on the gulf front beach of Sanibel Island. Four buildings, four stories and four condos wide total sixty-four unique and brand new condominiums and are distinctly furnished and accessorized by individual owners from across...


Platforms: Windows

License: Freeware Size: 2.01 MB Download (103): Sanibel Island Condos Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 579

Yoster Island Yoster Island is a TTF character that was designed in order to help you change the regular appearance of your papers. All you need to do is get and install the font onto your computer then use it when writing your text documents to see how it will modify their aspect. To install it, you can...


Platforms: Windows

License: Freeware Download (50): Yoster Island Download

Released: July 04, 2012  |  Added: July 04, 2012 | Visits: 745

Wallpaperio Palm Pre Maker Wallpaperio Palm Pre Maker is a wallpaper maker that creates wallpapers from pictures and photos so you can personalize your Palm Pre. The software can read many types of picture files (jpg, gif, png) and lets you into resize them into the proper size of your Palm Pre. Wallpaperio Palm Pre...


Platforms: Windows

License: Freeware Download (428): Wallpaperio Palm Pre Maker Download

Released: November 19, 2012  |  Added: November 19, 2012 | Visits: 717

Escape Rosecliff Island for Mac OS An unexpected storm has left you shipwrecked on a mysterious private island, and you'll need to find hidden objects and solve puzzles to escape! Seek and find 2,100 cleverly concealed objects in 25 intriguing locations, play five different types of mini-game puzzles, and collect the clues that...


Platforms: Mac

License: Freeware Size: 44.3 MB Download (531): Escape Rosecliff Island for Mac OS Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 484

Date Warp for Mac OS Five days ago, Janet left her dorm to go on a date. She never returned. Was she kidnapped? Murdered? Did she run away? Will she ever be seen again? The choices you make can change her fate and help her find romance or destruction in one of eleven surprising endings!


Platforms: Mac

License: Freeware Size: 49 MB Download (486): Date Warp for Mac OS Download

1 2 3 4 5 >