Wow, has it actually been a year since the last one? I might be able to help out. Phil In article <20030618091001.GA564 / lap.neumann.all>, Michael Neumann <mneumann / ntecs.de> wrote: >Takes place from Saturday, June 28 to Monday, June 30. > >http://icfpcontest.org > >Anyone interested in participating? > > >Regards, > > Michael > >-- >ruby -r complex -e 'c,m,w,h=Complex(-0.75,0.136),50,150,100;puts >"P6\n#{w} #{h}\n255";(0...h).each{|j|(0...w).each{|i| >n,z=0,Complex(.9*i/w,.9*j/h);while n<=m&&(z-c).abs<=2;z=z*z+c;n+=1 >end;print [10+n*15,0,rand*99].pack("C*")}}'|display >