Posts Tagged 'chat'

MaiHelpDesk Chat

Posted by admin on December 10 2009 Add Comments

MaiHelpDesk Chat

By : Igor Herson Aquino de França
This class can be used to manage a chat dialog sessions
It can start dialog sessions between individual users and an administrator.
The dialog sessions of all users are stored in a MySQL database.
The class can list all user chat sessions, add new messages entered by the administrator or the [...]

FSM Chat

Posted by admin on December 10 2009 Add Comments

FSM Chat

By : Dmitry A. Kirilin
This class can be used to implement an automated dialog robot using finite state machines.
The class can be configured to define input text strings under each state, response strings and the new states to assume when the specified input texts appear.
It can act as an automated chat robot that can [...]

Chat Grammar Corrector

Posted by admin on December 10 2009 Add Comments

Chat Grammar Corrector

By : sk89q
This class can be used to correct text with abbreviations used by people in chats.
It parses a string to find text with well known abbreviations and replace it by the English words that those abbreviations mean.
The class also changes repeated punctuation and fixes the case of words before replacing the abbreviations.
Download [...]

Chat Class

Posted by admin on December 10 2009 Add Comments

Chat Class

By : Harish Chauhan
This class can be used to implement multiple chat rooms that users can access and talk with everybody in the same rooms.
It uses files to store the dialog lines that are redistributed to every user in a same chat room.
It can create chat rooms with access to a limited number of [...]

Chat

Posted by admin on December 10 2009 Add Comments

Chat

By : Krish Nimishakavi
This class let the users chat with other users of the domain without using sockets programming or custom TCP/IP protocols for its communication.
It still has the capabilities of other chat programms like chat room creation, changing to another room, etc..
This is a flat file based chatting class. It uses a [...]

AJAX driven simple chat

Posted by admin on December 10 2009 Add Comments

By: Ashraf Gheith
This class can be used to implement a simple Web based chat system that uses AJAX to update the chat dialog display area without reloading the whole page.
The class generates a page with a Web form to submit what each chat line that the users type.
The chat lines are sent to the server [...]