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

Calendar Algorithm freeware
Filter: All | Freeware | Demo
 

Calendar Algorithm

1 2 3 4 5 > 
Released: November 04, 2014  |  Added: November 26, 2014 | Visits: 4.713

Desktop Calendar Record anything by double-click on desktop. It's very convenient and useful. Desktop Calendar help you manage appointments, to-do lists, schedules, and more... And, Desktop Calendar also offers a variety of common festivals, anniversaries and other information.



Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 2.83 MB Download (701): Desktop Calendar Download

Released: December 29, 2007  |  Added: January 02, 2008 | Visits: 7.055

Calendar Wizard Calendar maker Wizard: Public holidays until 2011 from 19 countries included: USA, UK, Canada, Belgium, the Netherlands, France, Germany, Switzerland, Austria, Spain, Italy, Portugal, Ireland, Australie, New-Zealand, Argentina, Chile, Mexico, Brasil Multilingual: 7 languages included:...





Platforms: Windows

License: Freeware Size: 5.25 MB Download (767): Calendar Wizard Download

Released: November 14, 2007  |  Added: November 19, 2007 | Visits: 10.923

Calendar Builder Calendar Builder will allow you to build the calendars you want to your specific custom needs! customize your calendar with your own photographs, layout, use calendar packs (prebuilt sets of calendars), plus much more!


Platforms: Windows

License: Freeware Size: 2.39 MB Download (2953): Calendar Builder Download

Released: June 19, 2018  |  Added: September 12, 2019 | Visits: 8.012

Desktop Calendar Record anything by double-click on desktop. It's very convenient and useful. Desktop Calendar help you manage appointments, to-do lists, schedules, and more... And, Desktop Calendar also offers a variety of common festivals, anniversaries and other information. Desktop Calendar is free and...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 3.21 MB Download (1012): Desktop Calendar Download

Released: June 12, 1998  |  Added: April 14, 2006 | Visits: 6.580

CT Calendar CT Calendar is a small 32-Bit desktop calendar. We have tried to keep it small enough to keep on your desktop, but not so small that you need a magnifying glass to see it. It has many customizable features including color and loading position.This program is free of charge with the registration...


Platforms: Windows

License: Freeware Size: 71 KB Download (849): CT Calendar Download

Added: January 23, 2006 | Visits: 3.625

The Calendar Program The Calendar Program version 2 enables you to keep track of important appointments and events. Enter your friends and work colleagues as contacts and then keep track of meetings and birthdays and other events. The reporting includes day, week and monthly planners. There is also a filter...


Platforms: Windows

License: Freeware Download (366): The Calendar Program Download

Added: August 21, 2008 | Visits: 5.554

Hijri Calendar program Perpetual Islamic Hijri Calendar and Converter. Displays Islamic/Gregorian dates in a dual calendar, allowing you to keep track of events in both Hijri and Gregorian format. It runs on your desktop TaskBar besides the windows clock. Date Prediction method is based on moon-phase data rather than...


Platforms: Windows

License: Freeware Size: 539 KB Download (2328): Hijri Calendar program Download

Added: August 19, 2010 | Visits: 2.598

My Calendar My Calendar is a lightweight, easy-to-use Web calendar that is easily customizable using CSS. There is also an included email script that you can have cron run every day to remind you of upcoming appointments. My Calendar can also generate great looking printable calendars in Postscript and...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (212): My Calendar Download

Released: May 29, 2018  |  Added: July 11, 2018 | Visits: 7.128

Efficient Calendar Free Efficient Calendar Free is a professional, cross-platform and easy-to-use scheduler, planner and reminder. You can sync data across PCs and mobile phones. It saves your time by allowing international holidays and major holidays of some countries to be imported directly. Multiple calendar...


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

License: Freeware Size: 15.55 MB Download (2422): Efficient Calendar Free Download

Released: July 17, 2011  |  Added: August 06, 2011 | Visits: 2.717

