-
Script Alone is a script which can be used to manage the execution of PHP daemon scripts. It saves inside the control file the state of the currently running script. The script can check that file to see if an instance of the script is already running to prevent that more than one instance of the script is being executed. ...
-
This PHP script measures the time elapsed between two memonts. It remembers the moment a task starts and ends, calculating the time elapsed. The script can return the time that elapsed between the start and end times in seconds.
-
This PHP script is designed to detect and compare your website's load speed against Yahoo and Google in milliseconds. A fast load speed is essential for a website which guarantees the stable visits to your site. If your page doesn't load fast enough, visitors may hit the back butoon.
-
SimpleProfiler is developed to measure the time a PHP script takes to execute. It can keep track of the elapsed time of each script section name and the time in a class array variable. Besides the entire script, the time different sections of a script take to be run can also be measured by this PHP script.Requirements:- PHP 5.0 or ...
-
testThis.class.php allows you to test constraints using one line of code. This is usefull if you are checking for required conditions at the top of a page.testThis.class.php has 2 action levels for a return of false:- displays an error message (customizable) and kills the execution of the script. - returns a false and displays the error message. There is also ...
-
SELECT, INSERT, UPDATE and DELETE queries are supported in dbclass with execution query.The results from SELECT queries are gathered in a single array with values stripped from any slashes.Requirements: PHP 5.0 or higher
-
Multi-thread Simulation establishes an HTTP connection to the same Web server to execute the same PHP script. It sends a request passing the name a function to execute and an argument to be passed to that function. The requested script executes some code that detects the thread execution request and calls the specified function. When the thread request script ends, ...
-
Simple benchmark can take note of time when it starts and ends a given PHP script named section. The time elapsed since the beginning to the end of a section can also be returned. Requirements: PHP 5.0 or higher
-
Speed Diagnostic can take note of the time that PHP starts and end executing given code sections. A table with the benchmark execution times can also be displayed. Requirements: PHP 5 or higher
-
The LoadChecker($) function can detect the exact amount of microseconds when it is called from the main script.
-
The measured time can also be outputted to the current page.
-
When the script finishes executing, TimeCheck will return the marks and their corresponding execution time.Requirements: PHP 3.0 or higher
-
Classe Prestazioni can count the time from a given point of the start and end of a script. The difference between the start and end times can be printed.Requirements: PHP 4.0 or higherLimitations:The code and the comments are in Italian.
-
Multiple identifiers can be set in order to determine the execution times for multiple section and display them in an HTML table.
-
Quine-McCluskey Method can be used to minimize boolean functions with Quine-McCluskey algorithm.Quine-McCluskey Method takes as parameters the minterms, don't-care terms and the number of variables. The script determines the essencial primes and returns them in an array.Requirements: PHP 5.0 or higher




