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

Sticky Date Pudding Recipe freeware
Filter: All | Freeware | Demo
 

Sticky Date Pudding Recipe

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 401

WP-Sticky The date of the sticky posts can be hidden and an announcement can be displayed.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.5.0 or higher



Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): WP-Sticky Download

Released: July 20, 2012  |  Added: July 20, 2012 | Visits: 842

Live2support Sticky Notes Software Live2support's sticky note is one of the office employee's best friend. Generally, you can see multicolored stickies on places such as top of files, on papers, on your personal computer, telephone desk and so on. They are just everywhere. With Live2Support sticky notes software, you can decorate...





Platforms: Windows, Mac

License: Freeware Size: 7.02 MB Download (52): Live2support Sticky Notes Software 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: September 07, 2009  |  Added: August 04, 2010 | Visits: 2.361

Simple Sticky Notes It's a simple, easy-to-use, absolutely free, fast and efficient taking notes software. Simple Sticky Notes is 100% safe and ads free. Features; -Full unicode support -RichText support -Colourful and Transparent notes -Printable -Snap to desktop edges -Hide/Show all notes option...


Platforms: Windows

License: Freeware Size: 780.33 KB Download (532): Simple Sticky Notes 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: May 25, 2010 | Visits: 878

Tie::Scalar::Sticky Tie::Scalar::Sticky is a Perl module with block assignments to scalars. SYNOPSIS use strict; use Tie::Scalar::Sticky; tie my $sticky, Tie::Scalar::Sticky; $sticky = 42; $sticky = ; # still 42 $sticky = undef; # still 42 $sticky = 0; # now its zero tie my $sticky, Tie::Scalar::Sticky...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Tie::Scalar::Sticky 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: August 16, 2010 | Visits: 1.361

Yet Another antiVirus Recipe Yet Another antiVirus Recipe is a procmail that helps to filter out a lot of the most common e-mail worms. For some of the above (plain iframe, clsid, xml, macro) e-mail is delivered normally but gets a WARNING in subject plus its old subject ($SUB). Some of the warnings are:...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (104): Yet Another antiVirus Recipe 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 07, 2010  |  Added: September 21, 2010 | Visits: 1.887

SRS Recipe Organizer SRS Recipe Organizer is a program you can use to turn your old recipes into new ones without retyping. To use SRS Recipe Organizer you take a good digital picture of your old recipe (or scan it if you have a scanner) and you transfer the file to your computer. Then you open the picture with SRS...


Platforms: Windows

License: Freeware Size: 3.67 MB Download (627): SRS Recipe Organizer 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

Released: July 21, 2012  |  Added: July 21, 2012 | Visits: 447

Date Reminder Don't ever forget an important date again! Create a list of all your important dates - anniversaries, things to do, events, memories, etc. - and this little program will remind you whenever that date comes. When it is run, it will pop a reminder with all events that occur on the present day. You...


Platforms: Windows

License: Freeware Size: 194.56 KB Download (51): Date Reminder Download

Released: March 29, 2018  |  Added: May 28, 2018 | Visits: 1.888

Efficient Sticky Notes Throw away the traditional paper sticky notes and start using the completely free Efficient Sticky Notes! "Stick" your notes on the desktop and you can read important information at any time on the screen. It saves your money and saves your time! The software allows various background colors,...


Platforms: Windows, Windows 8, Windows 7, iOS, Android, iPhone

License: Freeware Size: 15.24 MB Download (851): Efficient Sticky Notes Download

Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 586

Julian-Gregorian Date Calculator Julian-Gregorian Date Calculator makes more than simple date conversion among Gregorian and Julian Calendars. This tool is also used for adding and subtracting a number of days, weeks, months and years to or from a given date.


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

License: Freeware Download (58): Julian-Gregorian Date Calculator Download

1 2 3 4 5 >