This tag should not be used. If your question is about a particular library, use the tag for that library instead. If it is about using libraries generally, use one of [libraries], [shared-library], [static-library], [class-library], etc. If it is about liberal politics, try politics.stackexchange.com.
Questions tagged [lib]
761 questions
2
votes
0 answers
How to import Jenetics Library in Eclipse
First post here, I hope it's not too dumb, but I tried for several hours and can't find a solution.
I want to play around with evolutionary algorithms and therefor tried to import the Jenetics Library.
I downloaded the zip and tried to import it…

Voli Bear
- 21
- 1
2
votes
1 answer
C++: renaming dlls and libs and linking
We are using a 3rd party library that we build our code with. This library has both a 32-bit and 64-bit dll and lib. Both the 32 bit and 64 bit versions have the same name. Our software is expected to be built for both 32 bit and 64 bit and…

virtore
- 161
- 1
- 9
2
votes
1 answer
how to get lib_mysqludf_sys.dll file on windows
Anybody knows where can i find the lib_mysqludf_sys.dll file? It doesn't matter if it is 32bits or 64. I've been looking but i can't find it. Or ther is a way to install the file instead of download it?
user8084037
2
votes
1 answer
Layer [] not found
I'm trying to bruteforce (a rootme challenge don't worry :p) an SNMPv3 authentication password using this python script : https://github.com/cysboy/SnmpCrack/blob/master/SnmpCrack.py
Nevertheless, I have an error loading a scapy snmp module line 72…

T. Rode
- 86
- 6
2
votes
1 answer
Optimize redundant CSS styles in HTML
Our loading crew is using different WYSIWYG HTML editors to prepare an offers. Unofrtunatelly the result code is usually not optimized and it demands a lot of space in our db.
Example codes:
-
Michal_Szulc
- 4,097
- 6
- 32
- 59
2
votes
2 answers
Include a cn1lib in a local codenameone android build?
I am currently considering porting a app that I start developping with react-native to codenameone. For this, I am still checking the feasability and the amount of work it would requiere (as I would have to port or developp some native library…

Thomas Bernard
- 333
- 3
- 10
2
votes
0 answers
R: warning/error when calling normalizePath(...) or adding to .libPath(...)
I have a shared computer. If I login with windows userA, I can run the following:
normalizePath("//mydrive/my/path", "/")
and it returns:
"\\\\mydrive/my/path"
However if login to windows under userB, I get this message:
Warning message: In…

RockScience
- 17,932
- 26
- 89
- 125
2
votes
2 answers
Cannot import from redom library
I am trying to import redom library but keep getting this error:
Uncaught TypeError: Cannot read property 'nodeType' of null
My code is listed below: