Package:
Summary:
Store and hidden information in PNG images
Groups:
Author:
Description:
This class can be used to store hidden and retrieve hidden information from PNG images.
It can take a given PNG image and store hidden information in it my using the least significant bits of color of the image pixels to store encoded information.
The class may also do the opposite, i.e, open a PNG image and retrieve previously stored information using the method above.
A new uninstaller, Uberstaller, has been added to the
Free Uninstallers page. Third party uninstallers
like this are used by some people to completely get rid of a program from a computer, particularly when the program's own uninstaller
leaves bits and pieces of itself (eg in the Registry or in the Windows system folders). There are now 8 uninstallers listed, so even
if you don't like this one, there are others you may want to try, including one that actually monitors a new software installation
so that it can track all the modifications a setup utility makes to your system.
Package:
Summary:
Generate Fibonacci sequence numbers
Groups:
Author:
Description:
This class can be used to generate Fibonacci sequence numbers.
It provides an iterator interface to generate the following Fibonnaci number when retrieving the next iterator element.
Package:
Summary:
Get and show record sets with different databases
Groups:
Author:
Description:
This class can be used to get and show record sets with different databases.
It provides a common interface to access different types of databases and execute SQL queries, retrieve query results and display the results in paginated listings.
Currently it supports MySQL, Microsoft SQL server and PostgreSQL.
Package:
Summary:
Search for files in a directory
Groups:
Author:
Description:
This class can be used to search for files in a directory.
It can traverse a given directory recursively and find files that have a given name.
The class displays the path of the files that are found.
Package:
Summary:
Display an HTML table with data from an array
Groups:
Author:
Description:
This class can be used to display an HTML table with data from an array.
It can iterate over an array of data values and generates an HTML table to display the values.
Package:
Summary:
Update priority records in a MySQL database table
Groups:
Author:
Description:
This class can update priority records in a MySQL database table.
It can execute queries for updating or deleting records in a given MySQL database table for priority entries for a given serial number identifier.
Package:
Summary:
Generate UML diagrams from PHP code using GraphML
Groups:
Author:
Description:
This class can be used to generate UML diagrams from PHP code using GraphML.
It traverses a given directory to locate and parse PHP files. It scans the files for classes and their variables functions.
The class can generate UML diagrams in the GraphML format from the classes that were found.