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

Jvchat Class freeware
Filter: All | Freeware | Demo
 

Jvchat Class

< 1 2 3 4 5 
Added: September 09, 2010 | Visits: 784

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: July 20, 2010 | Visits: 611

Class::Declare Class::Declare is a Perl module created to declare classes with public, private and protected attributes and methods. SYNOPSIS package My::Class; use strict; use warnings; use base qw( Class::Declare ); __PACKAGE__->declare( public => { public_attr => 42 } , private => { private_attr...





Platforms: *nix

License: Freeware Size: 76.8 KB Download (88): Class::Declare Download

Added: February 17, 2010 | Visits: 911

Class::DispatchToAll Class::DispatchToAll Perl module can dispatch a method call to all inherited methods. SYNOPSIS package My::Class; our @ISA=qw(SomeClass SomeOtherClass More::Classes); use Class::DispatchToAll qw(dispatch_to_all); my $self=bless {},My::Class # not a proper constructor, I know.. # this...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Class::DispatchToAll Download

Added: January 16, 2010 | Visits: 861

Exception::Class::TCF Exception::Class::TCF is a Java/C++ style exception handling. SYNOPSIS try BLOCK [ [catch] NAME FUN_REF ]* throw [ EXCEPTION LIST ] package EnclosureException; @ISA = qw(Exception::Class::TCF); package main; use Exception::Class::TCF; try { if ($Lost) { throw new...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (88): Exception::Class::TCF Download

Added: September 21, 2010 | Visits: 880

Class::Delegation Class::Delegation is a Perl object-oriented delegation. SYNOPSIS package Car; use Class::Delegation send => steer, to => ["left_front_wheel", "right_front_wheel"], send => drive, to => ["right_rear_wheel", "left_rear_wheel"], as => ["rotate_clockwise", "rotate_anticlockwise"] send...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (87): Class::Delegation Download

Added: July 11, 2010 | Visits: 989

Class::Std::Utils 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... my $ID_num = ident...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Class::Std::Utils Download

Added: July 08, 2010 | Visits: 898

DBIx::Class::FormTools DBIx::Class::FormTools is a utility module for building forms with multiple related DBIx::Class objects. SYNOPSIS In the examples I use 3 objects, a Film, an Actor and a Role. Role is a many to many relation between Film and Actor. package MySchema; use base DBIx::Class::Schema;...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (87): DBIx::Class::FormTools Download

Added: August 01, 2010 | Visits: 957

Class::DBI::AutoIncrement Class::DBI::AutoIncrement is a Perl module to emulate auto-incrementing columns on Class::DBI subclasses. SYNOPSIS Lets assume you have a project making use of Class::DBI. You have implemented a subclass of Class::DBI called MyProject::DBI that opens a connection towards your projects...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Class::DBI::AutoIncrement Download

Added: July 27, 2010 | Visits: 836

Object::Relation::Meta::Class::Schema Object::Relation::Meta::Class::Schema is a Perl module for Object::Relation database store builder. This module is provides metadata for all Object::Relation classes while building a storage schema. Loading Object::Relation::Schema causes it to be used instead of Object::Relation::Meta::Class....


Platforms: *nix

License: Freeware Size: 24.58 KB Download (87): Object::Relation::Meta::Class::Schema Download

Added: October 17, 2010 | Visits: 900

Class::Std::Storable Class::Std::Storable is a Perl module to support for creating serializable "inside-out" classes. SYNOPSIS In general, use this class exactly as you would Class::Std. package Ice::Cream; use Class::Std::Storable; { my %name_of :ATTR( :get :set ); my %flavor_of :ATTR( :get :set );...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Class::Std::Storable Download

Added: May 07, 2010 | Visits: 890

Class::MakeMethods::Template Class::MakeMethods::Template package contains extensible code templates. SYNOPSIS package MyObject; use Class::MakeMethods::Template::Hash ( new => new, string => foo, number => bar, ); my $obj = MyObject->new( foo => "Foozle", bar => 23 ); print $obj->foo(); $obj->bar(42);...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (87): Class::MakeMethods::Template Download

Added: October 16, 2010 | Visits: 757

Class::MakeMethods::Template::Generic Class::MakeMethods::Template::Generic Perl module contains templates for common meta-method types. SYNOPSIS package MyObject; use Class::MakeMethods ( Template::Hash:new => [ new ], Template::Hash:scalar => [ foo ] Template::Static:scalar => [ bar ] ); package main; my $obj =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (87): Class::MakeMethods::Template::Generic Download

Added: October 12, 2010 | Visits: 554

Class::Prototyped::Mixin Class::Prototyped::Mixin Perl module contains Mixin Support for Class::Prototyped. SYNOPSIS Usage one: whip up a class and toss it in a scalar package HelloWorld; sub hello { my ($self, $age) = @_; return "Hello World! I am $age years old" } package HelloWorld::Uppercase; use base...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (86): Class::Prototyped::Mixin Download

Added: May 10, 2013 | Visits: 1.099

Event Calendar Generator PHP Class Event Calendar Generator PHP Class generates calendars (year, month or week view) as a HTML Table (XHTML-Valid).Features: - can be static (without any links) - can optionally have navigation controls - can optionally have a date picker control - can optionally have linkable days (url or...


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

License: Freeware Download (73): Event Calendar Generator PHP Class Download

Added: May 10, 2013 | Visits: 1.327

PHP Class Generator The PHP Class Generator is a small windows desktop application that allows a PHP programmer to generate Entity classes from a MySQL database table. For instance, if the user has a table in his or her MySQL database called customers. With this app, that programmer can generate an Entity class...


Platforms: Windows, Basic/VB,

License: Freeware Download (73): PHP Class Generator Download

Added: May 10, 2013 | Visits: 808

Calendario Class This is a PHP class that helps you to create calendar and organizers. It is highly configurable, letting you choose how many days are in a week, when a week starts, the details of the HTML output, and so on. It also knows about holidays.


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

License: Freeware Download (70): Calendario Class Download

Added: May 10, 2013 | Visits: 595

Quicken QIF file class and conversion This script containsĀ a simple class to represent a Quicken (QIF) file, and a parser to load a QIF file into a sequence of those classes.


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

License: Freeware Download (65): Quicken QIF file class and conversion Download

Added: May 10, 2013 | Visits: 544

USPS First Class Shipping Very simple mod that will let you offer First Class shipping to your customers.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (65): USPS First Class Shipping Download

Added: May 10, 2013 | Visits: 441

Prototype Carousel Class This class is a Prototype/script.aculo.us version of the excellent Bill Scott's Carousel component. This library is licensed under a MIT-style license, so you can use it for anything you like, as long as you include the copyright notice. Features:- scrollTo - Ajax handler ("before", "after") -...


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

License: Freeware Download (63): Prototype Carousel Class Download

Added: May 10, 2013 | Visits: 649

Class for reading INI files This script is a simple class that supports reading sections, single values, and arrays from INI files.


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

License: Freeware Download (63): Class for reading INI files Download

< 1 2 3 4 5