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

Window Graphics Application freeware
Filter: All | Freeware | Demo
 

Window Graphics Application

< 1 2 3 4 5 
Added: February 23, 2010 | Visits: 7.263

CGI::Application::Plugin::Authorization CGI::Application::Plugin::Authorization is an authorization framework for CGI::Application. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; use CGI::Application::Plugin::Authorization; # default config for runmode authorization... Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): CGI::Application::Plugin::Authorization Download

Added: October 18, 2010 | Visits: 1.856

CGI::Application::Plugin::Authentication::Driver CGI::Application::Plugin::Authentication::Driver is a Perl base module for building driver clasees for CGI::Application::Plugin::Authentication. SYNOPSIS package CGI::Application::Plugin::Authentication::Driver::MyDriver; use base qw(CGI::Application::Plugin::Authentication::Driver); sub... Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): CGI::Application::Plugin::Authentication::Driver Download

Added: September 23, 2010 | Visits: 2.371

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: January 11, 2010 | Visits: 1.395

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

Added: August 09, 2010 | Visits: 1.080

CGI::Application::Plugin::PageBuilder CGI::Application::Plugin::PageBuilder is a Perl module that simplifies building pages with multiple templates. SYNOPSIS This module simplifies building complex web pages with many small piecemeal templates. Instead of sub run_mode { my $self = shift; my $header = $self->load_tmpl(... Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): CGI::Application::Plugin::PageBuilder Download

Added: January 23, 2010 | Visits: 1.548

SME Web Application Framework SME Web Application Framework provides a Web application framework for small and medium-sized organizations. SMEWebApp is a framework for constructing Web applications for SMEs (small and medium-sized enterprises, companies, institutions, and organizations). It is built on phpWebApp, and it is... Platforms: *nix

License: Freeware Size: 849.92 KB Download (111): SME Web Application Framework Download

Added: August 09, 2010 | Visits: 925

The JGenerator The JGenerator is a web server production application that dynamically combines text, graphics, and sound to build rich Flash� content. Similar to the Macromedia® Generator� product, JGenerator uses the same data format and the same set of objects to perform the same tasks. Designers use... Platforms: *nix

License: Freeware Size: 10.5 MB Download (115): The JGenerator 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: 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: May 04, 2010 | Visits: 1.265

PDL::Graphics::LUT PDL::Graphics::LUT is a Perl module that provides access to a number of look-up tables. SYNOPSIS use PDL::Graphics::PGPLOT; use PDL::Graphics::LUT; # what tables are available my @tables = lut_names(); # get the reversed colour table smooth, # with the gamma intensity ramp my ( $l,... Platforms: *nix

License: Freeware Size: 1.1 MB Download (98): PDL::Graphics::LUT Download

Added: October 23, 2010 | Visits: 1.194

OpenPlugin::Application OpenPlugin::Application is a subclass of CGI::Application, meant to help you create reusable web applications. SYNOPSIS # Example from OpenThoughts Demo.pm package Demo; use base "OpenPlugin::Application"; sub setup { my $self = shift; $self->run_modes( mode1 => init_demo, mode2 =>... Platforms: *nix

License: Freeware Size: 78.85 KB Download (93): OpenPlugin::Application Download

Added: February 09, 2010 | Visits: 1.703

CAD::Drawing::Manipulate::Graphics CAD::Drawing::Manipulate::Graphics - Gimp meets CAD. Methods All of these are CAD::Drawing methods (I force my own inheritance:) image_init Initialize the image at $addr based on the value at the fullpath key. This establishes the contained Image::Magick object and loads the image into... Platforms: *nix

License: Freeware Size: 39.94 KB Download (116): CAD::Drawing::Manipulate::Graphics Download

Added: October 12, 2010 | Visits: 999

GNUstep GNUstep is a cross-platform, object-oriented framework for desktop application development. Based on the OpenStep specification originally created by NeXT (now Apple), GNUstep enables developers to rapidly build sophisticated software by employing a large library of reusable software... Platforms: *nix

License: Freeware Size: 1.9 MB Download (99): GNUstep Download

Added: June 19, 2010 | Visits: 1.775

Multi-Cursor Window Manager Multi-Cursor Window Manager is a modified Unix window manager which provides multiple cursors. This allows multiple users to simultaneously interact with a Unix desktop environment. Using a modified x2x client users can capture the keyboard and mouse input from their workstation and send to... Platforms: *nix

License: Freeware Size: 1.5 MB Download (166): Multi-Cursor Window Manager Download

Added: October 01, 2010 | Visits: 1.154

Apache XML Graphics Commons Apache XML Graphics Commons project is a library that consists of several reusable components used by Apache Batik and Apache FOP. Many of these components can easily be used separately outside the domains of SVG and XSL-FO. You will find components such as a PDF library, an RTF library,... Platforms: *nix

License: Freeware Download (92): Apache XML Graphics Commons Download

Added: March 01, 2010 | Visits: 994

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: April 22, 2010 | Visits: 875

CGI::Application CGI::Application is a framework for building reusable web-applications. SYNOPSIS # In "WebApp.pm"... package WebApp; use base CGI::Application; # ( setup() can even be skipped for common cases. See docs below. ) sub setup { my $self = shift; $self->start_mode(mode1);... Platforms: *nix

License: Freeware Size: 55.3 KB Download (88): CGI::Application Download

Added: August 09, 2010 | Visits: 2.042

Enveria IDE for Rapid Application Development Enveria IDE for Rapid Application Development is an intuitive platform for programming robust GUI (graphical user interface) software. We have launched the Enveria RAD IDE as an open source application (https://sourceforge.net/projects/enveria). Previously, the Enveria IDE was utilized as an... Platforms: *nix

License: Freeware Size: 942.08 KB Download (119): Enveria IDE for Rapid Application Development Download

Added: August 18, 2010 | Visits: 1.019

Orpheus Orpheus is a light-weight text mode menu- and window-driven audio player application for CDs, MP3, Vorbis OGG and internet stream broadcasts.. Platforms: *nix

License: Freeware Size: 204.8 KB Download (89): Orpheus Download

Added: April 03, 2010 | Visits: 1.170

Bio::Graphics::Glyph::cds Bio::Graphics::Glyph::cds module contains the "cds" glyph. SYNOPSIS See L< Bio::Graphics::Panel > and L< Bio::Graphics::Glyph >. This glyph draws features that are associated with a protein coding region. At high magnifications, draws a series of boxes that are color-coded to indicate the... Platforms: *nix

License: Freeware Size: 4.7 MB Download (95): Bio::Graphics::Glyph::cds Download

< 1 2 3 4 5