Top "Libraries" questions

Use this tag for questions about software libraries.

How to create a custom Python code library for the Robot Framework

I already have Python source files for some custom tasks. Can I create a custom library of these tasks as …

libraries robotframework
Disable messages upon loading a package

I have a package in R (ROCR) that I need to load in my R environment. Upon loading the package, …

r message libraries suppress-warnings verbosity
Convert XML to JSON object in Android

I have an XML string as shown below: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">&…

android xml json libraries
Installing C++ Libraries on OS X

I am trying to get my head around some basic concepts, but I can't seem to figure them out. I …

c++ macos opencv installation libraries
How to add libraries in C++?

Yea this is a dumb question... However in both of my C++ classes we did not do this at all (…

c++ libraries
Difference between .a .o and .lo file

What is the difference between .a .o and .lo file in C?

c++ c shared-libraries libraries
How to include external libraries in Ant build.xml file?

In my Java source-code I want to use different classes from java archives (.jar) stored in my application's "lib" directory. …

apache ant properties libraries build.xml
Where do I put third-party libraries to set up a C++ Linux development environment?

I'm not new in C++ although I'm new in Linux. I'm using CMake to precompile a cross-platform game engine with …

c++ linux libraries
Adding Joda Time to Android Studio

I got the file from the Joda site and followed these instructions for adding libraries but when I get to …

android jodatime libraries
Referencing the google-play-services library

I'm working on a project using the Google Maps Android API v2, and I have a problem when I start …

android eclipse google-maps libraries google-play-services