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

Timelive Timesheet Application software
Filter: All | Freeware | Demo
 

Timelive Timesheet Application

< 1 2 3 4 5 
Added: February 18, 2010 | Visits: 1.389

Performance Application Programming Interface PAPI aims to provide the tool designer and application engineer with a consistent interface and methodology for use of the performance counter hardware found in most major microprocessors. PAPI enables software engineers to see, in near real time, the relation between software performance and...



Platforms: *nix

License: Freeware Size: 2.9 MB Download (105): Performance Application Programming Interface Download

Released: August 20, 2014  |  Added: April 05, 2015 | Visits: 1.174

HourGuard Timesheet Software for Mac HourGuard is a timesheet program for Mac OS X. Easily record time spent on tasks with this time recording software by simply click start and stop accordingly, breaking your projects down into sub-tasks as needed, with HourGuard running quietly in the background as you work. Later create full...





Platforms: Mac

License: Shareware Cost: $19.95 USD Size: 1.11 MB Download (105): HourGuard Timesheet Software for Mac Download

Added: June 19, 2006 | Visits: 2.504

Cornolius Database Application Cornolius™ Database Application is designed to meet the requirements of small businesses and individuals alike. If you have a small business and you need to keep your inventory in order, then Cornolius™ is for you. Developing databases requires expert knowledge in database design and concepts...


Platforms: Windows

License: Shareware Cost: $60.00 USD Size: 9.8 MB Download (104): Cornolius Database Application Download

Added: August 01, 2008 | Visits: 1.163

AreaCodeWorld Desktop Application AreaCodeWorld Desktop is a free standalone Windows application that allows instant detection of geographical data in US, Canada and Caribbean by using area Code search. Users can perform 90 queries per month using Free account. Please visit http://www.fraudlabs.com for more information.


Platforms: Windows

License: Freeware Size: 646 KB Download (104): AreaCodeWorld Desktop Application Download

Added: March 01, 2010 | Visits: 992

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: March 12, 2010 | Visits: 1.150

php.MVC Web Application Framework php.MVC implements the Model-View-Controller design pattern, and encourages application design based on the Model 2 paradigm. This design model allows the Web page or other contents (View) to be mostly separated from the internal application code (Controller/Model), making it easier for designers...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (103): php.MVC Web Application Framework Download

Released: May 07, 2009  |  Added: November 06, 2009 | Visits: 1.792

MetriQ Lite MetriQ Timesheet Time Tracking Software is perfect for automated timesheet administration. Features : * MetriQ™s Timesheet patent-pending time tracking software accurately tracks the time and duration that you spend working on applications and files on your computer, removing the need for...


Platforms: Windows

License: Demo Cost: $85.00 USD Size: 36.61 MB Download (102): MetriQ Lite Download

Added: June 10, 2010 | Visits: 1.380

Useful Java Application Components UJAC provides a collection of JAVA components which may be useful in some projects. Each component is designed for easy use, easy integration into existing projects, extensibility and last but not least efficiency. Whats New in This Release: Chart Module: - Moved common types into the...


Platforms: *nix

License: Freeware Size: 4.1 MB Download (101): Useful Java Application Components Download

Added: September 23, 2010 | Visits: 2.369

CGI::Application::Plugin::Authentication::Store CGI::Application::Plugin::Authentication::Store is a base module for building storage classes for the CGI::Application::Plugin::Authentication plugin. SYNOPSIS package CGI::Application::Plugin::Authentication::Store::MyStore; use base qw(CGI::Application::Plugin::Authentication::Store);...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (100): CGI::Application::Plugin::Authentication::Store Download

Added: February 25, 2010 | Visits: 774

CGI::Application::Plugin::RateLimit CGI::Application::Plugin::RateLimit is a plugin for CGI::Application which provides protection against a user calling a runmode too frequently. A typical use-case might be a contact form that sends email. Youd like to allow your users to send you messages, but thousands of messages from a...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): CGI::Application::Plugin::RateLimit Download

Added: February 25, 2010 | Visits: 1.458

