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

Array Data freeware
Filter: All | Freeware | Demo
 

Array Data

< 1 2 3 4 5 > 
Added: June 02, 2010 | Visits: 587

Data::TreeDumper Data::TreeDumper is an improved replacement for Data::Dumper. Powerful filtering capability. SYNOPSIS use Data::TreeDumper ; my $sub = sub {} ; my $s = { A => { a => { } , bbbbbb => $sub , c123 => $sub , d => $sub } , C => { b => { a => { a => { } , b => sub { } ,... Platforms: *nix

License: Freeware Size: 26.62 KB Download (88): Data::TreeDumper Download

Added: November 26, 2010 | Visits: 771

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.225

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: April 11, 2010 | Visits: 945

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: April 05, 2010 | Visits: 957

PySBIG PySBIG project can read SBIG CCD files and give you a Numeric array for the data and a dictionary for the headers. There is cPySBIG (since version 0.02) which is 40 times faster than the pure PySBIG module, also included. Version 0.03 now works with numpy instead of Numeric. Example Usage:... Platforms: *nix

License: Freeware Size: 9.22 KB Download (95): PySBIG Download

Added: February 14, 2010 | Visits: 740

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: 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: September 04, 2010 | Visits: 896

Data::Str2Num Data::Str2Num - int str to int; float str to float, else undef. SYNOPSIS ##### # Subroutine interface # use Data::Str2Num qw(config str2float str2int str2integer); $float = str2float($string, [@options]); (@strings, @floats) = str2float(@strings, [@options]); $integer =... Platforms: *nix

License: Freeware Size: 56.32 KB Download (95): Data::Str2Num Download

Added: October 23, 2010 | Visits: 940

Array::PatternMatcher Array::PatternMatcher is a pattern matching for arrays. SYNOPSIS This section inlines the entire test suite. Please excuse the ok()s. use Array::PatternMatcher; Matching logical variables to input stream # 1 - simple match of logical variable to input my $pattern = AGE ; my $input =... Platforms: *nix

License: Freeware Size: 6.14 KB Download (118): Array::PatternMatcher Download

Added: April 23, 2010 | Visits: 823

Data::Diver Data::Diver is a simple, ad-hoc access to elements of deeply nested structures. SUMMARY Data::Diver provides the Dive() and DiveVal() functions for ad-hoc access to elements of deeply nested data structures, and the DiveRef(), DiveError(), DiveClear(), and DiveDie() support functions.... Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Data::Diver Download

Added: May 20, 2013 | Visits: 581

Function for finding peaks from data array I was not able to get the peaks from my experimentally obtained data because of its random nature. As a result the findpeaks() defined in Matlab library was not giving results as expected. Hence I made a code which will help findpeaks() help detect the peaks more accurately.It basically averages... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Function for finding peaks from data array Download

Added: March 28, 2013 | Visits: 546

Handling Large Data Sets Efficiently in MATLAB Example code from "Handling Large Data Sets Efficiently in MATLAB " webinar (http://www.mathworks.com/company/events/we.../wbnr30435.html) describing strategies for handling large amounts of data in MATLAB and avoiding "out-of-memory" errors. It will provide you with an understanding of the... Platforms: Matlab

License: Freeware Size: 1.26 MB Download (46): Handling Large Data Sets Efficiently in MATLAB Download

Added: August 29, 2013 | Visits: 215

Data Reduction Algorithm reduced_array = data_reduction_algorithm(raw_data, tolerance)raw data: 2 column's (time + data)tolerance: scalar (0....+inf-1)array need's to be time distinct!should work on Matlab 7.0 R14 also Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Data Reduction Algorithm Download

Added: August 18, 2013 | Visits: 411

Convert Struct to Cell Array With Column Headers Accepts a 1-dimensional struct array (in the format 1xn) and converts it into a cell array. The first row of the cell array has the struct's field names in each column; the data from each of those fields for each entry in the struct array appears in subsequent rows. The idea is to make it easy to... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Convert Struct to Cell Array With Column Headers Download

Added: April 14, 2013 | Visits: 591

Insert Retrieve data from Table Insert Retrieve data from Table can be used to execute MySQL database queries to insert and retrieve data from table records. It can insert a record in a table given an array of fields and the respective values.Insert Retrieve data from Table can check if there is already duplicated record giving... Platforms: PHP

License: Freeware Size: 10 KB Download (46): Insert Retrieve data from Table Download

Added: July 30, 2013 | Visits: 526

3SS Data Description Form 3SS Data Description Form retrieves structures from a MySQL table.Features of 3SS Data Description Form:- It inserts data from ARRAY; Returns Array/Object;- Returns SQL value string (name = 'value');- Return javascript Validation based on NULL fields as not required; Platforms: PHP

License: Freeware Size: 10 KB Download (47): 3SS Data Description Form Download

Added: August 06, 2013 | Visits: 417

Data::LineBuffer for Linux Data::LineBuffer is a Perl module that provides a very rudimentary input push back facility. It provides a layer between the input source and the calling routine which allows data to be pushed back onto the input source for retrieval, as a last in, first out, stack. It is only concerned with... Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): Data::LineBuffer for Linux Download

Added: September 05, 2013 | Visits: 393

Tie::Array::QueueExpire for Linux Tie::Array::QueueExpire is a Perl module that requires Time::HiRes, TokyoCabinet (database and perl module.) The insertion is ms unique ( 0.001 seconds ). The normal ARRAY function present are push pop shift exits scalar clear unshift (but put data 1 second before the first entry) The... Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Tie::Array::QueueExpire for Linux Download

Added: September 07, 2013 | Visits: 354

Data::Stream::Bulk This module tries to find middle ground between one at a time and all at once processing of data sets. The purpose of this module is to avoid the overhead of implementing an iterative api when this isn't necessary, without breaking forward compatibility in case that becomes necessary later on.... Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): Data::Stream::Bulk Download

Added: November 19, 2006 | Visits: 4.681

Data Recovery for Windows - TapeWare TapeWare is your complete system backup and data recovery software solution. It is a multi-OS (Windows, Linux and NetWare) and multi-language (available in English, French, German, Italian, Spanish, and Japanese) product with the flexibility to serve from an individual all the way up to an... Platforms: DOS, Windows, *nix

License: Freeware Size: 58.74 MB Download (1036): Data Recovery for Windows - TapeWare Download

< 1 2 3 4 5 >