Package:
Summary:
Query information of devices from Phones Complete
Groups:
Author:
Description:
This class can be used to query information of mobile devices from Phones Complete.
It can send HTTP requests to the PhonesComplete Web services API to retrieve information for a given mobile phone.
The class parses the response and returns the mobile device information in an array or the raw XML response.
Package:
Summary:
Compose queries to XML RDF documents with SPARQL
Groups:
Author:
Description:
This class can be used to compose queries to XML RDF documents using SPARQL.
It can compose and generate queries for sending to a SPARQL end point that can extract semantic information from RDF documents.
The WordPress community took a big step forward today when Matt announced that Automattic has donated the WordPress trademark to the non-profit WordPress Foundation. Moving forward, the Foundation will be responsible for safeguarding the trademarked name and logo from misuse toward the end of protecting WordPress and preventing confusion among people trying to figure out if a resource is “official” or not.
Package:
Summary:
Generate and validate CAPTCHA images
Groups:
Author:
Description:
This class can be used to Generate and validate CAPTCHA images.
It can generate an image with a random text made of hexadecimal digits.
The class stores the text in a session variable for posterior verification.
The image is served as the current script output in PNG format.
Package:
Summary:
Get information of large files on 32 bit systems
Groups:
Author:
Description:
This class can be used to get information of large files on 32 bit systems.
It provides several functions for retrieving information about files like the file size, last modified time, file or directory type and real path.
These functions work with files with size larger than 2TB (more than 31 bits) by using operating system calls or external commands to retrieve the requested file information.
It supports either Linux, BSD and Windows.
Looking for a standalone email program so that you can manage your mail from different email providers and store the lot on
your own computer? Check out the newest program to be added to the
Free Email Clients page. It supports
multiple email accounts, multiple users, spam filtering, templates, and so on. Even if you don't like this particular program,
there are numerous other free email software listed on the page for a wide variety of operating systems. There are even those
that have built in support for sending encrypted email (using a public key
encryption system like GnuPG).
Package:
Summary:
Generate stems from UTF-8 encoded words
Groups:
Author:
Description:
This class can be used to generate stems from words encoded using UTF-8.
It takes a text string with words encoded using UTF-8 and converts it into stems strings like the soundex algorithm does, so similar sounding words result in the same word.
The class supports both English and Cyrillic words.