Package:
Summary:
Connect and chat with users of Omegle site
Groups:
Author:
Description:
This class can be used to connect and chat with users of Omegle site.
It can send HTTP requests to the Omegle site in order to authenticate as a given user and then it can send requests to message other chat users and get their responses.
Package:
Summary:
Omegle connection class.
Groups:
Author:
Description:
A class made for connecting to Omegle. This could be used for creating bots or other clients.
I do not own or otherwise represent Omegle. As it is they tend to frown on third-party clients.
Package:
Summary:
Convert data from a CSV file to the LDIF format
Groups:
Author:
Description:
This class can be used to convert data from a CSV file to the LDIF format.
It open and scans a given CSV file and exports the read information to the CSV format.
Package:
Summary:
AJAX based notes editor
Groups:
Author:
Description:
This package implements an AJAX based notes editor.
It generates a user interface panel divided in three sections updated without reloading using AJAX: a menu, a folder list and the content viewer.
The content section displays forms for creating, viewing and editing notes.
The folders section lists the available section. The content section is updated when a folder item is selected to show the item content.
The menu allows the user to create, edit, view and delete notes or folders.
Package:
Summary:
Access MySQL and SQLite databases
Groups:
Author:
Description:
This package can be used to access MySQL and SQLite databases.
It provides two similar classes for connecting to MySQL or SQLite databases and executing queries.
The classes store the query results in array and return an object of another class that simplifies traversing the results array.
Package:
Summary:
Get TV show episodes information from IMDB
Groups:
Author:
Description:
This class can be used to get TV show episodes information from IMDB.
It can send HTTP requests to the IMDB site Web server to retrieve several types of information.
The class can search for TV shows by a given or similar name, retrieve the list of show episodes of check for a given episode by title.
Package:
Summary:
Store and retrieve data in cache files
Groups:
Author:
Description:
This class can be used to store and retrieve data in cache files.
It can store a given data string in a cache file with a given expiry period.
The class can also retrieve the data from a cache file if it was already previously stored there and it was not yet expired.
It can also remove one or all cache files from the cache or just remove all those that expired.
Package:
Summary:
Validate submitted form values according to rules
Groups:
Author:
Description:
This package can be used to validate submitted form values according to rules.
The is a base class that can take a definition of validation rules and error messages and checks submitted form values to determine wether the submitted values satisfy the validation rules.
Currently the base class supports validating value text length, date format, non-empty passwords, e-mail addresses, numbers, URLs and IP addresses.
There is also a sub-class that provides support for additional rules for validating types of values used in Brazil like CEP, CPF, CNPJ, phone numbers, dates and user names.
Package:
Summary:
Store message to show to user in session variables
Groups:
Author:
Description:
This class can be used to store and retrieve message to show to user in session variables.
It can set a given named message to display to the current user and assign it to a given session variable.
The class can also check if a named message was assigned and retrieve if so.
Package:
Summary:
Authenticate users with records in a MySQL table
Groups:
Author:
Description:
This class can be used to authenticate users with records in a MySQL table.
It can check a given user with a password. If the user exists and the password is correct, it will start a session and redirect the browser to a secure are page.