Package:
Summary:
Convert images into colored HTML text
Groups:
Author:
Description:
This class can be used to convert images into colored HTML text.
It can open an image in JPEG format and traverse its pixels to generate HTML that renders the image as a sequence of colored characters of 1 pixel of width and height.
The generated HTML can be saved to a given file.
Fancy creating your own programming language? Or perhaps you want to write a compiler or interpreter for an existing language? Check out the latest addition to
the Free Compiler Construction Tools: Lexers, Parser Generators, Optimizers
page. The program, re2c, creates a fast lexical scanner for regular expression matching. It can take its input from anything you want, even a buffer that
you create on-the-fly, since unlike most lexical analyzers, it is not tied to any input model.
Package:
Summary:
Convert time between zones defined in a database
Groups:
Author:
Description:
This class can be used to Convert time between zones defined in a MySQL database.
It can lookup in a MySQL database table for time zone offsets relative to GMT given the zone identifier.
The class can convert date and times between zones based on offsets retrieved from the database.
Package:
Summary:
Copy multiple files preserving the directories
Groups:
Author:
Description:
This package can be used to copy multiple files preserving the directories.
It can display a form to let the user choose the source and target directories of the files to be copies.
The main class can copy the selected files to a given destination directory, recreating sub-directories if necessary to preserve the relative paths of the source files.
Optionally it can remove comments and obfuscate the PHP files that are being copied using the PHP Trasher class by Setec Astronomy.
Package:
Summary:
Log activity to files buffering the messages
Groups:
Author:
Description:
This class can be used to log activity to files buffering the messages.
It can log one or more activity messages to a log file.
The messages are first stored in class private array variable that works as a buffer.
When the object is destroyed, eventually at the end of the script, the messages are flushed to the log file all at once.