Top "Binary-data" questions

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

Convert a bytea into a binary string

I need to decode a base64 string and take a chunk of binary. Is there a SQL function in Postgres …

postgresql binary-data bytea
Storing a binary hash value in a Django model field

I have a twenty byte hex hash that I would like to store in a django model. If I use …

python django encoding django-models binary-data
Reading a CR2 (Raw Canon Image) header using Python

I'm trying to extract the date/time when a picture was taken from the CR2 (Canon format for raw pictures). …

python image-processing metadata binary-data
Accessing binary data from Javascript, Ajax, IE: can responseBody be read from Javascript (not VB)?

First of all, I am aware of this question: How do I load binary image data using Javascript and XMLHttpRequest? …

javascript ajax internet-explorer xmlhttprequest binary-data
Version control for sound, video, and other binary files

What's the best way to version large amounts of binary files, say audio and video files? Git doesn't seem like …

git version-control binary-data
Persisting Blob Streams with NHibernate

If I have a class declared as: public class MyPersistentClass { public int ID { get; set; } public Stream MyData {get;set; } } …

nhibernate stream binary-data blobs