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

Gun Values software
Filter: All | Freeware | Demo
 

Gun Values

< 1 2 3 4 5 > 
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.586

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

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

Added: May 01, 2010 | Visits: 1.193

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

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

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 (124): MightyQuery Download

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

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 (96): Finder Plus Download

Released: October 04, 2012  |  Added: October 04, 2012 | Visits: 515

CatMV The CatMV program is a realization of the "Caterpillar"-SSA method for analysis of time series, which may contain missing values. The implemented algorithms result in extraction of additive components of time series such as trends and periodic components, with simultaneous filling in the missing...


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 532.48 KB Download (473): CatMV Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 447

Accumulate Accumulate is a handy java component used to accumulate values by category. It might be useful for example in a billing program to accumulate hours by various categories. It could be used to count how many times various words occurred in a document. All you need is: buckets.accumulate(...


Platforms: Windows, XP, Windows Vista

License: Freeware Download (45): Accumulate Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 497

Excel Export To Multiple CSV Files Software This software offers a solution for users who want to save one or more MS Excel files to CSV (comma-separated values) files. There are options to save all sheets as one CSV file, to save each sheet as an individual file, and to save each row/column as an individual file. Excel 2000 or higher...


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 346 KB Download (501): Excel Export To Multiple CSV Files Software Download

Released: July 17, 2012  |  Added: July 17, 2012 | Visits: 563

Excel Replace Multiple Formulas With Cell Values Software Replace formulas with the visible value of the cell in one or more MS Excel files. Excel 2000 or higher required.


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 402 KB Download (514): Excel Replace Multiple Formulas With Cell Values Software Download

Added: May 10, 2013 | Visits: 546

Simple string checksum This one line function adds up the ascii values of a string and returns the total as a checksum. Also included is a variation which returns the checksum mod 256 (so it can be used as a single byte).The same technique can be used to add up a list of numbers, or to return the average of a list...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (63): Simple string checksum Download

Added: May 10, 2013 | Visits: 385

Enhanced Nodereference Autocomplete Widget 5.x-1.2 The module allows single autocomplete input for nodereference field with multiple values.Works similarly to taxonomy's free-tagging autocomplete (comma-separated)InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules....


Platforms: Windows, Mac, *nix, PHP, BSD Solaris


Added: May 10, 2013 | Visits: 378

Taxonomy Actions 5.x- The term values can be specified as a comma separated string, including regular expressions.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Key features "Taxonomy Actions": - Send an email and promote node to front...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (53): Taxonomy Actions 5.x- Download

Added: May 10, 2013 | Visits: 360

Form Markup To achieve this it determines the prefix and suffix values.Adding of surrounding divs:prefix: suffix: Adding of a 'clearing' break when using floats:suffix: InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules....


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): Form Markup Download

Added: May 10, 2013 | Visits: 251

Taxonomy Actions 5.x- The term values can be specified as a comma separated string, including regular expressions.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Key features "Taxonomy Actions": - Send an email and promote node to front...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): Taxonomy Actions 5.x- Download

Added: May 10, 2013 | Visits: 171

Keyed Dictionary The KeyedDict object keeps a list of approved key values. If you try to assigned an unapproved key to a value, an exception is thrown. When you create the object, you give it a sequence (tuple, list, etc.) of key objects and then, when you set an item with a key, it will make sure that the key is...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (49): Keyed Dictionary Download

< 1 2 3 4 5 >