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 49.596.714 Times

Values software
Filter: All | Freeware | Demo
 

Values

< 1 2 3 4 5 > 

Inference on quantiles: confidence intervals, p-values, and testing This code implements a new method for quantile inference based on theoretical work found here: http://econ.ucsd.edu/~dkaplan/personalResearch.htmlExtensive simulations (Section 6 of paper has some examples) have shown it to control size better than bootstrap ("BS") methods and the analytic Hall...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Inference on quantiles: confidence intervals, p-values, and testing Download

Added: July 31, 2013 | Visits: 343

Set default values In order to set default values for variables, I find the start of my functions littered withif nargin < 1 || isempty(x) x = 1;endif nargin < 2 || isempty(y) y = 3;endetc.This is pretty ugly, so I've created a wrapper to prettify it. Honestly, it's so simple that I nearly didn't upload this, but...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Set default values Download

Mapping Intensities in 2d arrays, Images into New USER defined Values Function nor2d.m helps to rescale original 2D data (images) to a user defined new MIN and MAX values. It can be very easily extended to 3D.For any MATLAB version.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Mapping Intensities in 2d arrays, Images into New USER defined Values Download

Multiget - get multiple values from multiple handle objects In order to get values from handles in another order or to get multiple values from multiple handles at the same time, I created a very comfortable function that expand the GET function abilities. MULTIGET input: hObjects - array of object handles - is a must. Optional: properties - cell array...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Multiget - get multiple values from multiple handle objects Download

Added: June 20, 2013 | Visits: 382

Trim leading/trailing repeated values Trims leading/trailing repeated values of a series of numbersTRIMREPLT(IN) Single input syntax - In : numeric vector/2D matrixTRIMREPLT(IN, DIM) Trims along the dimension specified by dim - dim : scalar, numeric and integer value (or empty) 1 --> trims columnwise (DEFAULT) 2 --> trims...


Platforms: PHP

License: Freeware Size: 92.16 KB Download (41): Trim leading/trailing repeated values Download

Released: March 11, 2008  |  Added: March 18, 2008 | Visits: 2.957

Killink CSV Editing delimited text files can be a painful and ugly experience with a standard text editor such as NotePad. Data can look scattered, almost random. Killink CSV gives you a clear view of your data through its spreadsheet editor designed specifically for delimited text files such as comma...


Platforms: Windows

License: Shareware Cost: $27.00 USD Size: 4.06 MB Download (931): Killink CSV Download

Released: October 21, 2008  |  Added: November 06, 2008 | Visits: 4.286

Random Generator for Microsoft Excel You can use Random Generator for Microsoft Excel to fill the selected range with unique random numbers, integers, real numbers, dates or strings; to generate strings with different character sets; to randomly sort values and do many other things. Do you need one of the following? - Fill...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 2.12 MB Download (170): Random Generator for Microsoft Excel Download

Added: April 10, 2010 | Visits: 791

Scalar::Defer Scalar::Defer is a Perl module to calculate values on demand. SYNOPSIS use Scalar::Defer; # exports defer and lazy my ($x, $y); my $dv = defer { ++$x }; # a deferred value (not memoized) my $lv = lazy { ++$y }; # a lazy value (memoized) print "$dv $dv $dv"; # 1 2 3 print "$lv $lv $lv";...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (88): Scalar::Defer Download

Added: September 17, 2010 | Visits: 877

Zonestats Zonestats create an RRD database with the values of CPU and memory (RSS) usage per Solaris 10 zone. Zonestats project requires only the RRDs Perl module..


Platforms: *nix

License: Freeware Size: 13.31 KB Download (139): Zonestats Download

Added: July 23, 2010 | Visits: 842

mod_iptos mod_iptos can set IPTOS values on outgoing packets to assist traffic shaping. I wanted bandwidth control for a few virtual hosts, but i did not like the userland methods -- they were inaccurate and buggy. I wanted to take advantage of the linux kernel traffic shaping which i was already using...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (89): mod_iptos Download

