Package:
Summary:
Store and show user comments in site pages
Groups:
Author:
Description:
This class can be used to store and show user comments in site pages.
It can display a form for taking user comments in a given page.
The class can process the submitted comments and store them in a MySQL database table.
The submitted comments can be displayed in the page next to the form.
Package:
Summary:
Retrieve information about music tracks on Amazon
Groups:
Author:
Description:
This class can be used to retrieve information about music tracks on Amazon.
It takes an ASIN code for a given music track and send a request to Amazon Web services API to find the ASIN code of the same music track in MP3 format.
The class returns an array encoded in JSON format with title and URL of the requested track.
Package:
Summary:
Retrieve music information using Spotify API
Groups:
Author:
Description:
This package can be used to retrieve music information using Spotify API.
It can send HTTP requests to Spotify Web services API servers to perform several queries.
Currently it can perform searches (and detailed lookup by Spotify URI) for music, albums and artists, and return associated information.
Package:
Summary:
Simple Web and MySQL based chat system
Groups:
Author:
Description:
This class implements a simple Web and MySQL based chat system.
It generates HTML and JavaScript to display a chat box and a form input to submit new chat line entries using AJAX to avoid page reloading.
A script receives the new chat lines and stores them in a MySQL database. It also returns all the latest chat lines to display.
Package:
Summary:
Validate and copy uploaded files
Groups:
Author:
Description:
This class can be used to validate and copy uploaded files.
It can check an upload file and determine if it has one of the accepted file name extensions and it does not exceed a given size limit.
The class can also copy the file to a given upload directory, creating it first with the right permissions if the directory does not exist.
The comments and error messages are in Russain, but the code, function names and variable names are in English.
Package:
Summary:
Get the coordinates of a place in Brazil from CEP
Groups:
Author:
Description:
This class can be used to get the coordinates of a place in Brazil from CEP zip code using Google Maps API.
It take a given zip code of Brazil (CEP) and sends request to the Google Maps API to obtain the longitude and latitude coordinate of the respective location.
The class can also send a request to obtain the address of a location given its latitude and longitude coordinates.
In Portuguese:
Retorna latitude e longitude de um lugar a partir do CEP.
Package:
Summary:
Render RRD graphs for SAR output from remote host
Groups:
Author:
Description:
This class can be used to render rrd graphs for sar output from remote host.
It uses SSH(libssh2) to 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.