Linux SoftwareSearchclass environment

Tag «class environment»: downloads



Search results for «class environment»:

Class::DBI::Query 3.0.15 by Michael G Schwern


Class::DBI::Query is a Perl module with deprecated SQL manager for Class::DBI.

SYNOPSIS

my $sth = Class::DBI::Query
->new({
owner => $class,
sqlname => $type,
essential => @columns,
… 


PHP ImageMagick Class 1.0 by Daniel Eiland


PHP ImageMagick Class is a class for processing images with ImageMagick. This PHP Class makes it possible to process images in a very easy way.

To scale an image to 640x480 when it's bigger youy can do this:

include('imagemagick.class.php');
$im = new Imagemagick($targetdir);
$im->Resize(640… 


DBIx::Class::CDBICompat 0.07002 by Matt S. Trout


DBIx::Class::CDBICompat is a Class::DBI Compatibility layer.

SYNOPSIS

use base qw/DBIx::Class/;
__PACKAGE__->load_components(qw/CDBICompat Core DB/);

DBIx::Class features a fully featured compatibility layer with Class::DBI to ease transition for existing CDBI users. In fact, this clas… 


Kaffe 1.1.7 by Tim Wilkinson


Kaffe is a free software VM and development environment for programs written in the Java programming language.

As an independent implementation, it was written from scratch and is free from all third-party royalties and license restrictions.

It comes with GNU Classpath core class libraries, an… 


Class::Adapter::Builder 1.02 by Adam Kennedy


Class::Adapter::Builder is a Perl module that can generate Class::Adapter classes.

SYNOPSIS

package My::Adapter;

use strict;
use Class::Adapter::Builder
ISA => 'Specific::API',
METHODS => [ qw{foo bar baz} ],
method => 'different_method';

1;

Clas… 


Class::Cloneable 0.03 by Stevan Little


Class::Cloneable is a base class for Cloneable objects.

SYNOPSIS

package MyObject;
our @ISA = ('Class::Cloneable');

# calling clone on an instance of MyObject
# will give you full deep-cloning functionality

This module provides a flexible base class for building objects with c… 


Curses::UI::Widget 0.95 by Maurice Makaay


Curses::UI::Widget is a base class for all widgets.

CLASS HIERARCHY

Curses::UI::Widget - base class

SYNOPSIS

This class is not used directly by somebody who is building an application using Curses::UI. It's a base class that is expanded by the Curses::UI widgets. See WIDGET STRUCTURE be… 


FreeSMS 1.0 by Shaffin Bhanji


FreeSMS project is an application for managing an educational facility.

It stands for Free Student Management System and it manages teachers and students and provides marketing, registration, course management, attendance, and a student evaluation system, and manages courses within a class enviro… 


Class::DBI::Template::Stash 0.03 by Jason Kohles


Class::DBI::Template::Stash is a Perl module with Template::Stash subclass for Class::DBI::Template.

SYNOPSIS

package Music::DBI;
use base 'Class::DBI';
use Class::DBI::Template;

There is nothing you need to do for this module, it is setup for you when you use Class::DBI::Template.… 


Class::Phrasebook 0.88 by Rani Pinchuk


Class::Phrasebook is a Perl module that implements the Phrasebook pattern.

SYNOPSIS

use Class::Phrasebook;
my $pb = new Class::Phrasebook($log, "test.xml");
$pb->load("NL"); # using Dutch as the language
$phrase = $pb->get("ADDRESS",
{ street => "Chaim Levanon… 


Class::Std::Utils 0.0.2 by Damian Conway


Class::Std::Utils is a Perl module for utility subroutines for building "inside-out" objects.

SYNOPSIS

use Class::Std::Utils;

# Constructor for anonymous scalars...
my $new_object = bless anon_scalar(), $class;

# Convert an object reference into a unique ID number...
… 


Class::Meta::Type 0.53 by David Wheeler


Class::Meta::Type is a Perl module for data type validation and accessor building.

SYNOPSIS

package MyApp::TypeDef;

use strict;
use Class::Meta::Type;
use IO::Socket;

my $type = Class::Meta::Type->add( key => 'io_socket',
desc => 'IO::So… 


Class::DBI::ConceptSearch 0.04 by Allen Day


Class::DBI::ConceptSearch is a Perl module to retrieve Class::DBI aggregates from high-level conceptual searches.

SYNOPSIS

my $cs = Class::DBI::ConceptSearch->new(xml => $config); #see CONFIGURATION
$cs->use_wildcards(1);
$cs->use_implicit_wildcards(1);
$cs->use_search_ilike(1);
$cs->… 


DBIx::Class::Schema::Loader::RelBuilder 0.03007 by Brandon Black


DBIx::Class::Schema::Loader::RelBuilder is a Perl module that builds relationships for DBIx::Class::Schema::Loader.

This class builds relationships for DBIx::Class::Schema::Loader. This is module is not (yet) for external use.

METHODS

new

Arguments: schema_class (scalar), fk_info (hashre… 


Java Development Environment for Emacs 2.3.5 by Paul Kinnucan


Java Development Environment for Emacs (JDEE) is an Emacs-based integrated development environment (IDE) for developing Java applications and applets.

Features include multiple code browsers, a JPDA-based debugger, method and field completion, template-based and procedure-based code generation, J… 


cutee 0.4.2 by Stefano Barbato


cutee stands for C++ Unit Testing Easy Environment and makes it really easy to create and run tests of a library or application.

It will automatically generate Makefiles, runner classes (classes that execute test functions), and main test application code.

It will also automatically update Ma… 


MyPageKit::Common 1.18 by T.J. Mather and Boris Zentner


MyPageKit::Common is a Perl model class containing code common across site.

This class contains methods that are common across the site, such as authentication and session key generation. This particular class is an example class that is used for the old pagekit.org website. It is derived from Ap… 


Class::Interfaces 0.04 by Stevan Little


Class::Interfaces is a Per module for defining interface classes inline.

SYNOPSIS

# define some simple interfaces
use Class::Interfaces (
Serializable => [ 'pack', 'unpack' ],
Printable => [ 'toString' ],
Iterable => [ 'iterator' ],
Iterator => [ 'ha… 


Class::Date 1.1.9 by Szabo Balazs


Class::Date is a perl module, which provides a simple date type for perl.

You can create new Class::Date objects with a constructor from different scalar formats, array refs, and hash refs, and then you can easily manipulate it by the builtin "+" and "-" operators (e.g., $date=date([2001,03,15])+… 


Class::CGI 0.20 by Curtis Poe


Class::CGI is a Perl module to fetch objects from your CGI object.

SYNOPSIS

use Class::CGI
handlers => {
customer_id => 'My::Customer::Handler'
};

my $cgi = Class::CGI->new;
my $customer = $cgi->param('customer_id');
my $name = $cust… 



Related:

    search


Featured Software

jEdit 4.3 pre8
jEdit is an Open Source text editor written in Java

Opera 9.02
Surf the Internet in a safer, faster, and easier way with Opera browser

GNU Aspell 0.60.4
GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell



Top tags