Added: January 14, 2010 | Visits: 1.139

Units of measurement for Ada Units of measurement for Ada library provides an implementation of dimensioned values for Ada. Unit checks are made at run-time, if not optimized out by the compiler. SI and irregular measurement units are supported. Shifted units like degrees Celsius are supported too. Conversions from and...


Platforms: *nix

License: Freeware Size: 788.48 KB Download (103): Units of measurement for Ada Download

Added: April 23, 2010 | Visits: 1.170

Template::Magic Template::Magic is a Perl module for magic merger of runtime values with templates. SYNOPSIS Just add these 2 magic lines to your code... use Template::Magic; Template::Magic->new->print( /path/to/template ); to have all your variable and subroutines merged with the template file, or set...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (143): Template::Magic Download

Added: June 09, 2010 | Visits: 1.579

mod-apache-snmp Apache SNMP Module allows you to monitor different configuration and status values of the Apache Web server using SNMP. Whats New in This Release: - Bugfixes, the inclusion of MRTG scripts, and changes to make the module work on the IBM HTTP Server..


Platforms: *nix

License: Freeware Size: 32.77 KB Download (125): mod-apache-snmp Download

Added: January 13, 2010 | Visits: 1.023

Convert::MIL1750A Convert::MIL1750A is a Perl module for conversion routines between decimal floating/integer values and hexadecimal values in the MIL-STD-1750A format. SYNOPSIS use MIL1750A; # Convert to MIL-STD-1750A hex from decimal $hex16i = I16_to_1750A( $dec_value ); $hex16f = F16_to_1750A(...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (114): Convert::MIL1750A Download

Added: July 08, 2010 | Visits: 1.760

Statistics::Distributions Statistics::Distributions is a Perl module for calculating critical values and upper probabilities of common statistical distributions. SYNOPSIS use Statistics::Distributions; $chis=Statistics::Distributions::chisqrdistr (2,.05); print "Chi-squared-crit (2 degrees of freedom, 95th...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): Statistics::Distributions Download

Added: May 14, 2010 | Visits: 1.316

RRDBot RRDBot is an SNMP polling daemon which writes the polled values to an RRD database. The project can poll many different SNMP sources in an efficient manner. It has no large external dependencies, and its configuration is stored in text files. It has full support for MIB definition files and...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (103): RRDBot Download

Added: September 14, 2010 | Visits: 910

Security::CVSS Security::CVSS is a Perl module to calculate CVSS values (Common Vulnerability Scoring System). SYNOPSIS use Security::CVSS; my $CVSS = new Security::CVSS; $CVSS->AccessVector(Local); $CVSS->AccessComplexity(High); $CVSS->Authentication(Not-Required);...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Security::CVSS Download

Added: May 01, 2010 | Visits: 1.178

App::Options App::Options is Perl module to combine command line options, environment vars, and option file values (for program configuration). SYNOPSIS #!/usr/local/bin/perl use App::Options; # reads option values into %App::options by default # do something with the options (in %App::options) use...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (90): App::Options Download

Released: May 24, 2010  |  Added: June 01, 2010 | Visits: 1.304

MightyQuery MightyQuery is a single user SQL database management software working with data stored as comma separated values (.csv, .txt) in plain, flat, textual files. It is serverless, self-contained, simple and effective SQL DBMS for querying CSV files. In contrast to most database systems, MightyQuery...


Platforms: Windows, *nix, Mac

License: Freeware Size: 2.45 MB Download (120): MightyQuery Download

Released: April 28, 2011  |  Added: June 06, 2011 | Visits: 972

Finder Plus inder Plus is a Search Utility which is able to find quickly Files, Folders and Text on your Local, Network, DVD, CD-ROM, USB Hard or Flash Drives. -Searching for files and folders. -Searching for duplicate files. -Searching in multiple locations at the same time. -Searching for files...


Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 1.25 MB Download (90): Finder Plus Download

< 1 2 3 4 5 >