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

Pinball Machines Values software
Filter: All | Freeware | Demo
 

Pinball Machines Values

< 1 2 3 4 5 
Added: September 15, 2010 | Visits: 1.236

FSA::Rules FSA::Rules is a Perl module to build simple rules-based state machines in Perl. Synopsis my $fsa = FSA::Rules->new( ping => { do => sub { print "ping!n"; my $state = shift; $state->result(pong); $state->machine->{count}++; }, rules => [ game_over => sub { shift->machine->{count} >=...



Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): FSA::Rules Download

Added: July 23, 2010 | Visits: 852

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

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

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 (149): Template::Magic Download

Added: June 09, 2010 | Visits: 1.591

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 02, 2010 | Visits: 931

SlackCheck SlackCheck allows users to keep many Slackware machines up to date with the latest packages. All upgrades are performed from single machine though SSH (or RSH). SlackCheck project generates an upgrade script and list of non-standard packages for every machine. Whats New in This Release: -...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (90): SlackCheck Download

Added: January 13, 2010 | Visits: 1.034

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: April 07, 2010 | Visits: 890

Rodent Rodent is an ident daemon that is capable of routing AUTH requests to other machines on your network. Rodent is intended for routers or to be run on a machine behind a home router. Rodent allows others to enjoy full ident without the limitations of port forwarding to a single machine..


Platforms: *nix

License: Freeware Size: 52.22 KB Download (151): Rodent Download

Added: April 15, 2010 | Visits: 734

uruk Uruk is an iptables firewall script that is useful if you need similar packet filtering configurations on multiple machines. It uses a template file for source addresses and network services. Next are the generic installation instructions. The `configure shell script attempts to guess correct...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (92): uruk Download

Added: April 24, 2010 | Visits: 1.314

multisend multisend project uses multicast to send files to multiple machines at the same time. I wrote it for syncying VMware images out to a bunch of lab machines; 8gb * 15 takes awhile with http or scp. It listens on the local machine and uses ssh to start the receiving end, which connects back for...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (131): multisend Download

Added: July 08, 2010 | Visits: 1.769

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: July 07, 2010 | Visits: 1.034

Calife Calife project is small program that enable a system administrator to become root (or another user) on his/her machines without giving the root password but his/her own..


Platforms: *nix

License: Freeware Size: 96.26 KB Download (95): Calife Download

Added: April 09, 2010 | Visits: 992

psad psad is a collection of three lightweight system daemons (two main daemons and one helper daemon) that run on Linux machines and analyze Netfilter log messages to detect port scans and other suspicious traffic. psad incorporates many signatures from the Snort intrusion detection system to...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (93): psad Download

Added: May 14, 2010 | Visits: 1.333

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: November 12, 2010 | Visits: 3.272

Concurrent Hierarchical State Machine Concurrent Hierarchical State Machine (CHSM) is a language system for specifying concurrent, hierarchical, finite state machines (an implementation of "statecharts") to model and control reactive systems. CHSM uses its own statechart specification langauge annotated with either C++ or Java code...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (124): Concurrent Hierarchical State Machine Download

Added: September 14, 2010 | Visits: 923

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: August 14, 2010 | Visits: 1.371

ad-tolk ad-tolk enables Wi-Fi enabled machines that are within range of each other to automatically setup their wireless interfaces by calculating IP addresses based on their MAC addresses (in the range 10.0.0.0/8) and joining an ad-hoc cell called "livefolio". Afterward, all nodes can discover their...


Platforms: *nix

License: Freeware Size: 706.56 KB Download (105): ad-tolk Download

Added: January 05, 2010 | Visits: 1.909

High Level Virtual Machine High Level Virtual Machine is a toolkit for developing virtual machines for dynamic languages. The High Level Virtual Machine is: - Based on LLVM (Low Level Virtual Machine). LLVM is HLVMs sister project. HLVM gains tremendous capability from LLVM in the areas of code generation, bytecode...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (100): High Level Virtual Machine Download

Added: May 01, 2010 | Visits: 1.197

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: June 15, 2010 | Visits: 1.777

VMware Player 2.0.0 Build VMware Player can be used by anyone to run virtual machines on a Windows or Linux PC. VMware Player makes it quick and easy to take advantage of the security, flexibility, and portability of virtual machines. VMware Player can be used by anyone to run a virtual machine shared by a colleague...


Platforms: *nix

License: Freeware Size: 63.8 MB Download (200): VMware Player 2.0.0 Build Download

< 1 2 3 4 5