home *** CD-ROM | disk | FTP | other *** search
- 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
- From: g44140g@nucc.cc.nagoya-u.ac.jp (Haruhiko Okumura)
- Newsgroups: comp.compression.research
- Subject: Haruyasu Yoshizaki
- Message-ID: <1993Jan7.034830.1392@nucc.cc.nagoya-u.ac.jp>
- Date: 7 Jan 93 03:48:30 GMT
- Sender: g44140g@nucc.cc.nagoya-u.ac.jp (Haruhiko Okumura)
- Organization: Matsusaka University, Matsusaka, Japan.
- Lines: 33
-
- In article <1993Jan05.223521.48819@dcc.uchile.cl> wscheu@dcc.uchile.cl
- (Wst) writes:
-
- > We are interested in reaching Mr. Haruyasu Yoshisaki Yoshi, the
- > creator of the LHA compressor. The reason we want to reach him
- > is to find out if there is any posibility of obtaining the licence
- > (i.e., *.obj or *.lib for MS-DOS) for his compressor to use it in
- > a program we're creating.
-
- Haruyasu Yoshizaki (aka Yoshi) can be reached at:
-
- Dr. Haruyasu Yoshizaki, Obihiro Kyokai Hospital,
- Higashi 4-jo Minami 12, Obihiro 080 Japan
-
- By the way, the basic algorithm of LHA is in my public-domain pre-LHA
- experimental archiver ar002 (which I wrote when I was a high-school
- teacher). It's in CompuServe's IBMPRO Library and also on the disk
- accompanying Mark Nelson's The Data Compression Book (M&T Books,
- 1991).
-
- If you happen to have ar002, please replace line 24 of maketbl.c
-
- while (i <= 16) weight[i++] = 1U << (16 - i);
-
- by these three lines:
-
- while (i <= 16) {
- weight[i] = 1U << (16 - i); i++;
- }
-
- --
- Haruhiko Okumura (g44140g@nucc.cc.nagoya-u.ac.jp)
- Matsusaka University, 1846 Kubo-cho, Matsusaka 515 Japan
-