Tagged Questions

3
votes
4answers
98 views

Binary compatibility between Linux distributions

Sorry if this is an obvious question, but I've found surprisingly few references on the web ... I'm working with an API written in C by one of our business partners and supplied …
1
vote
2answers
28 views

Java loading library windows 7 64bit

I have a java webstart program, it runs on xp, osx, vista, and windows 7. I just tried to run it on windows 7 64bit and it is having a problem loading a library. On this win7x64 ma …
3
votes
5answers
60 views

Easy Ruby libraries to understand for beginner

Hi. I'm at the point in learning Ruby where I'd like to look at some small-ish libraries' source code to see how they were built. I do not know what is considered a small library b …
0
votes
2answers
29 views

How to find if a gem is a library?

I tried adding a few gems to my Rails app using the config.gem instruction in environment.rb so that when the app gets deployed on a new system, the missing gems issue can be taken …
0
votes
2answers
38 views

Distribute binary library on OSX

I'm planning to release some compiled code that shall be linked by client applications on MacOSX. The distribution is some kind of code library and a set of header files defining …
0
votes
2answers
34 views

Installing new libraries on an OS X machine via terminal

I'm looking at using the tre tool provided at http://laurikari.net/tre/. I'm trying to install it on my Mac OS X box via the terminal. I've followed what I believe to be the regu …
0
votes
1answer
24 views

Turn a string into a regexp that matches the plain string, in DrScheme

I want to split a string based on a non-regular expression. My input is a plain string. So, for example, given the input "hello.*there" and ".*", I want the result ("hello" "there" …
0
votes
1answer
19 views

string-split in DrScheme

How do I do equivalent of python's str.split in DrScheme? SRFI-13 doesn't seem to have it provided.
0
votes
1answer
14 views

Can you use a C# library in a AMP-server?

Is it possible for me to build some database functionality in a C#-library (using LINQ 2 SQL) and then somehow import it into a php (joomla) project?
2
votes
1answer
58 views

How to combine shared libraries?

I've got some .so libraries that I'd like to combine into one shared library so that it doesn't depend on the original .so files anymore. The .so files have dependencies to each o …
1
vote
3answers
61 views

how do I always include symbols from a static library?

Suppose I have a static library libx.a. How to I make some symbols (not all) from this library to be always present in any binary I link with my library? Reason is that I need thes …
2
votes
1answer
59 views

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 dire …
0
votes
3answers
46 views

C++ linker options for DLL (DEF, LIB, etc)

I have downloaded a library for the purposes of writing a program that can uncompress a RAR file. (http://www.rarlab.com/rar/UnRARDLL.exe) This supplies me with unrar.dll, unrar.h, …
1
vote
4answers
71 views

Commercial .NET CSV Parser/Library

Hi Our company has pretty much banned us from using open-source libraries in our commercial products due to licensing issues. We are currently looking for a commercial .NET libra …
7
votes
26answers
654 views

What is your “favourite” Java API annoyance?

What is your "favorite" API annoyance or missing feature or misengineered part?

1 2 3 4 5 85 next
15 30 50 per page