Package:
Summary:
Render graphs for sar output from remote host
Groups:
Author:
Description:
This class can be used to render graphs for sar output from remote host.
It uses SSH execute the sar command on a remote machine and retrieve its output.
The class uses the rrdtool to render graphs of the statistics retrieved with sar.
Package:
Summary:
Incorporate games in sites with the NewHaze API
Groups:
Author:
Description:
This class can be used to incorporate games in sites with the NewHaze API.
It can send HTTP requests to the NewHaze Web service API server to perform several operations.
Currently it can execute operations with statistics, avatars, comments, categories, favorites, feed, friends, newsletters, games, sites and users.
Package:
Summary:
Join files retrieve via HTTP into a single file
Groups:
Author:
Description:
This class can be used to join files retrieve via HTTP into a single file.
It takes a list of HTTP URLs and retrieves the data from the specified locations.
The class gathers the retrieved data and save it to a single local file.
Package:
Summary:
Compute the Fast Fourier Transform of sampled data
Groups:
Author:
Description:
This class can be used to compute the Fast Fourier Transform (FFT) of sampled data, as well the inverse Fast Fourier transform.
It takes an array of sample data values and calculates the respective Fast Fourier Transform. The result is returned as an array of complex values.
The class can also do the opposite, i.e. compute the inverse Fast Fourier transform .
Package:
Summary:
Optimize routes using JOpt.AAS services
Groups:
Author:
Description:
This class can be used to optimize routes using JOpt.AAS services.
It can send HTTP requests to the JOpt.AAS SOAP API Web server to add route nodes, add vehicles location, start the optimization process, and get the optimization process progress and obtaining the results.
Package:
Summary:
Render polygons in HTML pages using DIV elements
Groups:
Author:
Description:
This class can be used to render polygons in HTML pages just using DIV elements.
It can generate HTML for presenting different types of polygons in Web page given their shape and coordinates in pixels.
Currently it can draw individual pixels, lines, rectangles, circles, or any other polygon given it coordinates of its edges.
Package:
Summary:
Scan music files collection
Groups:
Author:
Description:
This class can be used to scan music files collection.
It can traverse a given directory where there are music album files.
The class can count the music files it find with a given file name pattern. It can also return the count of albums sorted by year.
Package:
Summary:
Create and manipulate XML documents with DOM
Groups:
Author:
Description:
This class can be used to create and manipulate XML documents with DOM document extension.
It can create XML document from scratch or load it from a file or a string.
The class can perform several types of operations with the document elements like: searching for elements, adding, updating or deleting elements, adding, updating or deleting attributes from tags.
The manipulated document can be returned as a string.
The comments in the class are in French.