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

Chart Application software
Filter: All | Freeware | Demo
 

Chart Application

< 1 2 3 4 5 
Added: January 22, 2010 | Visits: 1.649

Chart::Plot Chart::Plot is a Perl module to plot two dimensional data in an image. SYNOPSIS use Chart::Plot; my $img = Chart::Plot->new(); my $anotherImg = Chart::Plot->new ($image_width, $image_height); $img->setData (@dataset) or die( $img->error() ); $img->setData (@xdataset, @ydataset);...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Chart::Plot Download

Added: February 25, 2010 | Visits: 767

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 (94): CGI::Application::Plugin::RateLimit Download

Added: November 25, 2010 | Visits: 1.360

CGI::Application::Plugin::Authentication::Driver::Generic CGI::Application::Plugin::Authentication::Driver::Generic is a Generic Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ Generic, { user1 => 123, user2 => 123 } ], ); This Driver offers...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (216): CGI::Application::Plugin::Authentication::Driver::Generic Download

Added: June 26, 2010 | Visits: 1.259

CGI::Application::Plugin::Authentication::Driver::DBI CGI::Application::Plugin::Authentication::Driver::DBI is a DBI Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ DBI, DBH => $self->dbh, TABLE => user, CONSTRAINTS => { user.name =>...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): CGI::Application::Plugin::Authentication::Driver::DBI Download

Added: February 21, 2010 | Visits: 1.351

CGI::Application::Plugin::Authentication::Driver::Dummy CGI::Application::Plugin::Authentication::Driver::Dummy is a dummy authentication driver which lets anyone authenticate regardless of the password they provide SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER =>...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (109): CGI::Application::Plugin::Authentication::Driver::Dummy Download

Added: May 19, 2010 | Visits: 1.044

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: April 18, 2010 | Visits: 1.307

CGI::Application::Plugin::Authentication::Driver::HTPasswd CGI::Application::Plugin::Authentication::Driver::HTPasswd is a Perl module with HTPasswd Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [HTPasswd, /etc/apache/htpasswd,...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (112): CGI::Application::Plugin::Authentication::Driver::HTPasswd Download

Added: April 13, 2010 | Visits: 1.045

Application::Pipeline Application::Pipeline is a module designed to map methods ( referred to in this role as handlers ) to different phases of an applications life cycle. By assigning methods to different phases of this pipeline, the author can concentrate on the logic for each phase and let the framework manage the...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (105): Application::Pipeline Download

Added: March 04, 2010 | Visits: 1.504

Online Library Application Online Library Application (OLA) project is a Web-based library system for small/medium organizations (books, videos, etc.). The software allows users to browse the library collection over the Internet, and allows authorized persons to manage sign in and sign out procedures, resource adds and...


Platforms: *nix

License: Freeware Size: 624.64 KB Download (124): Online Library Application Download

Added: November 12, 2013 | Visits: 2.186

Java Application Monitor API Java Application Monitor (JAMon) project is a free, simple, high performance, thread safe, Java API that allows developers to easily monitor production applications. JAMon can be used to determine application performance bottlenecks, user/application interactions, and application scalability....


Platforms: *nix

License: Freeware Size: 1.5 MB Download (138): Java Application Monitor API Download

Added: October 21, 2010 | Visits: 1.111

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: January 18, 2010 | Visits: 826

KChart KChart is the KOffice chart drawing application part of the KOffice suite. Use it to embed charts into your KOffice documents, e.g. a report written with KWord or a slideshow made with KPresenter.. K Desktop Environment Homepage, KDE.org


Platforms: *nix

License: Freeware Size: 55.4 MB Download (125): KChart Download

Added: November 03, 2010 | Visits: 1.198

Chart::XMGR Chart::XMGR is a Perl object for displaying data via XMGR. SYNOPSIS use Chart::XMGR; xmgr($a, { SYMBOL => plus}; use Chart::XMGR (); $xmgr = new Chart::XMGR; $xmgr->line($pdl); $pdl->$xmgr->line; xmgr($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (106): Chart::XMGR Download

Added: July 19, 2010 | Visits: 1.004

Chart::GRACE Chart::GRACE is a Perl object for displaying data via Xmgrace. SYNOPSIS use Chart::GRACE; xmgrace($a, { SYMBOL => plus}; use Chart::GRACE (); $grace = new Chart::GRACE; $grace->plot($pdl); xmgrace($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR plotting...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): Chart::GRACE Download

Released: January 17, 2010  |  Added: January 25, 2010 | Visits: 1.670

Plan for Windows Project planning application for Windows NT/2000/XP/Vista/Win7. A separate version is also available for a range of PDAs. Create a project plan by entering tasks and resources, add holiday information and create dependencies between tasks. Plan will calculate the entire project schedule...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 1.12 MB Download (139): Plan for Windows Download

Released: April 16, 2010  |  Added: April 23, 2010 | Visits: 853

MoreMotion Application Studio MoreMotion Application Studio offers Web developers a Component Based Development Environment equipped with numerous unique features. Application Studio supplies the developers with all the advantages of XML. Try and see for yourself, how professional applications can be developed easily and...


Platforms: Windows

License: Shareware Cost: $499.00 USD Size: 66.86 MB Download (117): MoreMotion Application Studio Download

Released: December 12, 2008  |  Added: April 26, 2010 | Visits: 1.615

FlyCharts Flash Chart Component FlyCharts is a chart flash component, which is a set of Adobe Flash (SWF) files that gives you outstanding possibility to visualize your data. FlyCharts help create compact, interactive flash graphs, charts, diagrams fast and easy. FlyCharts doesn't need installation, runs without using an...


Platforms: Windows, Mac, *nix, OS/2

License: Shareware Cost: $99.00 USD Size: 452.03 KB Download (446): FlyCharts Flash Chart Component Download

Released: October 09, 2014  |  Added: October 19, 2014 | Visits: 2.500

Longtion Application Builder Longtion Application Builder is a tool for designing and developing database applications without writing any code. And you don't have to be a software programmer to do it. With its intuitive integrated development environment (IDE) and drag-and-drop objects, it's quick to learn and easy to use....


Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $99.00 USD Size: 5.46 MB Download (170): Longtion Application Builder Download

Released: October 27, 2016  |  Added: November 02, 2016 | Visits: 1.564

Nevron Chart for SSRS Nevron Chart for SQL Server Reporting Services (SSRS) is an advanced report item, delivering a complete set of 2D and 3D charting types, highly customizable axes, tight data integration and unmatched visual effects to your reports. It instantly improves your report authoring experience, with its...


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

License: Shareware Cost: $889.00 USD Size: 182.21 MB Download (138): Nevron Chart for SSRS Download

Released: September 16, 2015  |  Added: October 06, 2015 | Visits: 1.052

Nevron Chart for SharePoint Based on the latest versions of Nevron's Charting Engine for ASP.NET and the new Nevron Pivot Data Aggregation Engine, Nevron Chart for SharePoint is optimized for SharePoint (WSS and MOSS), providing advanced charting functionality and a wide range of features to developers and IT professionals....


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

License: Shareware Cost: $1239.00 USD Size: 99.87 MB Download (117): Nevron Chart for SharePoint Download

< 1 2 3 4 5