Skip to content Skip to sidebar Skip to footer
Showing posts with the label Binaryfiles

Library For Manipulating S-record And Intel Hex 16 Files

Is there an available open source library, developed in python or java, for manipulating Motorola S… Read more Library For Manipulating S-record And Intel Hex 16 Files

Embedding Binary Data In A Script Efficiently

I have seen some installation files (huge ones, install.sh for Matlab or Mathematica, for example) … Read more Embedding Binary Data In A Script Efficiently

Write Boolean String To Binary File?

I have a string of booleans and I want to create a binary file using these booleans as bits. This i… Read more Write Boolean String To Binary File?

Reading A Binary File With Memoryview

I read a large file in the code below which has a special structure - among others two blocks that … Read more Reading A Binary File With Memoryview

Reading-in A Binary Jpeg-header (in Python)

I would like to read in a JPEG-Header and analyze it. According to Wikipedia, the header consists o… Read more Reading-in A Binary Jpeg-header (in Python)

Creating 16 And 24-bit Integers From Binary File

I'm modifying an existing Python app that reads a binary file. The format of the file is chang… Read more Creating 16 And 24-bit Integers From Binary File