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

Daily List Template software
Filter: All | Freeware | Demo
 

Daily List Template

< 1 2 3 4 5 > 
Released: July 18, 2011  |  Added: August 06, 2011 | Visits: 1.024

Efigio To Do List for Mac Efigio To Do List helps you become more productive and more organized. List your daily To Dos, sort them by priority and work on them until they are completed. You can arrange them by categories and set deadline reminders to make sure you are completing your work in time. Printing support and...



Platforms: Mac, *nix, Java

License: Shareware Cost: $12.00 USD Size: 4.52 MB Download (97): Efigio To Do List for Mac Download

Added: May 07, 2013 | Visits: 489

List Authors Plus This plugin adds a new template tag, wp_list_authors_plus, which customizes and extends wp_list_authors. The new template tag can take all the parameters possible with wp_list_authors as well as the following new ones: * excluded_ids - An array or comma delimited string of author ids to exclude...





Platforms: PHP

License: Freeware Size: 10 KB Download (40): List Authors Plus Download

Added: August 18, 2013 | Visits: 483

Daring Fireball-style Linked List Plugin This plugin makes your RSS feed for linked-list posts (indicated using a custom field) behave like Daring Fireball.To use, set the custom field "linked_list_url" to the desired location on a link post. In your RSS feed, the following will happen:(i) the item's RSS permalink becomes the link...


Platforms: PHP

License: Freeware Size: 10 KB Download (47): Daring Fireball-style Linked List Plugin Download

Added: May 29, 2013 | Visits: 530

Trackbacks Template Adds a template tag 'trackback_template()' that displays the list of trackbacks for a post/page. This is especially useful for sites that are displaying the comments using a seperate service (i.e. Disqus).installation : 1. Download the zip file & extract the contents to /wp-content/plugins 2....


Platforms: PHP

License: Freeware Size: 20.48 KB Download (39): Trackbacks Template Download

Released: June 02, 2017  |  Added: July 06, 2017 | Visits: 3.548

A VIP Simple To Do List VIP Simple To Do List is an easy-to-use PDA software which uses To Do List method to help you do more tasks spending less time. It increases your personal productivity drawing much of your attention to the most important tasks which give 80% of successful results. You can use VIP Simple To Do...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $14.95 USD Size: 6.07 MB Download (1383): A VIP Simple To Do List Download

Released: November 11, 2013  |  Added: February 19, 2014 | Visits: 8.720

Daily Planner Plus Daily Planner Plus is a capable, multi-module organizer. It includes a daily planner and a to-do list, as well as standard and loan calculators. You'll also find areas for figuring a home budget, keeping a warranty information database, and storing passwords. You can password-protect each of the...


Platforms: Windows, *nix, Windows 7, Other

License: Shareware Cost: $12.95 USD Size: 10.7 MB Download (814): Daily Planner Plus Download

Released: May 29, 2018  |  Added: June 21, 2018 | Visits: 4.932

Efficient To-Do List Efficient To-Do List is a professional, cross-platform and handy task management software package. By specifying the priorities or order of to-dos (tasks) or specifying different colors for different task labels, Efficient To-Do List makes every effort to assist you in following the "First Things...


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

License: Shareware Cost: $29.95 USD Size: 15.92 MB Download (708): Efficient To-Do List Download

Released: May 29, 2018  |  Added: June 09, 2018 | Visits: 4.650

Efficient To-Do List Free Efficient To-Do List Free is a professional, cross-platform and handy task management software package. By specifying the priorities or order of to-dos (tasks) or specifying different colors for different task labels, Efficient To-Do List Free makes every effort to assist you in following the...


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

License: Freeware Size: 15.12 MB Download (933): Efficient To-Do List Free Download

Added: April 12, 2010 | Visits: 1.408

Template::FAQ Template::FAQ contains Frequently Asked Questions about the Template Toolkit. Template Toolkit Language Why doesnt [% a = b IF c %] work as expected? Because the parser interprets it as [% a = (b IF c) %] Do this instead: [% SET a = b IF c %] If Im using TT to write out a TT...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (103): Template::FAQ Download

Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 1.102

PerlPoint::Template::TT2 PerlPoint::Template::TT2 is a beta of a PerlPoint template processor for Template Toolkit 2 layouts. METHODS new() Parameters: class The class name. Returns: the new object. Example: # start page $result.="nnnn"; # begin header $result.="nnnn"; # header contents: this was...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): PerlPoint::Template::TT2 Download

