A product for a certain operating system that is made by a company who is not the provider of the operating system.

learn more… | top users | synonyms (1)

2
votes
0answers
14 views

like/sharing on a website with third party widgets

I have a martial arts club website which uses embedded picasa albums for hosting photos of events. I want to use the social plugins to give users the ability to like/share pages with these albums on ...
0
votes
1answer
8 views

Extract Path From File Dialog

My app uses a 3rd party DLL for image processing, which opens a file dialog to choose an image file. For continuity and usability reasons, I use a separate thread to change the dialog after it appears ...
0
votes
2answers
43 views

Python: How to use a third-party library

I am feeling completely stupid. I am a Python beginner and would like to use third-party libraries, such as dxfgrabber. http://pythonhosted.org/dxfgrabber/ I have played with the following, which is ...
0
votes
0answers
18 views

Comment system with api

I am developing a site (PHP/MySQL)with contains an event and comments on it. While creating events user specifies the message that will display as comment and other users will be allowed to comment on ...
0
votes
0answers
16 views

Ignore Three20 from being committed to SVN

I have linked Three20 into my project. For iOS 6 Compatibility I changed 2-3 lines in one of the Three20 classes. Now Xcode shows status as M for SVN see screenshot . How do I prevent All Three20 ...
1
vote
1answer
31 views

Implementing own ads, how to?

I was thinking of implementing my own ads in my app. Not needing adMob or google and the likes. I would like to give my advertisers some data, but then I thought I could just use a third party to ...
-1
votes
1answer
17 views

Authenticating the domain users with third party application

There is a condition which I have no idea to do anything. Imagine we have two systems in a network. System-A is client. System-B is domain controller. Also System-B contains an application which is ...
1
vote
0answers
32 views

Deploying 3rd party JARs to remote repository with ftp

I've succeeded installing the library in my local repository using mvn install:install-file. Now I'm trying to deploy it to a remote FTP server using the following command: mvn deploy:deploy-file ...
1
vote
0answers
71 views

How to send Cross-Domain Ajax request when user clicks the link without preventing default behavior of click event

Im developing third party javascript application that can be included to any website (so I have to be very cautious and do not destroy website code) and I want to send an AJAX request to my server ...
3
votes
2answers
81 views

How to integrate LESS into ZendFramework 2

I have found this tutorial which is for ZendFramework 1. I download less and put it under project/vendor/. Leafo └── Less ├── Lessc.php └── Lessify.php In ...
0
votes
1answer
103 views

How to google login with codeigniter? [closed]

I am trying to login with Google in codeigniter, I have used some third party but I didn't get success, I have used openid, tank auth and some other third party libraries but I didn't get success, is ...
0
votes
0answers
63 views

Third party C++ library: cannot match speed of included example executables

I am a newcomer to C++ (coming from MATLAB and as an engineer); I am finding it much more involved. I built the third party library Shark using first cmake then mingw32-make. During the make ...
1
vote
1answer
133 views

Updating method for Android SQLite

I have logic problem (not technical) for updating the local Android database. There is over 20 people on the field with their Android based tablets running a client app. So, each one do some database ...
0
votes
0answers
60 views

unable to include third party library in codeigniter

I am trying to use the class ip2location_lite (got from here ). I have copied the file to application/third_party folder. In my controller class I am trying to use the function from the library as ...
1
vote
1answer
88 views

How to make a OBD2 distance calculator using closed sourced third party software and autoit

I would like to program a distance calculator using an OBD2 car reader. I have the OBD2 plug and several closed sourced third party programs to retrieve the current speed of the car, but I'm not able ...
2
votes
1answer
34 views

F3PlotStrip dynamically added graph have issues

