On 9/19/06, Ken Bloom <kbloom / gmail.com> wrote: > On Tue, 19 Sep 2006 13:16:42 +0900, Patrick Hurley wrote: > > > On 9/18/06, Glenn M. Lewis <noSpam / nospam.net> wrote: > >> In Ruby, do we have a module that makes reading/parsing/writing > >> binary files super-easy? > > > > Check out binaryparse (available as a gem). I wrote it to meet my > > needs (and those of my boss :-), but if there is something I could do > > to enhance it, let me know. > > > > pth > > You forgot the URL > http://code.google.com/p/binaryparse/ > > -- > Ken Bloom. PhD candidate. Linguistic Cognition Laboratory. > Department of Computer Science. Illinois Institute of Technology. > http://www.iit.edu/~kbloom1/ > > Actually it's primary home is rubyforge (http://rubyforge.org/projects/binaryparse/) -- I created the code.google account while waiting for the rubyforge confirmation/setup. But the easiest way to grab it is: gem install binaryparse let me know if you find it useful pth