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

Review Spamfighter Exchange Module software
Filter: All | Freeware | Demo
 

Review Spamfighter Exchange Module

< 1 2 3 4 5 
Added: October 04, 2010 | Visits: 967

Module::Reload::Selective Module::Reload::Selective can reload Perl modules during development. SYNOPSIS Instead of: use Foobar::MyModule; Do this: use Module::Reload::Selective; &Module::Reload::Selective->reload(qw(Foobar::MyModule)); Or, if you need the "import" semantics of "use", do this: use...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Module::Reload::Selective Download

Added: June 21, 2010 | Visits: 1.151

Module::Build::TestReporter Module::Build::TestReporter is a Perl module to help users report test failures. SYNOPSIS use Module::Build::TestReporter; my $build = Module::Build::TestReporter->new( # normal Module::Build code here ); # or, in your own M::B subclass package My::Module::Build; use Class::Roles...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (90): Module::Build::TestReporter Download

Added: November 18, 2010 | Visits: 1.503

Module::Starter::PBP Module::Starter::PBP is a Perl module to create a module as recommended in "Perl Best Practices". SYNOPSIS # In your ~/.module-starter/config file... author: < Your Name > email: < your@email.addr > plugins: Module::Starter::PBP template_dir: < /some/absolute/path/name > # Then on the...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (203): Module::Starter::PBP Download

Added: September 06, 2010 | Visits: 1.158

Sybase module for Python Sybase module for Python project provides a Python interface to the Sybase relational database system. The Sybase package supports all of the Python Database API, version 2.0 with extensions. Whats New in This Release: - This release works with Python 2.5, Sybase 15, and 64-bit clients. - It...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (119): Sybase module for Python Download

Added: March 26, 2010 | Visits: 1.021

Module::Build::JSAN Module::Build::JSAN is a Perl module to build JavaScript modules for JSAN. SYNOPSIS use Module::Build::JSAN; my $build = Module::Build::JSAN->new( module_name => Foo-Bar, license => perl, dist_author => Joe Developer , dist_abstract => Say something pithy here, dist_version => 0.02,...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Module::Build::JSAN Download

Added: September 10, 2013 | Visits: 770

mod_psldap mod_psldap is an Apache module for leveraging LDAP services built on the OpenLDAP library and the Apache APIs, to include web based A&A, web based updates to the LDAP store, server-side XSLT processing, and session management across servers. Be the first to post a text review of mod_psldap. Rate...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (91): mod_psldap Download

Added: January 24, 2010 | Visits: 2.041

ProFTPD Quota LDAP module ProFTPD Quota LDAP module provides a ProFTPD module that imposes quotas based on LDAP user accounts. This module is designed to impose quotas, on FTP accounts, based on user accounts. It is based on the ideas contained in Eric Estabrooks mod_quota and TJ Saunders mod_quotatab; however, this...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (106): ProFTPD Quota LDAP module Download

Added: February 21, 2010 | Visits: 1.406

u24mixer-module u24mixer-module is a simple kernel module that provides ALSA mixer controls for the ESI U24 USB sound card. Whats New in This Release: - All of the mixer controls found in the ESI U24 Windows control panel were implemented..


Platforms: *nix

License: Freeware Size: 51.2 KB Download (91): u24mixer-module Download

Added: October 24, 2010 | Visits: 1.869

Enterprise File Exchange Enterprise File Exchange (EFX) slots in where email file attachment limits stop your users from sending those important files to a contact. In the EFX world, the user visits the EFX site, uploads the file, enters the receivers email address and lets the system notify the receiver that theres a...


Platforms: *nix

License: Freeware Download (109): Enterprise File Exchange Download

Added: May 22, 2010 | Visits: 1.231

Module::Build::Authoring Module::Build::Authoring are authoring Module::Build modules. When creating a Build.PL script for a module, something like the following code will typically be used: use Module::Build; my $build = Module::Build->new ( module_name => Foo::Bar, license => perl, requires => { perl =>...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (96): Module::Build::Authoring Download

Added: November 13, 2010 | Visits: 1.675

Stock Analysis + Portfolio Review STOCK ANALYSIS: Comprehensive Fundamental Analysis of publicly traded companies. Graphical display of data. View up to 10 years of Sales, EPS, Price, Return, Retention Ratio, ROE, Sustainable Growth, Equity, Asset and Revenue Efficiencies. Calculate Risk vs. Reward ratio. Check if current price...


Platforms: *nix

License: Shareware Cost: $69.00 USD Size: 3.1 MB Download (135): Stock Analysis + Portfolio Review Download

Added: October 22, 2010 | Visits: 1.304

OpenGeoDB Perl module OpenGeDB Perl module is a module to access the OpenGeoDB database and calculate all ZIP codes in a certain radius..


Platforms: *nix

License: Freeware Size: 3.07 KB Download (102): OpenGeoDB Perl module Download

Added: January 18, 2010 | Visits: 1.660

MyCMS perl module MyCMS perl module provides the MN::CMS Perl module used by the MyCMS. MyCMS perl module contains Perl object classes to manage the data of MyCMS (such as articles, links, and images). MN::CMS is a perl module that allows you to manage an Internet publishing system.# MyCMS is an extension...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (99): MyCMS perl module Download

Added: July 10, 2010 | Visits: 1.062

Module::Starter::XSimple Module::Starter::XSimple is a Perl module to create XS modules with Module::Starter. Replacement class for Module::Starter::Simple. Can be used in two ways: Using the commandline Pass as an override class to the module-starter script: module-starter --module=[modulename]...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Module::Starter::XSimple Download

Added: July 01, 2010 | Visits: 1.148

Module::Build Module::Build is a Perl module for build and install Perl modules. SYNOPSIS Standard process for building & installing modules: perl Build.PL ./Build ./Build test ./Build install Or, if youre on a platform (like DOS or Windows) that doesnt require the "./" notation, you can do this:...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (95): Module::Build Download

Added: January 08, 2010 | Visits: 975

Rsync::Config::Module Rsync::Config::Module is a module entry from a rsync configuration file. Rsync::Config::Module is used to create a module who can be later used in generating a rsync configuration file. Each module is made by atoms (Rsync::Config::Atom). SYNOPSIS use Rsync::Config::Module; sub main { my...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (92): Rsync::Config::Module Download

Added: April 03, 2010 | Visits: 965

Jeta SSH Module Jeta SSH Module provides a Horde SSH module. Jeta is the Horde Application Frameworks wrapper module for the SSHTools Java SSH Applet. Jeta is based on a java SSH client. It allows shell access to your web server, or to another machine if used with a port relay daemon (not provided)..


Platforms: *nix

License: Freeware Size: 3.1 MB Download (117): Jeta SSH Module Download

Added: August 19, 2010 | Visits: 910

Module::AutoINC SYNOPSIS perl -MModule::AutoINC < script > ABSTRACT When Module::AutoINC is loaded, it will add itself to @INC and catch any requests for missing resources. If a Perl module is requested that has not been installed, then this will attempt to load it. Under Active State Perl (or any Perl...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Module::AutoINC Download

Added: November 05, 2010 | Visits: 3.023

Webmin OpenVpn Admin Module Webmin OpenVpm Admin Module allows you to create static or CA-based VPNs through a Web interface. Webmin is a valid web-based instrument for Linux/Unix system administrator. OpenVPN allows to create and manage VPN supplying wide possibilities of configuration. Their union, with also the...


Platforms: *nix

License: Freeware Download (232): Webmin OpenVpn Admin Module Download

Added: February 03, 2010 | Visits: 790

Module::Recursive::Require Module::Recursive::Require is a Perl class that requires module recursive. # ************************************** before use MyApp::Foo; use MyApp::Foo::CGI; use MyApp::Foo::Mail; use MyApp::Foo::Mail::Send; # use use use use use !! use MyApp::Foo::Hoge::Orz; #...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Module::Recursive::Require Download

< 1 2 3 4 5