Top "Binaryfiles" questions

A binary file is a computer file which may contain any type of data, encoded in binary form for computer storage and processing purposes.

It's possible to put binary files on nexus repository?

At my work all development uses Java technology, and we use Nexus to manage our Maven repositories. But for a …

repository binaryfiles nexus
How can I CVS-commit a binary file from command line?

I need to commit a jar file in binary mode from the command line. What command should I use? The …

cvs binaryfiles
How to send binary data via JQuery Ajax PUT method

I am new to JQuery and I want to use JQuery Ajax to upload some files to server, Only in …

jquery ajax upload binaryfiles put
VBA Writing file in binary mode (overwriting given byte makes unexpected change in the next one, setting it's value to 0)

I want to modify part of .bmp file using VBA, everything works great except that, when I overwrite choosen byte, …

vba file-io binaryfiles low-level-io
C# - How do I read and write a binary file?

How do I read a raw byte array from any file, and write that byte array back into a new …

c# vb.net filestream binaryfiles
When should pdf files be tracked in a Git repository and when not

I am developing a LateX package (http://www.openlilylib.org/lilyglyphs) which contains a number of small PDF files. Currently …

git binaryfiles
Posting form-data and binary data through AWS API Gateway

I'm trying to POST "mutlipart\form-data" to my EC2 instance through AWS API Gateway, but I couldn't find a way …

post base64 binaryfiles multipartform-data aws-api-gateway
Create Binary files in UNIX

This question was out there for a while and I thought I should offer some bonus points if I can …

parsing bash binaryfiles hexdump xxd
How to convert PDF binary parts into ASCII/ANSI so I can look at it in a text editor?

Most PDFs contain lots of binary looking parts in between some ASCII. But I remember also having seen PDFs where …

pdf binaryfiles
Is there a BinaryReader in C++ to read data written from a BinaryWriter in C#?

I've written several ints, char[]s and the such to a data file with BinaryWriter in C#. Reading the file …

c# c++ file-io binaryfiles binaryreader