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

Value freeware
Filter: All | Freeware | Demo
 

Value

< 1 2 3 4 5 
Added: January 27, 2010 | Visits: 946

Search::Binary Search::Binary is a Perl module for generic binary search. SYNOPSIS use Seach::Binary; $pos = binary_search($min, $max, $val, $read, $handle, [$size]); binary_search implements a generic binary search algorithm returning the position of the first record whose index value is greater than or...



Platforms: *nix

License: Freeware Size: 2.05 KB Download (105): Search::Binary Download

Added: September 15, 2010 | Visits: 1.683

Class::Method::hash Class::Method::hash is a Perl module that helps you create methods for handling a hash value. SYNOPSIS use Class::MethodMaker [ hash => [qw/ x /] ]; $instance->x; # empty $instance->x(a => 1, b => 2, c => 3); $instance->x_count == 3; # true $instance->x = (b => 5, d => 8); # Note this...





Platforms: *nix

License: Freeware Size: 89.09 KB Download (105): Class::Method::hash Download

Added: May 15, 2010 | Visits: 773

Tk::Canvas Tk::Canvas Perl module can create and manipulate Canvas widgets. SYNOPSIS $canvas = $parent->Canvas(?options?); STANDARD OPTIONS -background -highlightthickness -insertwidth -state -borderwidth -insertbackground -relief -tile -cursor -insertborderwidth -selectbackground -takefocus...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (105): Tk::Canvas Download

Released: June 08, 2011  |  Added: June 15, 2011 | Visits: 1.469

Aistra A small program designed to automatically resize photo images. When you run the program, it automatically pulls all the images in the current folder and reduces all 'JPG' images to the specified value (in pixels). In addition, you can specify the quality of the results JPG files (0-100) and...


Platforms: Windows

License: Freeware Size: 30 KB Download (105): Aistra Download

Added: November 26, 2010 | Visits: 1.418

Math::Logic Math::Logic is a Perl module that provides pure 2, 3 or multi-value logic. SYNOPSIS use Math::Logic qw( $TRUE $FALSE $UNDEF $STR_TRUE $STR_FALSE $STR_UNDEF ) ; # 1 0 -1 TRUE FALSE UNDEF use Math::Logic :NUM ; # $TRUE $FALSE $UNDEF -- what you normally want use Math::Logic :ALL ; # All...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (104): Math::Logic Download

Added: September 24, 2010 | Visits: 705

Config::IniFiles Config::IniFiles is a module for reading .ini-style configuration files. SYNOPSIS use Config::IniFiles; my $cfg = new Config::IniFiles( -file => "/path/configfile.ini" ); print "The value is " . $cfg->val( Section, Parameter ) . "." if $cfg->val( Section, Parameter ); Config::IniFiles...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (103): Config::IniFiles Download

Added: March 03, 2010 | Visits: 1.242

Statistics::Forecast Statistics::Forecast is a Perl module that calculates a future value. This is a dummy Oriented Object module that calculates a future value by using existing values. The new value is calculated by using linear regression. SYNOPSIS use Statistics::Forecast; Create forecast object my...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (102): Statistics::Forecast Download

Added: June 14, 2010 | Visits: 1.241

