api

Looking into IVR software development

The company I work for is looking for an IVR implementation that is highly compatible with any potential PBX/IVR or PBX combo OR to provide our own hosting solution. So the idea would be to create an application that interfaces to any potential platform and provide call control and voice dialog / interaction for the IVR. Technologies...

Drupal module development question relating to cookies and redirects

Hello, help please? I wish to develop a module to do something very simple with PHP. I am challenged by the Drupal API. I am using version 6. Goal: 1) Determine if user is viewing a particular node (role is irrelevant) 2) If yes, check to see if cookie is set a) If cookie is set, do nothing b) If cookie is not set, then set cookie...

PHP Access to Dictionary Audio files

I am looking for an api file to a dictionary that I can access audio files that are used as well as definitions. So far there have only been references to some sites that provide help in the definition area. does anyone know of any? ...

Is there a way to trigger a hardware refresh (aka Device Manager) using .NET?

I don't mind if it's only possible in the latest version of Windows, but I am wondering if there is a way to trigger this using .NET: ...

mysql_ping() c api fails

connection to mysql is getting lost after 8 hours ( i.e afer wait_timeout varibale times out). i am trying to use mysql_ping() to reconnect to the server but ping gives me Mysql server gone away error. I am using sql version 5.1. so i am not using mysql_options() to enable the reconnect flag as mysql_real_connect() sets it to 0. I am exp...

How to use Constant Contact API?

Hi friends, I want to use API of the constant contact and want to insert user email using PHP while user register to the site. please reply if any help. Thanks in advance. ...

Open-Source bugs tracking system?

Possible Duplicate: What bug tracking software do you use? Better than BugZilla open-source based bugs tracking system? I need a platform that supports a rich API (especially for PHP), unlike what BugZilla provides. :S ...

API Access to Blogger Link Field

I'm working on a (Python) App Engine project for Blogger, and I want to be able to specify what I believe is called bloggerLink, the field that Blogger provides to specify where the subject of your post links to. Has anyone found a way to use the API to fill out the bloggerLink field? You can see what I'm talking about here: post ...

Reading content of a JAR file (at runtime)?

I have read the posts: http://stackoverflow.com/questions/320510/viewing-contents-of-a-jar-file and http://stackoverflow.com/questions/1429172/list-files-inside-a-jar But I, sadly, couldn't find a good solution to actually read a JAR's content (file by file). Furthermore, could someone give me a hint, or point to a resource, where my ...

Google weather api on a commercial project

Could i use the Google weather api in a commercial project, by just adding a "weather powered by google" link? ...

What is involved in adding to the standard Python API?

What steps would be necessary, and what kind of maintenance would be expected if I wanted to contribute a module to the Python standard API? For example I have a module that encapsulates automated update functionality similar to Java's JNLP. ...

What is the best alternative way of monitoring apache Active MQ other than using JMX API

Hi, I have tried and tested the JMX API and it is pretty simple to use and provides a vast number of statistics required for monitoring ActiveMQ. But the problem is, i dont want to monitor my ActiveMQ remotely and also i dont want to use another API.To be more precise, i want to use the JMS API itself to get statistics related to vario...

Downloading Images from WikiMedia Commons

Is anyone aware of a way to programatically download images from WikiMedia Commons without registering for a Bot account? It seems like the only way to get approval for a Bot account is if it adds to or edits information already on Wikimedia. If you try to download any images, without a bot account, using some of the api libraries out th...

Calling Skype API via Applescript triggers up to 100 Security Authorization Requests

Dear All! I am working on an Applescript, which does nothing fancy but asking Skype how many contacts are online... However, when the script was executed several times, while Skype was not running, and finally is running, then Skype opens uncountable dialog windows with a Skype API Security Request, asking whether or not to allow the Ap...

Applescript makes Skype trigger uncountable Security Authentication Dialogs

Hey! I am working on an applescript, that is supposed to ask Skype over and over again, how many contacts are online etc... The problem I stumbled upon is the following: in case the script was triggered several times, while Skype was not running and later when Skype is executed, then Skype asks very often (up to 100 times) whether or on...

What is the best way to approach OpenSocial integration via PHP?

I'm looking to implement OpenSocial on my web application, which is written in php/mysql. What is the best way to go about doing this? For instance, are there options along the way? Is one path better than another? What should my scope be for a good first version? I just want to get it working for version 1, is there a logical path to a...

Has Anyone used Filmcaraves APIs

Am planning to use FilmCrave Apis for developing a website. Has anyone used them already? I would love to see a working example if any one has it. Thanks! ...

iPhone, special characters in JSON Response

Writing an iphone app, and I'm getting my data from a REST API that returns JSON. My problem is, some of the data has special characters embedded and Im getting errors. Example: MartÌn Petite-RiviËre-Saint-FranÁois Here is my current code: NSString *jsonString = [[NSString alloc] initWithData:receivedData...

How can I interface with the Perl debugger API?

Is there a way to interface the Perl debugger API which perl is using to control its debugging programmatically? ...

tfs sdk how to select few work items and build?

Hi I want to know if we can select maybe first and last work items out of a list of work items associated with a particular changeset.. or even select few changesets associated with a particular build.. won't that result in a straight error as the changesets are all directly dependent on each other? How can we make the build pass with...