Tagged Questions

0
votes
1answer
20 views

How to get a list of binaries located in particular folder with their versions (using command line in Win XP) ?

I would like to get a list like below: a.dll 1.0.0 b.dll 1.0.1 c.dll 1.0.2
2
votes
2answers
87 views

I still have some questions about the BSD License usage

Let's say I'm doing this application where I include some class I found on the web with the BSD License attached. I know that this license allows me to modify the code and I have t …
1
vote
2answers
54 views

How should I use this piece of open-source code with the BSD License attached?

I just found some nice open-source code at The Code Project and it's attached with the BSD License. Well, the article states in the end that the code is licensed under the BSD Lice …
0
votes
3answers
234 views

Is there some place to download an AIX mod_jk binary?

I needed to front tomcat with apache on AIX, but there is nothing in http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/aix and googling around was unsuccessful. I eve …
1
vote
5answers
84 views

Checking that a binary dependency is available

Having volunteered to maintain a stagnant CPAN package (GnuPG) I'd like improve the install files such that they exit gracefully if the gpg binary (which GnuPG is a wrapper for) ca …
1
vote
4answers
190 views

Is it possible to deliver cross-platform binaries of FreePascal using only one host OS ?

I'm doing a little app that I want to distribute in different platforms, at least the 3 major ones. Is it possible to use only Windows has the host OS to compile the binaries for …
2
votes
3answers
535 views

How do I concatenate two binaries in Erlang?

How do I concatenate two binaries in Erlang? For example, let's say I have: B1 = <<1,2>>. B2 = <<3,4>>. How do I concatenate B1 and B2 to create a binar …
2
votes
8answers
366 views

tools for diffing windows binaries?

Our QA team wants to focus their testing based on what EXEs and DLLs have actually changed between builds. We have a nice svn change report, but the relationship between source a …