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.
Package:
Summary:
Process uploaded image files
Groups:
Author:
Description:
This class can be used to process uploaded image files.
It can traverse a list of uploaded files and move them to a destination directory.
The class can also process uploaded image files in GIF, JPEG and PNG format by performing resize operations and thumbnail image generation.