Package:
Summary:
Compute the common mask from multiple IP addresses
Groups:
Author:
Description:
This class can be used to compute the common mask from multiple IP addresses.
It takes two or more IP addresses and determines the bits with the common values in order to determine what should be the applicable network address mask.
The class supports network addresses either in the IP version 4 and version 6 formats.
Package:
Summary:
Visual editor to let the user crop images
Groups:
Author:
Description:
This package can be used to implement a visual editor to let the user crop images.
It generates HTML, JavaScript and CSS for an user interface to let the user click on an image and define an area of the image to be cropped.
A PHP class of the package can crop the image as defined by the user and save the cropped image to a given file.
In Portuguese:
Essa classe usa uma imagem de origem[jpg, gif, png] para gerar um thumb de uma região selecionada pelo usuario, usando php e post via ajax.
Package:
Summary:
Find prime numbers with Sieve of Atkin algorithm
Groups:
Author:
Description:
This class can be used to find prime numbers with the Sieve of Atkin algorithm.
It can take a limit number and find all prime numbers smaller than the given limit.
Package:
Summary:
Search for guitar chords using Guitar Chord API
Groups:
Author:
Description:
This class can be used to search for guitar chords using Guitar Chord API.
It can send HTTP request to the Guitar chord API Web server to find chord variations based on given data about chord by specifying the chord name, chord modification, or/and string/fret combination.