Package:
Summary:
Retrieve URLs of video streams of Megavideo.com
Groups:
Author:
Description:
This class can be used to retrieve the URLs of video streams of Megavideo.com.
It takes the URL of a video page at MegaVideo.com and retrieves the page to decode the and regenerate the final video stream URL.
Package:
Summary:
Display month calendars updateable using AJAX
Groups:
Author:
Description:
This class can generate calendar, which is updated using ajax requests, when visitor browses it, using jquery (included in package).
Users can:
Specify start and end dates that visitors are allowed to browse.
Customize calendar by changing month names, abbreviation of days of the week, specifying day on which week starts.
Specify url_patters, which will be used as urls for all dates of currently selected month, or provide an array with urls for only specified dates of the currently selected month
Edit included CSS file to customize look of calendar.
Package:
Summary:
Display month calendars browseable using AJAX
Groups:
Author:
Description:
This class can be used to display month calendars browseable using AJAX.
It can generate HTML and JavaScript to display a month calendar with links to browse the months using AJAX to avoid page reloading.
The class can make given days be displayed as links to event pages. The browsing may be restricted to given dates. The months and week day names are customizable. The presentation details may be customized using CSS.
Package:
Summary:
Generate RSS feed from a list of site page files
Groups:
Author:
Description:
This class can be used to generate RSS feed from a list of site page files.
It can scan a given directory and generates an RSS feed with the files found in the directory.
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:
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:
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.