Added: April 07, 2010 | Visits: 887

Template::Alloy::VMethod Template::Alloy::VMethod is a Perl module with VMethod role. The Template::Alloy::VMethod role provides all of the extra vmethods, filters, and virtual objects that add to the base featureset of Template::Alloy. Most of the vmethods listed here are similar to those provided by...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (93): Template::Alloy::VMethod Download

Added: June 08, 2010 | Visits: 817

Template::Plugin::Java::Utils Template::Plugin::Java::Utils is a Perl module with utility functions for Template::Plugin::Java. SYNOPSIS use Template::Plugin::Java::Utils qw/list of subroutines to import/; SUBROUTINES createTemplate Creates a new Template with reasonable options. parseOptions Replaces c_c with...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): Template::Plugin::Java::Utils Download

Added: February 02, 2010 | Visits: 968

Template::Plugin::Java Template::Plugin::Java is a Perl module that can generate Java Classes from XML description files and templates. SYNOPSIS From an xml file such as: < aBean > < java: option1="value1" > < option2 >value2< /option2 > < /java: > < foo >10< /foo > < bar >String< /bar > < container > < baz...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Template::Plugin::Java Download

Added: May 08, 2010 | Visits: 758

Template::Plugin::Heritable Template::Plugin::Heritable is a Perl module with OO dispatching and inheritance for templates. SYNOPSIS [% USE Heritable %] [%# searches providers for a "view" template method on class (which should be a metamodel object, eg someobj.meta in Perl 6) %] [% Heritable.include(class, "view",...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Template::Plugin::Heritable Download

Added: August 27, 2010 | Visits: 1.120

Template::Plugin::Pagination Template::Plugin::Pagination is a plugin to help paginate pages of results. SYNOPSIS [% USE page = Pagination(items, current_page, entries_per_page) %] [% FOREACH item IN page.page_data; ...; DONE %] First page: [% page.first_page %] Prev page: [% page.previous_page %] Next page: [%...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (111): Template::Plugin::Pagination Download

Added: October 24, 2010 | Visits: 827

Template::Simple Template::Simple is a simple and fast template module. SYNOPSIS use Template::Simple; my $tmpl = Template::Simple->new(); my $template = < { date => Jan...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (90): Template::Simple Download

Released: February 22, 2011  |  Added: March 05, 2011 | Visits: 1.926

Requirements Management Template Requirements Management is a most basic step in system development. An updated requirements list is your system inventory. It is the sum total of what your application does. Customers (internal & external) sign off on them before development and acceptance tests are based on them for delivery....


Platforms: Windows, Other

License: Commercial Cost: $49.99 USD Size: 175 KB Download (111): Requirements Management Template Download

Released: March 29, 2018  |  Added: May 31, 2018 | Visits: 2.869

Portable Efficient To-Do List Free Efficient To-Do List Free is a professional, cross-platform and handy task management software package. By specifying the priorities or order of to-dos (tasks) or specifying different colors for different task labels, Efficient To-Do List makes every effort to assist you in following the "First...


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

License: Freeware Size: 19.62 MB Download (450): Portable Efficient To-Do List Free Download

Released: September 02, 2012  |  Added: September 20, 2012 | Visits: 1.519

Free Excel Invoice and Profit Template While creating Invoices is a critical part of business, without knowing your profit, or loss, you may be taking some big chances. With our Free Excel Invoice Template & Profit Calculator We have taken the concept of an Excel Invoice Template we built a complete small business solution around it...


Platforms: Windows, Mac, *nix, Windows CE, Pocket PC, DOS, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Not Applicable,Handheld/Mobile Other,Java

License: Freeware Size: 320 KB Download (224): Free Excel Invoice and Profit Template Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 405

Swift To-Do List Profesional Swift To-Do List is very feature-rich. It is also very flexible and customizable - whatever you need, Swift To-Do List can probably do it. We've also put a lot of effort into making the program really simple, clean, and easy to use. It is simple yet powerful, and also easy to use. Swift To-Do...


Platforms: Windows

License: Shareware Cost: $89.95 USD Size: 6.3 MB Download (47): Swift To-Do List Profesional Download

< 1 2 3 4 5 >