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

Tractor Values software
Filter: All | Freeware | Demo
 

Tractor Values

< 1 2 3 4 5 > 
Added: April 24, 2013 | Visits: 256

Repeated Values REPVAL Repeated Valuesrepval(X) finds all repeated values for input X, and their attributes.The input may be vector, matrix, char string, or cell of strings Y=repval(X) returns the repeated values of X [RV, NR, POS, IR]=repval(X) returns the following outputsRV : Repeated Values (sorted)NR :...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Repeated Values Download

Added: July 21, 2013 | Visits: 451

Find values in a vector or function Given a desired value "y0", this function finds all the elements "y" in a vector whose values are the closest to "y0" in the whole vector, and also the positions "xi". So, the output is a set of points [xi,y0] given in two vectors, one for the values and another one for the positions.The inputs...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Find values in a vector or function Download

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 (44): Inference on quantiles: confidence intervals, p-values, and testing Download

Added: July 31, 2013 | Visits: 346

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 (44): Multiget - get multiple values from multiple handle objects Download

Added: June 20, 2013 | Visits: 389

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 (47): Trim leading/trailing repeated values Download

Added: September 15, 2013 | Visits: 385

Tractor Beam Tractor Beam is a 2D space action game of couriering with a tractor beam. Designed for the OMG Cup 2005. Tractor Beam is a rethink/remake of my original game Tracktor Beam (I even kept the mis-spelling). This page shows the development of the game, from prototype to product. You can download and...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 1.3 MB Download (41): Tractor Beam Download

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

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

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 (176): Random Generator for Microsoft Excel Download

Added: April 10, 2010 | Visits: 795

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 (89): Scalar::Defer Download

Added: September 17, 2010 | Visits: 882

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 (145): Zonestats Download

Added: July 23, 2010 | Visits: 848

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 (95): mod_iptos Download

Added: January 14, 2010 | Visits: 1.146

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 (107): Units of measurement for Ada Download

Added: April 23, 2010 | Visits: 1.175

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

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 (128): mod-apache-snmp Download

Added: January 13, 2010 | Visits: 1.031

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 (120): Convert::MIL1750A Download

Added: July 08, 2010 | Visits: 1.763

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 (107): Statistics::Distributions Download

Added: May 14, 2010 | Visits: 1.330

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: 917

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 (100): Security::CVSS Download

< 1 2 3 4 5 >