This script will attempt to connect to various well-known ports on a destination machine and report whether the service is running or down.
Advertisement
CGI Machine Free counter is a C based counter program which is used by webmasters on their website to count their site visitors entry. It gives every report of their site visitors accurately in statistical mode. Users can get source code for free...
Looking for a comprehensive report building solution that would be both easy to deploy and use? Report Sharp-Shooter 1.8 is a royalty-free report building engine for .NET, capable of creating complex reports from multiple data sources and...
Vivid Report is a library of visual components for C++ Builder and Delphi, which provides creating printable reports of almost any complexity. Vivid Report provides perfect guaranteed printing quality and excellent productivity of designing....
Vivid Report is a library of visual components for C++ Builder and Delphi, which provides creating printable reports of almost any complexity. Vivid Report provides perfect guaranteed printing quality and excellent productivity of designing....
IPM (Incyte Project Manager) is a simple and effective PHP tool that gives solutions to maintain a project list on your websites. 'md5' encrypted passwords are provided for each user. Mytasks- displays the tasks allocated for individual user....
Looking for a comprehensive report building solution that would be both easy to deploy and use? Report Sharp-Shooter 1.9 is a royalty-free report building engine for .NET, capable of creating complex reports from multiple data sources and...
Vivid Report is a library of visual components for C++ Builder and Delphi, which provides creating printable reports of almost any complexity.Vivid Report provides perfect guaranteed printing quality and excellent productivity of designing....
Vivid Report is a library of visual components for C++ Builder and Delphi, which provides creating printable reports of almost any complexity.Vivid Report provides perfect guaranteed printing quality and excellent productivity of designing....
New SQL Report Builder is programmable report tools with end user report designer. NSQLRB files can contained report forms, programs and datasets. NSQLRB can integrated to database and bussines applications:easy creation of printing report and...
Set project options for a group of Delphi projects in one step:Set up the options on screen, then apply them to your selected projects.Includes the option to only apply certain settings, while leaving other existing settings alone.Save and Load...
Excel Report Builder is an easy and convenient tool for the creation and customisation of reports which takes advantage of the formatting and presentation capabilities of Microsoft Excel 7 -8. The programme allows the rapid construction of reports...
Projetex 2005 is Project Management Software for Expert Teams. It tremendously simplifies task of corporate and freelance workflow management, data and files sharing within company and provides multiple benefits for each team member. System...
The operation of the state machine is defined by transitions. The transitions control what value is returned and which new state to switch to, given an "event" input when in a certain current "state". State machines...
This program parses the logfile given by the execution of the keylogger command 'script -c "xinput test ID_CODE" | cat LOG_FILE' and it is based on a Finite State Machine (FSM) to manage all the possible combinations of...
This is a simple state machine that takes a functional approach. It requires trampoline from pysistence.func to avoid the recursion limit.
Namedtuples are used to define the different states. globals() is used to reference the...
This is a state machine template. It can be used as a state machine, or a state machine tester. There is very little setup required and all the states are added based on the state docstring. I made this after a friend came to me asking how I'd...
A very simple idiom for implementing a state machine.
General state machine mechanism plus a specialized version, LineStateMachine, for processing text files based by using regular expressions to determine state transitions.
Needed formatted numbers with thousands separator commas added on an end-user report. The usual way mentioned is to use 'module locale.format', but that didn't work cleanly on my Windows machine, and the cure seemed worse than the disease. |