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

Delphi Apache Derby freeware
Filter: All | Freeware | Demo
 

Delphi Apache Derby

< 1 2 3 4 5 > 
Added: January 20, 2010 | Visits: 921

Apache::Language Apache::Language is a Perl transparent language support for Apache modules and mod_perl scripts. SYNOPSIS In YourModule.pm: sub handler { my $r = shift; use Apache::Language; my $lang = Apache::Language->new($extra_args); #$lang is now a hash ref that will automacigally pick the right...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (93): Apache::Language Download

Added: February 13, 2010 | Visits: 1.024

Apache::BioChrome Apache::BioChrome is an Apache handler for Image::BioChrome to colorize gif files based on information provided in the url. SYNOPSIS #httpd.conf PerlTransHandler Apache::BioChrome # anywhere you can configure a location < Location /biochrome > PerlSetVar biochrome_cache /tmp/biochrome...





Platforms: *nix

License: Freeware Size: 61.44 KB Download (93): Apache::BioChrome Download

Added: October 09, 2010 | Visits: 735

Apache::Dynagzip Apache::Dynagzip is a mod_perl extension for Apache-1.3.X to compress the response with gzip format. This Apache handler provides dynamic content compression of the response data stream for HTTP/1.0 and HTTP/1.1 requests. Standard gzip compression is optionally combined with an extra light...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (93): Apache::Dynagzip Download

Added: August 20, 2010 | Visits: 1.420

Apache Struts Apache Struts project is a free open-source framework for creating Java web applications. Web applications differ from conventional websites in that web applications can create a dynamic response. Many websites deliver only static pages. A web application can interact with databases and...


Platforms: *nix

License: Freeware Download (93): Apache Struts Download

Added: September 15, 2010 | Visits: 1.107

StreamCruncher 2.1 StreamCruncher is an Event Processor. The project supports a language based on SQL which allows you to define Event Processing constructs like Sliding Windows, Time Based Windows, Partitions and Aggregates. Queries can be written using this language, which are used to monitor streams of...


Platforms: *nix

License: Freeware Size: 3.9 MB Download (92): StreamCruncher 2.1 Download

Added: August 09, 2010 | Visits: 865

Apache::TestRun Apache::TestRun is a Perl module to run the test suite. SYNOPSIS The Apache::TestRun package controls the configuration and running of the test suite. METHODS Several methods are sub-classable, if the default behavior should be changed. bug_report The bug_report() method is executed...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (92): Apache::TestRun Download

Added: October 01, 2010 | Visits: 1.153

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 09, 2010 | Visits: 685

Apache::AxKit::XSP::Language::SimpleTaglib Apache::AxKit::XSP::Language::SimpleTaglib is an alternate XSP taglib helper. SYNOPSIS package Your::XSP::Package; use Apache::AxKit::Language::XSP::SimpleTaglib; ... more initialization stuff, start_document handler, utility functions, whatever you like, but no parse_start/end handler...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (92): Apache::AxKit::XSP::Language::SimpleTaglib Download

Added: January 22, 2010 | Visits: 896

Apache Users Apache Users project is an Apache username enumerator, via /~username requests. This script uses a list of common system names like root, admin etc ... You should manually check the issue to establish the http return code, ie: 403 as this is needed for the command line. No native SSL support....


Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): Apache Users Download

Added: June 05, 2010 | Visits: 735

Apache::SiteControl Apache::SiteControl is a Perl web site authentication/authorization system. SYNOPSIS See samples/site for complete example. Note, this module is intended for mod_perl. See Apache2::SiteControl for mod_perl2. Apache::SiteControl is a set of perl object-oriented classes that implement a...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Apache::SiteControl Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 946

Collection of Delphi Examples Collection of most wanted Delphi examples with full source code and animated tutorials as a standalone application. No third party components.


Platforms: Windows

License: Freeware Size: 6.99 MB Download (92): Collection of Delphi Examples Download

Added: May 27, 2010 | Visits: 1.314

Apache XML Apache XML Projects goals are: - to provide commercial-quality standards-based XML solutions that are developed in an open and cooperative fashion, - to provide feedback to standards bodies (such as IETF and W3C) from an implementation perspective, and - to be a focus for XML-related...


Platforms: *nix

License: Freeware Download (91): Apache XML Download

Added: February 15, 2010 | Visits: 845

Apache Apache Portals is a collaborative software development project dedicated to providing robust, full-featured, commercial-quality, and freely available Portal related software on a wide variety of platforms and programming languages. This project is managed in cooperation with various individuals...


Platforms: *nix

License: Freeware Download (91): Apache Download

Added: August 10, 2010 | Visits: 569

Apache::CryptHash Apache::CryptHash is a Perl module with encrypted tokens for cookies. Creates an encrypted cookie-like string with a MAC (checksum) from a hash of critical and non-critical values. The MAC is created on only the critical values. Decryption will fail if the string has been altered and the MAC...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (90): Apache::CryptHash Download

Added: February 16, 2010 | Visits: 754

Apache::AppSamurai Apache::AppSamurai Perl module protects vulnerable or sensitive web applications. The target use is in reverse proxy configurations, with a Apache mod_perl proxy inside a DMZ and a backend web server in another DMZ or an internal network..


Platforms: *nix

License: Freeware Size: 133.12 KB Download (90): Apache::AppSamurai Download

Added: October 13, 2010 | Visits: 781

Apache::MiniWiki Apache::MiniWiki is a miniature Wiki for Apache. It doesnt have much uses besides very simple installations where hardly any features are needed. What is does support though is: - storage of Wiki pages in RCS - templates through HTML::Template - text to HTML conversion with HTML::FromText -...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (89): Apache::MiniWiki Download

Added: February 13, 2010 | Visits: 897

Apache::TestUtil Apache::TestUtil Perl module contains utility functions for writing tests. SYNOPSIS use Apache::Test; use Apache::TestUtil; ok t_cmp("foo", "foo", "sanity check"); t_write_file("filename", @content); my $fh = t_open_file($filename); t_mkdir("/foo/bar"); t_rmtree("/foo/bar");...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (89): Apache::TestUtil Download

Added: January 18, 2010 | Visits: 616

Apache::TimedRedirect Apache::TimedRedirect is an Apache (mod_perl) TransHandler. SYNOPSIS use Apache::TimedRedirect; requires TimePeriod be installed (go to nearest CPAN) requires Apache have mod_perl installed. httpd.conf entry... **** NOTE *** CANNOT be inside < LOCATION >< /LOCATION > tags...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Apache::TimedRedirect Download

Added: September 10, 2010 | Visits: 607

Apache::MP3::L10N Apache::MP3::L10N is a base class for Apache::MP3 interface localization. This module is the base class for generating language handles (via Locale::Maketext) which Apache::MP3 (and subclasses) use for presenting their interface. To localize this for your language of choice, see the source...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (88): Apache::MP3::L10N Download

Added: May 15, 2010 | Visits: 1.092

Apache::NavBarDD Apache::NavBarDD is a dynamic double-decker (two level) Navigation Bar. SYNOPSIS use Apache::NavBarDD; $Apache::NavBarDD::myBar = Apache::NavBarDD->new; The NavBarDD package provides a dynamic navigation bar along the lines of the NavBar module described in Lincoln Steins and Doug...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (86): Apache::NavBarDD Download

< 1 2 3 4 5 >