api

clojure.lang, etc. api

Are the JavaDocs for clojure.lang, etc. available online? Do I need to build it myself from the Clojure source? Thanks. ...

PHP Api - Results/Array question

Hello, I have been looking around for PHP tutorials and I found a very detailed one that have been useful to me. But now, I have a question. The results showed by the API are stored into a $results array. This is the code (for instance): $fetch = mysql_fetch_row($go); $return = Array($fetch[0],$fetch[1]); $results = Array( '...

Magento remove bundle item using API

Hi, I am looking for an API that can remove bundle items added in a main bundle product. Can some one guide me to that API? regards, Irfan ...

Restful JSON API only or XML API too?

I'm going to create a restful api in Json to provide data to my customers. I really prefer json over xml. All my coding is done in json. I wonder, is it sufficient to just provide json api and tell the customers through the homepage that json rocks over xml and we only use json, or are there a lot of customers that just prefer xml and ...

Kohana 3: How to provide API functions in template/view like WordPress?

I'm working on a project which allows the advanced user to define their own way of showing the information and access some basic API. For example, I provide a show_search_box() function so that the user can call this function in the view file when they want to show the standard search box, or they could call the function with parameters ...

Rest API for bugzilla

Hi, We are setting up bugzilla for issue tracking within our startup. I want to know if Bugzilla supports REST based API's for filing/searching bugs. Any pointers would be greatly appreciated. Thanks ...

How to receive XML data produced by a website?

There is some php API service that when sent some parameters in query string, it returns date in xml format. So I was wondering how to send call the page and get back the result in c# .net. Like with an xml reader or xml scheme? ...

google map static drawing "route" instead of straight line

Hey, I succeeded in getting a google static map displaying a path between 2 coordinates. The problem is that the drawn path is just a straight line between the 2 points. I read that to be able to draw the "route" between 2 points on a static google map, as in, following the roads and city geography instead of the straight line, I need...

Use wildcards with FindWindow api call with mfc.

I am using FindWindow in an mfc application. HWND hWnd = ::FindWindow(NULL, _T("foobar v5")); I would like to use FindWindow with wildcards so that I can match just foobar. Thanks ...

C# JSON.NET convention that follows Ruby property naming conventions?

I am using http://json.codeplex.com/ and I am talking to a Ruby based Rest API. Problem is that most of the propertys have a ruby underscore naming convention. I am wondering if anyone knows of a way so that I can avoid having to Add lots of JsonProperty. For example I want to avoid adding the JsonProperty attribute and have a conventio...

How to dynamically set your apps' Base priority to 31?

Hi! I have the following problem - I want to set my C++ application's Base priority to 31 if that is possible or at least set its current priority to 31. So I need a simple example like set priority to 31; for (i=0;i<100000;++i) { printf("hello world"); } set priority to 8 or keep 31 if possible ...

Extracting JSP page content

Hi All, I am working on a Mail API module where i have to develop a generic functionality of sending Mails with respect to various functionality in the Appliication. There is one proposed functionality where the module will expose a method which along with some required parameters will take nane of JSP template. It expects that this wi...

bulk posting to wordpress via scripts.

In current project i need to make bulk posts to wordpress (from text files) and need to add dates of mine own choice . What is best way to do it ? ...

Can I get the word pronunciation data from Google AJAX Language API

Hi, is there a way to get a word pronunciation data from Google AJAX language API? I couldn't find any reference. Is it available at all? Thanks. ...

Which Facebook Ruby API

Hello, Do you have any preferences regarding facebook graph api in Ruby ? My needs are quite basic: beeing able to update my facebook status. I saw several things like: - facebooker - facebooker2 - facebook-client - facebook-graph (I am studying this one) Any preferences ? Regards, Luc ...

Opensocial Java Client : How to add templateParams to Activity object

Does anybody know how to add templateParams to an Activity instance while creating activities with opensocial-java-client. My code is here: Activity activity=new Activity(); activity.setTitleId("<titleId goes here>"); activity.setBodyId("<bodyId goes here>"); Request request = ActivitiesService.createActivity(activity); Response respo...

API for transferring iTunes gift card to user?

Is there a way to programmatically transfer an iTunes gift card to some user? Or credit an iTunes account? Thanks! ...

using ALSA api - sound does not start until buffer has filled

The application I'm using only plays sounds after enough sound has been generated. Say I click the mouse 10 times, with no sound, and then after those ten clicks I'll hear ten mouse click sounds (for example) The only way I've found to alleviate this problem is to set a very short buffer size, which I don't want to do. I've been trying...

Face and Body Detection API

Is there a good C# API to detect Face and Body motions. I am trying to achieve something that requires it. ...

What is the best way expose key classes/methods my core API to 3rd party developers?

I have an application that I have designed and this app has a pretty decent core dll that contains an API that my main view's exe uses. I would like to allow other developers to access this core dll as well but I don't want them to have as much access as me since it would be a security risk. What is the standard way of exposing my core...