I'm currently working on a Graphs based iOS app. For this I'm using a third party control called F3PlotStrip. And implementation is something like: - (void)viewDidLoad { _ecgView = [[F3PlotStrip ...
0
votes
0answers
10 views

Is there a possibility of using Facebook Zero in a 3rd Party App?

We are in the developing stages of an App for messaging. It's aim is to provide flatrate messaging service to people in Africa (starting in Ghana). It also aims to integrate messaging to every other ...
0
votes
0answers
50 views

how to handle an event fired from a thread in .NET

I'm trying to handle events fired from a third party dll (SDK). Basically, I am able to catch (handle) these events if the object is instantiated from the main thread (i.e. from the main application ...
0
votes
0answers
9 views

Install third party Application From BB 10 Application

I am working on a application that is same like App World (Application Portal) for BB 10 .Here i want to download & install third party application Binary file (.bar) through my application. ...
0
votes
3answers
387 views

Which ASP.net third party tools to use? [closed]

There are so many third party tools out there, and some companies have a bigger marketing budget than others that might make their product appear better than others. But I would like to know from ...
0
votes
0answers
56 views

Ant build for Android Test App that tests third party app

How do I create build.xml for an existing .apk that tests a third party app? In the code below, -m expects a path to an Android app, but I don't have the source to the AUT: android update ...
2
votes
1answer
232 views

google drive integration in ios giving error while calling insert

I am working in an application and trying to adding Google API to use google drive where user can store/share my application files. I found good tutorial for that Google Drive tutorial I downloaded ...
0
votes
1answer
42 views

Caching Third Party COM Object with ASP.NET Cache

What is the best way to get more performance out of third party COM component? We have a bottleneck issue with it we can't see to figure out a good solution for. The company no longer supports the API ...
0
votes
1answer
56 views

Call dll in safe mode

In my project i need to call many third-party apps. I am searching for a way for call that part in a safe way. If i call those in separate process i can isolate my main application from third-party ...
0
votes
0answers
82 views

Get if cookie is set from AJAX call in different domain

We embed JS from third party domain on our clients website to run a HTML5 app (third party, similar to TW widget). The HTML5 app runs inside an iframe after embed JS is loaded because browsers ...
1
vote
1answer
39 views

Should I checkin binaries in src\packages also into source control?

Should I check-in the binaries that are in the packages folder of my solution also into TFS (or any source control server)?
4
votes
1answer
110 views

Can any third-party load embedded resources from my project?

Please refer to one of my previous questions. I'm asking about loading a compiled resource from a DLL. Then refer to the answer by David Heffernan. His suggestion is to use a built-in mechanism to ...
3
votes
0answers
171 views

Trigger copy image column in Sql Server but only works on manual inserts, not from application [closed]

I have a table containing an image column in Sql Server 2008 R2. I know that data type is deprecated but this table is used by a third party software and so we can't change the table structure. ...
0
votes
1answer
111 views

How to write unit tests for a new third-party Django library

I am making a library as a Django app that's meant to provide generic leaderboards for other apps' models in a game application I'm working on. Clients of my library should extend an abstract base ...
0
votes
0answers
125 views

Auto fill a third party web site with the data from excel /CSV

Is there a way in JavaScript or PHP or any software which does so? I need around 100 different rows of data to be filled into a web form based on .NET platform. I tried a software which takes the ...
0
votes
1answer
47 views

Installing (and accessing) a Python module from a local directory

I would really appreciate a kick in the right direction. I'm trying to make an application in Python that will be run from a USB drive on a variety of different computers. Let's just assume for a ...
0
votes
1answer
8 views

detecting selections in other software

I'm not entirely sure if this is the correct place to ask this question, but I think it is so here goes. I would like to build software that can look at what the user is clicking in other programs ...
0
votes
0answers
24 views

Does the installer that integrates with Visual Studio helps in specific requirements?

I have the following requirements for packaging and installation tool. Integrated with Visual Studio 2008+ The user should be able to configure throw the setup a connection string to Oracle ...
0
votes
0answers
79 views

Third party globalization tools [closed]

I am currently on a team of developers that maintain and update an ASP.NET 2.0 website. We have recently been told by our corporate parent company to globalize the site for multiple languages. Rather ...
0
votes
1answer
168 views

Symfony2 using third party vendors inside a bundle

I am creating a CpanelBundle which will integrate the Cpanel xmlapi into Symfony. I will use the class provided by CpanelInc here: https://github.com/CpanelInc/xmlapi-php. I want to make this bundle ...
1
vote
1answer
126 views

Deserialize binary serialized instances from third party DLL gives uninitialized/empty instance

I have a collection of files containing binary serialized instances of a class from a third party dll. I don't have access to the third party source code but I have the dll. I need to deserialize ...
0
votes
1answer
96 views

OAuth2 gem: implementation for third party - access other accounts data in seek.com

I'm connecting to an API (seek.com.au) which uses OAuth2 for authentication. I struggled with OAuth2 gem for a while and I ended up writing the plain requests as will follow. Although this is working, ...
5
votes
1answer
111 views

Third-Party Code and Git

When developing iOS applications, I frequently use third-party code from GitHub and reusable classes I created myself. What I have been doing is cloning the source code into a specific folder ...
0
votes
0answers
47 views

Load 3rd party objects via JS or AJAX after the page is done loading

This is just an attempt to broaden the 3rd party JavaScript delay question asked 2 years ago. I have multiple 3rd party elements loading on my website. They are not only JS, but also images, flash ...
0
votes
0answers
25 views

In “NING.COM ”, how can I add maps function to my network?

In NING APPS, there are no APPS like LBS(location based service). If you Know how to add function, please give me an advice. Thank you.
2
votes
2answers
157 views

Using a Third Party Library Consisting of “.h”, “.lib” and “.dll” Files

So currently I'm trying to use the VISA library from National Intruments and the IVI Foundation to read/write commands to various external devices. I am relatively novice with my IDE: Microsoft ...
1
vote
0answers
29 views

Third Party API online accounting system

Not sure if this is right forum to ask. I am looking for third party api which can be used via asp.net to maintain accounts similar to bank accounts but in this case accounts of employees of a ...
1
vote
1answer
33 views

Removing specific listener

SO Currently I have faced the following problem: we use some third-party libs in our project and there is a model which supports adding and removing (not getting!) certain type of listeners. And the ...
0
votes
1answer
104 views

Denying access to my adserver to third-parties

I have this situation: An user with IP X visit my website with IP Y. The website has an external < script > tag which get information from an AdServer Z (< script src=Z/script.js />) and display ...
0
votes
0answers
132 views

IE and third party cookie

i know this subject was comment many many times but i still can't find any solution... Here is the situation : www.client.com/module.php set an iframe to read a cookie on www.mysite.com : ...
0
votes
1answer
162 views

Maven: dependency on a third party jar not in central

I'm mavenizing RoboBillingLibrary and I've got a dependency on Amazon's in-app purchasing library that's not in Maven Central. What's the proper way to add the dependency (without submitting it to ...
2
votes
1answer
118 views

Third party cookie - read from other domain

I'm creating third party cookie with <img src="http://example.com/test.php" /> test.php: if($_GET['r']) { header('Content-type: image/gif'); // echo transparent 1x1 pixel exit; } ...
0
votes
0answers
121 views

How to check for third party cookie ability (JS/PHP)

Had to check for third party cookies - and thus I wrote this here script. All inputs are welcome, most likely a lot of nifty stuff that could be done here that I have not done. The function ...
0
votes
1answer
61 views

How do I properly separate API from my logic?

I am using a 3rd party API that quite frankly, sucks. I'm pretty much forced to use it because my company wants results now and we're too small to do the job of their API right now. However, there is ...
2
votes
3answers
380 views

Declaring third party DLL dinamically in VB.NET

I'm facing a problem importing a DLL on different environments. I have to check Windows platform and import the third-party DLL that will be placed in C:\Program Files\ (for 32-bit) or C:Program Files ...

1 2 3 4 5 8