Top "Binary-data" questions

Binary-data is information stored using a two character alphabet (typically written using 0 and 1)

How can I view the contents of sql binary data fields?

Does anybody know how to view the contents of fields containing binary data in an MS SQL Server 2005 database?

sql binary-data sql-server-2005-express
R-How to generate random sample of a discrete random variables?

In R, I want to generate a random sample of a discrete random variable: X, where: P(X=a)=P(…

r binary-data random-sample
"Proper" way to store binary data with C++/STL

In general, what is the best way of storing binary data in C++? The options, as far as I can …

c++ stl binary-data
Unexpected "padding" in a Fortran unformatted file

I don't understand the format of unformatted files in Fortran. For example: open (3,file=filename,form="unformatted",access="sequential") write(3) …

fortran binaryfiles binary-data
convert binary string to numpy array

Assume I have the string: my_data = '\x00\x00\x80?\x00\x00\x00@\x00\x00@@\x00\x00\x80@' …

python numpy binary-data
Transfer raw binary with apache commons-net FTPClient?

UPDATE: Solved I was calling FTPClient.setFileType() before I logged in, causing the FTP server to use the default mode (…

java ftp binary-data apache-commons-net
How to insert images in mongoDB using java?

I want to store image documents in MongoDB. I am using java. Any links or suggestions would be appreciated.

java image mongodb persistence binary-data
SQL Query with binary data (PHP and MySQL)

This site had helped me a lot in the past, but now I am lost. Thanks in advance for your …

php mysql binary-data
Prune binary data from a git repository after the fact

I accidentally committed some large binary data into some commits. Since then I've updated my .gitignore, and those files are …

git version-control binary-data
How to read a binary data over serial terminal in C program?

I read followed links and other sources, but didn't find answer for my question. Binary data over serial terminal Data …

serial-port embedded-linux binary-data termios