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

Excel Calendar Generator freeware
Filter: All | Freeware | Demo
 

Excel Calendar Generator

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

PHP Firewall Generator PHP Firewall Generator is a simple PHP script that generates a firewall for iptables or ipchains.The script is created based on configuration rules entered by the user. The aim is to support a rule set similar to those supported by commercial Firewall systems, and have it easy to configure.Basic... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (128): PHP Firewall Generator Download

Added: February 18, 2010 | Visits: 1.011

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: July 22, 2010 | Visits: 1.669

DateTime::Format::Excel DateTime::Format::Excel is a Perl module that can convert between DateTime and Excel dates. SYNOPSIS use DateTime::Format::Excel; # From Excel via class method: my $datetime = DateTime::Format::Excel->parse_datetime( 37680 ); print $datetime->ymd(.); # 2003.02.28 # or via an object... Platforms: *nix

License: Freeware Size: 15.36 KB Download (198): DateTime::Format::Excel Download

Added: November 06, 2010 | Visits: 1.703

XML::Excel XML::Excel is a Perl extension converting Excel files to XML. SYNOPSIS use XML::Excel; $excel_obj = XML::Excel->new(); $excel_obj = XML::Excel->new(%attr); $status = $excel_obj->parse_doc(file_name); $status = $excel_obj->parse_doc(file_name, %attr); $excel_obj->declare_xml(%attr);... Platforms: *nix

License: Freeware Size: 10.24 KB Download (112): XML::Excel Download

Added: May 01, 2010 | Visits: 950

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

Added: March 01, 2010 | Visits: 995

CGI::Application::Generator CGI::Application::Generator is a Perl module with dynamically build CGI::Application modules. SYNOPSIS use CGI::Application::Generator; # Required methods my $cat = CGI::Application::Generator->new(); $cat->package_name(My::Widget::Browser); $cat->start_mode(list_widgets);... Platforms: *nix

License: Freeware Size: 14.34 KB Download (103): CGI::Application::Generator Download

Added: June 27, 2010 | Visits: 3.953

3rd Edition Dungeons & Dragons Character Generator 3rd Edition Dungeons and Dragons Character Generator is an HTML/JavaScript Web page that allows the user to quickly and easily create new Dungeons and Dragons characters. The characters can be of any of the eleven classes, any of the playable races, and may start at any level from 1 to 220.... Platforms: *nix

License: Freeware Size: 87.04 KB Download (379): 3rd Edition Dungeons & Dragons Character Generator Download

Added: August 17, 2010 | Visits: 969

PerlPoint::Generator::SDF PerlPoint::Generator::SDF is a generic SDF generator. METHODS new() Parameters: class The class name. Returns: the new object.. Platforms: *nix

License: Freeware Size: 419.84 KB Download (211): PerlPoint::Generator::SDF Download

Added: January 06, 2010 | Visits: 831

PerlPoint::Generator::XML::XHTML::Paged PerlPoint::Generator::XML::XHTML::Paged is a Perl module that generates paged XHTML via XML.. Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): PerlPoint::Generator::XML::XHTML::Paged Download

Added: February 17, 2010 | Visits: 2.088

PerlPoint::Generator::LANGUAGE::Formatter PerlPoint::Generator::LANGUAGE::Formatter is a Perl module that generates Formatter formatted LANGUAGE files. METHODS new() Parameters: class The class name. Returns: the new object.. Platforms: *nix

License: Freeware Size: 419.84 KB Download (101): PerlPoint::Generator::LANGUAGE::Formatter Download

Added: March 03, 2010 | Visits: 1.423

SiG Information Generator SiG Information Generator provides a class for persistant objects in PHP. SiG allows developers to create, store, retrieve, and search any custom PHP object. Using the Node base class one can create hierachies of related classes. It has been repackaged as a Wordpress Plugin. SiG is written in... Platforms: *nix

License: Freeware Size: 153.6 KB Download (102): SiG Information Generator Download

Added: March 16, 2010 | Visits: 1.320

Database Bean Generator Generator is an command line application written in java that have the goal to make easy the construction of little applications that needs some database objects stuff. Database Bean Generator isnt a replacement of complex object persistence solutions, like hibernate or TopLink but it covers a... Platforms: *nix

License: Freeware Size: 1.9 MB Download (98): Database Bean Generator Download

Added: May 25, 2010 | Visits: 1.288

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 (164): DateTime::Calendar::Mayan Download

Added: September 23, 2010 | Visits: 2.073

Genealogy Graph Generator Genealogy Graph Generator (GGG) is a set of programs for automatically generating academic genealogy graphs. It tells you who your advisor and your advisors advisor and her advisor and so on are.. Platforms: *nix

License: Freeware Size: 47.1 KB Download (124): Genealogy Graph Generator Download

Added: May 04, 2010 | Visits: 1.226

MillScript-Excel MillScript-Excel project is a Java library for reading and writing Excel spreadsheets. The goal of the library is primarily to support all versions of Microsoft Excel, but other spreadsheet formats should also be added. The API is geared towards easy integration with other applications.. Platforms: *nix

License: Freeware Size: 512 KB Download (126): MillScript-Excel Download

Added: June 13, 2010 | Visits: 893

XML::Generator::PerlData XML::Generator::PerlData is a Perl extension for generating SAX2 events from nested Perl data structures. SYNOPSIS use XML::Generator::PerlData; use SomeSAX2HandlerOrFilter; ## Simple style ## # get a deeply nested Perl data structure... my $hash_ref =... Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): XML::Generator::PerlData Download

Added: September 11, 2010 | Visits: 2.497

Dragon parser generator Dragon is a powerful parser generator. It produces a consequent, object-oriented, integrated scanner and parser solution. Dragon parser generator also scales for very large grammar defintions. Since dragon parses LR(1) grammars, the generation algorithm is quite CPU intensive. Using LR(1)... Platforms: *nix

License: Freeware Size: 368.64 KB Download (242): Dragon parser generator Download

Added: August 01, 2010 | Visits: 1.914

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: July 08, 2010 | Visits: 1.430

Flashcards Generator for GRE Prep Flashcards Generator for GRE Prep project is a flashcards Generator for GE Prep. Flashcards are a nice way to prepare for competitive exams like GRE, SAT etc. This program generates Postscript files which you can cut into pieces to create flashcards. When preparing for competetive exams which... Platforms: *nix

License: Freeware Size: 184.32 KB Download (171): Flashcards Generator for GRE Prep Download

Added: April 19, 2010 | Visits: 2.865

CoC Character Generator Alpha CoC ChaGen is a character generator for Chaousium Incs rpg Call of Cthulhu.CoC CharGen is released under the GNU GPL. It is developed in 100% pure Java, and should hence be usable on any platform with Java support. A main goal for the comming 2.0 release will be an implementation of the Byakhee... Platforms: *nix

License: Freeware Size: 286.72 KB Download (427): CoC Character Generator Alpha Download

< 1 2 3 4 5 >