Top "Binary-data" questions

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

Best way to read a large file into a byte array in C#?

I have a web server which will read large binary files (several megabytes) into byte arrays. The server could be …

c# .net bytearray binary-data
Binary Data Posting with curl

So basically, I'm trying to write a series of scripts to interact with Dot Net Nuke. I've been analysing the …

bash post curl dotnetnuke binary-data
How do you embed binary data in XML?

I have two applications written in Java that communicate with each other using XML messages over the network. I'm using …

java xml binary binary-data
How to build PDF file from binary string returned from a web-service using javascript

I am trying to build a PDF file out of a binary stream which I receive as a response from …

javascript jquery pdf cross-browser binary-data
best way to preserve numpy arrays on disk

I am looking for a fast way to preserve large numpy arrays. I want to save them to the disk …

python numpy pickle binary-data preserve
Convert from binary data to an image control in ASP.NET

I have binary data of an image in my database, and I want to display it in an image control …

c# asp.net image binary-data
What is the best file compression of random binary data that you can achieve?

Specifically, what programs are out there and what has the highest compression ratio? I tried Googling it, but it seems …

random compression binary-data
SQL Server: How to store binary data (e.g. Word file)?

I'm not a DBA, so I just don't know the upsides and downsides of using various methods of storing binary …

sql-server-2008 types binary-data
Tools to help reverse engineer binary file formats

What tools are available to aid in decoding unknown binary data formats? I know Hex Workshop and 010 Editor both support …

binary reverse-engineering file-format binary-data