Use this tag for questions about software libraries. This tag is NOT for questions about computer programs used in public lending libraries or other brick-and-mortar libraries.
0
votes
1answer
29 views
adding custom js libraries to webstorm / phpstorm
so i just started using webstorm & phpstorm. i use head.js is almost all my larger javascript apps. in my main.html file i use a script tag to load head.js, and pass all the other js files i need ...
0
votes
1answer
29 views
Proguard - Can't find any super classes
I'm getting this error:
Unexpected error while performing partial evaluation:
Class = [org/apache/log4j/chainsaw/Main]
Method = [<init>()V]
Exception = ...
1
vote
2answers
136 views
Overriding User Library Classes in Java
I code java with BlueJ for Mac. I have added the stdlib.jar library (From princeton http://introcs.cs.princeton.edu/java/stdlib/). Before added this library I had my own class named StdDraw.java (The ...
0
votes
0answers
12 views
import com.google.api.client.util cannot be resolved
I am building an ap and I have been following a tutorial that has me create these new classes. In the classes, it has you import "com.google.api.client.util" and when I did this, it comes up that it ...
0
votes
0answers
15 views
SlidingMenu and Android-PullToRefresh libraries conflict
I am currently using 2 libraries in my Android project:
SlidingMenu: https://github.com/jfeinstein10/SlidingMenu
Android-PullToRefresh: https://github.com/chrisbanes/Android-PullToRefresh
With ...
0
votes
2answers
332 views
Importing Libraries Issue - “ImportError: No Module named ____”
I've looked through a lot of the other question/answers for this topic but no avail.
I downloaded numpy and nltk using pip, and based on the messages I know the install location is:
Requirement ...
-2
votes
1answer
10 views
Link google hosted Jquery library when using an external js sheet [closed]
I'm new to jQuery and Javascript and I have a few questions. Most importantly, I'm using an external js file and I'm not sure where to link my library - on the html pages or the js page. Also, I'm ...
1
vote
2answers
26 views
Including jar files into library project
I am developing small library for android application. My library having some dependencies for that i want to include some external jar file into my library project so that user of library need not be ...
0
votes
2answers
46 views
Are Imports and Libraries the same?
So I am kind of confused, I am righting my dissertation for the software I made and i was wondering while explaining the code if the Imports that i used in each class like
"import ...
0
votes
2answers
44 views
Python: How to use a third-party library
I am feeling completely stupid. I am a Python beginner and would like to use third-party libraries, such as dxfgrabber.
http://pythonhosted.org/dxfgrabber/
I have played with the following, which is ...
0
votes
3answers
1k views
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 referencing google-play-services_lib. A red exclamation mark appears on my project icon, and I have an ...
1
vote
1answer
46 views
Can't reference an Android library into my project
I would like to use the android project PagerSliding
I have imported it into my workspace.
After that I get into MY project properties add a library, and then click apply and ok, so I get :
If I ...
10
votes
2answers
3k views
ASIHTTPRequest equivalent for Android or any HTTP request manager/wrapper?
I'm developing an app that will make extensive HTTP requests.
I know for a fact that iOS has a third-party library called ASIHTTPRequest to manage and organize all these requests, making it much ...
0
votes
0answers
13 views
Could not find class sf.json.xml.xmlserializer
I have the following code in my program.
url = new URL("http://www.aemet.es/xml/municipios/localidad_41091.xml");
URLConnection in = url.openConnection();
BufferedReader read = new ...
0
votes
1answer
69 views
eclipse can't import library inner class for android application
I've added a library to my android project by putting .jar file into /libs folder and by adding Project->Properties->Android->Add. The problem is that I can't import one static public inner class. ...
0
votes
5answers
50 views
Adding supported libraries in android application
I'm a newbee in android platform. Im trying to create one appliccation in the latest version. but i want to run that app in the lowest versions.I just heared about using supported libraries along with ...
-2
votes
3answers
58 views
How to install Python modules on Windows 7 64-bit [closed]
I would like to know how can I install Python packages on a Windows 7 system?
I've followed more guides than I can count and all ended up in failure, unfortunately.
And since I am new to Python, can ...
0
votes
1answer
88 views
Visual Studio 2010 Cannot Open VC++ Include Files
really struggling with a Visual Studio issue here. I get a bunch of errors from Visual Studio after having re-installed it, about it not being able to find VC++ libraries:
Error 1 error C1083: ...
1
vote
0answers
57 views
Where can I find a Book\Tutorial that will teach me what I need to know to install any Common Lisp Library I choose?
If we can build a knowledge repository here for Lisp Library Install Help...It could help out a lot of Lisp Noobs and Advanced Noobs(Me)...I'll keep posting back as I learn so My experience can help ...
0
votes
0answers
20 views
Linking opengl java libraries
I have a project that I'm supposed to be working on with a team, and which I'm trying to set up in Eclipse. I've only ever done small Java projects before and always wrote them in gedit and compiled ...
0
votes
1answer
33 views
Should I care about Compiler when I have created Library/Framework of my Project and running on Different Compiler?
I have created iOS Library/Framework (static) of my project using LLVM GCC compiler with NON-ARC build. Now I want to use this Library in my newer projects with Apple LLVM Compiler with ARC ...
1
vote
0answers
47 views
How to dynamic load the library with same name but in different directory in Linux?
I have to dynamic load .so in Linux, but I find it is difficult to deal with the same name libraries.
I have 2 libtest.so in different directories and they are depend on other different libraries.
My ...
2
votes
1answer
2k views
Text-to-speech libraries for iPhone [duplicate]
Possible Duplicate:
Text to speech on iPhone
How do I get started with text-to-speech conversion in iPhone?
I want to read the text typed by the user. Are there any available libraries or ...
-2
votes
0answers
42 views
Use thermal sensors (to detect human presence) [closed]
I am thinking of developing a java program which keeps a track of no. of people entering a particular room (and also some other info). So, i need sensor to detect the presence. I was thinking of ...
0
votes
0answers
12 views
Multiple paths to a library in Eclipse
I'd like to be able to tell eclipse to try multiple locations to find a library. For example:
"First try to find the library at Path1. If Path1 doesn't exist, look at Path2"
The reason for doing ...
1
vote
1answer
72 views
managing two libraries with cabal that depend on each other
I've got the following question:
I've got two Haskell libraries that depend on each other, and both libraries are managed by cabal. The corresponding cabal files look like this:
Library 1:
name: ...
0
votes
2answers
40 views
Which HTML5 canvas game library has hover support?
I'm going to build a simple game using HTML5 canvas. Instead of doing everything manually, I decided to use some library. I see there are many (over 100) libraries out there and have checked out some ...
0
votes
1answer
39 views
How do libraries work at compile & link times [duplicate]
Im new to c++, getting an understanding on how libraries work, i know what a library is, but i was hoping for a quick summary of how it works at both compile time and link time?
0
votes
1answer
22 views
Adding libraries/Frameworks to XCode project using the command line?
I am looking for a way to add libraries to an XCode project, using the command line.
I have been successful in adding files to groups with the XCS tool, but it does not support libraries.
I would, ...
-1
votes
0answers
25 views
is there an xmpp and jingle library for blackberry, symbian and apple ios sdk
I have an idea of creating a text, voice chatting app \for android, blackberry, symbian and apple ios phones. however, I have downloaded the asmack library for android xmpp and jingle library I am ...
6
votes
3answers
221 views
Are languages really dependent on libraries?
I've always wondered how the dependencies are managed from a programming language to its libraries. Take for example C#. When I was beginning to learn about computing, I would assume (wrongly as it ...
-1
votes
0answers
13 views
Is there any protocol or library thought to EXchange files? [closed]
I've been googling this, but I can't find anything. My use case:
I want to exchange two files. When I say "exchange" is just that: User A send A_file to user B and get B_file from him/her in ...
0
votes
0answers
8 views
Map Video Time Slider Library
I want to code a 2-D Map fed from a data set that contains time and location where it displays markers as time passes in the data set like a movie. For example, we have 100 timestamps and locations ...
1
vote
1answer
28 views
loading and dynamic linking
When a process requires a function from a dynamic library, is the whole library loaded into memory or just the function alone is loaded?
For example:
When I use the printf() or any function from the ...
0
votes
0answers
31 views
Is there any node-based dataflow editing JavaScript library? [closed]
What I look for looks alike vvvv node based dataflow edintor (or ThreeNode which is sadly 1) not a lirary, 2) CofeeScript based with complex dependencies).
So is there any node-based dataflow editing ...
7
votes
3answers
1k views
What scalability issues are associated with NetworkX, the python network analysis library?
I'm interested in network analysis on large networks with millions of nodes and tens of millions of edges. I want to be able to do things like parse networks from many formats, find connected ...
0
votes
2answers
674 views
Using the Arduino libraries for regular AVR code
I have an Arduino Uno and a Linux environment. Though the Arduino IDE is great and all, however it doesn't give me much inputs if something goes wrong. And it also becomes excruciatingly slow and ...
0
votes
0answers
17 views
C/C++ - HWInfo - libhd - Which libraries to link?
I have gotten into libhd (included in hwinfo) since I need to get device information. I got into the documentation and tried this (C/C++):
hd_data_t devices__;
hd_get_input_devices(&devices__);
...
8
votes
6answers
9k views
The project was not built since its build path is incomplete
Every time I try to import a project downloaded from googlecode into Eclipse but I get some errors:
The project was not built since its build path is incomplete. Cannot
find the class file for ...
3
votes
2answers
3k views
Reading MS excel file from C++
I'm looking for a way to open an excel spreadsheet and read data from it within a c++ program. I know there is a lot of question already asked about this, but I would like to use an OpenSource or free ...
0
votes
0answers
37 views
Arduino: issue including ShiftPWM library in custom library
I recently came across ShiftPWM, which is optimized to control RGB LEDs using shift registers.
I downloaded the source code and was able to run the example provided on my breadboard no problem. I ...
0
votes
0answers
10 views
Android Licensing LVL Sample Project Setup References Fails
I've been fighting now for two days for a simple thing; try the sample project play_licensing_sample. I can't get reference for com.google.vending.wathever it's staying as unknow refrence. I have ...
0
votes
1answer
18 views
Should libs ands frameworks be subject to a version controlling repository?
Our sw project uses for its build process different libs (popular as well as special ones) and a framework. The libs never change, whereas the framework could be changed from time to time to an ...
0
votes
1answer
25 views
Link between graphical interface an object in javascript
I am coding a small library in javascript. Here is my problem:
I created a new type "Student" with some param such as "name", "age", "level", "grade", etc.
I would like to create a display function ...
1
vote
1answer
49 views
How are Open Source libraries' codes structured and how can I use the library without installing it?
I git cloned the source code for a open source library called opencv. Now suppose I want to modify the source code of the library (adding new functions or improving the existing ones). My question is ...
2
votes
2answers
84 views
Defining the concept of “library-safe” code [closed]
First of all, I hope this question isn't too open-ended. As an ingredient for use in coding standards/policy, comparison of libraries/APIs, etc. I'm looking to establish a formal or at least ...
2
votes
2answers
48 views
Method for checking corresponding open/close “brackets”
I am writing a sample application in which I've came across the following problem:
I have to check to characters in terms of their "compatibility".
boolean checkIfPairCorrect(Character c1, ...
-1
votes
0answers
19 views
How To Handle Input And Windowing (GUI) For A Geometry/Volume CAD Editor? [C and GNU/Linux] [closed]
I am starting on a fun new hobby project (I am not a professional or even formally educated in anything related to computation technology) that is a small microscopic CAD-like geometry and volume ...
0
votes
1answer
52 views
Android java.lang.VerifyError with exp4j Libraries
First of all, sorry for my bad language.
I tried to make my own small calculator, but I don't want make all the business logic by my self. So I tried to use the javax.script since I heard that the ...
0
votes
1answer
30 views
Generating really unique IDs for imported JAR
After failing to use an Android project as library (see this if you want details) I exported the project's JAR file and (created and) added to the 'libs' folder. I also added the JAR file to the ...