File::Listing File::Listing is a Perl module to parse directory listing. SYNOPSIS use File::Listing qw(parse_dir); for (parse_dir(`ls -l`)) { ($name, $type, $size, $mtime, $mode) = @$_; next if $type ne f; # plain file #... } # directory listing can also be read from a file open(LISTING, "zcat...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (102): File::Listing Download

Added: June 10, 2010 | Visits: 1.314

Gtk2::Ex::MindMapView::Layout::Group Gtk2::Ex::MindMapView::Layout::Group is a group of items displayed on canvas. SYNOPSIS use base Gtk2::Ex::MindMapView::Layout::Group; Base class for the layout modules. This module is internal to Gtk2::Ex::MindMapView. INTERFACE new() Instantiates an object and intializes the x, y,...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (102): Gtk2::Ex::MindMapView::Layout::Group Download

Added: September 05, 2010 | Visits: 823

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: May 16, 2010 | Visits: 1.058

XML::DOM::Element XML::DOM::Element is an XML element node in XML::DOM. XML::DOM::Element extends XML::DOM::Node. By far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes. Assume the following XML document: < elementExample id="demo" > <...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (102): XML::DOM::Element Download

Added: August 10, 2010 | Visits: 1.759

Javascript::Menu Javascript::Menu is a NumberedTree that generates HTML and Javascript code for a menu. SYNOPSIS use Javascript::Menu; # Give it something to do (example changes the menus caption): my $action = sub { my $self = shift; my ($level, $unique) = @_; my $value = $self->getValue; return...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (102): Javascript::Menu Download

Added: May 01, 2010 | Visits: 1.050

GO::TermFinder GO::TermFinder is a Perl module that can identify GO nodes that annotate a group of genes with a significant p-value. This package is intended to provide a method whereby the P-values of a set of GO annotations can be determined for a set of genes, based on the number of genes that exist in the...


Platforms: *nix

License: Freeware Size: 860.16 KB Download (101): GO::TermFinder Download

Added: March 07, 2010 | Visits: 1.112

Quantum::Entanglement Quantum::Entanglement package contains QM entanglement of variables in perl. SYNOPSIS use Quantum::Entanglement qw(:DEFAULT :complex :QFT); my $c = entangle(1,0,i,1); # $c = |0> + i|1> my $d = entangle(1,0,1,1); # $d = |0> + |1> $e = $c * $d; # $e now |0*0> + i|0*1> + |1*0> + i|1*1>,...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): Quantum::Entanglement Download

Added: November 25, 2010 | Visits: 1.030

SOAP::Data SOAP::Data is a Perl class that provides the means by which to explicitly manipulate and control all aspects of the way in which Perl data gets expressed as SOAP data entities. The SOAP::Data class provides the means by which to explicitly manipulate and control all aspects of the way in which...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (100): SOAP::Data Download

Released: May 16, 2011  |  Added: May 29, 2011 | Visits: 909

Ainvo Disk Explorer Thank you for using our product. This popular free application perfectly finds the largest files on your computer. Thanks to it, thousands of people save to their disks even more of those things that they really need and value. You may already have the copies of these largest files on CDs or...


Platforms: Windows

License: Freeware Size: 3.17 MB Download (100): Ainvo Disk Explorer Download

Added: September 25, 2010 | Visits: 831

MMDS::Properties MMDS::Properties Perl module contains flexible properties handling for MMDS. use MMDS::Properties; my $cfg = new MMDS::Properties; # Preset a property. $cfg->set_property("config.version", "1.23"); # Parse a properties file. $cfg->parsefile("config.prp"); # Get a property value...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (99): MMDS::Properties Download

Added: September 22, 2010 | Visits: 1.024

Quantum::Usrn Quantum::Usrn - Square root of not.d SYNOPSIS use Quantum::Usrn; $noise = Usrn($value); $not_value = Usrn($noise); Provide the square root of not function (Usrn), used by weird Quantum Physicists. Applying Usrn to a value will produce noise; applying Usrn to that noise will produce the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): Quantum::Usrn Download

Added: September 06, 2010 | Visits: 678

AxKit::XSP::PerForm AxKit::XSP::PerForm is an XSP Taglib for making complex forms easy. SYNOPSIS AxAddXSPTaglib AxKit::XSP::PerForm PerForm is a large and complex taglib for AxKit XSP that facilitates creating large and complex HTML, WML, or other types of data-entry forms. PerForm tends to make life easier...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): AxKit::XSP::PerForm Download

Added: March 07, 2010 | Visits: 948

Class::Struct::FIELDS Class::Struct::FIELDS module combine Class::Struct, base and fields. SYNOPSIS (This page documents Class::Struct::FIELDS v.1.1.) use Class::Struct::FIELDS; # declare struct, based on fields, explicit class name: struct (CLASS_NAME => { ELEMENT_NAME => ELEMENT_TYPE, ... }); use...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (98): Class::Struct::FIELDS Download

< 1 2 3 4 5