Package:
Summary:
Convert angles from degrees to decimal format
Groups:
Author:
Description:
This a simple class can be used to convert angles from degrees to decimal format.
It can convert an angle value given the values of the degrees, minutes and seconds to the decimal format.
Package:
Summary:
Execute MySQL SELECT queries from parameter lists
Groups:
Author:
Description:
This class can be used to execute MySQL SELECT queries from parameter lists.
It can execute SQL select queries from parameters that define tables, fields, field values, condition clauses, result set order columns, and result set record ranges.
Package:
Summary:
Find files with the same contents
Groups:
Author:
Description:
This class can be used to find files with the same contents.
It can traverse a given directory recursively and compute the MD5 hash of all the files that it finds.
The class returns the list of files that have the same contents based on having the same MD5 hash value.
Package:
Summary:
Retrieve and display Twitter user timeline
Groups:
Author:
Description:
This class can be used to retrieve and display Twitter user timeline.
It retrieves and parses the RSS feed of the a Twitter user timeline statuses and generates HTML to display it.
The class stores the generated HTML in stored in an cache file that is valid for 1 hour before the class retrieves the latest updates to the use timeline.
Package:
Summary:
Create and manipulate adjacency lists in MySQL
Groups:
Author:
Description:
This class can be used to create and manipulate adjacency lists in MySQL.
It can perform several types of operations to store and retrieve information in a MySQL table of nodes of an adjacency list.
Currently it can: add nodes, retrieve the list of all nodes, get the children of a given node, change the parent of a node, and delete nodes.
Package:
Summary:
Validate and process uploaded PDF files
Groups:
Author:
Description:
This class can be used to Validate and process uploaded PDF files.
It can validated a given uploaded PDF file checking its MIME type and file size against a given limit.
The class can also create directories to store the uploaded files.
Package:
Summary:
Validate and process uploaded files
Groups:
Author:
Description:
This class can be used to Validate and process uploaded files.
It can validated a given uploaded file checking its MIME type and file size against a given limit.
The class can also create directories to store the uploaded files.
Package:
Summary:
Connect to a MySQL database
Groups:
Author:
Description:
This is a very simple class that can be used to connect to a MySQL database.
It establishes a connection to a given database server and selects a given work database.
Package:
Summary:
Calculate the schedule of periodic events
Groups:
Author:
Description:
This class can be used to calculate the schedule of periodic events.
It can take a string with a special syntax that defines the when a given event will be repeated.
The class can calculate the last time the event should have occurred and the next time it should occur.
Package:
Summary:
Send message to Yahoo messenger users using YMSG16
Groups:
Author:
Description:
This class can be used to send chat messages to Yahoo messenger users using the YMSG16 protocol.
It can send an HTTP request to the Yahoo login site to authenticate a given user with the YMSG16 protocol and get an authentication token.
Then the class can send a message to a given Yahoo messenger user.