An SVP plan 9/29/2001

By Bob Futrelle
Return to SVP homepage.

I have demonstrated that it's not hard to adapt some code from Rodrigues' book to load a jpeg image into a Java2D BufferedImage, as described here. What I now suggest is the following:

New file space available for work: I have a lot of pretty much unrestricted file space that I've set up in /proj/futrelle/svp/. I've set the group ownership of the directory to bklweb and made it fully accessible to anyone in that group. But you (Dan) do have to execute
newgrp bklweb
to get yourself in that group. Once in it, any files or directories you create will be owned by you but accessible to the group. To check your group memberships, run the groups command. To see who's bklweb, run
ypcat group |grep bklweb

In the svp folder is a folder lhr (for Larry H. Rodrigues) that contains a few files and another folder src with all the sources from the book in it.