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

Values freeware
Filter: All | Freeware | Demo
 

Values

< 1 2 3 4 5 
Added: April 16, 2010 | Visits: 1.305

Cellular::Automata::Wolfram Cellular::Automata::Wolfram is a Perl module that implements one-dimensional non-totalistic cellular automata as described in Dr. Steven Wolframs, A New Kind of Science, ISBN:1-57955-008-8 SYNOPSIS use Cellular::Automata::Wolfram; my $png_file = shift; my $caw = new...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): Cellular::Automata::Wolfram Download

Added: September 05, 2010 | Visits: 819

msr msr is a tool to display or modify x86 model-specific registers (MSRs). The syntax for arguments is: (none) : display all MSRs number : display MSR with number subname : display any MSRs whose names contain subname number.field : display field in MSR with number name.field : display field...





Platforms: *nix

License: Freeware Size: 26.62 KB Download (102): msr Download

Added: January 25, 2010 | Visits: 625

ProbabilityCalc ProbabilityCalc calculates the probability of z, t, F, and chi-square values.


Platforms: Mac

License: Freeware Download (102): ProbabilityCalc Download

Added: June 02, 2010 | Visits: 1.060

PDL::Bad PDL::Bad - PDL does not process bad values. PDL has been compiled with WITH_BADVAL either 0 or undef, so it does not contain any bad-value support code. Actually, a number of methods are defined, but they are only placeholders to make writing other code, that has to handle WITH_BADVAL being...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (101): PDL::Bad Download

Added: September 14, 2010 | Visits: 919

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

Added: January 25, 2010 | Visits: 672

Hexacolor Hexacolor allows you to convert colors to websafe HEX colors.Using Hexacolor you can mix your desired color using RGB 0-255 or RGB percentages [like the ones used in QuarkXPress«] and you can easily convert RGB 0-255 values to RGB percentage values or vice versa, just by clicking the % tick box.


Platforms: Mac

License: Freeware Download (100): Hexacolor Download

Added: January 11, 2010 | Visits: 1.162

Domingo Domingo is a simple, consistent, object-oriented easy-to-use interface to the Lotus Notes/Domino Java-API. Installation: To install Domingo on your Notes Client or Domino server, please download a binary distribution, extract the file domingo-1.0.jar and choose one of the following...


Platforms: *nix

License: Freeware Size: 983.04 KB Download (99): Domingo Download

Added: August 17, 2010 | Visits: 1.334

DateTime::Format::Epoch::TAI64 DateTime::Format::Epoch::TAI64 is a Perl module that can convert DateTimes to/from TAI64 values. SYNOPSIS use DateTime::Format::Epoch::TAI64; my $dt = DateTime::Format::Epoch::TAI64 ->parse_datetime( 4611686019483526367 ); # 2003-06-20T19:49:59...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): DateTime::Format::Epoch::TAI64 Download

Added: January 24, 2010 | Visits: 784

Scalar::MultiValue Scalar::MultiValue is a Perl module to create a SCALAR with multiple values. This module create a SCALAR with multiple values, where this values can be randomic or can change by a defined period. USAGE: With a period of 2: my $s = new Scalar::MultiValue( [qw(a b c d)] , 2 ) ; for(0..8)...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): Scalar::MultiValue Download

Added: January 25, 2010 | Visits: 573

CSS Reference CSS reference contains complete definitions of the most popular CSS values, along with syntax and variables. You can easily switch among the six section by using the buttons at the top. CSS reference is a work in progress, and we have not yet implemented some values. If you like it, please...


Platforms: Mac

License: Freeware Download (99): CSS Reference Download

Added: April 05, 2010 | Visits: 965

Text::NSP::Measures::2D::Dice::dice Text::NSP::Measures::2D::Dice::dice is a Perl module to compute Dice coefficient for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Dice::dice; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $dice_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (98): Text::NSP::Measures::2D::Dice::dice Download

Added: October 20, 2010 | Visits: 821

Contextual::Return Contextual::Return is a Perl module to create context-senstive return values. SYNOPSIS use Contextual::Return; use Carp; sub foo { return SCALAR { thirty-twelve } BOOL { 1 } NUM { 7*6 } STR { forty-two } LIST { 1,2,3 } HASHREF { {name => foo, value => 99} } ARRAYREF { [3,2,1] }...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Contextual::Return Download

Added: February 20, 2010 | Visits: 891

Simple Config Simple Config library supports configuration files consisting of simple name-value pairs, similar to the old Windows INI files. A config file can be loaded into memory, queried by item name, modified, and written back out to a file. Configuration items may also be "watched", which causes a...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (97): Simple Config Download

Added: May 05, 2010 | Visits: 879

Lingua::Phonology::Segment Lingua::Phonology::Segment is a module to represent a segment as a bundle of feature values. SYNOPSIS use Lingua::Phonology; $phono = new Lingua::Phonology; # Define a feature set $features = $phono->features; $features->loadfile; # Make a segment $segment = $phono->segment; # Set...


Platforms: *nix

License: Freeware Size: 100.35 KB Download (97): Lingua::Phonology::Segment Download

Added: April 20, 2010 | Visits: 751

Linux::net::dev Linux::net::dev is a Perl extension for parsing /proc/net/dev. SYNOPSIS use Linux::net::dev; my $devs = Linux::net::dev::info(); print "Devices (bytes read):n"; foreach (keys %$devs) { print " $_ ($devs->{$_}->{rbytes})n"; } Linux::net::dev parses /proc/net/dev for network devices...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Linux::net::dev Download

Added: May 01, 2010 | Visits: 1.194

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 (96): App::Options Download

Added: November 03, 2010 | Visits: 534

RRDutil RRDutil is a tool to collect statistics from multiple servers, store the values in RRD databases (using RRDtool) and plot out pretty graphs on demand..


Platforms: *nix

License: Freeware Size: 75.78 KB Download (96): RRDutil Download

Added: June 04, 2010 | Visits: 1.071

Not A Commander Not A Commander is yet another file manager modeled after the Norton Commander. Good integration with the command line is the primary goal. This project is using the technology of Natural Stupidity for development: first get something working at all, then gradually improve it. My primary...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (96): Not A Commander 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: June 17, 2010 | Visits: 970

XML::DOM::XML_Base XML::DOM::XML_Base Perl module can apply xml:base to attribute values. SYNOPSIS use XML::DOM::XML_Base; my $parser = XML::DOM::Parser->new(); my $xml = qq( ); # build the DOM my $dom = $parser->parse( $xml ); # get some elements my $endo = $dom->getElementsByTagName(...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): XML::DOM::XML_Base Download

< 1 2 3 4 5