api

API for 1d barcodes?

I've been searching the net for quite some time now for an API that can generate 1d barcodes (ie. EAN39). There are plenty of tools that can generate 2d barcodes (such as QR codes), but for some reason none that can generate 1d ones. I've found a few web-based tools that can generate 1d barcodes one-by-one, but I'm looking for an API t...

API for webm video conversion

Does anyone know about any (prototype) c# API's for converting video to google's new WebM video format? ...

Blackberry.location API not working correctly

I am experimenting with making Blackberry widgets but having a little trouble. My first trial involves displaying a button which, when clicked, calls a JavaScript function that should alert the phones latitude and longitude. The function looks: function whereAmI() { var latitude = blackberry.location.latitude; var longitude = blac...

How do they read clusters/cylinders/sectors from the disk?

Hello, I needed to recover the partition table I deleted accidentally. I used an application named TestDisk. Its simply mind blowing. I reads each cylinder from the disk. I've seen similar such applications which work with MBR & partitioning. I'm curious. How do they read clusters/cylinders/sectors from the disk? Is there some ...

Is there an API for listing all the twitters of one specific location?

Dear all, Does any one know if there is an API for listing all the twitters within a location. Cause in Twitter Search API, it functions to list all the twits of specific locations, but not the twitters. Thanks, Lingchen ...

Importing specific ( in my case - Themes.ThemesService.ThemesEnabled ) function / procedure in runetime in Delphi

Hi again :) I think subject tells everything ... I need this method only. No need to waste about 6Mb of included unit if only thing I need is one method from that unit ( Themes ) ... I was thinking of UxTheme unit, but it did not contain proper function. What Windows DLL do I need to import and what API function this method stands for...

Designing a solid API, how?

Obviously, APIs have exploded over the past few years, but many of them seem poorly designed when it comes to utilizing them... I have an opportunity to design an API however I see fit, but I would like it to be easy to use for those accessing it. Of course, keeping it as simple as possible is a big help, but what are the gotchas that ...

Provisioning Api using java

Hi i'm working in java and tried to retrieve all the user in the domain for that i used Provisionin api............ Its working good But my idea is to Use 2-legged OAuth to retrieve the users from the domain Is it Possible? I dont how to specify the URL please Help me And i triede the following the program final String CONSUMER_KEY...

embed multiple youtube videos to chromeless player cue

So in the project ive been working on i use the youtube API to add a video to a chromeless player (got custom buttons, everything works no problems). It loads the youtube id which it gets from the database (Codeigniter, PHP). But what i would like to see is: instead of loading 1 video, id like to add all the videos i get from the data...

API for Posting Photos to Panoramio

Hi! Is there any api that able to post photo on Panoramio? ...

Provisioning api using java

Hi i tried to retrieve all users from the domain using provisioning api & 2-legged OAuth in java program but it returns unknown authorization header........... when i started to search about it i got the scope as https://apps-apis.google.com/a/feeds/user/#readonly. i dont what what #readonly refers please explain it .... Regards Shar...

How can I avoid encoding mixups of strings in a C/C++ API?

I'm working on implementing different APIs in C and C++ and wondered what techniques are available for avoiding that clients get the encoding wrong when receiving strings from the framework or passing them back. For instance, imagine a simple plugin API in C++ which customers can implement to influence translations. It might feature a fu...

Is it possible to create an API for SharePoint?

Hello, i could not find any idea of how to implement API over the SharePoint(MOSS) framework. Could anyone give me a tip please? What i want to do is create a client application to communicate with the SharePoint. wanting to implement something like following. Client send post request to API implemented on SharePoint, API receive a re...

why we use webapi keys

why we generate api keys for domains to use web api when we have referrer to check the source ...

Making a HTTP request to API possible with VB/ASP classic?

Is it possible to make requests to a Web API with ASP classic? For example just something as simple as the Flickr API, or was this sort of thing not supported way back when? ...

Best method for accessing a web mail account?

Would it be best to read from gmail via pop3/imap? Or should/must I use an http script that actually logins in via web interface and gets all the emails that way? Also, I would like to iterate this question for: live hotmail [any other major web mail provider] ...

.NET Windows Live Messenger Connectivity?

Hey there guys, I'm working on an IRC bot project, Trying to integrate Windows live into a bot, And have received messages sent to the channel. But the current problem is that the old messenger API that I had no longer works. And the current API i can only find information about addins (complicated for the end user to set up unless I ma...

Java api recomendation: reading emails and attachments

What is a good library for reading emails and downloading their attachments. Sending isn't a needed feature. ...

Android 3rd Party Library - Asking for my application's API Key.

Anyone have any idea what this is or where I can get it? I thought it would just be some function on the activity or something but all I can find is an API key for google maps when I try to search for help with this. Any ideas? ...

trigger OS to copy (ctrl+c or Ctrl-x) programicly

I'm working on a program to trigger cut and pastes Pastes i have no problem with (i just dump a string into the clipboard) Cut and or Copys are proving to be a little more difficult The program i have is out of focus and has several hot keys registered with the os ( ctrl+alt+2 ctrl+alt+3 etc) that i want to use to trigger Windows to ...