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

Data Model freeware
Filter: All | Freeware | Demo
 

Data Model

< 1 2 3 4 5 
Added: February 03, 2010 | Visits: 1.014

MP3::Tag::ID3v2-Data MP3::Tag::ID3v2-Data can get_frame() data format and supported frames. SYNOPSIS $mp3 = MP3::Tag->new($filename); $mp3->get_tags(); $id3v2 = $mp3->{ID3v2} if exists $mp3->{id3v2}; ($info, $long) = $id3v2->get_frame($id); # or ($info, $long) = $id3v2->get_frame($id, raw); This document...



Platforms: *nix

License: Freeware Size: 174.08 KB Download (104): MP3::Tag::ID3v2-Data Download

Added: August 25, 2010 | Visits: 956

Bio::GMOD Bio::GMOD is a unified API for Model Organism Databases. SYNOPSIS Check the installed version of a MOD use Bio::GMOD::Util::CheckVersions.pm my $mod = Bio::GMOD::Util::CheckVersions->new(-mod=>WormBase); my $version = $mod->live_version; Update a MOD installation use Bio::GMOD::Update;...





Platforms: *nix

License: Freeware Size: 71.68 KB Download (103): Bio::GMOD Download

Added: March 16, 2010 | Visits: 1.107

Data::Diff Data::Diff is a data structure comparison module. SYNOPSIS use Data::Diff qw(diff); # simple procedural interface to raw difference output $out = diff( $a, $b ); # OO usage $diff = Data::Diff->new( $a, $b ); $new = $diff->apply(); $changes = $diff->diff_a(); Data::Diff computes the...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Data::Diff Download

Added: November 26, 2010 | Visits: 769

Data::Inherited Data::Inherited is a Perl module with hierarchy-wide accumulation of list and hash results. SYNOPSIS package Foo; use base Data::Inherited; use constant PROPERTIES => (qw/name address/); package Bar; use base Foo; use constant PROPERTIES => (qw/age/); package main; my $bar =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (102): Data::Inherited Download

Added: March 21, 2010 | Visits: 1.136

Erwin Data Structures Erwin Data Structures is a library that is meant to be the ultimate data structure library for mixed usage of C and C++. Arbitrary key and value types are implemented by template files that dont use C++ templates, but are instantiated by a Perl script. This way, mixed usage in C and C++ is...


Platforms: *nix

License: Freeware Size: 686.08 KB Download (101): Erwin Data Structures Download

Added: September 13, 2010 | Visits: 886

Data::Faker::DateTime Data::Faker::DateTime is a Data::Faker plugin. DATA PROVIDERS unixtime Return a unix time (seconds since the epoch) for a random time between the epoch and now. date Return a random date as a string, using a random date format (see date_format). time Return a random time as a...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): Data::Faker::DateTime Download

Added: August 23, 2010 | Visits: 1.267

