binary-data Questions
2
Solved
In qml, i am using xml file to get some information from server. In this xml file there is a field as
< image>iVBORw0KGgoAAAANSUhEUgAAA2AAAALKCAYAAABUYjK........< /image>.
I am using XmlList...
Bustamante asked 19/7, 2011 at 12:50
2
Solved
I have this text file what contains different fields. Some fields may contain binary data. I need to get all the data in the file but right now when using StreamReader then it wont read the binary ...
Umbles asked 27/6, 2011 at 10:6
2
Solved
Is it possible to create a progress bar for data loaded into R using load()?
For a data analysis project large matrices are being loaded in R from .RData files, which take several minutes to load....
Koh asked 28/5, 2011 at 23:47
3
Solved
I have a C-like struct like this:
SomeStruct << BinData::Record
endian :little
uint32 :offsetOfName
uint32 :offsetOfLastname
#...
uint32 :lenVars
struct :Person, :length => :lenVars
str...
Paten asked 12/6, 2011 at 19:44
5
Solved
gcc 4.6.0
What does binary data look like? Is it all 1's and 0's.
I was just wondering, as I was talking to another programmer about copying strings and binary data.
Normally, I use strcpy/strnc...
Killy asked 11/6, 2011 at 5:7
4
Solved
I have a binary file which i want to embed directly into my source code, so it will be compiled into the .exe file directly, instead of reading it from a file, so the data would already be in the m...
Epochmaking asked 19/4, 2011 at 14:36
6
I am a beginner and I am having trouble in grasping binary files. When I write to a file in binary mode (in python), I just write normal text. There is nothing binary about it. I know every file on...
Anklebone asked 26/3, 2011 at 17:39
4
Solved
I have three integers {a, b, c} that range (say) between the following values:
a - {1 to 120, in jumps of 1}
b - {-100 to 100, in jumps of 5}
c - {1 to 10, in jumps of 1}
Due to space considera...
Sept asked 14/3, 2011 at 16:57
1
Solved
Is it possible to handle (read and write) binary data to SQL Server using Entity Framework 4.0 using streams? (i.e.: not the whole content shipped in a byte array)
An example could be taken from D...
Hollow asked 24/1, 2011 at 16:27
2
Solved
I have a table in my DB where I store SHA256 hashes in a BINARY(32) column. I'm looking for a way to compute the Hamming distance of the entries in the column to a supplied value, i.e. something li...
Genro asked 23/1, 2011 at 22:45
5
Solved
I've looked everywhere for the answer to this question but cant find anything so hoping you guys can help me on here.
Basically I want to insert an image into an element in xml document that i hav...
Mesic asked 23/1, 2011 at 21:29
2
Solved
Specifically, what programs are out there and what has the highest compression ratio? I tried Googling it, but it seems experience would trump search results, so I ask.
Flaxen asked 17/1, 2011 at 17:45
2
Solved
I read this tutorial about storing images in DB. In the tutorial, the author escapes special characters in the binary data before inserting: http://www.phpriot.com/articles/images-in-mysql/7 ( usin...
Guarneri asked 31/12, 2010 at 11:16
1
Solved
I'm not a DBA, so I just don't know the upsides and downsides of using various methods of storing binary data in an SQL Server.
varbinary(n) stores only 8000 bytes
varbinary(max) stores 2 GB
BLOB...
Disfrock asked 15/12, 2010 at 13:32
3
Solved
I want to store image documents in MongoDB. I am using java.
Any links or suggestions would be appreciated.
Chinquapin asked 22/11, 2010 at 13:19
3
Solved
I've got a file containing several channels of data. The file is sampled at a base rate, and each channel is sampled at that base rate divided by some number -- it seems to always be a power of 2, ...
Ingeminate asked 19/11, 2010 at 18:4
2
Solved
I have the following routes definition:
(require '[compojure.core :as ccore]
'[ring.util.response :as response])
(def *main-routes*
(ccore/defroutes avalanche-routes
(ccore/GET "/" [] "Hello W...
Catapult asked 21/10, 2010 at 14:23
2
Solved
I have a binary file with "messages" and I am trying to fit the bytes inside the right variable using structs. In my example I used two types of messages: Tmessage and Amessage.
#include <iost...
Dollydolman asked 19/7, 2010 at 0:48
2
Solved
I am trying to search and replace some of the text (eg 'Smith, John') in this pdf form file (header.fdf, I presumed this is treated as binary file):
'%FDF-1.2\n%\xe2\xe3\xcf\xd3\n1 0 obj\n<<...
Sneakbox asked 2/7, 2010 at 0:47
2
Solved
So I have a Visual Studio 2008 project which has a large amount of binary data that it is currently referencing. I would like to package the binary data much like you can do with C# by adding it as...
Osher asked 29/4, 2010 at 19:23
1
Solved
I'm writing a client for a server program written in C++. As is not unusual, all the networking protocol is in a format where packets can be easily memcopied into/out of a C++ structure (1 byte pac...
Arequipa asked 16/4, 2010 at 18:3
4
Solved
This may sound totally stupid, but is a case of real life :(
I'm able to display a HTML table with a "virtual" link name.
Something like this:
Xyz description <a href="docId=123">document...
Distaff asked 22/1, 2010 at 2:3
6
Solved
A urllib2 request receives binary response as below:
00 00 00 01 00 04 41 4D 54 44 00 00 00 00 02 41
97 33 33 41 99 5C 29 41 90 3D 71 41 91 D7 0A 47
0F C6 14 00 00 01 16 6A E0 68 80 41 93 B4 05 41
...
Zennie asked 20/10, 2009 at 0:51
11
Solved
I am looking for a scripting (or higher level programming) language (or e.g. modules for Python or similar languages) for effortlessly analyzing and manipulating binary data in files (e.g. core dum...
Atomize asked 14/6, 2009 at 18:31
3
Solved
This may or may not be a grey area subject, though my intentions are certainly not, so my intention is not to stir up an ethical debate on the topic of reverse engineering.
I'm a type 1 diabetic ...
Narcosynthesis asked 10/6, 2009 at 21:35
© 2022 - 2024 — McMap. All rights reserved.