Top "Binaries" questions

* Compiled computer programs are sometimes called "binaries". Instead of this tag, use [tag:executable] for this sense.

Eclipse CDT project built but "Launch Failed. Binary Not Found"

Windows 7, Eclipse CDT, Juno Service Release 2, Cross compiler. Projects do compile executables generated, but Eclipse can't see them; therefore 'Run' …

eclipse-cdt binaries
svn client binaries for windows

Where are the Windows binaries for the command-line version of SVN? Everywhere I search, it has to be some company's …

svn command-line-tool binaries
How to embed files into Go binaries

I have some text file that I read from my Go program. I'd like to ship a single executable, without …

go binaries
How do I ensure that Mongo binaries are in my PATH - in my shell' rc (~/.bashrc) on a Mac

I am learning mongoDb. I did the following: I understand this. mkdir -p mongodb cp -R -n mongodb-osx-x86_64-2.6.7/ mongodb …

bash mongodb macos path binaries
Error in install.packages : type =="both" cannot be used with 'repos =NULL'

Actually I am trying to install packages offline. I have R studio. what I do is based on previously asked …

r zip package install.packages binaries
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 = &…

erlang binaries
Python 3 and base64 encoding of a binary file

I'm new to Python and I do have an issue that is bothering me. I use the following code to …

python python-3.x base64 binaries
How to read binary file data into arrays?

Attempt to read a binary file in python. From the dataset page: The pixels are stored as unsigned chars (1 byte) …

python arrays python-2.7 file binaries
Is it possible to execute binary files in java?

I have a list of binaries written in Java, Ada, C, and Python and I want to execute them. How …

java binaries
How can I deploy a C# application if users don't have .NET installed?

I have a C# program which I want to make available to my users, but the problem is that it …

c# .net .net-4.0 native binaries