Data::ICal::Entry::Alarm::Email Data::ICal::Entry::Alarm::Email is a Perl module that represents an emailed alarm in an iCalendar file. SYNOPSIS my $valarm = Data::ICal::Entry::Alarm::Audio->new(); $valarm->add_properties( attach => [ "basic:ftp://host.com/pub/sounds/bell-01.aud", { fmttype => "audio/basic" } ], #...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (101): Data::ICal::Entry::Alarm::Email Download

Added: October 18, 2010 | Visits: 1.182

Misfit Model 3D Misfit Model 3D is an OpenGL-based 3D model editor that works with triangle-based models. Misfit Model 3D supports multi-level undo, skeletal animations, simple texturing, scripting, command-line batch processing, and a plugin system for adding new model and image filters. Complete online help...


Platforms: *nix

License: Freeware Size: 727.04 KB Download (101): Misfit Model 3D Download

Added: February 14, 2010 | Visits: 738

Data::Secs2 Data::Secs2 is a Perl module to pack, unpack, format, transform from Perl data SEMI E5-94 nested data. SYNOPSIS ##### # Subroutine interface # use Data::Secs2 qw(arrayify config listify neuterify numberify perlify perl_typify secsify secs_elementify stringify textify transify); @array =...


Platforms: *nix

License: Freeware Size: 98.3 KB Download (101): Data::Secs2 Download

Added: January 14, 2010 | Visits: 946

Data::Startup SYNOPSIS ###### # Subroutine interface # use Data::Startup qw(config override); $options = override(%default_options, @option_list ); $options = override(%default_options, @option_list ); $options = override(%default_options, %option_list ); @options_list = config(%options ); ($key,...


Platforms: *nix

License: Freeware Size: 74.75 KB Download (101): Data::Startup Download

Added: May 07, 2010 | Visits: 1.489

Yukatan data model Yukatan data model project is the schema definition of the Yukatan webmail database. The PostgreSQL database structures defined in this file can be used as a backend store of an email message handling application. The database should be created with the "UNICODE" encoding to properly support...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (100): Yukatan data model Download

Added: November 25, 2010 | Visits: 1.030

SOAP::Data SOAP::Data is a Perl class that provides the means by which to explicitly manipulate and control all aspects of the way in which Perl data gets expressed as SOAP data entities. The SOAP::Data class provides the means by which to explicitly manipulate and control all aspects of the way in which...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (100): SOAP::Data Download

Added: June 25, 2010 | Visits: 1.065

Data::ENAML Data::ENAML is a Perl extension for ENAML data representation. SYNOPSIS use Data::ENAML qw (serialize deserialize); print serialize(login => {nick => Schop, email => ariel@atheist.org.il, tagline => If I had no modem I would not lose Regina}); $struct = deserialize(bad-nick: {nick:...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Data::ENAML Download

Added: April 11, 2010 | Visits: 942

Audio::Data Audio::Data is a module for representing audio data to perl. SYNOPSIS use Audio::Data; my $audio = Audio::Data->new(rate => , ...); $audio->method(...) $audio OP ... Audio::Data represents audio data to perl in a fairly compact and efficient manner using C via XS to hold data as a C...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (100): Audio::Data Download

Added: August 12, 2010 | Visits: 776

Alzabo::BackCompat Alzabo::BackCompat is a Perl module that can convert old data structures. This module is used to magically convert schemas with an older data structure to the latest format. Alzabo is a two-fold program. Its first function is as a data modelling tool. Through either a schema creation...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (99): Alzabo::BackCompat Download

Added: August 27, 2010 | Visits: 686

Maypole::Plugin::QuickTable Maypole::Plugin::QuickTable is a HTML::QuickTable convenience. SYNOPSIS use Maypole::Application qw( LinkTools QuickTable ); METHODS setup quick_table Returns a HTML::QuickTable object for formatting data. print $request->quick_table( %args )->render( $data ); The method gathers...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (99): Maypole::Plugin::QuickTable Download

Added: September 18, 2010 | Visits: 1.013

jwma jwma is a WebMail implementation in Java, enabling the user to access, manage and compose email using a standard web browser. However, jwma is more then that. If you are interested, then read the more detailed overview on the features and use of jwma. Please note that you you might be looking at...


Platforms: *nix

License: Freeware Size: 5.3 MB Download (97): jwma Download

Added: August 27, 2010 | Visits: 783

Luka Luka is an exception handling and reporting framework. SYNOPSIS use Error qw(:try); use Luka; try { $ftp->login("someuser", "somepass") || throw Luka::Exception::External ( error => $ftp->message . $@, id => "login", context => "FTP error: couldnt login", severity => 3, args =>...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (97): Luka Download

Added: July 03, 2010 | Visits: 834

Template::Plugin::Data::HTMLDumper Template::Plugin::Data::HTMLDumper is a template toolkit plugin interface to Data::HTMLDumper. SYNOPSIS [% USE Data.HTMLDumper %] [% Data.HTMLDumper.dump(myvar) %] A very simple Template Toolkit Plugin Interface to the Data::HTMLDumper module. The Data::HTMLDumper module displays output...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (97): Template::Plugin::Data::HTMLDumper Download

Added: August 12, 2010 | Visits: 1.159

GO::Model::Term GO::Model::Term is a term or concept in an ontology. SYNOPSIS # From a file use GO::Parser; my $parser = new GO::Parser({handler=>obj}); # create parser object $parser->parse("gene_ontology.obo"); # parse file -> objects my $graph = $parser->handler->graph; # get L object my $term =...


Platforms: *nix

License: Freeware Size: 593.92 KB Download (97): GO::Model::Term Download

< 1 2 3 4 5