binary-data
How to split an unsigned short in two
I am trying to parse binary data that I receive in a string. I am not very familiar with bitwise operation.[详细]
2023-02-05 10:57 分类:问答Is the source code visible through the binary file ? (C#)
I have written a program in c# with Vistual studio 20开发者_开发问答08. I\'ve compiled and build it and got a .EXE file. My question is this - if I give someone else this .EXE file can he in any way[详细]
2023-02-04 17:16 分类:问答How to pass binary data between two apps using Content Provider?
I need to pass some binary data between two android apps using Content Provider (sharedUserId is not an option).[详细]
2023-02-03 10:54 分类:问答Why its not working?
BinaryReader br = new BinaryReader(Console.OpenStandardInput()); BinaryWriter bw = new BinaryWriter(Console.OpenStandardOutput());[详细]
2023-02-01 18:28 分类:问答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 no longer being committed. But I\'d like to go back into the older commit[详细]
2023-02-01 16:03 分类:问答What's the most efficient way to process massive amounts of data from a disk using python?
I was writing a simple python script to read from and reconstruct data from a failed RAID5 array that I\'ve been unable to rebuild in any other way.My script is running but slowly.My original script r[详细]
2023-02-01 05:43 分类:问答VBScript slow byte array copy
I am using the following code to read in a binary file in VBScript and store it in a byte array which I then access from Javascript and copy to a JS array, basically开发者_Go百科 just a sneaky way (th[详细]
2023-01-31 16:29 分类:问答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 data in an SQL Server.[详细]
2023-01-30 12:31 分类:问答Is there any C# framework or code to parse *blg Perfomance Counter log files?
The task is not to gather Performance counters data in my .NET app, but open already prepared binary log files (*.blg)?[详细]
2023-01-29 09:47 分类:问答How can I mass-convert images saved as text/ascii in svn to binary?
Somehow images got saved as text/ascii and I need to recursively do this for hundreds of directories of images, all under one root images directory.[详细]
2023-01-29 07:30 分类:问答