VueMinder Calendar Lite Are you looking for a free and easy-to-use calendar program to help you manage your schedule, remember key dates, or gain a competitive edge in the business world? Look no further, because VueMinder Calendar Lite is the solution. Forget the traditional wall calendar or calendar+email office...


Platforms: Windows

License: Freeware Size: 10.25 MB Download (203): VueMinder Calendar Lite Download

Added: January 18, 2010 | Visits: 1.065

Algorithm::Dependency Algorithm::Dependency is a base class for implementing various dependency trees. SYNOPSIS use Algorithm::Dependency; use Algorithm::Dependency::Source::File; # Load the data from a simple text file my $data_source = Algorithm::Dependency::Source::File->new( foo.txt ); # Create the...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (121): Algorithm::Dependency Download

Added: October 17, 2010 | Visits: 2.250

Algorithm::Knapsack Algorithm::Knapsack is a brute-force algorithm for the knapsack problem. SYNOPSIS use Algorithm::Knapsack; my $knapsack = Algorithm::Knapsack->new( capacity => $capacity, weights => @weights, ); $knapsack->compute(); foreach my $solution ($knapsack->solutions()) { foreach my $index...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (209): Algorithm::Knapsack Download

Added: March 22, 2010 | Visits: 900

Algorithm::DiffOld Algorithm::DiffOld is a Perl module to compute `intelligent differences between two files / lists but use the old (<=0.59) interface. NOTE This has been provided as part of the Algorithm::Diff package by Ned Konz. This particular module is ONLY for people who HAVE to have the old interface,...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): Algorithm::DiffOld Download

Added: April 09, 2010 | Visits: 1.030

Algorithm::Loops Algorithm::Loops is a Perl module with looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*. SYNOPSYS use Algorithm::Loops qw( Filter MapCar MapCarU MapCarE MapCarMin NextPermute NextPermuteNum NestedLoops ); my @copy= Filter {tr/A-Z.,"()/a-z/d} @list; my $string= Filter...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (108): Algorithm::Loops Download

Added: April 26, 2010 | Visits: 4.212

Algorithm::Diff::Apply Algorithm::Diff::Apply is a Perl module to apply one or more Algorithm::Diff diffs. SYNOPSIS ## Single-diff form: use Algorithm::Diff::Apply qw{apply_diff}; my @ary = ...; my @diff = ...; # some call to Algorithm::Diff::diff() my @changed_ary = apply_diff(@ary, @diff); my $changed_ary =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): Algorithm::Diff::Apply Download

Added: May 06, 2010 | Visits: 2.097

Parallel Genetic Algorithm Library Parallel Genetic Algorithm Library (or PGAL for short) is a C++ toolkit for simply, efficiently, and swiftly producing genetic algorithm code that works across multiple processors. This is useful not only for those with multi-processor computers, but also for distributed and cluster computing...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (218): Parallel Genetic Algorithm Library Download

Added: April 02, 2010 | Visits: 1.753

Hebrew Calendar Hebrew Calendar is a GTK class which shows the Hebrew dates and holydays and their corresponding Gregorian date. Hebrew Calendar is based on the GTK toolkit and it can be integrated in any piece of GTK software. The dates convertor is a C++ class written by Nachum Dershowitz and Edward M....


Platforms: *nix

License: Freeware Size: 266.24 KB Download (201): Hebrew Calendar Download

Added: October 27, 2010 | Visits: 1.824

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 (145): Yet Another Calendar Download

Added: January 17, 2010 | Visits: 1.043

Algorithm::BinPack Algorithm::BinPack is a Perl module that can efficiently pack items into bins. SYNOPSIS Algorithm::BinPack efficiently packs items into bins. The bins are given a maximum size, and items are packed in with as little empty space as possible. An example use would be backing up files to CD,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): Algorithm::BinPack Download

Added: August 06, 2010 | Visits: 1.511

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 (99): CGI::WeT::Modules::Calendar Download

1 2 3 4 5 >