HP3000-L Archives

December 2000, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jon Diercks <[log in to unmask]>
Reply To:
Jon Diercks <[log in to unmask]>
Date:
Thu, 28 Dec 2000 10:08:02 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (35 lines)
I wrote:
 >   // thinking in java...
 >    copiousSpareTimeList.add(new Project("DSCOPY-style FTP wrapper script"));
 >    while( ! (schedule.spareTimeAvailable()) )
 >        schedule.keepDoingUrgentStuff();
 >
 > ;-)

"Simonsen, Larry" <[log in to unmask]> wrote:
 > Here is our script for ftpput
 > ...


So I amend my snippet:

     copiousSpareTimeList.add(new Project("DSCOPY-style FTP wrapper script"));
     while( ! (schedule.spareTimeAvailable()) )
     {
         schedule.keepDoingUrgentStuff();
         if(someoneElse.hasScript())
         {
             Script s = someoneElse.getScript();
             s.plagiarize();
             someoneElse.thank();
             copiousSpareTimeList.delete((Project) s);
             self.back.pat();
         }
     }

  ;-) ;-)

Thanks for the script Larry!

--Jon

ATOM RSS1 RSS2