Laurens Holst wrote:
> I am manually entering the contents of the v9938 databook into a textfile.
> just to let you know, in case someone else is also doing this.
> current progress: page 11 of 161 (bareuh...).

This sounds like a very good initiative. But it will take a lot of (your)
time. Isn't there good software nowadays to read graphics into text (I
think it's called OCR or something, but I never used it) ? It may be worth
checking out...

Bye,
shevek

---
/** mastermind. input 4 numbers 0-5. output <right>.<in the right place> **/

 main(){int  c[4]   ,x=3  ,l=getpid()  ,i;;   for(  srand(l);c[  x]=-   rand
()%6         ,x--   ;);;  for(         ;44>   x;){  char         a[9] ,*p=
 "%.1f\n",   b[9];x=i=0;  gets(a);for   (l=4 ;l--   ;)x+=-(a[l]  -=48)==
       (b[l  ]=c[   l]);  ;for           (l=0;16    >i;l         =++i %4)x
+=(b[i/4]+   a[l]   ?0:(  a[l]=b[i/4]     =10))     ;printf(p,x  *.1)   ;};}


--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html

Reply via email to