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

Accessor freeware
Filter: All | Freeware | Demo
 

Accessor

1 2 3 > 
Added: April 27, 2010 | Visits: 649

Class::Accessor::Named Class::Accessor::Named is a great way to automate the tedious task of generating accessors and mutators. One small drawback is that due to the details of the implemenetation, you only get one "__ANON__" entry in profiling output. That entry contains all your accessors, which can be a real pain...



Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): Class::Accessor::Named Download

Added: January 05, 2010 | Visits: 1.101

Class::Accessor::Fast::Contained Class::Accessor::Fast::Contained is a Perl module for fast accessors with data containment. SYNOPSIS package Foo; use base qw(Class::Accessor::Fast::Contained); # The rest is the same as Class::Accessor::Fast This module does two things differently to the venerable Class::Accessor::Fast...





Platforms: *nix

License: Freeware Size: 5.12 KB Download (101): Class::Accessor::Fast::Contained Download

Added: February 08, 2010 | Visits: 1.052

DBIx::Class::LibXMLdoc DBIx::Class::LibXMLdoc is a Perl module to create an adjunct "Doc" accessor of a columns data which is automatically parsed into a LibXML documentElement (alpha-software). SYNOPSIS package My::DB::thingy; __PACKAGE__->load_components(qw/ PK::Auto LibXMLdoc Core /);...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): DBIx::Class::LibXMLdoc Download

Added: March 03, 2010 | Visits: 1.120

Class::Meta::Type 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::Socket object, name => IO::Socket Object ); This...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (93): Class::Meta::Type Download

Added: June 03, 2010 | Visits: 701

Object::AutoAccessor Object::AutoAccessor is an accessor class by using AUTOLOAD. SYNOPSIS use Object::AutoAccessor; my $struct = { foo => { bar => { baz => BUILD OK, }, }, }; # Now lets easily accomplish it. my $obj = Object::AutoAccessor->build($struct); print $obj->foo->bar->baz; # prints BUILD OK...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (89): Object::AutoAccessor Download

Added: October 31, 2013 | Visits: 513

CAD::Drawing::IO::OpenDWG CAD::Drawing::IO::OpenDWG - Accessor methods for OpenDWG toolkit wrapper


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): CAD::Drawing::IO::OpenDWG Download

Added: November 02, 2010 | Visits: 1.106

Net::IPMessenger::MessageCommand Net::IPMessenger::MessageCommand is a Perl module for message command definition and accessor class. SYNOPSIS use Net::IPMessenger::MessageCommand; my $command = Net::IPMessenger::MessageCommand->new(SENDMSG)->set_secret; This defines IP Messenger command and option flags. Also this gives...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (97): Net::IPMessenger::MessageCommand Download

Added: October 01, 2010 | Visits: 739

databeans databeans is a fully object oriented (not relational) persistence framework for Java, based on the use of the JavaBeans accessor methods to read and write data on disk instead of in the classes instance fields..


Platforms: *nix

License: Freeware Size: 655.36 KB Download (90): databeans Download

Added: July 10, 2013 | Visits: 360

CocoaAccessorWriter CocoaAccessorWriter automates the writing of accessor methods when developing software using the Cocoa object library and the Objective-C language on Mac OS X. CocoaAccessorWriter is a pale imitation of the real thing ???*a*? Accessorizer ???*a*? by Kevin Callahan. If you want an extensive array...


Platforms: Mac

License: Freeware Size: 30.72 KB Download (37): CocoaAccessorWriter Download

Added: September 27, 2013 | Visits: 284

Class::Accessor::Grouped This class lets you build groups of accessors that will call different getters and setters.


Platforms: *nix

License: Freeware Size: 30.72 KB Download (33): Class::Accessor::Grouped Download

Added: July 07, 2013 | Visits: 467

LEGO::Colors This is a simple accessor class, used to store information about various different colors that LEGO pieces can have. Generally, you won't be creating these yourself -- they're just convenient ways to pass information back from the LEGO::Colors module. METHODS new Constructs a new Color...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (33): LEGO::Colors Download

Added: August 11, 2013 | Visits: 309

MooseX::AttributeTree MooseX::AttributeTree allows you to apply the TreeInherit trait to any attribute in your class. This changes the way the attribute's accessor method works. When reading the attribute's value, if no value has been set for the attribute in this object, the accessor will return the value from the...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): MooseX::AttributeTree Download

Added: January 18, 2010 | Visits: 1.312

JSAN::Index::Library JSAN::Index::Library is a JavaScript Archive Network (JSAN) Software Library. This class provides objects for the various libraries (software components) in the JSAN. METHODS In addition to the general methods provided by Class::DBI, it has the following methods name The name accessor...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (96): JSAN::Index::Library Download

Added: January 18, 2010 | Visits: 976

Astro::VO::VOEvent Astro::VO::VOEvent is an object interface to parse and create VOEvent messages. SYNOPSIS To parse a VOEvent file, $object = new Astro::VO::VOEvent( File => $file_name ); or $object = new Astro::VO::VOEvent( XML => $scalar ); Or to build a VOEVENT file, $xml = $object->build( %hash...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (87): Astro::VO::VOEvent Download

Added: January 18, 2010 | Visits: 898

Astro::Aladin::LowLevel Astro::Aladin::LowLevel is a Perl class designed to drive CDS Aladin Application. SYNOPSIS my $aladin = new Astro::Aladin::LowLevel( ); Drives the CDS Aladin Application through a anonymous pipe, expects the a copy of the standalone Aladin application to be installed locally and pointed to...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (105): Astro::Aladin::LowLevel Download

Added: January 09, 2010 | Visits: 1.134

Geo::Lookup::ByTime Geo::Lookup::ByTime is a Perl module to lookup location by time. SYNOPSIS use Geo::Lookup::ByTime; $lookup = Geo::Lookup::ByTime->new( @points ); my $pt = $lookup->nearest( $tm ); Given a set of timestamped locations guess the location at a particular time. This is a useful operation...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (94): Geo::Lookup::ByTime Download

Added: January 01, 2010 | Visits: 1.062

Nasal Nasal is a language that I wrote for use in a personal project. Ostensibly it was because I was frustrated with the dearth of small-but-complete embeddable scripting languages, but of course I really wrote it because it was fun. It is still young and incomplete in a few places, but is under...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (95): Nasal Download

Added: March 07, 2010 | Visits: 944

Class::Struct::FIELDS Class::Struct::FIELDS module combine Class::Struct, base and fields. SYNOPSIS (This page documents Class::Struct::FIELDS v.1.1.) use Class::Struct::FIELDS; # declare struct, based on fields, explicit class name: struct (CLASS_NAME => { ELEMENT_NAME => ELEMENT_TYPE, ... }); use...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): Class::Struct::FIELDS Download

Added: September 09, 2010 | Visits: 783

Class::InsideOut Class::InsideOut is a Perl module with a safe, simple inside-out object construction kit. SYNOPSIS package My::Class; use Class::InsideOut qw( public private register id ); public name => my %name; # accessor: name() private age => my %age; # no accessor sub new { register( shift ) }...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (88): Class::InsideOut Download

Added: April 18, 2010 | Visits: 867

Class::DBI::FormBuilder Class::DBI::FormBuilder is a Perl module with Class::DBI/CGI::FormBuilder integration. SYNOPSIS package Film; use strict; use warnings; use base Class::DBI; use Class::DBI::FormBuilder; # for indented output: # use Class::DBI::FormBuilder PrettyPrint => ALL; # POST all forms to...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (89): Class::DBI::FormBuilder Download

1 2 3 >