home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 468.lha / Brik_v2.0 / POSTER < prev    next >
Text File  |  1991-02-08  |  1KB  |  33 lines

  1. Article 237 of comp.sources.misc:
  2. Path: estinc!mcdphx!asuvax!ncar!mailrus!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!ginosko!uunet!allbery
  3. From: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)
  4. Newsgroups: comp.sources.misc
  5. Subject: v07i094: brik: a general-purpose CRC-32 program (part 01/03)
  6. Message-ID: <61157@uunet.UU.NET>
  7. Date: 22 Jul 89 01:03:03 GMT
  8. Sender: allbery@uunet.UU.NET
  9. Reply-To: dhesi@bsu-cs.bsu.edu (Rahul Dhesi)
  10. Lines: 1500
  11. Approved: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)
  12.  
  13. Posting-number: Volume 7, Issue 94
  14. Submitted-by: dhesi@bsu-cs.bsu.edu (Rahul Dhesi)
  15. Archive-name: brik2/part01
  16.  
  17. Brik 2.0 is a general-purpose program that calculates both text and
  18. binary cyclic redundancy codes (CRCs).  Text-mode CRCs calculated by
  19. brik are portable across systems for files that are in the usual text
  20. format on each system.  Binary-mode CRCs are portable for files that
  21. are moved from system to system without any change.  Brik can also be
  22. used to verify and update a Checksum header of this type:
  23.  
  24. Checksum: 2656043176 (verify with "brik -cv")
  25.  
  26. Brik 2.0 is believed to compile and run under MS-DOS (Turbo C 2.0, MASM
  27. or TASM assemblers);  System V Release 2;  4.3BSD;  and VAX/VMS.
  28. Assembly code for the 8086 processor is included with makes the program
  29. quite fast under MS-DOS.
  30.  
  31. There are three shar archives.  Extract each separately.
  32.  
  33.