Top "Libraries" questions

Use this tag for questions about software libraries.

The abbreviation impl is used in a lot of libraries; What does it mean?

I've seen impl used as namespaces and as a class suffix in a number of different .net and Java libraries. …

naming-conventions libraries
Add external c++ libraries to a CLion project

I am using CLion from Mac, and i'm having problems to understand how can i add external libraries to my …

c++ opengl libraries clion
iOS 8 Expected a type

I have the UIScrollViewSlidingPages and the SSPullToRefresh libraries in a lot of projects, but suddenly, I'm getting this weird errors …

objective-c ios8 libraries
how to #include third party libraries

I have built and installed a library called OhNet. After make install the corresponding header files of the framework have …

c++ build include libraries include-path
Libraries for constructing an interactive shell for Java application

I am looking for libraries for Java that will allow me to create an interactive shell. I have done some …

java libraries
What are the libraries linking options in Xcode?

As of Xcode 7, there are some library/framework linking options in Xcode Go to application Target in project tab General …

ios xcode frameworks binary libraries
MathML and Java

I've been doing some research for a mathematical Android related project I'd like to embark upon and I stumbled across …

java android math libraries mathml
What scalability issues are associated with NetworkX?

I'm interested in network analysis on large networks with millions of nodes and tens of millions of edges. I want …

python graph social-networking libraries
Using two different versions of same the nuget package

I wanted to use two different version same library (OpenCVSharp 2.x and OpenCVSharp 3.x) Well i downloaded those two packages …

c# .net reference libraries
How do I use external crates in Rust?

I'm trying to work with the rust-http library, and I'd like to use it as the basis for a small …

libraries rust