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

Florida Isa freeware
Filter: All | Freeware | Demo
 

Florida Isa

< 1 2 3 4 5 
Added: January 03, 2010 | Visits: 850

TiVo::HME::Application TiVo::HME::Application is a Perl implementation of TiVos HME protocol. SYNOPSIS use TiVo::HME::Application; our @ISA(TiVo::HME::Application); sub init { my($self, $context) = @_; $self->get_root_view->visible(1); my $mpg = $T_RESOURCE->image_file(examples/myloop.jpg);...



Platforms: *nix

License: Freeware Size: 61.44 KB Download (90): TiVo::HME::Application Download

Added: February 19, 2010 | Visits: 779

TiVo::HME::Resource TiVo::HME::Resource is a Perl encapsulation of a TiVo HME resource. SYNOPSIS use TiVo::HME::Application; @ISA = qw(TiVo::HME::Applicaton); # create a buncha resources # Color # r,g,b,alpha = 0 ... 255 my $color = $T_RESOURCE->color($red, $green, $blue, $alpha); # Font my $font =...





Platforms: *nix

License: Freeware Size: 61.44 KB Download (96): TiVo::HME::Resource Download

Added: August 16, 2010 | Visits: 1.133

cwfloppy cwfloppy is a Linux device driver for the Catweasel Advanced Floppy Controller manufactured by Individual Computers. The Catweasel is a versatile Shugart bus controller, i.e., it can control floppy drives. It is extremely flexible and can be programmed to read and write just about any floppy...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (104): cwfloppy Download

Added: September 19, 2010 | Visits: 804

WebService::TicketAuth WebService::TicketAuth is a ticket-based authentication module for SOAP services. SYNOPSIS @WebService::MyService::ISA = qw(WebService::TicketAuth); WebService::TicketAuth is an authentication system for SOAP-based web services, that provides a signature token (like a cookie) to the client...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): WebService::TicketAuth Download

Added: October 22, 2010 | Visits: 1.045

