Duat label update.
[www.jankratochvil.net.git] / project / Heat / Heat / Heat.shtml
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML><HEAD><TITLE>Heat distribution Algorithm</TITLE></HEAD><BODY>
3 <DIV ALIGN=CENTER><APPLET CODE="JavaDraw.class" ARCHIVE="Heat.jar" WIDTH=200 HEIGHT=200 ALT="Heat Java Applet">
4 <PARAM NAME="DataFile" VALUE="Heat.data">
5 <H1>Please use Java-capable browser or Sun's AppletViewer for access!</H1>
6 </APPLET></DIV>
7
8 <HR>
9
10 <H1>Heat distribution Algorithm</H1>
11
12   Here is the <A HREF="Heat.zip"><B>complete ZIP file</B></A> (76KB) with (my) source included. Please read
13 the license terms:
14
15 <H2>Release comments:</H2>
16
17 <P>This software is provided "AS IS" without warranty of any kind. My changes are provided
18 as diff and are under terms of public-domain software.</P>
19
20 <P>Graphical design is very ugly. I use only standard windowing toolkit
21 supplied from Sun in JDK named AWT which is not much nifty and comfortable.
22 On the other hand at least this demo tries to be as much compatible as possible.</P>
23
24 <P>Proudly developed using
25 <A HREF="http://www.sun.com/"     ><IMG SRC="http://java.sun.com/images/buttons/lgsun.gif" WIDTH=64 HEIGHT=30 BORDER=0 ALIGN=ABSCENTER ALT="Sun"></A>
26 <A HREF="http://java.sun.com/"    ><IMG SRC="http://java.sun.com/images/logos/javalogo.gif" WIDTH=52 HEIGHT=88 BORDER=0 ALIGN=ABSCENTER ALT="Java"></A> and
27 <A HREF="http://www.linuxnow.com/"><IMG SRC="http://www.linuxnow.com/pics/linuxnow.gif" WIDTH=88 HEIGHT=31 BORDER=0 ALIGN=ABSCENTER ALT="GNU/Linux"></A>
28 [<A HREF="http://www.sun.com/">Sun</A> <A HREF="http://java.sun.com/">Java</A> and <A HREF="http://www.linuxnow.com/">GNU/Linux</A>].</P>
29
30 <H2>Currently known browser bugs:</H2>
31 <OL>
32 <LI><A HREF="http://www.microsoft.com/">MS</A> <A HREF="http://www.microsoft.com/ie/">Internet Explorer 5.0</A> has a bug
33 with mismatching color values from PixelGrabber. Instead of direct use of getRGBdefault() I'm calibrating on internally
34 generated image with full temperature range. Despite this fact this browser is recommended due to its fast JVM implementation.
35 <LI><A HREF="http://java.sun.com/">Sun JDK</A> was tested on <A HREF="http://www.linuxnow.com/">GNU/Linux</A> successfuly
36 in version 1.1.7a from <A HREF="http://www.blackdown.org/">BlackDown</A>, although JIT (Just-In-Time) compiler is missing
37 and so the resulting speed is almost unusable.
38 <LI><A HREF="http://home.netscape.com/">Netscape Communicator</A> 4.61 on <A HREF="http://www.linuxnow.com/">GNU/Linux</A>
39 is compatible although it also doesn't provide JIT and so the result is similiar to JDK noted above.
40 <LI><A HREF="http://home.netscape.com/">Netscape Communicator</A> 4.61 on Win32 is not able to correctly provide PixelGrabber
41 at all so the function of this program is very limited on this platform.
42 </OL>
43
44 <H2>Author:</H2>
45
46 <P>Original <A HREF="http://javaboutique.internet.com/JavaDraw/">JavaDraw</A> was written by
47 <A HREF="mailto:zimmerma@nctech.fr">Vincent Zimmermann</A>, I've only modified it to provide heat-distribution
48 functionality. Thanks to <A HREF="http://atrey.karlin.mff.cuni.cz/~ghort/">Tomas Bures</A> for some
49 helpful ideas and algorithms. Contact to me follows:</P>
50 <P><A HREF="http://vellum.cz/~short/">Jan Kratochvil</A>,
51 e-mail: <A HREF="mailto:short@ucw.cz">short@ucw.cz</A>,
52 phone: <A HREF="http://www.eurotel.cz/">+420 602 431329</A> / <A HREF="http://www.paegas.cz/">+420 603 431329</A>.</P>
53
54 </BODY></HTML>