Package:
Summary:
Store and get data in MongoDB GridFS like files
Groups:
Author:
Description:
This class can act as stream wrapper, so it can store and get data in MongoDB GridFS like regular files.
It uses the MongoDB extension to perform data access functions on files stored in a MongoDB database.
The class supports open, read, write, seek position, tell, eof, flush data, close and unlink stream access functions.
Package:
Summary:
Display MySQL query results in an HTML table
Groups:
Author:
Description:
This class can be used to display MySQL query results in an HTML table.
It can execute a given MySQL query and generate an HTML table with the query results.
The class can render the table columns with result column data using custom formats, with links and check boxes. The table listing may have pagination links.
The presentation of the table and link styles are configurable using CSS.
Package:
Summary:
Decrypt MD5 password and hashes with MD5Decryter
Groups:
Author:
Description:
This class can be used to Decrypt MD5 password and hashes with MD5Decryter.com site.
It can send a request the MD5Decrypter.com site to check if it knows a given MD5 hash of a text or password.
The class parses the response page to determine whether the MD5 hash is known, and if so, it returns the original text to which MD5 was applied.
A new anonymous proxy has been added to the
Free Anonymous Surfing and Proxies page.
Such proxies allow you to surf the Internet without leaving tracks about which country you come from, the type of system
you are using, the browser you're using, the fonts installed on your computer, etc. This particular proxy is situated in Germany, so
websites you visit will register you as arriving with a German IP address.
Package:
Summary:
Convert dates to Bangla format
Groups:
Author:
Description:
This class can be used to convert dates to Bangla format.
It takes a given timestamp integer and formats the respective date in Bangla format.
Package:
Summary:
Create ebook in EPUB format for Apple iPad
Groups:
Author:
Description:
This class can be used to create create an ebook in EPUB format for Apple iPad and other ebook readers.
It can set the ebook details like the author, publisher, comments, etc., as well the ebook chapter data.
The class builds an archive with all the ebook information and serves the ebook archive for download or returns it as a string.
Package:
Summary:
Store and retrieve cached values from single file
Groups:
Author:
Description:
This class can be used to store and retrieve cached values from single file.
It can store one or more keys in a single cache file.
The class can also look up for a given key and retrieve the store value.
It can lock the file during access to prevent corruption, but there is also a sub-class that can be used to access the cache file without locking it.
It can automatically clean-up the least recently used entries to free space.