A third-party library is a reusable software component developed to be either freely distributed or sold by an entity other than the original vendor of the development platform.
0
votes
0answers
13 views
Any tools that can help manage 3rd party libs and apis?
With applications these days relying on so many other libraries and apis, I would assume there is a web-based tool somewhere that can make managing them easier. A few features would be....
-Alert me ...
0
votes
0answers
17 views
what is geodirectoryNetApi ?? IF need to get an newer version of this dll should i need buy or do free downloand?
I need replace this geodirectoryNetApi dll with new version.It's a 3rd party tool which we use and I'm not sure from where I can download this dll
Below are some details about the Current version ...
-2
votes
0answers
26 views
How to build speech-to-text winRT-XAML application
How i can build Windows-8 Application (XAML) convert speech to text?
after search found library convert text to speech only(TranslatorService).
How can build this app ? and how can use 3rd party ...
0
votes
0answers
25 views
Windows-8 Application with 3rd party library “ xaml”
My Windows-8 Application depend on " speech Recognition "
How can use " speech recognition 3rd party library " with XAML APP ????
0
votes
1answer
31 views
MVVM Wpf Dynamic Drawing
We are working on building a desktop application that will be graphic centered. I think we are going to be using WPF since we are a .net shop.
The basic idea is that we have our model data stored in ...
1
vote
3answers
58 views
Adding a library to Concrete5
How would I go about adding a library (This one) to Concrete 5?
File structure looks like this
C5/
libraries/
3rdparty/
PHPImageWorkshop/
Core/
Exception/
...
0
votes
0answers
13 views
Add Android Widget Project As Library in Eclipse
After the new Android SDK update I had some problems configuring the libraries. I was able to implement the Google Play Services library in my project, but I downloaded a 3rd party widget which I just ...
0
votes
0answers
90 views
Installation of Libraries (OpenCSV) In Eclipse for Android -
I am new to Android Development and I was tearing my hair out for 2 days trying to install the opencsv library. I managed to install the library and have no compile error, but I could not work out why ...
0
votes
0answers
34 views
Taglib/namespace for PrimeFaces isn't being resolved
I am using Oracle Enterprise Pack for Eclipse, running WebSphere Application server, and using Maven. I have added PrimeFaces 3.5 to the dependencies in the POM file and
<html ...
0
votes
0answers
45 views
C++ 3rd party library repository/ package manager
We're developing C++ applications on Windows and we have a number of 3rd-party libraries, that are obtained in two ways:
self-compiled binaries (Qt, boost, openssl), that have to be installed ...
0
votes
1answer
24 views
AnyMaps legend items don't use the correct icon colors
I use the AnyChart/AnyMap system to render custom maps for my site, currently version 6.0.11. We're displaying a map of the USA split up into regions, and each region is assigned a color according to ...
0
votes
0answers
56 views
Finance Technical Indicators argument meaning
I try to use TA-Lib in my c# application. I find it hard to understand the meaning of every argument in all the great functions that are implemented there.
For example in function AvgPrice() - from ...
0
votes
0answers
34 views
Changing 3rd party jar files in netbeans
I have a project in Netbeans that I'm using some 3rd party jar files in. There's a library folder in my project that I can find the source .java files in, but if I make changes to those files the ...
0
votes
1answer
43 views
Is it possible for a CodeIgniter Library to define a route?
I would like to write a CodeIgniter library that has a command-line interface. CodeIgniter supports CLI:
http://ellislab.com/codeigniter/user-guide/general/cli.html
However, I'm wondering, is there a ...
0
votes
1answer
165 views
Third party Chat server for android/iOs PAID OR FREE [closed]
We have developed a conference app where every user will registered to server. Now we are trying add a new feature called "Networking". It is some thing like chat app.
SO, when ever a usr logged in , ...
0
votes
2answers
107 views
Tool/SDK for sending messages to my iOS app users
I was wondering if there's a tool/sdk I can add to my ios app that will allow me to send messages (in the form of confirm dialogs/overlays) to users. I would like to notify users of new updates/new ...
0
votes
1answer
51 views
UltimateGrid: Multi-row text in heading
I'm working on a complex grid layout, and UltimateGrid is my choice.
I have set a multi-row heading, then I have joined some cells in heading vertically.
Now, I'm looking for a way to set multi-line ...
-1
votes
1answer
388 views
Good library to view pdf in webview in android [closed]
Is there a good 3rd party library where I can open normal webpages and also pdf documents ?
I have a url which when opened will redirect to a pdf url, which I want to show in a View.
Thanks.
4
votes
4answers
296 views
How to resolve .NET Dll Hell?
How to fix?
I have 2 3rd party assemblies, that uses NewtonSoftJson.dll. The catch is one of them uses the older 3.x.x and another using 4.5.x. So at run time at least 1 of the 2 assemblies complains ...
1
vote
1answer
320 views
AngularJS with reveal.js
I trying use both AngularJS and reveal.js together. The following works:
<!doctype html>
<html ng-app>
<head>
<link rel="stylesheet" ...
2
votes
1answer
293 views
Move Delphi installation from one computer to another with 3rd party tools [duplicate]
Possible Duplicate:
How to migrate Delphi or clone Delphi registry settings?
I'm taking over an old desktop application written in Delphi 2007, and which uses like 30 third party tools.
I ...
1
vote
2answers
116 views
Using external libraries in Scala [closed]
I'm trying to figure out how to use external libraries.
I have no Java experience so the package names are pretty confusing to me. I come from JavaScript, Python, and Lisp type of languages where ...
3
votes
1answer
724 views
AngularJS - wrapping 3rd party asynchronic loaded library as a service
I have a 3rd party library that loads to my page asynchronously and I would like to use it as a service.
is it possible to wrap the loading code inside an angular service? and in general what would ...
1
vote
2answers
88 views
How do I use a class from a 3rd party DLL in c#
I have a 3rd party C++ dll that has a class in it I need to use like so in my C# app:
thirdPartyClass myInstance = new thirdPartyClass();
myInstance.Property = 42;
myInstance.DoSomething();
I know ...
0
votes
1answer
54 views
3rd-party JavaScript application dependency management
I'm contributing to a 3rd-party JavaScript application, let's call it X. A website owner may place X in their own site, let's call it Y, using a script tag, and X might render some content, respond to ...
-1
votes
1answer
68 views
Generic DRM (Distributed resource management) wrapper [closed]
I need to write a software, which launches DRM jobs in a customer environment and monitors those jobs status.
It should work with various customer environments and DRMs - like LSF, Sun Grid and ...
2
votes
1answer
105 views
Changing submodules classes vs using inheritance on submodule classes
I added REComposeViewController to my project as a submodule. You can download at github link .
I don't want to change classes from that submodule. Thus I inherited REComposeViewController. But ...
0
votes
1answer
148 views
Downloading 3rd party maven artifacts
When I try to download a 3rd party artifact manually, the file is downloaded but then an error occurs (within a normal build, maven downloads the file without any problems):
~> mvn install:install ...
0
votes
1answer
197 views
Yii - 3rd party library - where should I put?
Where should I put 3rd party classes in Yii app?
Here: http://www.yiiframework.com/doc/guide/1.1/en/extension.integration is the information that I should put them in vendor directory (but there is no ...
1
vote
1answer
179 views
C dll integration with C# SSIS Custom Component
I have created an SSIS data flow custom component which performs postal address cleansing using webservice which is integrated with a 3rd party C dll. The web service works fine but its completely ...
0
votes
2answers
211 views
HttpCore compatibility
We are dealing with a huge legacy project that uses some 3rd party libs, e.g. a bunch of Axis2 libs and few others.
The problem is that we want to use the latest version of Apache's HTTPClient V4. ...
2
votes
0answers
226 views
Google Analytics for third-party embedded widget
I've been able to test this to a certain extent within our application, however I'm still testing the waters with google analytics to see if it is the best choice for app analytics; for externally ...
0
votes
1answer
56 views
Linker errors in Xcode from using 3rd party SDK
It would really help if you could download the BlackBoard SDK and set up a quick project -- it only takes 15 - 20 minutes. Here is a link along with instructions
The project loads fine in the ...
0
votes
0answers
86 views
iOS : How to check is there any app has no Schedular/Cron Jobs?
How to check and ensure that, there is no Schedular or Cron Jobs at my Code (Specially 3rd Party) libraries and thus safe from harming other people and community.
Need help please?
2
votes
1answer
207 views
Version controlling Android/Eclipse project with all it's 3rd party libraries
So here is the deal. Let's say I'm developing an app depending on the facebook SDK and Chris Banes PullToRefreshListView. I import the SDK's to my workspace(which I don't really like since it fills ...
0
votes
1answer
129 views
Unit testing 3rd party library with private methods
I feel like I have gone the wrong direction with my unit test of a 3rd party library so I'm looking for some advice. The library has a private method that reads the path of some files but that path ...
2
votes
1answer
117 views
Using Git Sub Modules to manage 3rd party dependencies?
I'm currently running a test to see how Git sub modules work in the hope that I can use them to manage 3rd party dependencies.
In my local test I have a folder with my main git repo in it. I then ...
0
votes
0answers
150 views
Using 3rd Party Javascript UI libraries
I am very much a newbie to CSS. With so many libraries in the market for building fast HTML UI, it becomes a programmer's dilemma which of them to use. Often, when incorporating such libraries we face ...
-1
votes
1answer
78 views
Please suggest any 3rd party libraries or frameworks for PDF creation in iOS apps [closed]
I got a requirement to create a PDF with images from iphone local gallery and images captured with camera on iphone. After PDF creation user can Email the PDF as attachment and preview the cerated ...
0
votes
0answers
162 views
Using Eclipse to deploy webservice in glassfish does not deploy referenced code and jars
I am using eclipse indigo to create an web service and run it on glassfish 3.1.2 . I am pretty new to ejbs and glassfish. The web service will reference lots of code that I already have in another ...
0
votes
1answer
298 views
“Connect to SoundCloud” screen doesn't appear on iOS 4.1
I integrated the CocoaSoundCloud API into my project.
I followed the tutorial to open the "Connect to SoundCloud" screen (refer ...
0
votes
1answer
341 views
can I statically link a closed-source project with Apache-licensed library? [closed]
I'm working with a closed-source project which uses log4cxx Apache licensed 3rd-party library. Can I link statically with it to avoid additional binary dependency? Apache license is compatible with ...
1
vote
4answers
232 views
Library function for applying arbitrary geometric transformation to images in C/C++
Is there a library that allows warping an image using a generic transformation on the coordinates, which is given by a function pointer/object?
I.e., something like
Point2d myTrans(Point2d pt)
{
...
1
vote
1answer
143 views
Keeping 3rd party git projects in sync inside of a parent project
I have a project that contains many 3rd party libraries (jquery, RequiresJS, etc to name a few) that i would like to keep up to date and in sync with their upstream projects from within that parent ...
4
votes
3answers
287 views
Ruby's string interpolation for Python
Python's string formatting is not as flexible as Ruby's. For instance,
>>> "{foo[0]}".format(foo='abcd')
'a'
>>> "{foo[:2]}".format(foo='abcd')
Traceback (most recent call last):
...
0
votes
0answers
159 views
Getting PathClassLoader-error
Right now i am working on sencha touch application in android.
I have already some small sencha touch apps and they ware working fine. But after few days when i again get back to the created sencha ...
1
vote
1answer
280 views
WPF 3rd-party grid
I am looking for a grid with the following requirements
Editable: This means that the user should be able the grid directly without switchting to some detail windows or stuff like that.
Entity ...
1
vote
1answer
115 views
Is it safe to strip stuff out of *.Designer.cs files?
We just swapped one set of Oracle components (ODP) for a different set (DotConnect), and on opening a project that has remnants of references to the old (ODP), I get the err msg, "The type or ...
2
votes
1answer
689 views
Using Jsoup (or other 3rd party jars) in android
This is the first time I've used a 3rd party jar, but it seems like I'm doing everything right. I'm using Jsoup to parse html.
In my project, under Properties->Java Build Path I have added the ...
0
votes
2answers
89 views
Why not use script tags for 3rd party libraries when AMD loading
There are a lot of work arounds and hacks for getting 3rd party libraries - things like underscore.js and backbone.js for example to work with an AMD (Asynchronous Module Definition) script loader - ...



