2
votes
11answers
263 views
Assisting in avoiding assert… always!
In C and C++ assert is a very heavyweight routine, writing an error to stdout and terminating the program. In our application we have implemented a much more robust replacement for assert and given it …
0
votes
1answer
25 views
Java API to convert rtf file to doc
Is there any Java API available which converts .rtf files to .doc fille(97-2003) format?
Please Help!
0
votes
1answer
11 views
Using speach API in flash and JavaScript
Hi,
I have written sample html page, which calls speach API. I am making use of ActivxObject. For windows this works fine. Now I am looking for the API which I can be used under windows as well as …
0
votes
1answer
21 views
Errors while using the Google Maps Flash API
Hi stackers, my question today is dealing with the Google Maps Flash API.
I successfully created a basic map using Flash CS4 with the API here: http://gaban.com/googlemaps/
Now my problem is with …
0
votes
3answers
34 views
are there any Subversion API wrappers available?
looking for subversion api wrappers that would let me make calls to subversion via a web application.
any language at this point
1
vote
3answers
43 views
Consume RESt API from .NET
Hi All,
I am trying to consume REST API from my .NET Application. This API's are all written in JAVA.
I am asked to pass the authentication credentials vis HTTP headers. How can I pass these …
0
votes
2answers
28 views
How to (or Can I) use Google Maps in a Desktop application
Hi. I researched this, read the TOS and only got more confused. I want to develop a desktop application (Java or Objective-C) using maps. What I'll actually need from the maps is to visually set a …
0
votes
1answer
24 views
email to api service? does it exist?
Is there any service that receives emails users send to me, parse the content and call my API?
I would do it myself but don't want to mess with mailservers, cronjobs, etc
Thanks
1
vote
1answer
43 views
Audio Device, change Speaker setup
Hi Guys,
I want to change from my program the speaker setup, which is under speaker settings / advanced... section.
I tried to find maybe there is some sort of registry entry but no luck till now …
2
votes
4answers
74 views
Types in a public c++ API
I'm writing a library and wonder what's the best practise for datatypes used in a public API.
Given the funtion
void foo (int bar)
which expects an index to some internal array/container. What …
2
votes
2answers
39 views
Delete (MediaWiki) Page with C# (HTTP POST)
Hello. I try to delete a page like this:
WebClient wClient = new WebClient();
wClient.UploadStringCompleted += new UploadStringCompletedEventHandler(client_UploadStringCompleted);
string str_post = …
0
votes
5answers
83 views
Is having a function call block a bad design process?
I'm writing an API which is used to receive some data from another application. Currently the function is designed to block until data is received. In my mind this limits developers using the API to …
0
votes
1answer
26 views
connect Iphone with Facebook API
Hi
I want to connect facebook API's with my IPhone. For this I have downloaded the FBConnect sdk and included the FBConnect group of FBConnect.xcodeproj in my application and then I have written the …
0
votes
1answer
26 views
Is basic auth with SSL secure enough?
I am developing an application which need to handle a massive amount of REST requests. Using basic auth will save a lot of computing resources since I don't have to compute the signatures. Also, the …
0
votes
0answers
17 views
Searching for a good usb camera which can rotate to check a whole plane [closed]
I'm looking forward buying a camera which can check 180 degrees on 2 axis.
To make this a programming question, i'll ask for a good camera which can check 360 degrees on 2 axis with a good API.
How …
