摘要:
Provided is a computer implemented method, apparatus and computer usable program code for sending alerts. A distributed sensor receives a sound and determines whether the sound matches a preset criterion. If so, the distributed sensor transmits an event to a central portal device.
摘要:
A system and method for notifying emergency responders, family, and other contact parties of an urgent vehicle condition such as a breakdown or crash, by using a short-range wireless communicator mounted on the vehicle to employ a peer-to-peer communications capability to find and co-opt a nearby long-range communication device, such as a Bluetooth enabled phone, which is not mounted on the vehicle, such as a passer's-by telephone. The invention obtains authorization from the co-opted device to use it as a forwarding proxy, and transmits a notification message to one or more parties, such as emergency dispatchers, family members, etc., via the short-range link to the co-opted device, which then transmits the message to the recipient via the long-range network, such as via a telephone network.
摘要:
The Hyperlinked Document Find Tool (“HDFT”) is a tool for recursively searching textual content of a first file and a hyperlinked file embedded in the first file and stored under the same root directory as the first file. The HDFT selects the first file, enters a search term, searches for the search term in the first file, identifies the hyperlinked file embedded in the first file stored under the same root directory as the first file, and searches for the search term in the hyperlinked file.
摘要:
A data dictionary is provided that specifies the entities and corresponding attributes for the application program interface developers to use. An extensible markup language interface is provided for customers to perform operations on the data. Application program interfaces receive extensible markup language requests and generate extensible markup language response documents that may return data from the database. A set of classes is also provided that correspond to the entities that are defined in the data dictionary. These classes define utility methods for use in retrieving data. The application program interface then appends the returned response object at the depth necessary in order to generate an extensible markup language document.
摘要:
A method and system for managing an instant messaging contact list. The method includes determining if at least one group member of the instant messaging contact list is active. A timestamp is assigned to the group member based on a determination of activity. It is determined whether the group member is inactive for a predetermined period of time. The instant messaging contact list is updated based on the determination of the inactivity.
摘要:
A method and system are provided in which a user is enabled to create a preferred playlist of the user's favorite songs. An input device allows the user to add and/or delete songs from this preferred playlist. In an exemplary embodiment, songs playing on several radio stations are monitored and when a song from the user's favorites list begins to play on a station other than the station to which the user is currently tuned, an audio and/or visual signal is provided to alert the user, and the user may change stations manually or tune to the new station automatically.
摘要:
A method and system are provided in which a user is enabled to create a preferred playlist of the user's favorite songs. An input device allows the user to add and/or delete songs from this preferred playlist. In an exemplary embodiment, songs playing on several radio stations are monitored and when a song from the user's favorites list begins to play on a station other than the station to which the user is currently tuned, an audio and/or visual signal is provided to alert the user, and the user may change stations manually or tune to the new station automatically.
摘要:
A method and system of managing an instant messaging contact list. A contact list is provided for each member of a user group. A status update is received relating to a target member. A determination is made whether the target member is contained on at least one user group member's instant messaging contact list based on the status update. The target member is removed from the instant messaging contact list of the at least one user group member based on the determination.
摘要:
A method in a data processing system for generating return data responsive to a database request is provided. A response from a data store is detected. A merge reference section in a singleton in-memory object is located. A merge reference of the merge reference section is identified. A reference column from the merge reference is determined and data is merged with the reference column to form a merged value according to an order. The merged value is then placed in the response.
摘要:
An automated method for creating only the necessary joins in a SQL query. The present invention comprises a Query Program (QP), a Query Generation Program (QGP), and a Clause Generation Program (CGP). The QP accepts the query fields, filters, and sort criteria from the user, generates the query, sends the query to the database, and displays the query results. The QGP creates the query clause strings and inserts the strings into the SQL template. The QGP generates the SELECT, (filter) WHERE, and ORDER BY clauses. The QGP analyzes each parameter in a parameter list to determine if the parameter is on the added aliases list. If the parameter is not on the added aliases list, the QGP runs the CGP for the parameter. The CGP generates the FROM, JOIN, and (join) WHERE clauses and adds the clauses to the appropriate clause strings.