Re: Zip JavaScript

26 views
Skip to first unread message

Kris Kowal

unread,
Dec 10, 2008, 3:57:00 PM12/10/08
to Hitoshi Amano, Chiron
Thanks. I've integrated the zip library into Chiron. In the process,
I broke it, but I'm looking into it. Chiron already has modules for
base64 and utf8 encoding, binary packing, and crc32 hashing, so I used
those. I also separated the AJAX logic since there are other modules
that do that in Chiron and it's pretty trivial to weave them into
particular solutions. I'm pretty excited about the potential of
expanding the API to support more of the zip standard. A couple weeks
ago, I was working on implementing compression algorithms, so there's
partially completed code for huffman encoding and lz78, which get
Chiron closer to being able to do gzip compression. We'd just need a
lz77 implementation. This is the current appearance of the zip code:

https://cixar.com/tracs/javascript/browser/trunk/src/zip.js

This is the test case I was working on:

http://cixar.com/~kris.kowal/javascript/trunk/src/run.html?test/zip.js

Some related modules are at:

https://cixar.com/tracs/javascript/browser/trunk/src/crypt/

Again, thanks for sharing your work.

Kris Kowal


On Fri, Dec 5, 2008 at 2:05 AM, Hitoshi Amano <sei...@gmail.com> wrote:
> Thanks for your interest to my javascript library.
>
> Now, I have made this code public domain upon your request.
>
> However, the base64.js used in my library is not my code. The author
> is Dan Kogai. Please ask him.
>
> See Also:
> http://www.dan.co.jp/~dankogai/
> http://svn.coderepos.org/share/lang/javascript/Base64/trunk/
>
> Best Reguards,
> amachang.
>
>
> 2008/12/05 7:15 Kris Kowal <kris....@cixar.com>:
>> I presume that the blog article posted at
>> http://d.hatena.ne.jp/amachang/20081130/1228029751 is yours. I would
>> like to port your Zip file library for Chiron, my JavaScript library
>> at http://modulesjs.com/. Would you be willing to post a note with
>> your copyright and a license in the source code? I'm interested in
>> code with open source non-viral licenses like the BSD license, MIT
>> licese, CC attribution, or public domain. If you want to post it with
>> GPL, it would be good to know ahead of time.
>>
>> Thanks,
>> Kris Kowal
>>
>> 私は、ブログの記事に掲載さつけ込むhttp://d.hatena.ne.jp/amachang/20081130/1228029751は君だ。私はポートカイロン社は、私のJavaScriptライブラリ用のZipファイルライブラリhttp://modulesjs.com/したいと思います。と、お客様の著作権とは、ソースコードのライセンスとの注記を投稿する意思があるか?私はコードのオープンソース以外に興味があるのはBSDライセンスのようなウイルスのライセンスは、
>> MITのlicese 、蹐帰属、またはパブリックドメイン。場合はGPLとは投稿すると、前もって知って良いだろう。
>>
>> ありがとう、
>> クリスKowal
>>
>

Reply all
Reply to author
Forward
0 new messages