home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   alt.fan.gene-scott      Fans of religious nutjob Gene Scott      136,921 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 136,247 of 136,921   
   geraldkrug to All   
   =?UTF-8?B?UmU6IM+A4oiG4oCi4oCiU2ltL25ldX   
   04 Nov 23 23:46:18   
   
   From: lordyumyum@gmail.com   
      
   Here's a programmable clock I wrote before digital clocks   
   existed.   
   I fed the code to chatGPT and it did the second version.   
   Notice how MY logic flow is unchanged   
   If chatGPT had a logic issue it would have changed   
   This is proof that I own the logic flow of the programmable   
   Digital clock as copyrighted in MY book.   
      
      
      
   10 PRINT "CLOCK:";   
   15 VAC   
   28 INPUT "HOUR, MIN.",H,M   
   23 N=0   
   25 O=70   
   38 FOR N=0 TO O   
   48 A$=KEY   
   45 Z=Z+1   
   46 IF Z=1200;M=M+1:Z=0   
   88 IF N>=60;M=M+1   
   98 IF M=60;H=H+1:M=0   
   95 IF H=13;H=1   
   96 IF A$="T"; PRINT "[]";H;":";M;N;   
   97 PRINT"  ";" ";" ";" ";"";   
   188 IF N>=60:N=0   
   181 IF A$="T"; N=N+5   
   182 IF N>=60;N=N-60:M=M+1   
   103 NEXT N   
      
   ___ chatGPT   
      
   10 PRINT "CLOCK:";   
   15 V=0   
   20 INPUT "HOUR, MIN.",H,M   
   25 N=0   
   30 Z=0   
   40 FOR N=0 TO 59   
   50 A$=INPUT$(1)   
   60 Z=Z+1   
   70 IF Z=1200 THEN M=M+1:Z=0   
   80 IF N>=60 THEN M=M+1:N=0   
   90 IF M=60 THEN H=H+1:M=0   
   100 IF H=13 THEN H=1   
   110 IF A$="T" THEN PRINT H;":";M;":";N;   
   120 PRINT "        ";   
   130 IF N>=60 THEN N=0   
   140 IF A$="T" THEN N=N+5   
   150 IF N>=60 THEN N=N-60:M=M+1   
   160 NEXT N   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca