home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / compress / research / 357 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!sgiblab!adagio.panasonic.com!chorus.mei!oskgate0.mei!icspub!wnoc-kyo!kuis!kudpc!nucc!g44140g
  2. From: g44140g@nucc.cc.nagoya-u.ac.jp (Haruhiko Okumura)
  3. Newsgroups: comp.compression.research
  4. Subject: Haruyasu Yoshizaki
  5. Message-ID: <1993Jan7.034830.1392@nucc.cc.nagoya-u.ac.jp>
  6. Date: 7 Jan 93 03:48:30 GMT
  7. Sender: g44140g@nucc.cc.nagoya-u.ac.jp (Haruhiko Okumura)
  8. Organization: Matsusaka University, Matsusaka, Japan.
  9. Lines: 33
  10.  
  11. In article <1993Jan05.223521.48819@dcc.uchile.cl> wscheu@dcc.uchile.cl
  12. (Wst) writes:
  13.  
  14. > We are interested in reaching Mr. Haruyasu Yoshisaki Yoshi, the 
  15. > creator of the LHA compressor.  The reason we want to reach him
  16. > is to find out if there is any posibility of obtaining the licence
  17. > (i.e., *.obj or *.lib for MS-DOS) for his compressor to use it in
  18. > a program we're creating.
  19.  
  20. Haruyasu Yoshizaki (aka Yoshi) can be reached at:
  21.  
  22.     Dr. Haruyasu Yoshizaki, Obihiro Kyokai Hospital,
  23.     Higashi 4-jo Minami 12, Obihiro 080 Japan
  24.  
  25. By the way, the basic algorithm of LHA is in my public-domain pre-LHA
  26. experimental archiver ar002 (which I wrote when I was a high-school
  27. teacher).  It's in CompuServe's IBMPRO Library and also on the disk
  28. accompanying Mark Nelson's The Data Compression Book (M&T Books,
  29. 1991).
  30.  
  31. If you happen to have ar002, please replace line 24 of maketbl.c
  32.  
  33.     while (i <= 16) weight[i++] = 1U << (16 - i);
  34.  
  35. by these three lines:
  36.  
  37.     while (i <= 16) {
  38.         weight[i] = 1U << (16 - i);  i++;
  39.     }
  40.  
  41. --
  42. Haruhiko Okumura (g44140g@nucc.cc.nagoya-u.ac.jp)
  43. Matsusaka University, 1846 Kubo-cho, Matsusaka 515 Japan
  44.