3rd-party-library

Locally patching & maintaining third-party library code

...

Programatically include JQuery in high conflict environment -

I'm writing a snippet of code to be put on any third party website and have NO idea what environment it will be dropped into. My end goal is for the badge to be <script src="http://example.com/js/badge.js"&gt;&lt;/script&gt; I would like to use jQuery in my badge code to make my life easier, but I don't want to require another includ...

What was the worst 3rd party API you had to work with?

I have recently been working with a 3rd party API that I had to make so many custom quirky algorithms just to return the basic information that it has basically driven me nuts... What is your worst experience with a 3rd Party API? ...

iPhone: Using C Libraries

I'm trying to write an SSH client for the iPhone, and I'd like to use the libssh2 open source library to do so. It's written in C. What is the best way to use this C library for my iPhone app? Should I compile it into some binary that I include into the my app, or do I add all the source to my project and try to compile it along with ...

Should I use a façade over 3rd party assemblies?

We are compiling a list of common functions and methods into a utilities assembly. Part of this utilities assembly is to provide a façade over the Enterprise Library Logging Block. The utility assembly abstraction provides an extension over the Logging Block in a number of ways: A custom database logging component to capture richer log...

Delphi warnings are bugging me

In one of my component sets, I am getting a number of warnings at compile time: "Method Create (Clear, DrawTab) hides virtual method of base type ControlX". My problem is that I don't know enough about virtual methods and Delphi to know how to fix this properly (we have the source code). Does anyone know how to fix this type of error i...

3rd party library depends on different versions of enterprise library assemblies that my application uses

I have a web application that uses the enterprise library for logging. I've recently been asked to use a 3rd party library that also has dependencies on the same enterprise library assemblies I'm using--except it uses different versions. I don't think I can throw the EL assemblies in the GAC (or maybe I can and I just don't know how), ...

Ideal Release Methodology, Tools, Structure

I'm at a firm that currently does releases in a very slow, manual way: Each deployable project has an installer. Once the release is ready, somebody remotes into the server and runs each installer. I know there are better ways, and I've built better ways, but I want to present a way that is so stellar, so clear, and so easy that nobod...

Supress 3rd party library console output?

I need to call a 3rd party library that happens to spew a bunch of stuff to the console. The code simply like this... int MyMethod(int a) { int b = ThirdPartyLibrary.Transform(a); // spews unwanted console output return b; } Is there an easy way to supress the unwanted console output from ThirdPartyLibrary? For performance re...

DevExpress versus Telerik: Specific Feature Differences for ASP.NET Development

I'm interested in coming up with a list of specific feature differences between these two products. I'm specifically looking at DevExpress's DXperience Enterprise subscription and the Telerik Premium Collection for .NET, which seem to be closely competing offerings. If someone can point me at such a comparison list, that would be great...

DevExpress versus Telerik: Specific Feature Differences for Reporting

I'm interested in coming up with a list of specific feature differences between these two products. I'm specifically looking at DevExpress's DXperience Enterprise subscription and the Telerik Premium Collection for .NET, which seem to be closely competing offerings. If someone can point me at such a comparison list, that would be great...

DevExpress versus Telerik: Specific Feature Differences for WinForms Development

I'm interested in coming up with a list of specific feature differences between these two products. I'm specifically looking at DevExpress's DXperience Enterprise subscription and the Telerik Premium Collection for .NET, which seem to be closely competing offerings. If someone can point me at such a comparison list, that would be great...

svn and branch for 3rd party

Hi, What I have I have a C++ code base and svn is used for VCS. My code uses several 3rd party products. We use different version of each product and use it on different OS (Linux and Windows). The 3rd products (with the required version) are present in on compilation machines and are used at compilation time, so the relationship b...

Not yet ported Java libraries for .NET

Hi, I often read and feel that .NET Framework has much less libraries to use in project than available in Java world. Even if some ports exists, a lot of them are not at the full speed/active. One example is Apache NFOP. It has not been updated for a while. Another is NHibernate - it is very active but does miss a lot of features that ...

How do I import a third party lib into git?

Hi I'm looking at how to import some third part code into a git repository. The third party code is the "stm32f10x_stdperiph_lib" that is provided by ST. The lib is actually a bunch of normal c-files (and header-files) that you just include and build with when you do a STM32 project. The problem is that they only provide it as a zip...

Can (Should) I put 3rd party libraries in version control?

Hi all.. I've met quite a few people lately who says that 3rd party libraries doesn't belong in version control. These people haven't been able to explain to me why they shouldn't yet, so I hoped you guys could come to my rescue :) Personally, I think that when I check the trunk of a project out, it should just work - No need to go to ...

.NET - providing sign certificate with 3rd party libraries

Hi, I want sell some .NET library and I want provide "edition" with full source code. Should I provide the sign certificate with the source code or should users-developers sign it with their own? ...

Method in Java to create a file at a location, creating directories if necessary?

I am attempting to write a file using java.io, where I am trying to create it at the location "some/path/to/somewhere/then-my-file". When the file is being created, any of the directories on the path may or may not exist. Rather than throw an IOException because there are no such directories, I would like the directories to be created tr...

Nested git repositories?

Can I nest git repositories? I have: /project_root/ /project_root/my_project /project_root/third_party_git_repository_used_by_my_project Does it make sense to git init/add the /project_root to ease management of everything locally or do I have to manage my_project and the 3rd party one separately? ...

BlackBerry - Can we import *.cod file as a library for 3rd Part application?

Hi everyone! Anyone have anyidea ragarding the above topic then please reply. If it possible then how? Write an example code if possible to explain. Thanks ...