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...
Advertisement
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....
Lanap BotDetect for ASP is security solution specially designed to prevent automated registrations (spambot) on websites with CAPTCHA image. While the code cannot be read by machine (computer program), it is easily read by a human. Key features:...
ASP Report is a powerful web reporting tool built in ASP which is used to retrieve the data from MS SQL database and it displays web report on the web page. Users can add, edit, retrieve and delete the reports from database through an admin...
An automated way to let people add themselves to a global remove list to filter out people who could report you for spam. Also, you can have the remove list emailed to as many email addresses as you wish, allowing you to run a remove service.
Ever wanted an automated way to let people add themselves to a global remove list you use to filter out people who very easily could report you for spam? This is what you need to do exactly that. This also allows you the ability to have the remove...
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....
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...
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...
The uCertify Exam Simulation is a comprehensive tool for success in the MCSD.NET (70-305) certification exam. It contains 3 full-length realistic practice tests comprising 150 questions with detailed analysis and explanations for each answer. The...
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. |