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 49.591.716 Times

Calendar App freeware
Filter: All | Freeware | Demo
 

Calendar App

< 1 2 3 4 5 > 
Added: February 19, 2010 | Visits: 1.407

App::Modular::Module::Events App::Modular::Module::Events is a Perl module with event handling for App::Modular compatible applications. SYNOPSIS #################################################################### package App::Modular::Module::Me; use base qw(App::Modular::Module); sub depends { return Events; }...



Platforms: *nix

License: Freeware Size: 16.38 KB Download (100): App::Modular::Module::Events Download

Added: November 19, 2010 | Visits: 1.238

App::Modular App::Modular is a Perl module with modularization framework for perl programs. SYNOPSIS package App::Modular::Module::Test; use base qw(App::Modular::Module); sub say_hello { print "Hello, dear user!"; }; package main; use App::Modular; my $modul = instance App::Modular;...





Platforms: *nix

License: Freeware Size: 16.38 KB Download (102): App::Modular Download

Added: October 27, 2010 | Visits: 1.813

Yet Another Calendar Yet Another Calendar is a malleable, clear, concise CGI calendar. Yet Another Calendar project doesnt require a relational database server and uses a single page per month for editing and viewing.. Get mod_auth_shadow at SourceForge.net. Fast, secure and free downloads from the largest Open...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (144): Yet Another Calendar Download

Added: August 06, 2010 | Visits: 1.498

CGI::WeT::Modules::Calendar CGI::WeT::Modules::Calendar are Perl extensions to engine to allow calendar management. SYNOPSIS use CGI::WeT::Modules::Calendar (); This module provides rendering constructs to allow navigation through a set of calendars. Support is provided for multiple types of events in multiple...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (93): CGI::WeT::Modules::Calendar Download

Added: September 03, 2010 | Visits: 2.077

k5n Desktop Calendar k5n Desktop Calendar (k5nCal, for short) application is a calendar application for your desktop. It shares features with applications like Apple iCal and Microsoft Outlook, but it is open source. This project is built upon Java Calendar Tools, and all data is stored in RFC 2445 iCalendar...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (168): k5n Desktop Calendar Download

Added: October 19, 2010 | Visits: 946

Milo Calendar Milo Calendar is a SuperKaramba script that reads the dates stored by KOrganizer and displays them on your desktop in a clear, neat calendar. The calendar also displays todays date and it can move back/forward months. the descriptions of the events are shown via tooltips. The images for this...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (90): Milo Calendar Download

Added: February 18, 2010 | Visits: 994

DateTime::Calendar::Pataphysical DateTime::Calendar::Pataphysical is a Perl module with dates in the pataphysical calendar. SYNOPSIS use DateTime::Calendar::Pataphysical; $dt = DateTime::Calendar::Pataphysical->new( year => 1752, month => 10, day => 4 ); DateTime::Calendar::Pataphysical is the implementation of the...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (97): DateTime::Calendar::Pataphysical Download

Added: May 01, 2010 | Visits: 935

DateTime::Calendar::FrenchRevolutionary DateTime::Calendar::FrenchRevolutionary - dates in the French Revolutionary Calendar. SYNOPSIS use DateTime::Calendar::FrenchRevolutionary; $dt = DateTime::Calendar::FrenchRevolutionary->new( year => 8, month => 2, day => 18, ); # convert FrenchRevolutionary->Gregorian... $dtgreg =...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (93): DateTime::Calendar::FrenchRevolutionary Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.562

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (252): App::SimpleScan::Substitution::Line Download

Added: February 19, 2010 | Visits: 1.263

App::SimpleScan App::SimpleScan is a simple_scans core code. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; App::SimpleScan allows us to package the core of simple_scan as a class; most importantly, this allows us to use Module::Pluggable to write extensions to this application...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (109): App::SimpleScan Download

Added: June 06, 2010 | Visits: 1.024