Bundle::Application::Magic Bundle::Application::Magic is a a bundle to install CGI::Application::Magic plus all related prerequisites. SYNOPSIS perl -MCPAN -e install Bundle::Application::Magic CONTENTS HTML::Tagset - used by HTML::Parser HTML::Parser - used by HTML::FillInForm and HTML::TableTiler...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (99): Bundle::Application::Magic Download

Added: October 21, 2010 | Visits: 1.115

Horde Application Framework The Horde Application Framework is written in PHP, and provides the common tools a Web application requires: classes for dealing with preferences, compression, browser detection, connection tracking, MIME, and more. The Horde Framework does not provide any significant end user functionality and...


Platforms: *nix

License: Freeware Size: 4.4 MB Download (98): Horde Application Framework Download

Added: June 14, 2010 | Visits: 1.125

CGI::Application::Magic CGI::Application::Magic is a template based framework for CGI applications. SYNOPSIS package WebApp ; use base CGI::Application::Magic ; # optional runmethod sub RM_myRunMmode { ... do_something_useful ... ... no_need_to_set_page ... ... returned_value_will_be_ignored ... } #...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (97): CGI::Application::Magic Download

Added: August 22, 2010 | Visits: 1.144

Keystone Application Framework Keystone is a cross-platform, object oriented application framework which allows applications to be written to build on the target platforms of GNU/Linux and Win32 without modification of their source. Keystone Application Framework implements several modern Web standards, including SVG...


Platforms: *nix

License: Freeware Size: 757.76 KB Download (97): Keystone Application Framework Download

Added: September 27, 2010 | Visits: 1.023

SOPE Application Server SOPE Application Server is an extensive set of frameworks (16 frameworks, ~1500 classes) which form a complete Web application server environment. Besides the Apple WebObjects compatible appserver extended with Zope concepts, it contains a large set of reusable classes: XML processing (SAX2,...


Platforms: *nix

License: Freeware Size: 4 MB Download (97): SOPE Application Server Download

Added: May 19, 2010 | Visits: 1.049

CGI::Application::Plugin::Authorization::Driver::DBI CGI::Application::Plugin::Authorization::Driver::DBI is a Perl module with DBI Authorization driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authorization; # Simple task based authentication __PACKAGE__->authz->config( DRIVER => [ DBI, TABLES => [account,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): CGI::Application::Plugin::Authorization::Driver::DBI Download

Added: August 14, 2008 | Visits: 1.160

ZIPCodeWorld United States Desktop Application ZIPCodeWorld United States Desktop is a free standalone Windows application that allows instant detection of geographical data in United States by using ZIP Code search. Users can perform 90 queries per month using Free account. Please visit http://www.fraudlabs.com for more information.


Platforms: Windows

License: Freeware Size: 607 KB Download (97): ZIPCodeWorld United States Desktop Application Download

Released: May 29, 2011  |  Added: June 11, 2011 | Visits: 892

Your FTP Application This is the fully customized FTP Applictaion for your Own brand, Own Company name, Own Product name, Own website address. This FTP Application is an easy-to-use File Transfer Protocol client that will allow you to transfer files between your PC and a FTP server.This is the new generation of FTP...


Platforms: Windows, Other

License: Demo Cost: $150.00 USD Size: 4.3 MB Download (97): Your FTP Application Download

Released: March 09, 2015  |  Added: March 08, 2015 | Visits: 2.206

OST to PST Application Kernel for OST to PST application software is a professional OST email recovery tool that can be very helpful to those who want to recover all OST file data. It has got excellent ability to deal with all issues and recovers OST files in the form of Outlook PST. The software converts the entire...


Platforms: Windows, Windows 7, Windows Server

License: Demo Cost: $99.00 USD Size: 11 MB Download (97): OST to PST Application Download

Added: January 11, 2010 | Visits: 1.393

Calyxo Web Application Framework Calyxo Web Application Framework encourages in MVC model 2 based web application development. It offers support for true modular applications, i18n, a flexible view manager, a powerful validation engine, and more! Calyxo is entirely written in Java and builds on the latest Servlet and JSP...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (96): Calyxo Web Application Framework Download

< 1 2 3 4 5