Values
If each class's __init__ is used to set default values, it requires that one use super() or explicit parentclass.__init__() calls . This script allows you to simplify this process.The same technique could be used to do an autoverify() after the autosetup(), to check values set by the user that...
Platforms: Windows, Macintosh, *nix, Mac OSX, Linux, Python, BSD Solaris
| License: Freeware | Cost: $0.00 USD | Download (0): Autosetup for simplified default values Download |
This is an admin module for the products attributes page that, after you select an attribute for a product, it updates the attributes values to only show the proper values for the selected attribute instead of all values.
Platforms: Windows, *nix, Linux, PHP, BSD
| License: Freeware | Cost: $0.00 USD | Download (0): Attributes values update after attributes select Download |
Simply set the sort order for the option values in admin. Every product with attributes will reflect the sort order in the option values dropdown box on the product page.
Platforms: Windows, *nix, Linux, PHP, BSD
| License: Freeware | Cost: $0.00 USD | Download (0): Sort Option Values Module Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 25.6 KB | Download (43): Scalar::Defer Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 13.31 KB | Download (88): Zonestats Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 9.22 KB | Download (46): mod_iptos Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 788.48 KB | Download (56): Units of measurement for Ada Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 46.08 KB | Download (93): Template::Magic Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 32.77 KB | Download (76): mod-apache-snmp Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 4.1 KB | Download (68): Convert::MIL1750A Download |
SpecialValue is a C++ library that allows special numeric values to be represented accurately. This is useful for fractions that would normally be approximated as floating point, or numbers that are normally impossible to store, such as sqrt(-2). Installation: The `configure shell script...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 491.52 KB | Download (43): SpecialValue Download |
XML::Grove::Subst can substitute values into a template. SYNOPSIS use XML::Grove::Subst; # Using subst method on XML::Grove::Document or XML::Grove::Element: $new_grove = $source_grove->subst( ARGS ); $new_grove = $source_grove->subst_hash( ARG ); # Using an XML::Grove::Subst instance:...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 27.65 KB | Download (43): XML::Grove::Subst 0.46 Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 6.14 KB | Download (51): Statistics::Distributions Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 481.28 KB | Download (53): RRDBot Download |
ttmap passively analyzes values of TCP Timestamps in captured IP packets. After collecting enough data, it computes characteristic remote machine parameters. These values let it guess remote operating systems and identify unique machines behind a single IP address. For example, it can analyze...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 215.04 KB | Download (46): ttmap Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 5.12 KB | Download (49): Security::CVSS Download |
Lexical::Persistence is a Perl module for persistent lexical variable values for arbitrary calls. SYNOPSIS #!/usr/bin/perl use Lexical::Persistence; my $persistence = Lexical::Persistence->new(); foreach my $number (qw(one two three four five)) { $persistence->call(&target, number =>...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 11.26 KB | Download (44): Lexical::Persistence Download |
csvdiff is a simple script for comparing two files of comma-separated values with each other. In contrast to standard diff, it will show the number of the record where the difference occurs, the column number, and (if provided) the fieldname which is different. The separator can be set to any...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 317.44 KB | Download (49): csvdiff Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 33.79 KB | Download (43): App::Options Download |
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 95, Windows 98, Windows Me, Windows NT 3.x, Windows NT 4.x, Windows 2000, Windows XP, Windows 2003, Linux, Windows Vista, Mac Other
| License: Freeware | Cost: $0.00 USD | Size: 2.45 MB | Download (72): MightyQuery Download |