App::SimpleScan::Plugin::Snapshot App::SimpleScan::Plugin::Snapshot is a Perl module to allow tests to snapshot results. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; # plugin loaded automatically here Supports the %%snapshot_dir and %%snapshot pragmas plus the --snapshot_dir and --snap_all and...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (88): App::SimpleScan::Plugin::Snapshot Download

Added: May 07, 2010 | Visits: 1.029

App::SimpleScan::Plugin::Plaintext App::SimpleScan::Plugin::Plaintext is a Perl module that can check a pages text without markup. SYNOPSIS # Normal test specs use the entire HTML text http://perl.org/ /books n | / Y Sites list HTML # If we want to match just the text, not the HTML: %%plaintext on http://perl.org/...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): App::SimpleScan::Plugin::Plaintext Download

Added: January 09, 2010 | Visits: 1.071

App::SimpleScan::Plugin::LinkCheck App::SimpleScan::Plugin::LinkCheck is a Perl module with link counting/presence/absence plugin. SYNOPSIS # After this plugin is installed: %%has_link My stuff %%no_link Send email # The has_link and no_link checks will run for every test spec. http://someplace.com /foo/ Y Got my page...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): App::SimpleScan::Plugin::LinkCheck Download

Added: June 10, 2010 | Visits: 971

App::SimpleScan::Plugin::Retry App::SimpleScan::Plugin::Retry is a Perl module to implement retry pragma/command line option. SYNOPSIS simple_scan --retry 6 or in a simple_scan input file: %%retry 6 Both of these would retry fetches up to 6 times, pausing an increasingly-long time between each try. If all attempts...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): App::SimpleScan::Plugin::Retry Download

Added: May 23, 2010 | Visits: 939

App::SimpleScan::Plugin::Forget App::SimpleScan::Plugin::Forget is a Perl module to forget a variables value. SYNOPSIS # In a simple_scan input file, after installing this module: # Define the variable foo: %%var foo baz bar quux # Later in the file: %%forget foo # foo is now undefined, and will not be replaced...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): App::SimpleScan::Plugin::Forget Download

Added: September 27, 2010 | Visits: 1.405

App::SimpleScan::Cookbook App::SimpleScan::Cookbook is a documentation-only module that describes how to use simple_scan for some common Web testing problems. BASICS simple_scan reads test specifications from standard input and generates Perl code based on these specifications. It can either execute them immediately,...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (92): App::SimpleScan::Cookbook Download

Added: May 25, 2010 | Visits: 1.275

DateTime::Calendar::Mayan DateTime::Calendar::Mayan is a Perl module with the Mayan Long Count, Haab, and Tzolkin calendars. SYNOPSIS use DateTime::Calendar::Mayan my $dtcm = DateTime::Calendar::Mayan->new( baktun => 12, katun => 19, tun => 10, uinal => 2, kin => 8, # alternate epoch epoch => DateTime->new(...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (158): DateTime::Calendar::Mayan Download

Added: March 12, 2010 | Visits: 2.007

Periodic Calendar Periodic Calendar is a GUI utility which assists in women menstrual cycles tracking and fertility periods prediction. The information tracked by this application can be used either to became pregnant or to prevent pregnancy. At this point the fertility prediction is based on the calendar...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (247): Periodic Calendar Download

Added: February 04, 2010 | Visits: 1.150

Epoch DHTML JavaScript Calendar Epoch JavaScript Calendar and DatePicker runs on all major browsers and features a fast user interface, multiple date selection, flat or popup modes, CSS styling, automatic date formatting, full object-oriented design, and more. Epoch DHTML JavaScript Calendar is available in over a dozen major...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (119): Epoch DHTML JavaScript Calendar Download

Added: October 21, 2010 | Visits: 2.524

BORG Calendar and Task Tracker BORG is a combination calendar and task tracking system. The calendar supports simple todos. The Task Tracker goes way beyond todos. BORG is basically meant to be a small self-contained Java application that you can run locally. Many users run BORG Calendar and Task Tracker from a thumb drive....


Platforms: *nix

License: Freeware Size: 3.7 MB Download (197): BORG Calendar and Task Tracker Download

< 1 2 3 4 5 >