Package:
Summary:
Generate images using the cover flow effect
Groups:
Author:
Description:
This class can be used to generate images using the cover flow effect.
It takes a set of images and composes a new image displaying all the images using the cover flow 3D perspective effect.
The class also generates HTML are map so clicks on the displayed images lead to a new URL that displays the clicked image as the main cover image.
Package:
Summary:
Display numbers in the scientific notation format
Groups:
Author:
Description:
This class can be used to display numbers in the scientific notation format.
It takes a given number as parameter and returns it formatted using the scientific notation.
Package:
Summary:
Send requests to the Flicker API
Groups:
Author:
Description:
This class can be used to send requests to the Flicker Web services API.
Package:
Summary:
Validate and extract details from JMBG numbers
Groups:
Author:
Description:
This class can be used to validate and extract details from JMBG numbers (Jedinstveni Maticni Broj Gradjana) - Unique Master Citizen Number.
It can parse JMBG number to validate it and extract the citizen birthday date, age, country and region of birth and gender.
The class can also compute a checksum to create a new valid JMBG number.
Package:
Summary:
Extract chunks from large XML files
Groups:
Author:
Description:
This class can be used to extract chunks from large XML files.
It can read given XML files and search for sections that are enclosed by a given XML tag.
The class returns each XML document chunk with the given tag iteratively until it reaches the end of the file.
Package:
Summary:
Convert the request path info string into an array
Groups:
Author:
Description:
This class can be used to convert the request path info string into an array.
It parses the PATH_INFO request variable and splits into parts separated by the slash that are stored in an array class variable.
The class can also check if a given path info segment exists and what is its value.
Package:
Summary:
Generate links that post forms
Groups:
Author:
Description:
This class can be used to generate links that post forms.
It generates HTML with Javascript to display a link that when clicked it will submit a form using the POST method.
When the link is clicked it can ask the user to confirm the form submission.
The form input values can be encrypted.
Package:
Summary:
Compose and generate HTML forms programmatically
Groups:
Author:
Description:
This class can be used to compose and generate HTML forms programmatically.
It can compose a form by call functions that add inputs, labels, required input marks and line breaks.
The class assembles the HTML of all inputs and displays it as the current script output.
Package:
Summary:
Schedule season matches using round robin
Groups:
Author:
Description:
This class can be used to create a schedule of championship season matches of any sport using the round robin algorithm.
It can take a list of teams or players participating in a season and use the round robin algorithm to generate a schedule of the games that each team or player will play.
There are class functions to iterate over each championship match day and the matches on each match day.
Package:
Summary:
Generate menus for OpenBox window manager
Groups:
Author:
Description:
This class can be used to generate menus for OpenBox window manager.
It can add menus, sub-menus and items to the definition of menus to be used with the OpenBox window manager.
The class generates the necessary XML for the defined menus and displays it as the output of the current script.