Relative Content

Tag Archive for third-party-libraries

Questions to ask a 3rd party API provider [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]

Would it be possible to publish my code on an official site with a third-party library?

I’m building a rather large and extensive wrapper in Delphi for an email system called Mandrill. There are wrappers for this API in many other languages, but not for Delphi. So, I’m hoping to produce the first full wrapper. The problem is, I’m utilizing a third-party JSON parser called superobject. I’m afraid that if I complete this wrapper, I won’t be able to provide my code for Mandrill to share, because of this third-party library.

Getting into Guava

So I recently started using Netty for my applications client/server communication and I discovered I loved the idea of listenable Futures. I wondered why I didn’t know about Java being able to do this, and, sure enough, it cannot.

Using third party/ open source controls [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]

Third party libraries in an open-source C# project

I’m going to start an open source project from scratch, using git (via github) to manage the source. The project will be written in C# and will depend on at least two external libraries (more are likely to come). I wonder how I should reference the libraries, and the following ideas came to my mind: