api

Google Maps API v3 - PHP - MYSQL

GOOGLE MAPS API V3 is what i'm trying to use. I have all the coordinates in mysql. I just, for example, need to take 5 listings and put them on a map but I'd like to be able to find the center point based on the multiple coordinates I'd like to display, and the zoom level as well. Yeah know? I'm having the time of my life with somethin...

How can I set up a new line for each channel from existing data (Java sound api)?

Hi, I need help in setting up a new DataLine. I have load a sound file and set up a line. After loading the data into the line I separate the data into the left and right channel. Now I wanna set up a line for the left and right channel for controlling the gain for each channel. How can I do this? ...

need pointers to get started with API's

Most of the applications these days provide an API...be it twitter,gmail,fb and millions others. I understand API Design can not be explained in just an answer but I would like some suggestions on how to get started with API design. Maybe some tutorial/book that makes an application and has some chapters on how to go about providing AP...

Credit card payment gateway in PHP?

I need to process credit cards and integrate with backend payment services to credit them. The majority of solutions on the internet require an intermediary, eg. 2CO, GCO, Auth.net. Do you have any experience with implementing a credit-card payment gateway in PHP? Any help in appreciated. Thanks for your time. ...

Guitar Tab API?

Hello everyone, I was just curious if anyone has heard of any sort of API for guitar tabs? The thought passed through my mind that it would be really neat if I could grab guitar tabs from the internet to bring into my C# app, but haven't been able to find anything. Thanks, Chris ...

Picasa Custom Button Problem

I have started creating a custom button for Picasa to be able to upload some photos to a website. I followed the guidance found here. It works fine so far but now I have made a small change to the button and picasa will not refresh the button no matter what I try. Adding a link like this: <a href="picasa://importbutton/?url=http://www...

Mentioning the APIs/Libraries that I have dealt with in a software development related internship

In that internship term, I have dealt with BLAS libraries from NSF and Intel Math Kernel Library. Continuing that internship term into a research thesis project, I have the chance of learning to use CuBLAS library from nVidia CUDA API. How would you describe about the APIs that you have used in a resume, given that it would be helpful to...

the google api to get the list of websites for given adwords

Hi i am developing a desktop application using c#.net where i need to get the list of all websites that are using google adsense for the given list of keywords for that what Google api i need to use. Thanks Anil Veeraghattapu. ...

openinfowindowhtml on google map after retrive information from server

hey i have a google map in my site and attach to it event handler of moveend GEvent.addListener(map, "moveend", function() { map.clearovrelays(); GetLayerDataFromServer(); //it set the markers again on the map acording the map position }); and also i have event handler for click on marker GEven...

Google Maps -- Set default location so you don't have to type in City, State for every routing request

I am using Google Maps, I have a lat-lon for the first point and a street name for the second point. How can I get Google Maps to search for the street name in the same city as the latlon? Also, specifying 1234 Some Street, City, State should work as well as 1234 Some Street ...

Finding the UserID of a Stack Overflow user with their Display Name in C#?

I'm building a small Stack Overflow application, but to collect information from Stack Overflow about a user I need to know their UserID. I would like the user to be able to enter their display name/username and for the application to find their UserID. However, I understand that usernames are not unique, but would it be possible to find...

Solving drupal database entry dependancy problem?

In Drupal, if you want to insert something into the node table, 'nid' can be null, but 'vid' can't. The inverse is true for the node_revision table. So my question is, in what order are inserts done to the Drupal db when a node is created? i.e. I can't insert into the node table, because I don't have the VID, and I can't insert into th...

Label width in Google Charts

Hi, I am trying to have a fixed width size for the labels in my Google chars. The problem is that I am showing several charts, one below the other. Since the y axis is filled with the names of people, depending on the names' lengths, I get a wider or narrower lebel area. The final result is ugly because each chart has a different label w...

What is an API key?

I get to see this word in almost every cross service application these days. What exactly is an API key and what are its uses Also please explain the difference between public and private API keys. ...

how to obtain a username from oauth key in twitter

I am working with twitter's oauth, and ive run into a weird problem. How do i get a user's profile information using just their token and secret? Here is what im using now function OauthGetProfile($consumerkey, $consumersecret, $oauthtoken, $oauthsecret){ $to = new TwitterOAuth($consumerkey, $consumersecret, $oauthtoken, $oauthse...

Rails Basics: Where's My Installation, Sources, API, Online Sources

I'm trying to run this method which should work according to this: ActiveSupport::TimeZone.new("whatever",3600) but this initializer doesn't exist. So I would like to look at the sources for my Rails version (2.3.4) to see if it's private or if I'm missing the point completely (the one-argument constructor works). And suddenly I re...

How to get the cpu usage per thread on Mac OSX

I am looking for an OS level API to account for cycles consumed by a specific thread in OSX. This is similar to this question (and answer) but in OSX. ...

Control embedded Imeem and Youtube players with Javascript

On Songza you can pause / resume a song by pressing Spacebar. How do they accomplish this? I guess these embedded players expose some kind of Javascript API? If they do, where is it documented? ...

A definite guide to API-breaking changes in .NET

I would like to gather as much information as possible regarding API versioning in .NET/CLR, and specifically how API changes do or do not break client applications. First, let's define some terms: API change - a change in the publicly visible definition of a type, including any of its public members. This includes changing type and mem...

Trying to choose SQL API library

I am just beginning to learn how to write software that accesses an SQL server. It seems that each server implementation (Postgres, MySQL, etc.) offers API libraries for various languages (my code is in C and C++, though solutions for Java and Python would also interest me). I'm a little wary of depending on these libraries, however, b...