PTdecode/CImg-1.3.0/html/chat.shtml

Wed, 05 Aug 2009 15:00:54 +0100

author
Philip Pemberton <philpem@philpem.me.uk>
date
Wed, 05 Aug 2009 15:00:54 +0100
changeset 12
96e1df9bd27c
parent 5
1204ebf9340d
permissions
-rwxr-xr-x

small changes to hexdump code to stop a gcc warning on platforms where sizeof(int) != sizeof(int*) e.g. x86_64

philpem@5 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
philpem@5 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
philpem@5 3 <!--#include file="header.html" -->
philpem@5 4
philpem@5 5 <table align="center" border="0" cellpadding="20" cellspacing="0" width="100%"><tbody><tr><td>
philpem@5 6 <font face="Arial,Helvetica" size="-1">
philpem@5 7
philpem@5 8 <img src="img/item_chat.gif" alt="Online Chat">
philpem@5 9 <p>
philpem@5 10 This is a small chat dedicated to the CImg Library. Feel free to say something interesting, ask something, or share your experience.
philpem@5 11 You need Flash to be able to see this chat.
philpem@5 12 </p>
philpem@5 13
philpem@5 14 <center>
philpem@5 15 <embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="750" height="450" name="chat" FlashVars="id=51479969" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" />
philpem@5 16 </center>
philpem@5 17
philpem@5 18 <!--#include file="footer.html" -->