Re: Juggling with binary files?



Paolo Amoroso <amoroso@xxxxxxxxx> writes:

Practical: Parsing Binary Files
(chapter 24 of Peter Seibel's book "Practical Common Lisp";
source code available at the book site)
http://www.gigamonkeys.com/book/practical-parsing-binary-files.html

BINARY-TYPES
www.cl-user.net/asp/libs/binary-types

I think it would be appropriate to proclaim that my "binary-types"
package should be considered superseded by Peter's package, which
looks to be much nicer code (not to mention the documentation!).

--
Frode Vatvedt Fjeld
.



Relevant Pages

  • Re: Executables: Why all the abuse?
    ... The answer to "how do I distribute my app as source code" is, ... You package it with an asdf ... > situation is slightly different for UNIX machines. ... I don't think it's a failing of Lisp that it doesn't have a standard ...
    (comp.lang.lisp)
  • Re: package frenzy
    ... I'd like to think that calling internal functions should automagically change the *package* to the package it was internal in, but I guess there are good reasons, which I don't yet fully ) understand, for not doing so. ... - When the Lisp reader reads in your source code, it uses *package* to determine the package of the symbols that are part of your source code. ... You can reuse that functionality for your own stuff at runtime, but you have to imitate that behavior (so bind *package* correctly, or use INTERN with a second parameter appropriately). ... Read time and runtime are just two different times for a Lisp program, and you just have to keep them separated in your head. ...
    (comp.lang.lisp)
  • Re: cobbling a ComboBox
    ... suggest you have a look at the library source code (of Swing, ... package scratch; ... boolean shouldValidate = false; ... the String ought to be "scratch.CustomMetalComboBoxUI". ...
    (comp.lang.java.gui)
  • Re: Redhat and OpenSSL Manner
    ... It's equivalent to 0.9.7a as originally distributed by OpenSSL project, with security and bug fixes added to it by Red Hat. ... enhancements and new features might be backported from newer versions too if they are not introducing any compatibility problems (for example this is often done for kernel package in RHEL to support new hardware). ... If you look into the SRPM packages, you'll see that they contain original unchanged source code wich is the same version as the package version, and also bunch of patches that get applied to that source code prior to compilation. ...
    (RedHat)
  • Re: Linux Vs. FreeBSD
    ... > source code is annoyingly slow and relatively difficult when it cones ... > Elaborating on the whole binary compatibility thing, ... A better example would be Fedora ... You usually can't install a Fedora package on Suse or vice ...
    (comp.os.linux.misc)