| Class: | Pearson Significance |  |
| Description: | Calculate significance for correlation coefficient |
| Author: | Roman |
| Age: | ??? |
| Country: | Australia |
| Comment: | This class provides a solution to compute the statistical significance of correlation coefficients. |
|
| Class: | Very Simple XML Element |  |
| Description: | Extend SimpleXML document composition capabilities |
| Author: | jonathan gotti |
| Age: | 33 |
| Country: | France |
| Comment: | SimpleXML is an extension introduced with PHP 5 to simplify the construction of XML documents. However, this extension does not provide all types of document building functionality you may need. This class extends the SimpleXMLElement class in order to provide missed functionality to those that need to compose more complex XML documents using PHP. |
|
| Class: | Cache variables |  |
| Description: | Cache variable values in PHP scripts |
| Author: | Piotrek M |
| Age: | ??? |
| Country: | Poland |
| Comment: | Sometimes it is necessary to store the results of an intensive processing job in a cache storage, so it can be reused many times without having to go through the same intensive processing job again. This class provides a solution for storing the values of variables that result from a processing job. It generates a PHP script file that assigns the values of the variables. This way it can be loaded much faster using a PHP opcode cache extension that may be available under the current PHP installation. |
|
| Class: | docType |  |
| Description: | Create HTML or XHTML depending on the user browser |
| Author: | Michael A. Peters |
| Age: | 37 |
| Country: | United States |
| Comment: | XHTML is standard for defining HTML documents compliant with XML standards. Web sites may serve their pages in XHTML if the underlying browser supports it. This class can detect automatically whether the current user browser supports XHTML documents. It serves HTML pages with the correct DOCTYPE and tag structure depending on whether XHTML is supported or not. |
|
| Class: | Oscar CouchDb |  |
| Description: | Manipulate data on a CouchDB database |
| Author: | de saint leger christophe |
| Age: | 24 |
| Country: | France |
| Comment: | CouchDB is a popular Open Source document oriented database. This class provides an interface to access and manipulate data in a CouchDB database from PHP. |
|
| Class: | Thunderbird Junk Log To Postfix Header Check |  |
| Description: | Convert Thunderbird junk log to Postfix rules |
| Author: | Basil Briceño |
| Age: | 32 |
| Country: | Mexico |
| Comment: | Thunderbird is a popular e-mail client program from Mozilla Foundation. It supports detecting and trashing spam messages. This class makes it possible for PHP scripts to create rules for filtering e-mail with Postfix e-mail server by analyzing the filtering results of Thunderbird. |
|
| Class: | LINQ In PHP |  |
| Description: | Query arrays with a SQL-like syntax using LINQ |
| Author: | Tufan Baris YILDIRIM |
| Age: | 20 |
| Country: | Turkey |
| Comment: | LINQ is a framework created by Microsoft for querying data sets that may be stored for instance array variables, XML documents or JSON structures. It can use an SQL-like dialect for querying data. This class provides a pure PHP implementation of the LINQ data querying framework. |
|
| Class: | xColor |  |
| Description: | Manipulate color values |
| Author: | Robert |
| Age: | 22 |
| Country: | Germany |
| Comment: | Color effects can be used to implement nice visual presentations in Web pages. This class provides an extensive list of ways to manipulate colors that may be useful for implementing color based visual effects in pages generated by PHP. |
|
| Class: | FLV Metadata |  |
| Description: | Get metadata from Flash video files |
| Author: | Amin Saeedi |
| Age: | 21 |
| Country: | Iran |
| Comment: | Flash Video is a popular streaming format used by Flash players to present video clips. This class can be used to analyze a Flash video stream and extract useful metadata like the video duration, width, height, etc.. |
|
| Class: | Detect Opcode Cache |  |
| Description: | Detect whether PHP is running an opcode cache |
| Author: | Alexander Over |
| Age: | 28 |
| Country: | Germany |
| Comment: | An opcode cache is a PHP extension that is used to accelerate the loading of PHP code by skipping the initial phase of compiling PHP source code into opcodes. There are many PHP opcode cache extensions. This class is capable of detecting the presence many of the existing PHP opcode cache extensions. |
|
| Class: | PreLoad Images |  |
| Description: | Generate page with preloaded images |
| Author: | riccardo castagna |
| Age: | 41 |
| Country: | Italy |
| Comment: | Some sites have pages that need to present slide shows or otherwise present many images that need to be displayed without delay. Preloading is a technique for accelerating the display of images in a Web browser. It consists in creating invisible image objects in Javascript that make the browser load the images in memory before they are presented. This class provides a generic solution for preloading images in a Web page generated by PHP. |
|
|
No comments:
Post a Comment