home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / v01.n344 < prev    next >
Internet Message Format  |  1998-12-21  |  41KB

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #344
  4. Reply-To: fractint-digest
  5. Sender: owner-fractint-digest@lists.xmission.com
  6. Errors-To: owner-fractint-digest@lists.xmission.com
  7. Precedence: bulk
  8.  
  9.  
  10. fractint-digest       Tuesday, December 22 1998       Volume 01 : Number 344
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Thu, 17 Dec 1998 03:38:45 -0500
  18. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  19. Subject: (fractint) A(nother) par
  20.  
  21. Hi David,
  22.  
  23. >> As it is the season, the following par may be useful, for anyone so
  24. >> inclined, as a "bow" on a wrapped gift.
  25.  
  26.   The formula may be useful too! ;-)  Could you please post it?
  27.  
  28.   Cheers,
  29.  
  30.         - Sylvie
  31.  
  32. - --------------------------------------------------------------
  33. Thanks for using Fractint, The Fractals and Fractint Discussion List
  34. Post Message:   fractint@lists.xmission.com
  35. Get Commands:   majordomo@lists.xmission.com "help"
  36. Administrator:  twegner@phoenix.net
  37. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  38.  
  39. ------------------------------
  40.  
  41. Date: Thu, 17 Dec 1998 05:39:54 -0500
  42. From: davides <davides@pipeline.com>
  43. Subject: Re: (fractint) A(nother) par
  44.  
  45. At 03:38 AM 12/17/1998 -0500, you wrote:
  46. >Hi David,
  47. >  The formula may be useful too! ;-)  Could you please post it?
  48. >
  49. >  Cheers,
  50. >
  51. >        - Sylvie
  52.  
  53. The following should be the formula. Kerry Mitchell posted this a long time
  54. ago which shows how right on top of things I am...  :). First line "(c)
  55. Kerry Mitcheel 26 Aug 1998" I inserted just now and is taken from the
  56. acompanying narrative supplied with the formula.)
  57.  
  58. general_man { (c) Kerry Mitchell 26 Aug 1998
  59.      ;
  60.         ; "general circle & line" coloring method for Mandelbrot
  61.      ; c = pixel = Mandelbrot parameter
  62.         ; p1 = x-circle center
  63.         ; real(p2) = x-circle radius
  64.         ; imag(p2) = y-line a
  65.         ; real(p3) = y-line b
  66.         ; imag(p3) = y-line c
  67.      ; bailout hardcoded to 10^12
  68.      ; use "decomp=256" coloring
  69.      ;
  70.         c=pixel, zc=0, bailout=1e12, iter=1, rmin=1e12
  71.         cenx=p1, radx=real(p2), rad2x=radx*radx
  72.         ay=imag(p2), by=real(p3), cy=imag(p3):
  73.         iter=iter+1, zc=sqr(zc)+c
  74.         tempx=|zc-cenx|-rad2x
  75.         tempy=ay*real(zc)+by*imag(zc)+cy
  76.         temp=tempx+flip(tempy), r=|temp|
  77.         if (r<rmin)
  78.           rmin=r, z=temp
  79.           endif
  80.         if ((|zc|>bailout)||(iter==maxit))
  81.           iter=-1
  82.           endif
  83.         iter>0
  84.         }
  85.  
  86.  
  87.  
  88. davides@pipeline.com
  89. ds30@umail.umd.edu
  90. Back up my hard drive?
  91. How do I put it in reverse?
  92.  
  93. - --------------------------------------------------------------
  94. Thanks for using Fractint, The Fractals and Fractint Discussion List
  95. Post Message:   fractint@lists.xmission.com
  96. Get Commands:   majordomo@lists.xmission.com "help"
  97. Administrator:  twegner@phoenix.net
  98. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  99.  
  100. ------------------------------
  101.  
  102. Date: Thu, 17 Dec 1998 07:21:47 -0500 (EST)
  103. From: aq936@freenet.carleton.ca (Michael Traynor)
  104. Subject: Re: (fractint) A(nother) par
  105.  
  106. David wrote:
  107.  
  108. >At 03:38 AM 12/17/1998 -0500, you wrote:
  109. >>Hi David,
  110. >>  The formula may be useful too! ;-)  Could you please post it?
  111. >>
  112. >>  Cheers,
  113. >>
  114. >>        - Sylvie
  115. >
  116. >The following should be the formula. Kerry Mitchell posted this a long time
  117. >ago which shows how right on top of things I am...  :). First line "(c)
  118. >Kerry Mitcheel 26 Aug 1998" I inserted just now and is taken from the
  119. >acompanying narrative supplied with the formula.)
  120. >
  121. >general_man { (c) Kerry Mitchell 26 Aug 1998
  122. >     ;
  123. >        ; "general circle & line" coloring method for Mandelbrot
  124.  
  125. I believe Kerry posted this and the related formulas re-named.  There were
  126. 3 mandelbrot and 3 julia formulas for 2 general circles, 2 general lines
  127. and general circle & line colouring methods.  You should check your
  128. orgform.log file to find these and edit the par accordingly.
  129.  
  130.  
  131. - --
  132. Mike Traynor
  133.  
  134. People who like this sort of thing will find this the sort of thing they like.
  135.     Abraham Lincoln
  136.  
  137. - --------------------------------------------------------------
  138. Thanks for using Fractint, The Fractals and Fractint Discussion List
  139. Post Message:   fractint@lists.xmission.com
  140. Get Commands:   majordomo@lists.xmission.com "help"
  141. Administrator:  twegner@phoenix.net
  142. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  143.  
  144. ------------------------------
  145.  
  146. Date: Thu, 17 Dec 1998 13:51:15 -0500
  147. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  148. Subject: Re: (fractint) A(nother) par
  149.  
  150. Hi All,
  151.  
  152. >> The following should be the formula. Kerry Mitchell posted this a long=
  153.  
  154. >> time ago which shows how right on top of things I am...  :). First lin=
  155. e
  156. >> "(c) Kerry Mitcheel 26 Aug 1998" I inserted just now and is taken from=
  157.  
  158. >> the acompanying narrative supplied with the formula.)
  159. >>
  160. >> general_man { (c) Kerry Mitchell 26 Aug 1998
  161.  
  162.   Thank you David.  =
  163.  
  164.  
  165. >> I believe Kerry posted this and the related formulas re-named.  There
  166. >> were 3 mandelbrot and 3 julia formulas for 2 general circles, 2 genera=
  167. l
  168. >> lines and general circle & line colouring methods.  You should check
  169. >> your orgform.log file to find these and edit the par accordingly.
  170.  
  171.   You're right Mike!  It has been renamed as general_man-c&l.
  172.  
  173.   Cheers,
  174.  
  175.         - Sylvie
  176.  
  177. - --------------------------------------------------------------
  178. Thanks for using Fractint, The Fractals and Fractint Discussion List
  179. Post Message:   fractint@lists.xmission.com
  180. Get Commands:   majordomo@lists.xmission.com "help"
  181. Administrator:  twegner@phoenix.net
  182. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  183.  
  184. ------------------------------
  185.  
  186. Date: Thu, 17 Dec 1998 23:11:58 -0800
  187. From: Mark Christenson <mchris@hooked.net>
  188. Subject: (fractint) testing...
  189.  
  190. Haven't seen any messages today... just checking.
  191.  
  192.  
  193. - --------------------------------------------------------------
  194. Thanks for using Fractint, The Fractals and Fractint Discussion List
  195. Post Message:   fractint@lists.xmission.com
  196. Get Commands:   majordomo@lists.xmission.com "help"
  197. Administrator:  twegner@phoenix.net
  198. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  199.  
  200. ------------------------------
  201.  
  202. Date: Fri, 18 Dec 1998 10:56:44 -0600
  203. From: Lee&SusanLane <slane@kiwi.dep.anl.gov>
  204. Subject: Re: (fractint) St Clair's sstools.ini
  205.  
  206. Hi Les,
  207.  
  208. Thanks for the useful tips. Actually, I have found that I don't mind 
  209. starting Fractint with a viewwindow since I often go to it anyway. 
  210. And if instead I want to recall a gif, the full window is automatically 
  211. restored by fastrestore=yes.
  212.  
  213. Another question: how can I make a par file of an image generated by the 
  214. plasma formula?
  215.  
  216. Thanks,  Lee
  217.  
  218.  
  219. - --------------------------------------------------------------
  220. Thanks for using Fractint, The Fractals and Fractint Discussion List
  221. Post Message:   fractint@lists.xmission.com
  222. Get Commands:   majordomo@lists.xmission.com "help"
  223. Administrator:  twegner@phoenix.net
  224. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  225.  
  226. ------------------------------
  227.  
  228. Date: Fri, 18 Dec 1998 17:00:11 -0600 (CST)
  229. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  230. Subject: (fractint) Two more pars
  231.  
  232. comment {
  233. Here's two more pars for the same formula that I posted
  234. last time.  These are enough different that I thought you
  235. might enjoy them.
  236.  
  237. Paul Carlson
  238. }
  239.  
  240. czxmasm06          {; Copyright (c) Paul W. Carlson, 1998
  241.   reset=1960 type=formula formulafile=czxmas.frm
  242.   formulaname=CoszzcM passes=t
  243.   center-mag=-0.41279341815445920/+1.32216762589338600/343.3101\
  244.   /1/18.499 params=0.15/0/2/125
  245.   float=y maxiter=500 inside=253 outside=summ
  246.   colors=400T11<31>x77z88z88<89>O000T0<48>0o00o00o00o00o0<11>0j\
  247.   00j00j00j00j0<8>0f00f00f00f00e0<41>0T0000000zzz000000
  248.   }
  249.  
  250. czxmasm07          {; Copyright (c) Paul W. Carlson, 1998
  251.   reset=1960 type=formula formulafile=czxmas.frm
  252.   formulaname=CoszzcM passes=t
  253.   center-mag=-1.00624/6.63303/14.89821/1/-90
  254.   params=0.7/0/2/125
  255.   float=y maxiter=500 inside=253 outside=summ
  256.   colors=400T11<31>x77z88z88<89>O000T0<48>0o00o00o00o00o0<11>0j\
  257.   00j00j00j00j0<8>0f00f00f00f00e0<41>0T0000000zzz000000
  258.   }
  259.  
  260. frm:CoszzcM {; Copyright (c) Paul W. Carlson, 1998
  261.     ; real(p1) = controls size of elements
  262.     ; imag(p1)   not used
  263.     ; real(p2) = number of color ranges
  264.     ; imag(p2) = number of colors in a range
  265.     ;
  266.     pw = z = iter = range_num = bailout = 0
  267.     c = pixel
  268.     max_ratio = real(p1)
  269.     num_ranges = real(p2)
  270.     colors_in_range = imag(p2)
  271.     factor = (colors_in_range - 1) / max_ratio
  272.     :
  273.     w = cos(pw * pw) + c
  274.     ;
  275.     ratio = |pw| / |w|
  276.     pw = w
  277.     IF (ratio < max_ratio && iter > 0)
  278.     bailout = 1
  279.     z = factor * ratio + range_num * colors_in_range + 1
  280.     ENDIF
  281.     range_num = range_num + 1
  282.     IF (range_num == num_ranges)
  283.     range_num = 0
  284.     ENDIF
  285.     iter = iter + 1
  286.     z = z - iter
  287.     bailout == 0 && |w| < 1.0e20
  288. }
  289.  
  290.  
  291.  
  292. - --------------------------------------------------------------
  293. Thanks for using Fractint, The Fractals and Fractint Discussion List
  294. Post Message:   fractint@lists.xmission.com
  295. Get Commands:   majordomo@lists.xmission.com "help"
  296. Administrator:  twegner@phoenix.net
  297. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  298.  
  299. ------------------------------
  300.  
  301. Date: Fri, 18 Dec 1998 20:20:16 EST
  302. From: JimBeau549@aol.com
  303. Subject: (fractint) 5 pars (3 barnsley,2 mandel)
  304.  
  305.    Hi Folks,
  306.  
  307.      Here's a few *fun* barnsley fractals and a couple of deep zooms of a
  308. mandelbrot.    Merry Season. :)
  309.  
  310.     Enjoy~
  311.  
  312.  Jim
  313. - ------------------------------------------------------------------------------
  314.  
  315.  
  316. Bridge_of_Sighs    { ; image(c)1998 JimWeaver     barnsleym1
  317. t=02min33sP75
  318.   reset=1960 type=barnsleym1 passes=t
  319.   center-mag=+0.27383377644739580/+0.06964716365185705/741.4537/1.455/68.3\
  320.   33/3.205 params=-0.975/0.606 float=y maxiter=50 bailout=32767
  321.   bailoutest=manh inside=bof60 invert=0.1/0.1961/0.0216 decomp=256
  322.   colors=000UaX<5>IRRFPPDPMBPJ8OF7MD6KC<2>295153000<4>000<3>0F0<13>FZ6H`7K\
  323.   `7<13>zi0zf0zc0y_0wX1uT3sP6pM9<3>a7JY3LT0O<5>00b00d00fKAf1Kd200700<13>XZ\
  324.   cZafZbg<13>Pzv<2>Axx5wy0uy0tz<2>0mz0jz0gy0dy0`x0Yw0Uw<2>0Js0Fr0Bp07n04m0\
  325.   0k<4>00`30Z<5>W0K410<13>zR0<5>fU6043<13>7zj<14>EO5<4>DX9<2>SLH<5>bVLHez<\
  326.   13>FKWEITFJW<6>SQjQOi443<9>joe<6>XcZ
  327.   }
  328.  
  329. Christmas_Spiral   { ; image(c)1998 JimWeaver     barnsleym1
  330. t=02min32sP75
  331.                      ; bridge02.gif
  332.   reset=1960 type=barnsleym1 passes=t
  333.   center-mag=+0.27314374864695720/+0.06663102688193329/694.709/1/24.39/20.\
  334.   905 params=-0.975/0.606 float=y maxiter=50 bailout=10000
  335.   bailoutest=and inside=bof60 invert=0.1/0.1961/0.0216 decomp=256
  336.   colors=000S_W<4>IRRFPPDPMBPJ8OF7MD6KC<2>295153000<4>000<3>0F0<13>FZ6H`7K\
  337.   `7<13>zi0zf0zc0y_0wX1uT3sP6pM9<3>a7JY3LT0O<5>00b00d00fKAf1Kd200700<13>XZ\
  338.   cZafZbg<13>Pzv<2>Axx5wy0uy0tz<2>0mz0jz0gy0dy0`x0Yw0Uw<2>0Js0Fr0Bp07n04m0\
  339.   0k<4>00`30Z<5>W0K410<13>zR0<5>fU6043<13>7zj<14>EO5<4>DX9<2>SLH<5>bVLHez<\
  340.   13>FKWEITFJW<6>SQjQOi443<9>joe<7>UaX
  341.   }
  342.  
  343. crimzn03.gif       { ; image(c)1998 JimWeaver     mandel4
  344. t=04min20sP75
  345.   reset=1960 type=mandel4 passes=b
  346.   center-mag=+0.60306415520940990/+0.56863751258860900/1.202561e+012/1/22.\
  347.   502/-0.004 params=0/0 float=y maxiter=1000 bailout=32767
  348.   colors=000a`h<10>oisqitrjutjvukw<2>zmz<4>witvhstgp<7>n`em_dm_d<23>WHBVG9\
  349.   UF8TE6SD5RC3QB2PA0<2>RE4SG6RG6<23>742632315<3>111000100<31>XIMYJNZJN_JN<\
  350.   7>gNRhORhOSiPT<5>lSZmT_nU`nVaoWb<3>q_fragsbhtdiufj<4>xpsyrtytvyvwzxyzzz<\
  351.   30>2WW0VV0UU<13>0GG0FF1FG<5>9KMAKNBLOCLPEMQ<3>IPUKQVLRWNSXOTY<9>``g
  352.   }
  353.  
  354. crimzn04.gif       { ; image(c)1998 JimWeaver     mandel
  355. t=02min02sP75
  356.   reset=1960 type=mandel passes=t
  357.   center-mag=-1.59581491888848600/+0.00184210888665474/9.540911e+010/1/-15\
  358.   5 params=0/0 float=y maxiter=32767 bailout=32767
  359.   colors=000734<25>XIMYJNZJN_JN<7>gNRhORhOSiPT<5>lSZmT_nU`nVaoWb<3>q_frags\
  360.   bhtdiufj<4>xpsyrtytvyvwzxyzzz<30>2WW0VV0UU<13>0GG0FF1FG<5>9KMAKNBLOCLPEM\
  361.   Q<3>IPUKQVLRWNSXOTY<21>oisqitrjutjvukw<2>zmz<4>witvhstgp<7>n`em_dm_d<23>\
  362.   WHBVG9UF8TE6SD5RC3QB2PA0<2>RE4SG6RG6<23>742632315<3>111000100<4>633
  363.   }
  364.  
  365. barnsley_spiral    { ; image(c)1998 JimWeaver     barnsleym1
  366. t=02min32sP75
  367.   reset=1960 type=barnsleym1 passes=t
  368.   center-mag=+0.27629650636462950/+0.05784370007947479/826.3539/1/-107.5
  369.   params=-0.707/0.3854 float=y maxiter=50 bailout=32767 bailoutest=and
  370.   inside=bof60 invert=0.09/0.196/0.0127 decomp=256
  371.   colors=0Fr<3>00k<4>00`30Z<5>W0K410830000C50<11>zR0<5>fU6043<13>7zj<14>EO\
  372.   5<4>DX9<2>SLH<5>bVLHez<13>FKWEITFJW<6>SQjQOi443<9>joe<13>IRRFPPDPMBPJ8OF\
  373.   7MD6KC<2>295153000<4>000<3>0F0<13>FZ6H`7K`7<13>zi0zf0zc0y_0wX1uT3sP6pM9<\
  374.   3>a7JY3LT0O<5>00b00d00fKAf1Kd200700<13>XZcZafZbg<13>Pzv<2>Axx5wy0uy0tz<2\
  375.   >0mz0jz0gy0dy0`x0Yw0Uw<2>0Js cyclerange=0/255
  376.   }
  377.  
  378.  
  379. - --------------------------------------------------------------
  380. Thanks for using Fractint, The Fractals and Fractint Discussion List
  381. Post Message:   fractint@lists.xmission.com
  382. Get Commands:   majordomo@lists.xmission.com "help"
  383. Administrator:  twegner@phoenix.net
  384. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  385.  
  386. ------------------------------
  387.  
  388. Date: Sat, 19 Dec 1998 10:45:46 -0800
  389. From: "Angela Wilczynski" <wizzle@beachnet.com>
  390. Subject: (fractint) Happy Holidays
  391.  
  392. Just wanted to drop a line wishing everyone happy holidays and merry fractaling.  
  393.  
  394. I've been diverted with a new hobby.....trains.  I've been riding them, photographing
  395. them and generally having a great time.  
  396.  
  397. May you and yours have a wonderful holiday season and the best and most properous of
  398. New Years.
  399.  
  400. Angela aka wizzle
  401.  
  402. - --------------------------------------------------------------
  403. Thanks for using Fractint, The Fractals and Fractint Discussion List
  404. Post Message:   fractint@lists.xmission.com
  405. Get Commands:   majordomo@lists.xmission.com "help"
  406. Administrator:  twegner@phoenix.net
  407. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  408.  
  409. ------------------------------
  410.  
  411. Date: Sat, 19 Dec 1998 20:43:41 EST
  412. From: JimBeau549@aol.com
  413. Subject: (fractint) 1 par....plus a question
  414.  
  415.   Hi Folks,
  416.                    Here's a really strange ok-36.frm fractal.
  417.        Does anyone know how I can detect any .dll extension files that are
  418. redundant?(Windows3.1)  I know there's lots of them that don't have a program
  419. anymore to make use of them and they're taking up loads of precious memory,
  420. but I can't tell which ones are critical and which ones are trash. :(   If
  421. anyone knows of a way to do this I'd be very grateful for a line directing me
  422. how.    Thanks and enjoy the image.~
  423.  
  424.  Jim Weaver
  425. - ------------------------------------------------------------------------------
  426. - ---------------
  427.  
  428.  
  429. K36x001.gif        { ; image(c)1998 JimWeaver     ok-36
  430. t=01min16sP75
  431.   reset=1960 type=formula formulafile=fractint.frm formulaname=ok-36
  432.   function=cotan/cosxx/cosh/cosxx passes=t
  433.   center-mag=1.90246/1.82627/2.519707/1/110 params=0.2/0/0/0 float=y
  434.   maxiter=25 inside=bof60 outside=atan
  435.   colors=000LE9<4>XRJZUL`WMbZOd`QfcS<8>xwezzgzzgyyfyyf<2>xwewvdvtcusbtqaso\
  436.   `rmZ<3>kbSi_QfWNdTLbPI_LGXHDVCAS77O33P34<14>z_K<12>kB4j93i72g50h83jE8kHC\
  437.   <2>nPJoSMoUOpWQ<4>sdYtf_uhauibvkdvme<5>yvmsoh<2>kfbid`ga_e_YcYX<4>WPQVNP\
  438.   TLOSKNRIMPGL<3>KAGJ9FH7FI8F<10>ibfleiohlrkounr<2>tmqtmqslpskp<3>phmoglne\
  439.   k<2>kahj_fhYegWceUa<2>`NXZLVXITVFR<4>J0FK0Funrunrxwx<14>KBIOBI<3>OBIPBIP\
  440.   CJQCJRDJ<5>XINZJO_LP<2>ePSgQUiSVkUW<2>rZ_u`awcb<31>A00<2>JB7
  441.   }
  442.  
  443. - --------------------------------------------------------------
  444. Thanks for using Fractint, The Fractals and Fractint Discussion List
  445. Post Message:   fractint@lists.xmission.com
  446. Get Commands:   majordomo@lists.xmission.com "help"
  447. Administrator:  twegner@phoenix.net
  448. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  449.  
  450. ------------------------------
  451.  
  452. Date: Sun, 20 Dec 1998 05:12:17 EST
  453. From: JimBeau549@aol.com
  454. Subject: Re: (fractint) 1 par....plus a question
  455.  
  456.      Hi,
  457.  
  458.    I found a program called CLEAN, that will scan and detect .dll files that
  459. don't have programs calling on them, so please disregard my previous posting.
  460.  
  461.    Thanks~
  462.  
  463.  Jim
  464.  
  465. - --------------------------------------------------------------
  466. Thanks for using Fractint, The Fractals and Fractint Discussion List
  467. Post Message:   fractint@lists.xmission.com
  468. Get Commands:   majordomo@lists.xmission.com "help"
  469. Administrator:  twegner@phoenix.net
  470. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  471.  
  472. ------------------------------
  473.  
  474. Date: Sun, 20 Dec 1998 23:19:49 -0600
  475. From: Lee&SusanLane <slane@kiwi.dep.anl.gov>
  476. Subject: Re: (fractint) Two more pars
  477.  
  478. Hello Paul,
  479.  
  480. I have really enjoyed your holiday show: the seahorse, elephant, the 
  481. czxmas.par and especially those flexballs. I have also enjoyed many 
  482. images of yours on the net, but I haven't found a collection of your 
  483. pars. Have you posted one?
  484.  
  485. Lee Lane
  486.  
  487.  
  488. - --------------------------------------------------------------
  489. Thanks for using Fractint, The Fractals and Fractint Discussion List
  490. Post Message:   fractint@lists.xmission.com
  491. Get Commands:   majordomo@lists.xmission.com "help"
  492. Administrator:  twegner@phoenix.net
  493. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  494.  
  495. ------------------------------
  496.  
  497. Date: Mon, 21 Dec 1998 00:32:39 -0500
  498. From: Gedeon Peteri <gedeon@InfoAve.Net>
  499. Subject: Re: (fractint) Two more pars
  500.  
  501. All of Paul Carlson's formulas and pars are available on my Geocities
  502. web site. See link below.
  503.  
  504. Gedeon
  505.  
  506. Lee&SusanLane wrote:
  507.  
  508. > Hello Paul,
  509. >
  510. > I have really enjoyed your holiday show: the seahorse, elephant, the
  511. > czxmas.par and especially those flexballs. I have also enjoyed many
  512. > images of yours on the net, but I haven't found a collection of your
  513. > pars. Have you posted one?
  514. >
  515. > Lee Lane
  516.  
  517. - --
  518. - --------------------------------------------------------------
  519. Fractals: http://www.geocities.com/~gedeonp/index.html
  520. Member Infinite Fractal Loop
  521. Last updated: December 11, 1998 - new page added
  522. Photography: http://members.xoom.com/gedeonp/index.html
  523. Last updated: November 8, 1998
  524. - --------------------------------------------------------------
  525.  
  526.  
  527.  
  528. - --------------------------------------------------------------
  529. Thanks for using Fractint, The Fractals and Fractint Discussion List
  530. Post Message:   fractint@lists.xmission.com
  531. Get Commands:   majordomo@lists.xmission.com "help"
  532. Administrator:  twegner@phoenix.net
  533. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  534.  
  535. ------------------------------
  536.  
  537. Date: Mon, 21 Dec 1998 23:02:10 -0000
  538. From: "Les St Clair" <les_stclair@crosstrees.prestel.co.uk>
  539. Subject: (fractint) "Fractasia" web page kicked into touch
  540.  
  541. Hi folks,
  542.  
  543. I have, for legal reasons, just changed my "Fractasia" web site to the new (and
  544. I think, jollier) name of "Fractastier".
  545.  
  546. If you would like to read more of the fearsome letter which begins...
  547. ">I am Brian P. Barnes, inventor and owner of the trademarks "Fractasia" and
  548. "Fractasia Fractals".<
  549.  
  550. go to <http://www.homeusers.prestel.co.uk/crosstrees/tasty.htm> and click on the
  551. piggy icon.
  552.  
  553. Happy Christmas :))
  554.  
  555. - - Les
  556.  
  557.  
  558. - --------------------------------------------------------------
  559. Thanks for using Fractint, The Fractals and Fractint Discussion List
  560. Post Message:   fractint@lists.xmission.com
  561. Get Commands:   majordomo@lists.xmission.com "help"
  562. Administrator:  twegner@phoenix.net
  563. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  564.  
  565. ------------------------------
  566.  
  567. Date: Mon, 21 Dec 1998 19:01:54 -0500
  568. From: Ron Barnett <rbarnett@telenet.net>
  569. Subject: (fractint) Some new formulae and pars
  570.  
  571. Here are some new formulae and pars based upon Kerry Mitchell's ghost 
  572. method, but using exponential smoothing rather than the Vepstas log method.
  573.  
  574. The following are the formulae to use:
  575. ========================================================================  
  576. ========
  577.  
  578. MandExpGhost = { ; Ron Barnett, 1998  - modified from Kerry Mitchell
  579.         ;
  580.         ; colors Mandelbrot set by combining the smoothed iteration
  581.         ; with a background of rays from the center
  582.         ;
  583.         ; use decomp=256
  584.         ; real(p1) = bailout
  585.         ; imag(p1) = "ghost" adjustment: set to 0 for only
  586.         ;   background rays, try 2
  587.         ; calculation performed on variable zc, z used for coloring
  588.         ;
  589.         maxr = real(p1), scale = imag(p1)*pi/128
  590.         iterexp = 0, iter = 1, zc = 0, c = pixel, background = pixel:
  591.         iterexp = iterexp + exp(-cabs(zc)), iter = iter + 1, zc = sqr(zc)+c
  592.         ;
  593.         ; bailout
  594.         ;   compute smoothed iteration as "angle"
  595.         ;   multiply angle by background to get final z
  596.         ;   set z to background for interior points
  597.         ;   set "iteration done" flag (iter=-1)
  598.         ;
  599.         IF ((|zc| > maxr) || (iter == maxit))
  600.           smooth = iterexp*scale
  601.           ang = cos(smooth)+flip(sin(smooth))
  602.           z = background*ang
  603.           IF (iter == maxit)
  604.             z = background
  605.           ENDIF
  606.           iter = -1
  607.         ENDIF
  608.         iter > 0
  609.         }
  610.  
  611.  
  612. JMaskghost = { ; Ron Barnett, 1998
  613.         ; use decomp=256
  614.         ; real(p1) = bailout
  615.         ; imag(p1) = "ghost" adjustment:
  616.         maxr = real(p1), scale = imag(p1)*pi/128
  617.         iterexp = 0, iter = 1, zc = fn1(pixel), background = pixel:
  618.         iterexp = iterexp + exp(-cabs(zc)), iter = iter + 1
  619.         zc = P2*fn2(zc)^2 + P3
  620.         IF ((cabs(zc) > maxr) || (iter == maxit))
  621.           smooth = iterexp*scale
  622.           ang = cos(smooth)+flip(sin(smooth))
  623.           z = background*ang
  624.           IF (iter == maxit)
  625.             z = background
  626.           ENDIF
  627.           iter = -1
  628.         ENDIF
  629.         iter > 0
  630.         }
  631.  
  632. CmplxNewtghost = { ; Ron Barnett, 1998
  633.         ; use decomp=256
  634.         ; real(p1) = bailout
  635.         ; imag(p1) = "ghost" adjustment:
  636.         ; p2 = complex power
  637.         ; p3 = complex root
  638.         maxr = real(p1), scale = imag(p1)*pi/128
  639.         oldz = 0
  640.         iterexp = 0, iter = 1, zc = pixel, background = pixel:
  641.         iterexp = iterexp + exp(-1/cabs(oldz - zc)), iter = iter + 1
  642.         oldz = zc
  643.         z1 = (p2-1)*zc^p2 + p3
  644.         z2 = p2*zc^(p2-1)
  645.         zc = z1/z2
  646.         IF ((0.000001 > cabs(oldz-zc)) || (iter == maxit))
  647.           smooth = iterexp*scale
  648.           ang = cos(smooth)+flip(sin(smooth))
  649.           z = background*ang
  650.           IF (iter == maxit)
  651.             z = background
  652.           ENDIF
  653.           iter = -1
  654.         ENDIF
  655.         iter > 0
  656.         }
  657.  
  658. ==============================================================
  659.  
  660. Here are the actual pars:
  661.  
  662. MandExpGhost       { ; .                                     t=  0:01:02.12
  663.                      ; Ron Barnett, Dec 1998
  664.                      ; On a Toshiba Pentium II at 800 x 600
  665.   reset=1960 type=formula formulafile=rebexp01.frm
  666.   formulaname=mandexpghost passes=1 corners=-2.5/1.5/-1.5/1.5
  667.   params=1000000/10 float=y maxiter=100 inside=0 decomp=256
  668.   periodicity=0
  669.   colors=e0W<42>10W00W00W00V<65>W0GW0GW1H<63>WxyWyzWzzWzz<50>z1Wz0Wz0W<20>\
  670.   f0W cyclerange=0/255
  671.   }
  672.  
  673. calipers           { ; .                                     t=  0:02:49.38
  674.                      ; Copyright Ron Barnett, Dec 1998
  675.                      ; On a Toshiba Pentium II at 800 x 600
  676.   reset=1960 type=formula formulafile=rebexp01.frm
  677.   formulaname=JMaskghost function=acos/cosh
  678.   center-mag=-2.22045e-016/0/0.6666667/1/-90
  679.   params=100/50/1/0/-0.766/0 float=y maxiter=1000 inside=0 decomp=256
  680.   periodicity=0
  681.   colors=mJ9<32>zVFzVGzWGzWGyVG<32>X1GW0GW0GW0G<80>zy0zz0zy0<48>W10W00W00<\
  682.   47>mI9 cyclerange=0/255
  683.   }
  684.  
  685. dirty_spiral       { ; .                                     t=  0:24:03.94
  686.                      ; Copyright Ron Barnett, Dec 98
  687.                      ; On a Toshiba Pentium II at 800 x 600
  688.   reset=1960 type=formula formulafile=rebexp01.frm
  689.   formulaname=jmaskghost function=atan/sin
  690.   center-mag=-0.138173/0.415693/6.666667
  691.   params=1000/5/1/0/0/0.5932500000000001 float=y maxiter=5000 inside=0
  692.   decomp=256 periodicity=0
  693.   colors=vSG<29>X1GW0GW0GW0G<80>zy0zz0zy0<48>W10W00W00<46>mI9mI9mJ9mJ9nK9<\
  694.   28>yUFzVFzVFzVGzWGzWG<2>wTG cyclerange=0/255
  695.   }
  696.  
  697. Complex Spiral     { ; .                                     t=  0:05:34.61
  698.                      ; Copyright Ron Barnett, Dec 1998
  699.                      ; On a Cyrix 6x86(P200+) at 800 x 600
  700.   reset=1960 type=formula formulafile=rebexp01.frm
  701.   formulaname=CmplxNewtghost passes=1
  702.   center-mag=0.238245/0.19598/1.718213 params=1000000/4/1/4/1/3
  703.   float=y maxiter=256 inside=0 decomp=256 periodicity=0
  704.   colors=WWW<50>lD6lC6lD6<79>zy0zz0zz0zz0<64>XH0WG0WG0WG0<50>WWW
  705.   cyclerange=0/255
  706.   }
  707.  
  708. ========================================================================  
  709. ======
  710.  
  711. Ron Barnett
  712.  
  713.  
  714. - --------------------------------------------------------------
  715. Thanks for using Fractint, The Fractals and Fractint Discussion List
  716. Post Message:   fractint@lists.xmission.com
  717. Get Commands:   majordomo@lists.xmission.com "help"
  718. Administrator:  twegner@phoenix.net
  719. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  720.  
  721. ------------------------------
  722.  
  723. Date: Mon, 21 Dec 1998 18:13:47 -0600
  724. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  725. Subject: Re: (fractint) "Fractasia" web page kicked into touch
  726.  
  727. Les St Clair wrote:
  728. >
  729. > I have, for legal reasons, just changed my
  730. > "Fractasia" web site to the new (and I think,
  731. > jollier) name of "Fractastier".
  732. >
  733. > If you would like to read more of the fearsome
  734. > letter which begins...
  735. >   "I am Brian P. Barnes, inventor and owner of the
  736. >    trademarks "Fractasia" and "Fractasia Fractals".
  737. >
  738. > go to <http://www.homeusers.prestel.co.uk/crosstrees/tasty.htm>
  739. > and click on the piggy icon.
  740. >
  741.  
  742. It looks like he has only had the Domain Name of Fractasia since it was
  743. created on January 05, 1998 (which is going through the YAHOO servers).
  744.  
  745. I don't believe it is a registered trademark by that individual.  Check
  746. out the following links for the word "fractasia":
  747.     http://www.dnai.com/~wahl/dynamic.dsproducts.fp.html
  748.     http://www.thezone.co.uk/data/POP_-07-2.html
  749.     http://www.moviesource.com/vanguard/cat/catani.html
  750. I believe the above are references to a video animation produced by
  751. PRISM LEISURE in the USA around two years ago.
  752.  
  753. Information about Registered Trademarks (including databases that may be
  754. searched) can be found at the following:
  755.    
  756. http://system.directhit.com/fcgi-bin/TopTen.fcg?q=registered+trademarks&r=36150.3820717593
  757.  
  758.  
  759. And there is a link to Spanky's on this webpage using "fractasia":
  760.     http://www.buffnet.net/~strider/page10.htm
  761. Not to mention several other around the WWW.
  762.  
  763. Brian also was using an email address of mailto:brianp@texas.net on
  764. October 18, 1998 when he was on the Usenet Newsgroups.
  765.  
  766. P.N.L.
  767. - --------------------------------------------------------------
  768. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  769.  
  770. - --------------------------------------------------------------
  771. Thanks for using Fractint, The Fractals and Fractint Discussion List
  772. Post Message:   fractint@lists.xmission.com
  773. Get Commands:   majordomo@lists.xmission.com "help"
  774. Administrator:  twegner@phoenix.net
  775. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  776.  
  777. ------------------------------
  778.  
  779. Date: Mon, 21 Dec 1998 20:07:10 -0500
  780. From: Paul DeCelle <PaulDC@prodigy.net>
  781. Subject: Re: (fractint) "Fractasia" web page kicked into touch
  782.  
  783. Les St Clair wrote:
  784. > Hi folks,
  785. > I have, for legal reasons, just changed my "Fractasia" web site to the new (and
  786. > I think, jollier) name of "Fractastier".
  787.  
  788. Too bad - This guy's position sounds pretty bogus to me.  %#@*ing
  789. lawyers!
  790.  
  791. Paul DeCelle
  792.  
  793. - --------------------------------------------------------------
  794. Thanks for using Fractint, The Fractals and Fractint Discussion List
  795. Post Message:   fractint@lists.xmission.com
  796. Get Commands:   majordomo@lists.xmission.com "help"
  797. Administrator:  twegner@phoenix.net
  798. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  799.  
  800. ------------------------------
  801.  
  802. Date: Mon, 21 Dec 1998 21:36:26 -0500
  803. From: davides <davides@pipeline.com>
  804. Subject: (fractint) Par
  805.  
  806. Sometime ago (October) I came up with this while fiddling around. It is
  807. really nothing special, a simple spiral, but I liked the colors, and
  808. tilting it some seems to add to it. The title seems apprpriate.
  809.  
  810. new_galaxy         { ;  (c) David Shanholtzer Oct 22, 1998 t=0:00:24.94
  811.                      ;  P200 MMX 1024x768
  812.                      ; color map: dav74
  813.   reset=1960 type=mandel passes=1
  814.   center-mag=-0.05852240317310889/+0.66656728061455950/48031.38/1/0/55.274
  815.   params=0/0 float=y maxiter=50000
  816.   colors=08NT0T<6>K0KMC7<6>yhW<13>E53000<26>00D00E01F01G02G<6>06M07M08O<48\
  817.   >0cw0cw0bv<48>00EA20<10>yhW<22>A20K0K<30>l0lm0ml0l<14>U0U
  818.   }
  819.  
  820.  
  821. davides@pipeline.com
  822. ds30@umail.umd.edu
  823. Back up my hard drive?
  824. How do I put it in reverse?
  825.  
  826. - --------------------------------------------------------------
  827. Thanks for using Fractint, The Fractals and Fractint Discussion List
  828. Post Message:   fractint@lists.xmission.com
  829. Get Commands:   majordomo@lists.xmission.com "help"
  830. Administrator:  twegner@phoenix.net
  831. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  832.  
  833. ------------------------------
  834.  
  835. Date: Tue, 22 Dec 1998 02:52:19 EST
  836. From: JimBeau549@aol.com
  837. Subject: (fractint) 1 par
  838.  
  839.    Hi ,
  840.  
  841.       Merry Christmas and Happy New Years to all and here's my favorite pic of
  842. the day.   
  843.       Also, I'm planning on getting a new PC in a few days and am thinking
  844. about a 350Mhz, 10Gb HD, 96Dram.  When I ran Fractint on my first PC(33Mhz,4Mb
  845. ram), an image that would take let's say....34mins,...now takes 54 seconds on
  846. my P75.  Will this same image be finished in something like 1 second on a
  847. 350Mhz???  If so, then I'm gonna go on a fractal frenzy for a few weeks after
  848. I get a new one. :)
  849.  
  850.     Watch out~
  851.  
  852.   Jim Weaver 
  853.  
  854. - ------------------------------------------------------------------------------
  855. - ----------
  856.  
  857.  
  858. Tempest            { ; image(c)1998 JimWeaver     ok-31
  859. t=04min41sP75
  860.   reset=1920 type=formula formulafile=fractint.frm formulaname=ok-31
  861.   function=sqr/sqr passes=t
  862.   center-mag=-0.0102638/0.0240531/0.9277018/1/-90
  863.   params=0.1/0/0.605/0.9 float=y maxiter=1000 periodicity=0
  864.   colors=000D8L<10>212000101<4>748000704B7C<2>F9HHAIIBJJCKKDL<8>WOUXPVYPWX\
  865.   RXZRX<13>EBJDAHC9GB8E97C<4>424212212<7>212212000101321<17>UJDWKEYLFZMG`N\
  866.   IaPJ<6>lZV<20>000<25>QKHRLISMJUNKWOLXQM<2>bTQcVReWSfXUfYV<3>hbbhcdhbc<2>\
  867.   h_ZhZXgYVfXT<24>011123314<18>MEaNEbOFdPFeQGg<4>VOiXQjWPj<3>SJiRHhQGf<11>\
  868.   E9N
  869.   }
  870.  
  871.  
  872. - --------------------------------------------------------------
  873. Thanks for using Fractint, The Fractals and Fractint Discussion List
  874. Post Message:   fractint@lists.xmission.com
  875. Get Commands:   majordomo@lists.xmission.com "help"
  876. Administrator:  twegner@phoenix.net
  877. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  878.  
  879. ------------------------------
  880.  
  881. Date: Tue, 22 Dec 1998 02:48:54 -0600
  882. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  883. Subject: Re: (fractint) Upgrade (Video card?) problerm
  884.  
  885. Karl Scherer wrote:
  886. >
  887. > Could please someone help me or give me some advids
  888. > with the following urgent problem?
  889. > One week ago I upgraded my PC from Pentium 233 to
  890. > Pentium II, 400 Mhz, which has a AGP 6326 video card
  891. > (8MB) included.  Since then Fractint does not work
  892. > anymore, saying "This video mode is not abailable
  893. > with your adapter" to all video modes selected.  When
  894. > I exit Fractint, the mouse still can be moved, but
  895. > I cannot click any icon anymore and have to restart
  896. > the PC.  Is Fractint not ready for this video card
  897. > or have I done something wrong??  Since I am in the
  898. > middle of creating a lot of pictures, I am desparately
  899. > in search for some help or upgrade of Fractint!
  900. > Any response is very much appreciated.
  901. > Thanks for your help, Karl
  902. >
  903.  
  904. I do not know if you have gotten a resolution yet, but there is a small
  905. program known as "VESA to Config".  The actual executable module
  906. VESA2CFG.EXE, checks the existence of a VBE (VESA BIOS Extension),
  907. either built into the VGA BIOS ROM, or installed as a TSR driver.  If a
  908. VBE is detected, an appropriate CFG file is created.  You can use this
  909. information to adjust the FRACTINT.CFG file that comes with Fractint.
  910.  
  911. Exact details about this should probably come from somebody more
  912. familiar with both of these areas, but a ZIP file is available at the
  913. following location:
  914.     http://home.att.net/~Fractals_1/vesa2cfg.zip
  915.  
  916. Some of the information contained within is self explanatory, but it is
  917. lacking a complete description.
  918.  
  919. P.N.L.
  920. - --------------------------------------------------------------
  921. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  922.  
  923. - --------------------------------------------------------------
  924. Thanks for using Fractint, The Fractals and Fractint Discussion List
  925. Post Message:   fractint@lists.xmission.com
  926. Get Commands:   majordomo@lists.xmission.com "help"
  927. Administrator:  twegner@phoenix.net
  928. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  929.  
  930. ------------------------------
  931.  
  932. Date: Tue, 22 Dec 1998 02:53:52 -0600
  933. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  934. Subject: Re: (fractint) Upgrade (Video card?) problerm
  935.  
  936. Paul N. Lee wrote:
  937. >
  938. > following location:
  939. >     http://home.att.net/~Fractals_1/vesa2cfg.zip
  940. >
  941.  
  942. Sorry, my mistake, that should be:
  943.     http://home.att.net/~Fractals_4/vesa2cfg.zip
  944.  
  945. P.N.L.
  946. - --------------------------------------------------------------
  947. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  948.  
  949. - --------------------------------------------------------------
  950. Thanks for using Fractint, The Fractals and Fractint Discussion List
  951. Post Message:   fractint@lists.xmission.com
  952. Get Commands:   majordomo@lists.xmission.com "help"
  953. Administrator:  twegner@phoenix.net
  954. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  955.  
  956. ------------------------------
  957.  
  958. Date: Tue, 22 Dec 1998 07:23:52 EST
  959. From: PKyleCA@aol.com
  960. Subject: Re: (fractint) "Fractasia" web page kicked into touch
  961.  
  962. In a message dated 12/21/98 5:06:04 PM Pacific Standard Time,
  963. PaulDC@prodigy.net writes:
  964.  
  965. << Too bad - This guy's position sounds pretty bogus to me.  %#@*ing
  966.  lawyers! >>
  967.  
  968.  
  969. LAWYERS:  (noun).  Those who use the "law"  to take whats 'yers'
  970.  
  971. - --------------------------------------------------------------
  972. Thanks for using Fractint, The Fractals and Fractint Discussion List
  973. Post Message:   fractint@lists.xmission.com
  974. Get Commands:   majordomo@lists.xmission.com "help"
  975. Administrator:  twegner@phoenix.net
  976. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  977.  
  978. ------------------------------
  979.  
  980. Date: Tue, 22 Dec 1998 11:35:00 -0600
  981. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  982. Subject: Re: (fractint) "Fractasia" web page kicked into touch
  983.  
  984. PKyleCA@aol.com wrote:
  985. >
  986. > PaulDC@prodigy.net writes:
  987. > << Too bad - This guy's position sounds pretty bogus to me.
  988. >     %#@*ing lawyers! >>
  989. >
  990. > LAWYERS:  (noun).  Those who use the "law"  to take whats 'yers'
  991. >
  992.  
  993. LAWYER, n.     One skilled in the circumvention of the law.
  994.  
  995.  
  996. P.N.L.
  997. - --------------------------------------------------------------
  998. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  999.  
  1000. - --------------------------------------------------------------
  1001. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1002. Post Message:   fractint@lists.xmission.com
  1003. Get Commands:   majordomo@lists.xmission.com "help"
  1004. Administrator:  twegner@phoenix.net
  1005. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1006.  
  1007. ------------------------------
  1008.  
  1009. Date: Tue, 22 Dec 1998 13:14:17 -0500
  1010. From: Paul DeCelle <PaulDC@prodigy.net>
  1011. Subject: Re: (fractint) "Fractasia" web page kicked into touch
  1012.  
  1013. Paul N. Lee wrote:
  1014. > PKyleCA@aol.com wrote:
  1015. > >
  1016. > > PaulDC@prodigy.net writes:
  1017. > >
  1018. > > << Too bad - This guy's position sounds pretty bogus to me.
  1019. > >     %#@*ing lawyers! >>
  1020. > >
  1021. > > LAWYERS:  (noun).  Those who use the "law"  to take whats 'yers'
  1022. > >
  1023. > LAWYER, n.     One skilled in the circumvention of the law.
  1024. > P.N.L.
  1025.  
  1026. How 'bout "Fractazia"?  or "Fractmania"?  or even "Fractalia"?  Hee, hee
  1027. - - could have some fun with this...
  1028.  
  1029. - --------------------------------------------------------------
  1030. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1031. Post Message:   fractint@lists.xmission.com
  1032. Get Commands:   majordomo@lists.xmission.com "help"
  1033. Administrator:  twegner@phoenix.net
  1034. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1035.  
  1036. ------------------------------
  1037.  
  1038. Date: Tue, 22 Dec 1998 20:59:59 -0000
  1039. From: "Les St Clair" <les_stclair@crosstrees.prestel.co.uk>
  1040. Subject: Re: (fractint) "Fractasia" web page kicked into touch
  1041.  
  1042. Hi Paul,
  1043.  
  1044. >How 'bout "Fractazia"?  or "Fractmania"?  or even "Fractalia"?  Hee, hee
  1045. >- could have some fun with this...
  1046.  
  1047. Thanks for all the suggestions - now you've got me thinking!.
  1048. I'll definitely do a sensible re-vamp of my pages over the Christmas holiday
  1049. (and I'll lose the piggy too - it was a bit of a knee-jerk reaction ;-).
  1050.  
  1051. Cheers, Les
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058. - --------------------------------------------------------------
  1059. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1060. Post Message:   fractint@lists.xmission.com
  1061. Get Commands:   majordomo@lists.xmission.com "help"
  1062. Administrator:  twegner@phoenix.net
  1063. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1064.  
  1065. ------------------------------
  1066.  
  1067. Date: Tue, 22 Dec 1998 18:08:01 EST
  1068. From: Damascena@aol.com
  1069. Subject: Re: (fractint) 1 par
  1070.  
  1071. In a message dated 12/21/98 11:56:32 PM Pacific Standard Time,
  1072. JimBeau549@aol.com writes:
  1073.  
  1074. >  Will this same image be finished in something like 1 second on a
  1075. >  350Mhz???  If so, then I'm gonna go on a fractal frenzy for a few weeks 
  1076. > after
  1077. >  I get a new one. :)
  1078.  
  1079. Jim, you're pretty prolific now, I'm *terrified*! 
  1080.  
  1081. Jim Weaver, artistic and bright,
  1082. Got a 'puter much faster than light;
  1083. He started at one
  1084. And the image was done
  1085. At seven the previous night. 
  1086.  
  1087. (Leaving plenty of time for the next 2,500 or so, before dinner!)
  1088.  
  1089. Dama  
  1090.  
  1091.  
  1092. - --------------------------------------------------------------
  1093. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1094. Post Message:   fractint@lists.xmission.com
  1095. Get Commands:   majordomo@lists.xmission.com "help"
  1096. Administrator:  twegner@phoenix.net
  1097. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1098.  
  1099. ------------------------------
  1100.  
  1101. Date: Tue, 22 Dec 1998 15:12:01 -0800 (PST)
  1102. From: Ken Childress <kchildre@uccs.jpl.nasa.gov>
  1103. Subject: Re: (fractint) 1 par
  1104.  
  1105. > >  Will this same image be finished in something like 1 second on a
  1106. > >  350Mhz???  If so, then I'm gonna go on a fractal frenzy for a few weeks 
  1107. > > after
  1108. > >  I get a new one. :)
  1109. > Jim, you're pretty prolific now, I'm *terrified*! 
  1110. > Jim Weaver, artistic and bright,
  1111. > Got a 'puter much faster than light;
  1112. > He started at one
  1113. > And the image was done
  1114. > At seven the previous night. 
  1115.  
  1116. ROTFL.
  1117.  
  1118. Is this the first entry into the Fractal Limerick contest?
  1119.  
  1120.  
  1121.  
  1122. Ken...
  1123.  
  1124.  
  1125.  
  1126.  
  1127.  
  1128. - --------------------------------------------------------------
  1129. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1130. Post Message:   fractint@lists.xmission.com
  1131. Get Commands:   majordomo@lists.xmission.com "help"
  1132. Administrator:  twegner@phoenix.net
  1133. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1134.  
  1135. ------------------------------
  1136.  
  1137. Date: Tue, 22 Dec 1998 18:28:12 -0500
  1138. From: Tom Conally <conally@netpath.net>
  1139. Subject: Re: (fractint)limerick
  1140.  
  1141. At 03:12 PM 12/22/98 -0800, you wrote:
  1142. >> >  Will this same image be finished in something like 1 second on a
  1143. >> >  350Mhz???  If so, then I'm gonna go on a fractal frenzy for a few weeks 
  1144. >> > after
  1145. >> >  I get a new one. :)
  1146. >> 
  1147. >> Jim, you're pretty prolific now, I'm *terrified*! 
  1148. >> 
  1149. >> Jim Weaver, artistic and bright,
  1150. >> Got a 'puter much faster than light;
  1151. >> He started at one
  1152. >> And the image was done
  1153. >> At seven the previous night. 
  1154. >
  1155. >ROTFL.
  1156. >
  1157. >Is this the first entry into the Fractal Limerick contest?
  1158. So are we going to combine fractals and limericks- we could call it
  1159. fractalimeria. Bet that hasn't been claimed.
  1160. There once was a fractal design
  1161. it looked like a tree, just a pine
  1162. we took a sharp pencil
  1163. and played with a stencil
  1164. and before long it was really benign
  1165. Tom Conally
  1166. In every boomerang there is a perfect throw.
  1167. Your life, Grasshopper, is to practice  till you find that throw
  1168. and become one with that boomerang!
  1169.   Boomerangs        http://www.angelfire.com/nc/conally
  1170.    Paradise             http://www.netpath.net/~conally/
  1171.    Fractal Images   http://members.tripod.com/~afractal
  1172.  
  1173. - --------------------------------------------------------------
  1174. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1175. Post Message:   fractint@lists.xmission.com
  1176. Get Commands:   majordomo@lists.xmission.com "help"
  1177. Administrator:  twegner@phoenix.net
  1178. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1179.  
  1180. ------------------------------
  1181.  
  1182. End of fractint-digest V1 #344
  1183. ******************************
  1184.  
  1185.