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

Ruby Module freeware
Filter: All | Freeware | Demo
 

Ruby Module

1 2 3 4 5 > 
Added: April 12, 2010 | Visits: 1.936

rubyzip rubyzip is a Ruby module for reading and writing zip files. Installation: If you have rubygems you can install rubyzip directly from the gem repository gem install rubyzip Otherwise obtain the source (see below) and run ruby install.rb To run the unit tests you need to have test::unit...



Platforms: *nix

License: Freeware Size: 61.44 KB Download (90): rubyzip Download

Added: August 12, 2010 | Visits: 807

Inline::Ruby Inline::Ruby module can help you write Perl subroutines and classes in Ruby. SYNOPSIS print "9 + 16 = ", add(9, 16), "n"; print "9 - 16 = ", subtract(9, 16), "n"; use Inline Ruby; __END__ __Ruby__ def add(a, b) a + b end def subtract(a, b) a - b end The Inline::Ruby module...





Platforms: *nix

License: Freeware Size: 25.6 KB Download (92): Inline::Ruby Download

Added: May 10, 2013 | Visits: 414

Ruby/LDAP Ruby/LDAP is an extension module for Ruby. It provides the interface to some common LDAP libraries (for example, OpenLDAP, UMich LDAP, Netscape SDK and Active Directory). The common API for application development is described in RFC1823 and most libraries comply with it. Ruby/LDAP supports those...


Platforms: Windows, Mac, *nix, Ruby, BSD Solaris

License: Freeware Download (58): Ruby/LDAP Download

Added: July 01, 2010 | Visits: 1.759

Ruby/LDAP Ruby/LDAP is an extension module for Ruby that provides the interface to LDAP libraries such as OpenLDAP. It provides the interface to some LDAP libraries (for example, OpenLDAP, UMich LDAP, Netscape SDK, ActiveDirectory). The common API for application development is described in RFC1823 and...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (101): Ruby/LDAP Download

Added: January 08, 2010 | Visits: 1.116

Module::Install::Philosophy Module::Install::Philosophy Perl module contains the concepts behind Module::Install. SYNOPSIS This document describes the personal philosophy behind the creation of CPAN::MakeMaker (the predecessor of Module::Install). The views expressed here belong to Brian Ingerson; if they are not of...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (100): Module::Install::Philosophy Download

Added: October 02, 2010 | Visits: 1.216

Ruby/Amazon Ruby/Amazon is a Ruby language library that allows programmatic access to the popular Amazon Web site via the REST (XML over HTTP) based Amazon Web Services. In addition to the original amazon.com site, the amazon.co.uk, amazon.de, amazon.fr, amazon.ca, and amazon.co.jp properties are also...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (94): Ruby/Amazon Download

Added: April 18, 2010 | Visits: 932

FXRuby FXRuby project is a Ruby extension module that provides an interface to the FOX GUI toolkit. Whats New in This Release: - This release fixes a number of recently reported problems, and adds preliminary support for keyword-style arguments..


Platforms: *nix

License: Freeware Size: 1.7 MB Download (98): FXRuby Download

Added: January 18, 2010 | Visits: 1.210

Module::Install::Deprecated Module::Install::Deprecated are warnings and help for deprecated commands. One of the nicest features of Module::Install is that as it improves, there is no need to take into account user compatibility, because users do not need to install Module::Install itself. As a result, the...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (122): Module::Install::Deprecated Download

Added: November 10, 2010 | Visits: 1.336

Module::Crypt Module::Crypt is a Perl module to encrypt your Perl code and compile it into XS. SYNOPSIS use Module::Crypt; #Êfor a single file: CryptModule( file => Bar.pm, install_base => /path/to/my/lib ); # for multiple files: CryptModule( files => [Foo.pm, Bar.pm], install_base =>...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Module::Crypt Download

Added: January 22, 2010 | Visits: 1.541

Alien Perl module Alien Perl module package contains external libraries wrapped up for your viewing pleasure! SYNOPSIS perldoc Alien; Alien is a package that exists just to hold together an idea, the idea of Alien:: packages, so there is no code here, just motivation for Alien. Why James and I ended up...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Alien Perl module Download

Added: September 26, 2010 | Visits: 1.263

Module::Signature Module::Signature is a Perl module signature file manipulation. SYNOPSIS As a shell command: % cpansign # verify an existing SIGNATURE, or # make a new one if none exists % cpansign sign # make signature; overwrites existing one % cpansign -s # same thing % cpansign verify # verify a...


Platforms: *nix

License: Freeware Size: 68.61 KB Download (133): Module::Signature Download

Added: February 19, 2010 | Visits: 1.426

App::Modular::Module::Events App::Modular::Module::Events is a Perl module with event handling for App::Modular compatible applications. SYNOPSIS #################################################################### package App::Modular::Module::Me; use base qw(App::Modular::Module); sub depends { return Events; }...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (106): App::Modular::Module::Events Download

Added: November 13, 2010 | Visits: 1.093

Module::Install Module::Install is a standalone, extensible Perl module installer. SYNOPSIS In your Makefile.PL: (Recommended Usage) # Load the Module::Install bundled in ./inc/ use inc::Module::Install; # Define metadata name Your-Module; all_from lib/Your/Module.pm; # Specific dependencies...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (95): Module::Install Download

Added: March 27, 2010 | Visits: 1.182

Whois Ruby Whois Ruby provides a Ruby class to handle whois requests. Whois Ruby is a Ruby class to obtain whois request information when provided with an IPv4/IPv6 address or hostname. It sends a whois query to a suitable server..


Platforms: *nix

License: Freeware Download (108): Whois Ruby Download

Added: October 04, 2010 | Visits: 973

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

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

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

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

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: January 24, 2010 | Visits: 2.050

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

1 2 3 4 5 >