Class::Maker Class::Maker Perl module contains classes, reflection, schema, serialization, attribute- and multiple inheritance. SYNOPSIS use Class::Maker qw(class); class Human, { isa => [qw( ParentClass )], public => { string => [qw(name lastname)], ref => [qw(father mother)], array =>...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (110): Class::Maker Download

Added: July 14, 2010 | Visits: 1.219

Data::Type Data::Type is a Perl module with versatile data and value types. SYNOPSIS use Data::Type qw(:all); use Error qw(:try); try { verify $email , EMAIL; verify $homepage , URI(http); verify $cc , CREDITCARD( MASTERCARD, VISA ); verify $answer_a , YESNO; verify $gender , GENDER; verify...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Data::Type Download

Added: October 21, 2010 | Visits: 1.032

Term::Shell Term::Shell is a simple command-line shell framework. SYNOPSIS package MyShell; use base qw(Term::Shell); sub run_command1 { print "command 1!n"; } sub smry_command1 { "what does command1 do?" } sub help_command1 { <


Platforms: *nix

License: Freeware Size: 17.41 KB Download (96): Term::Shell Download

Added: June 27, 2010 | Visits: 969

Net::Server Net::Server is an extensible, general Perl server engine. SYNOPSIS #!/usr/bin/perl -w -T package MyPackage; use Net::Server; @ISA = qw(Net::Server); sub process_request { #...code... } MyPackage->run(port => 160); exit;.


Platforms: *nix

License: Freeware Size: 81.92 KB Download (132): Net::Server Download

Added: September 27, 2010 | Visits: 1.672

IOC::Proxy::Interfaces IOC::Proxy::Interfaces is a IOC::Proxy subclasss to proxy objects with a given interface. SYNOPSIS use IOC::Proxy::Interfaces; my $proxy_server = IOC::Proxy->new({ interface => AnInterface, # ... add other config values here }); $proxy_server->wrap($object); # our $object is now...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (102): IOC::Proxy::Interfaces Download

Added: September 21, 2010 | Visits: 837

Class::Cloneable 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 cloning...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): Class::Cloneable Download

Added: August 05, 2010 | Visits: 761

Class::Interfaces 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 => [ hasNext, next ] ); # or some more complex ones...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Class::Interfaces Download

Added: October 15, 2010 | Visits: 876

Algorithm::C3 Algorithm::C3 is a module for merging hierarchies using the C3 algorithm. SYNOPSIS use Algorithm::C3; # merging a classic diamond # inheritence graph like this: # # # / # # / # my @merged = Algorithm::C3::merge( D, sub { # extract the ISA array # from the package no...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (130): Algorithm::C3 Download

Added: September 15, 2010 | Visits: 1.028

Plucene::Analysis::PorterStemFilter Plucene::Analysis::PorterStemFilter - Porter stemming on the token stream. SYNOPSIS # isa Plucene::Analysis:::TokenFilter my $token = $porter_stem_filter->next; This class transforms the token stream as per the Porter stemming algorithm. Note: the input to the stemming filter must...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (88): Plucene::Analysis::PorterStemFilter Download

Added: March 20, 2010 | Visits: 793

Software::Packager::Object Software::Packager::Object is a generic object data storage. SYNOPSIS use Software::Packager::Object; This module is used by Software::Packager for holding data for a each item added to the a software package. It provides an easy way of accessing the data for each object to be installed....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Software::Packager::Object Download

Added: May 18, 2010 | Visits: 1.405

Clone Clone is a Perl module that can recursively copy Perl datatypes. SYNOPSIS use Clone; push @Foo::ISA, Clone; $a = new Foo; $b = $a->clone(); # or use Clone qw(clone); $a = { foo => bar, move => zig }; $b = [ alpha, beta, gamma, vlissides ]; $c = new Foo(); $d = clone($a); $e =...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (174): Clone Download

Added: May 06, 2010 | Visits: 1.016

GatorMail GatorMail project offers a Java Servlet-based Webmail designed for a large user base. GatorMail is a Java Servlet-based Webmail application built on the Jakarta Struts framework. It was originally developed to meet the needs of the University of Florida. Efficient interaction with the mail...


Platforms: *nix

License: Freeware Size: 8.6 MB Download (115): GatorMail Download

Added: June 27, 2010 | Visits: 623

Class::Classless Class::Classless is a Perl framework for classless OOP. SYNOPSIS use strict; use Class::Classless; my $ob1 = $Class::Classless::ROOT->clone; $ob1->{NAME} = Ob1; $ob1->{stuff} = 123; $ob1->{Thing} = 789; my $ob2 = $ob1->clone; $ob2->{NAME} = Ob2; printf "ob1 stuff: <%s>n",...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): Class::Classless Download

Added: February 20, 2010 | Visits: 1.837

Pod::Simple::Subclassing Pod::Simple::Subclassing is a Perl module that can write a formatter as a Pod::Simple subclass. SYNOPSIS package Pod::SomeFormatter; use Pod::Simple; @ISA = qw(Pod::Simple); $VERSION = 1.01; use strict; sub _handle_element_start { my($parser, $element_name, $attr_hash_r) = @_; ... }...


Platforms: *nix

License: Freeware Size: 256 KB Download (87): Pod::Simple::Subclassing Download

Added: July 04, 2010 | Visits: 954

Games::LMSolve::Base Games::LMSolve::Base is a base class for puzzle solvers. SYNOPSIS package MyPuzzle::Solver; use Games::LMSolve::Base; @ISA = qw(Games::LMSolve::Base); # Override these methods: sub input_board { ... } sub pack_state { ... } sub unpack_state { ... } sub display_state { ... } sub...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Games::LMSolve::Base Download

Added: September 04, 2010 | Visits: 1.188

File::Maker File::Maker is a Perl module that mimics a make by loading a database and calling targets methods. SYNOPSIS ##### # Subroutine interface # use File::Maker qw(load_db); %data = load_db($pm); ###### # Object interface # require File::Maker; $maker = $maker->load_db($pm);...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (102): File::Maker Download

< 1 2 3 4 5