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

Patch Application freeware
Filter: All | Freeware | Demo
 

Patch Application

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

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.372

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.397

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.082

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.550

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: June 14, 2010 | Visits: 1.126

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.460

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: November 01, 2010 | Visits: 1.133

kwin dropshadow patch for kde kwin dropshadow patch for kde is the well known KDE KWin dropshadow patch ported to KDE Version 3.5.7, but it may apply to all 3.5.x Versions (untested!) For all ATI users and those whose laptops are too slow for real composite (like mine is).. kwin dropshadow patch for kde 3.5.7 KDE-Apps.org... Platforms: *nix

License: Freeware Download (120): kwin dropshadow patch for kde Download

Added: October 23, 2010 | Visits: 1.197

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: June 16, 2010 | Visits: 1.913

OpenSSH LDAP Public Key patch OpenSSH LDAP Public Key patch provides an easy way of centralizing strong user authentication by using an LDAP server for retrieving public keys instead of ~/.ssh/authorized_keys. It uses the standard core.schema/nis.schema and strongAuthenticationUser object class, which can simplify login... Platforms: *nix

License: Freeware Size: 60.42 KB Download (135): OpenSSH LDAP Public Key patch Download

Added: June 13, 2010 | Visits: 1.824

Quake 4 1.4.2 Beta Patch for Linux Full Quake 4 Patch for Linux Full Install is a FPS game. This update replaces the 1.1 patch released several weeks ago, and includes all of the changes outlined for that update, including: a fixed pure server system, a new AddonPak autodownloading system, voice chat in multiplayer, a forcemodel... Platforms: *nix

License: Freeware Size: 268.9 MB Download (125): Quake 4 1.4.2 Beta Patch for Linux Full Download

Added: October 22, 2010 | Visits: 1.375

OpenSSH Heartbeat/Watchdog Patch OpenSSH Heartbeat/Watchdog Patch adds a heartbeat (keepalive) function to ssh(1). If the output channel has been silent for more than a specified time, a null message (SSH_MSG_IGNORE) is sent to the server as a heartbeat. The heartbeat is useful for keeping connections over IP masquerade/NAT... Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): OpenSSH Heartbeat/Watchdog Patch Download

Added: August 22, 2010 | Visits: 1.145

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: March 01, 2010 | Visits: 996

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: 876

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.044

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: January 03, 2010 | Visits: 856

TiVo::HME::Application TiVo::HME::Application is a Perl implementation of TiVos HME protocol. SYNOPSIS use TiVo::HME::Application; our @ISA(TiVo::HME::Application); sub init { my($self, $context) = @_; $self->get_root_view->visible(1); my $mpg = $T_RESOURCE->image_file(examples/myloop.jpg);... Platforms: *nix

License: Freeware Size: 61.44 KB Download (90): TiVo::HME::Application Download

Added: June 22, 2010 | Visits: 999

KDELirc Improved (patch) KDELirc Improved (patch) adds some different new features to improve kdelirc usability. Above all i added On Screen Display, using Konversation and Amarok codebase. When some key is pressed on the remote, its shown through OSD on your desktop, and mode changing is advertised too. I also added... Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): KDELirc Improved (patch) Download

Added: August 17, 2010 | Visits: 912

Powerbox for Gtk Powerbox for Gtk is a patch to Gtk which replaces its GtkFileChooserDialog Powerbox is a normal file chooser dialog box, except that it dynamically grants the application the right to access the file that the user picks. This helps provide security because the application can be run without... Platforms: *nix

License: Freeware Size: 1.3 MB Download (91): Powerbox for Gtk Download

< 1 2 3 4 5 >