Now let me explain real quick what I mean by "commercial". By that, I simply mean my feature would come with ads to produce revenue. The end user still gets free access.
You see, I came up with some ideas for features that would be really nice if they supported, but I would doubt they would support any time soon. The terms of service...
I'm working on a project and I need to create an API. I am using sockets to communicate between the server (my application) and the clients (the other applications using my API).
This project is in c not C++
I come from a linux background and this is my first project using Windows, Visual Studio 2008, and dll libraries.
I have com...
I am new to FreshBooks (not only the API) and I want to use it for some automatically generated invoices. I was trying to run some of the source code examples (the PHP and JS libraries in particular):
http://developers.freshbooks.com/api/samplecode/
The problem is that I get an error message:
"Connection error"
Do I need to set up anyt...
Hi Everyone,
I was wondering if someone could do me massive favour..
I really don't understand how to make use of APIs - so I was wondering if, using Basecamp as an example, someone could talk me though the basics.
So far I have an application with a dashboard controller/view, I have put basecamp.rb into my /lib directory, added the ...
There are two obvious ways in C to provide outside access to internal attribute values (A) provide a generic interface that accepts a list of attributes that changes over time (some added / some die) or (B) a specific interface for each and every attribute.
Example A:
int x_get_attribute_value(ATT att)
{
if (a) return a_val;
if...
I am trying to use Bamboo's remote API to extract some statistics. It looks like it doesn't support extensive reporting. All I got was a way to get the most recent builds. What I need is a list of all builds (maybe up to a numerical limit) or at least the count of successful/failed builds so far, is this available anywhere? any other ide...
What is the purpose of Task Queue Java API? How does it work, and where should it be used?
...
I'm looking for a good open source multi-touch API to use in a project we might get. So far I've found PyMT, but haven't really seen any comments on the maturity of that product, so any input in that regard would be much appreciated.
I'd also like some other suggestions on API's that might be of interest, since googling have only given ...
Is there any Java API for that? How can I read this information.
...
Hello everybody!
I would like to ask from you guys/girls somebody used radar image api in MOBILE PLATFORM? I got some good provider but the user agreement don`t allow to use it in mobile platform.
Even some good weather forecast API exists? (with moon phase,5-7 days forecast) and radar images ? Maybe search by US zip code?
...
Possible Duplicate:
Task Queue Java API
Hi Its difficult for me to understand the Task queue java API concept Plz give me a simple complete Task queue program It will very useful to understand the concepts... Plz Help me..
Regards
Sharun.
...
How do I use the IWindowsUpdateAgentInfo::GetInfo Method
I have referenced the WUApiLib but I cant find this interface anyhwere
...
I will be developing a mobile app (iPhone) and a web based app (Django) soon. For the mobile app I will be creating a REST api (most likely using Django) to send data back and forth from phone to server.
When I comes time to create the web based version does it make sense to just create it as any other client of the api. In other words ...
I notice in some Velocity reports I'm working with that $fn contains some built in functions for Velocity. I can't seem to find a list of these. For example, `$fn.formatNumber($fn.duration($time),'##0.0')
My google-fu has failed me on this one. Anyone have link to the docs on this?
...
Hi, I'm working a script that will upload videos to YouTube with different accounts. Is there a way to use HTTPS or SOCKS proxies to filter all the requests. My client doesn't want to leave any footprints for Google. The only way I found was to set the proxy environment variable beforehand but this seems cumbersome. Is there some way I'm...
Hi i'm new to Task queue concepts when i referred the guide I got struck on this line
queue.add(
DatastoreServiceFactory.getDatastoreService().getCurrentTransaction(),
TaskOptions().url("/path/to/my/worker"));
what is TaskOptions() method. Is it default method are method created manually what will TaskOptions() method wil...
In more details:
I want to build a web service to which users register and by browsing my site, users can send blog posts to their own blogs. Initially wordpress.org is discussed. However, I'll be happy to hear solutions for typepad or wordpress.com as well.
The ideal solution would be a way for my server to simply "tell" their blog wh...
Hello guys,
I'm trying to get authenticated for receiving and publishing Google Buzz-es from a Qt 4.6(c++) application. I'm looking for a cross-platform solution.
Could anyone provide some working solution for this purpose?
...
Hi i'm new to Task queue java API i tried a simple Example for it. My idea is to redirect the queue file to a servlet and to print some statement in the servlet.But it doesn't work. i mapped web.xml and used default queue I didnt get any Error but the file is not redirected to servlet . this is the codee i followed
taskq.java
...
I'm in need of generating and viewing PDF/X-1a. After spending quite some time I came to the conclusion that the only way (hopefully someone will prove me wrong) to achieve this is to use Cocoa.
More context: I need to generate PDF/X-1a, that is, all the fonts embeded, spot colors, overprint, ... preferably from Python. But the only lib...