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

Training Data Objects freeware
Filter: All | Freeware | Demo
 

Training Data Objects

< 1 2 3 4 5 
Added: November 14, 2010 | Visits: 759

Data::Stag::HashDB Data::Stag::HashDB is a perl used for building indexes over Stag files or objects. SYNOPSIS # parsing a file into a hash my $hdb = Data::Stag::HashDB->new; $hdb->unique_key("ss_details/social_security_no"); $hdb->record_type("person"); my $obj = {}; $hdb->index_hash($obj);... Platforms: *nix

License: Freeware Size: 440.32 KB Download (129): Data::Stag::HashDB Download

Added: November 12, 2010 | Visits: 744

Data::PropertyList Data::PropertyList is a Perl module that can convert arbitrary objects to/from strings. SYNOPSIS use Data::PropertyList qw(astext fromtext); $hash_ref = { items => [ 7 .. 11 ], key => value }; $string = astext($hash_ref); # ... $hash_ref = fromtext($string); print $hash_ref->{items}[0];... Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): Data::PropertyList Download

Released: August 06, 2012  |  Added: August 06, 2012 | Visits: 1.002

Windows Azure Platform Training Kit The Azure Services Training Kit provides a comprehensive set of technical content including hands-on labs, presentations, and demos that are designed to help you learn how to use the Windows Azure platform including: Windows Azure, SQL Azure and AppFabric. The December release includes new and... Platforms: Windows, 7

License: Freeware Download (54): Windows Azure Platform Training Kit Download

Added: May 10, 2013 | Visits: 477

Grouping objects into disjoint sets This class provides a lightweight way to group arbitrary objects together into disjoint sets when a full-blown graph data structure would be overkill. Objects can be joined using .join(), tested for connectedness using joined(), and all disjoint sets can be retreived using get(). The objects... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Grouping objects into disjoint sets Download

Added: May 10, 2013 | Visits: 817

PHP/JavaScript Data Translation This project provides a PHP class for facilitating the translation of data variables and objects into JavaScript code for client-side processing on a website. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): PHP/JavaScript Data Translation Download

Added: June 01, 2013 | Visits: 516

Lanifex Database of Managed Objects for Scripts DMO stands for "Database of Managed Objects." This is a tool for documenting all objects within a data center.It provides an object-based overlay on a MySQL database, with a Web-based interface, which allows new objects to be defined in a hierarchy.Each object can have attributes defined, which... Platforms: PHP

License: Freeware Size: 17.63 MB Download (39): Lanifex Database of Managed Objects for Scripts Download

Added: February 06, 2010 | Visits: 1.052

Data::CTable Data::CTable is a Perl module that helps you read, write, manipulate tabular data. SYNOPSIS ## Read some data files in various tabular formats use Data::CTable; my $People = Data::CTable->new("people.merge.mac.txt"); my $Stats = Data::CTable->new("stats.tabs.unix.txt"); ## Clean stray... Platforms: *nix

License: Freeware Size: 153.6 KB Download (95): Data::CTable Download

Added: October 03, 2010 | Visits: 965

HTML Objects HTML Objects is a Perl module library for turning HTML tags into Perl objects. HTML Objects allows Web pages to be manipulated as a data structure rather than text. Once manipulation is done, the entire page is generated via depth-first recursion.. Platforms: *nix

License: Freeware Size: 25.6 KB Download (101): HTML Objects Download

Added: October 15, 2010 | Visits: 1.064

Data::Dumper Data::Dumper module contains stringified perl data structures, suitable for both printing and eval. SYNOPSIS use Data::Dumper; # simple procedural interface print Dumper($foo, $bar); # extended usage with names print Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]); # configuration... Platforms: *nix

License: Freeware Size: 31.74 KB Download (97): Data::Dumper Download

Added: November 21, 2010 | Visits: 1.009

Data::Walker Data::Walker is a tool for navigating through Perl data structures. SYNOPSIS Without any explicit objects: use Data::Walker; Data::Walker->cli( $data_structure ); Object-style invocation: use Data::Walker; my $w = new Data::Walker; $w->walk( $data_structure ); $w->ls("-al");... Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Data::Walker Download

Added: July 25, 2010 | Visits: 998

The Data Language A free IDL (Interactive Data Language) compatible incremental compiler (ie. runs IDL programs). IDL is a registered trademark of Research Systems Inc. Full syntax compatibility with IDL 6.0 ALL IDL language elements are supported, including: - Objects, - Pointers, - Structs, - Arrays, -... Platforms: *nix

License: Freeware Size: 839.68 KB Download (97): The Data Language Download

Added: November 26, 2010 | Visits: 772

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: July 14, 2010 | Visits: 1.226

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: July 14, 2010 | Visits: 922

Data::Serializer Data::Serializer package contains modules that serialize data structures. SYNOPSIS use Data::Serializer; $obj = Data::Serializer->new(); $obj = Data::Serializer->new( serializer => Storable, digester => MD5, cipher => DES, secret => my secret, compress => 1, ); $serialized =... Platforms: *nix

License: Freeware Size: 25.6 KB Download (93): Data::Serializer Download

Added: August 15, 2010 | Visits: 1.147

C++ XML Objects C++ XML Objects is a framework for persisting hierarchies of C++ objects to and from XML. Boost, The STL and Patterns are used extensively. All platforms which support Boost will be supported. Sometimes there is a need to save hierarchies of C++ objects to a file (or DB etc), and then retrieve... Platforms: *nix

License: Freeware Size: 409.6 KB Download (90): C++ XML Objects Download

Added: July 12, 2010 | Visits: 1.021

Data::Page::Viewport Data::Page::Viewport is a Perl module to scroll thru data a page, or just an item, at a time. Synopsis This is a complete, tested, runnable program. #!/usr/bin/perl use strict; use warnings; use Data::Page::Viewport; # ----------------------------------------------- my(@data) =... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Data::Page::Viewport Download

Added: January 14, 2010 | Visits: 947

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

Virtual Data Center The Virtual Data Center (VDC) is a digital library system "in a box" for numeric data. The VDC is a web application which provides everything necessary to maintain and disseminate collections of research studies: including facilities for the storage, archiving, cataloging, translation, and... Platforms: *nix

License: Freeware Size: 14.5 MB Download (125): Virtual Data Center Download

Released: July 13, 2012  |  Added: July 13, 2012 | Visits: 790

Geo Data German Admin (formerly Geodaten German Houses) Geo Data German Admin contains geodata of the Federal Republic of Germany with geo referenced towns, municipalities, town quarters and other administrative units, postal codes, telephone preselections, nature areas, landscapes, climatic zones and official topographical cartographies. The data... Platforms: Windows


Released: October 20, 2012  |  Added: October 20, 2012 | Visits: 865

Garmin Training Center for Mac OS A training tool for your computer that works with your compatible Garmin fitness device. With GTC, you can analyze and store workout data from your Garmin device on your computer, as well as plan and save future workouts. GTC is included when you purchase a compatible Garmin fitness device. -... Platforms: Mac

License: Freeware Size: 69.4 MB Download (52): Garmin Training Center for Mac OS Download

< 1 2 3 4 5