Print a byte buffer in the same way unix tool hexdump would.
3 people like thisPosted: 10 years ago by Robert Pickering
"a binary numeral system where two successive values differ in only one bit" http://en.wikipedia.org/wiki/Gray_code http://FunctionalSoftware.net/starten-mit-f/
4 people like thisPosted: 10 years ago by FunctionalSoftware.net
A more f#ish version of Robert's version http://fssnip.net/l9
1 people like thisPosted: 10 years ago by thinkbeforecoding
Small F# snippet on how to read 32-bit integers from a file at specific indexes.
5 people like thisPosted: 10 years ago by Samuel Bosch