api

Is there a receipt scanner with a .net api I can use to integrate into my app?

I need to find a receipt scanner (Similar to the Neat Receipts scanner) that can be portable and that has an API which I can integrate into my app. I also need a PEN barcode scanner with a modifiable API. IF you know of any one of these items, I would sure appreciate some feedback. ...

if i wanted to perform an iris scan, would i need any additional api's or can i just use whats readily available?

if i wanted to perform an iris scan, would i need any additional api's or can i just use whats readily available? ...

How do you set rate limit access to your API using Iptables?

How can you set rate limit access to API using Iptables. Tried to set limit using port 80, but I don't want to set limit to the web access entirely. Is there a way to specified a subdomain rather than port. Example: set rate limit to api.example.com not example.com? If there is no way to set rate limit by subdomain, what is the suggeste...

Can I expose only a portion of one .NET DLL's public classes via a different "API" DLL?

I am designing a WPF application that uses a DLL with maybe 40 public classes. I need these to be public for a variety of reasons including ease of data binding and obfuscation. I would like to allow other people to use only a portion of these classes as an API for my software. I thought I would create the main library (core.dll) and ...

Instantiate google map object with a defined set of bounds?

Hello, I want to create google map using a pre-defined set of bounds. So instead of the usual var map = new GMap2(document.getElementById('map')); map.setCenter(new GLatLng(0,0),5); I want to do something like var map = new GMap2(document.getElementById('map')); map.setBounds(new GLatLng(10,10), new GLatLng(20,20)); Is this poss...

Drupal: CCK API Docs

Any good CCK API docs out there? I have seen http://api.audean.com/, but can't find what I want there. Basically, I need a function that takes a field name and returns what node type has that field. I wrote my own, but would rather make an API call. ...

Problem with Google AJAX Search API RESTful interface

When I send the following query http://ajax.googleapis.com/ajax/services/search/local?v=1.0&q=coffee%20New%20York%20NY using c# WebClient.DownloadString function or ordinary web browser I get JSON data which is different from data for the same query using JavaScript and Google AJAX Search API. From REST service I get the followin...

Paginating requests to an API

I'm consuming (via urllib/urllib2) an API that returns XML results. The API always returns the total_hit_count for my query, but only allows me to retrieve results in batches of, say, 100 or 1000. The API stipulates I need to specify a start_pos and end_pos for offsetting this, in order to walk through the results. Say the urllib reques...

How retrieve latitude and longitude via Google Maps API?

How retrieve latitude and longitude via Google Maps API? ...

Is there an API available to retrieve raw Wiktionary Data?

I want to build a simple application that looks up words against Wiktionary to see if they exist. Is there a standard API supported by the Wiktionary software that would let me do this? Alternatively, is there any way I can pull down the dictionary data that backs a Wiktionary? There are many international variants who's data I would ...

File Open/Save Dialog

I am using my own Custom View to show the files and folders and also using a search box to jump to a specific folder. In that case How to send a message to File Open/Save dialog to enforce it to change the current displayed folder. e.g. If the dialog shows files and folders of current displaying folder "C:\", I want an API (or any piece...

How to create a searchbox with suggestions as advertising rectangle/widget?

We run a database driven website. The next release will have a searchbox with real-time suggestions including thumbnail images. I was wondering if it would be possible to implement this as a widget that can be embedded on other sites as well. Preferrably also as advertising using an ad network.. I would like to get feedback on general a...

Telephone Number to Geolocation UK

Is there a service that provides latitude and longitude for UK phone numbers? For example: Query: 0141 574 xxx, Returns: (55.8659829, -4.2602205) [Glasgow City Centre] Allow me to stress that I am not looking for a reverse-directory-enquires. I am more interested in 'local area' for things like weather by phone or "Where's my nearest P...

Implementation of APIs on diferent platforms

OK, this is basicly just about any non-default OS API running on all different OS. But for my example let´s consider platform Windows, API SDL (Simple DirectMedia Layer). Actually this question came to my mind when I was reading about SDL. Originally, I thought that on Windows (and basicly any other OS) you must use OS API to make cert...

Simple XML variable returns "0"

Ok, so im working with tumblr's API and im using SimpleXMLElement with php and ive run into a problem. Basically, when I call on a variable it just prints a zero. for instance : <?php echo $data->posts->post[0]->photo-url[5]; ?> This just breaks the page, and when I leave out the [5] it just prints zero I want to echo the photo-url...

libvirt and VirtualBox / Getting Started

I'm trying to get started on libvirt with VirtualBox as a virtualization solution. I installed everything and VirtualBox itself is running when using their VBoxHeadless command. However, libvirt fails to connect to VirtualBox: # virsh -c vbox:///session libvir: error : could not connect to vbox:///session error: failed to connect to the...

Querying Webservice API

Are there any Public WebService API that I can query and get the search results in XML? ...

Can I upload photos to a wall belonging to a fan (company) page wall using the Facebook Graph API?

Hi there, I need to know if it's possible to make it so authorized users can upload photos to a fan page of a company (to the wall) using the graph API. Also, is it possible to become like (become a fan) of a company page through the api once the user is authorized. Many thanks in advance, Mark. ...

Which Windows API opens the print properties dialog?

I would like to hook into an Office application just before the print properties dialog is opened (the dialog where you choose the paper, printer, etc.). Which Windows API opens this dialog? ...

increase cache period for Rails DB queries

Hi. Is it possible to increase the caching period of all Rails DB queries? In my case API calls can live with a bigger (mem)cache expiry time. -- M. ...