Various replicators in Wireworld

For discussion of other cellular automata.
Post Reply
Haymanizer
Posts: 4
Joined: September 19th, 2011, 3:10 pm

Various replicators in Wireworld

Post by Haymanizer » September 19th, 2011, 4:23 pm

Hello all, this is my first post on this forum.

But enough about me, I have been experimenting with the WWEJ3 ruleset in golly and have created a number of replicators, builders and even a gun.
WWEJ3 files.zip
(33.79 KiB) Downloaded 318 times
1. Builder/Replicator 1:
This builder/replicator was the first proper machine that I made (apart from some silly experiments as a newbie).
It uses a simple psuedo ternary system as instructions to output the basic building commands (forwards, backwards and so on). This is the machine that I am most fond of and also the one I use to construct the tapes for the other replicators (more on that later). Both machines suffer from slow-down although they are still very quick. The replicator finishes building at gen 265, 649, 777 (step 8^6 is good) . Because the tape writing arms get in the way of the reading arms, it is necessary to remove them, and this is accomplished by the "kill" state removing everything in the way and rebuilding a new arm.

2. Builder/Replicator 2:
This builder/replicator set is, in my opinion, very interesting. It consists of two "batteries" of instructions which continuously output, extenting two arms. When a wire cell is encountered, the machine outputs a signal based upon the gap between that cell and the previous. This machine can output any of the signal types present. A consequence of this setup is that there is no slow-down, at the cost of an arbitrarily large number of active signals. In comparison to the first replicator, the equivalent tape is read by the machine and completed in 10, 921, 365 generations! (step 8^3)

3. Builder 3:
This builder (no replicator for this one) uses what I call a "shifting" mechanism to decide the output. the input tape consists of wire cells and isolator cells. The isolator cells "shift" the output forwards by 1, the wire cells shift backwards by 1. Blank cells indicate to out put that particular signal.

4. Builder 4:
This builder is similar to the first above, but with a more efficient layout. It uses a similar code as well. This builder is essentially a better version of builder 1.

5. Replicator 3 v1:
I was inspired by the Hutton replicator (JVN ruleset) to come up with my own version in wireworld. The premise is simple, each signal takes part in creating a mini-machine, and is subsequently fed through it. Every time the white signal passes through the machine it triggers a small change which enables the new tape to be completed. It is best to see it in action to understand the mechanisms. It finishes at gen 34, 641.

6. Replicator 3 v2:
This is a very interesting configuration. It is essentially the same as above, except the "parent" machine is deleted,
and two "children" are created at right angles to each other. What is really interesting, however, is how chaotic the result turns out to be, with some children dying, others creating seemingly random batches of cells, and others that simply carry on in a straight line with no intention of stopping. Feedback on this one is very appreciated.

7. Translator:
Earlier I mentioned that I used builder 1 to create the tape for the other builders/replicators, this machine is how I did it. The standard instructions are entered into the builder 1 towards the bottom right. It's outputs then split off, one going up to the builder 2 decoder, which inserts the correct number of gaps into a long tape. The other output goes into a large machine to create instructions for builder 3. This involves converting the signal, and its predecessor into binary, subtracting one from the other and outputting the appropriate number of cells in the upward direction. The subtraction is accomplished by negating one of the binary signals (using two's complement) and adding the results together.

8. Gun:
Just for fun, this creates a gun and fires it off in alternating directions. I did not find the spaceship used, someone on this forum found it (sorry, I don't know your name).


In conclusion, I would appreciate feedback and criticism. Feel free to play around with these patterns and post what you come up with!

ebcube
Posts: 124
Joined: February 27th, 2010, 2:11 pm

Re: Various replicators in Wireworld

Post by ebcube » September 20th, 2011, 6:19 pm

Well, I'm not an expert in WireWorld by any means, but this seems really impressive! Congratulations!

User avatar
Tim Hutton
Posts: 64
Joined: May 20th, 2010, 7:30 am
Contact:

Re: Various replicators in Wireworld

Post by Tim Hutton » October 31st, 2011, 10:40 am

Haymanizer wrote: 6. Replicator 3 v2:
This is a very interesting configuration. It is essentially the same as above, except the "parent" machine is deleted, and two "children" are created at right angles to each other. What is really interesting, however, is how chaotic the result turns out to be, with some children dying, others creating seemingly random batches of cells, and others that simply carry on in a straight line with no intention of stopping. Feedback on this one is very appreciated.
Pretty nice! The deletion trick is the same as used by SDSR loops (and later Evoloop), to clear out the dead structures. If the machines could delete anything they find in the space they want to replicate into that would be a big benefit to them.

Have you tried making a more compact tape, like JvN/Boustrophedon-replicator.rle in Golly?

One big advantage over Evoloop is that there's a great deal more scope for evolution, since there are a very wide range of machines that could replicate. If you can get these machines evolving (even slightly) that would be very impressive!

Haymanizer
Posts: 4
Joined: September 19th, 2011, 3:10 pm

Re: Various replicators in Wireworld

Post by Haymanizer » November 9th, 2011, 9:58 am

Tim Hutton wrote: One big advantage over Evoloop is that there's a great deal more scope for evolution, since there are a very wide range of machines that could replicate. If you can get these machines evolving (even slightly) that would be very impressive!
[/quote]

As per your suggestion, I did a little bit of tweaking and created an evolving machine!
Evolving patterns.zip
(2.07 KiB) Downloaded 261 times
The WWJ3replicator 6 file is a modification of one of my previous patterns, with the ability to (trivially) change its instruction tape. Every time the instructions are passed through the new loop, an extra white signal is added to the end. This signal plays no role in the construction of the machine, and is merely there to lengthen the tape.

The replicator5 file is a machine capable of replication (there is no tape for it currently though). The interesting thing, however, is that the machine has the potential to mutate. Any single instructions along the bottom row of the tape are read, but not executed, and the instructions are copied to the top row in the new tape. This implies that a machine could potentially produce an offspring which has a radically different outputting of instructions.

Feedback is apprecitated.

Haymanizer
Posts: 4
Joined: September 19th, 2011, 3:10 pm

Re: Various replicators in Wireworld

Post by Haymanizer » March 4th, 2013, 6:21 pm

Reviving this old thread. Check out this replicator! Technically there are two distinct machines copying and pasting the parent machine. This is shown by the two smiley faces in each block. I suppose this would also technically qualify as a spaceship as well?

Code: Select all

x = 263, y = 127, rule = WWEJ3
5.17C4.5D15.3D.2D.3D.2D31.23C.4C.4C18.17C4.5D15.3D.2D.3D.2D31.23C.4C.
4C$4.C2.D14.50C18.C21.C.C2.C.C2.C17.C2.D14.50C18.C21.C.C2.C.C2.C$2.4C
DC4.2C2.3C2.D4.D20.2D5.2D16.C.18C7.4C.4C2.D4CD4CD4C13.4CDC4.2C2.3C2.D
4.D20.2D5.2D16.C.18C7.4C.4C2.D4CD4CD4C$4.C2.2C2.C2.C.C2.C.C48.D3C16.C
.CD.2C2.C2.C.C2.C4.C4.C4.C17.C2.2C2.C2.C.C2.C.C48.D3C16.C.CD.2C2.C2.C
.C2.C4.C4.C4.C$4.3C.5CD.3CD.4C.9C38.C17.D.CDC2.C.C2.C.C2.C3.C4.3C3.3C
15.3C.5CD.3CD.4C.9C38.C17.D.CDC2.C.C2.C.C2.C3.C4.3C3.3C$7.2C2.C4.C2.C
.C2.C9.C34.8C4.11C2.CD.C.C2.C.C2.C2.C4.C.C.C4.C18.2C2.C4.C2.C.C2.C9.C
34.8C4.11C2.CD.C.C2.C.C2.C2.C4.C.C.C4.C$7.C2.4C2.4C.C.10C.C33.C3.C3.C
3.C9.2D.DCD3C.D3C.D6C3.C.D.C.D2.3C16.C2.4C2.4C.C.10C.C33.C3.C3.C3.C9.
2D.DCD3C.D3C.D6C3.C.D.C.D2.3C$7.D.C.C2.C5.C3.C7.C.C33.C3.D3.C2.C10.C.
D.C2.C4.C.D2.C2.C.C3.C.2C.C4.C16.D.C.C2.C5.C3.C7.C.C33.C3.D3.C2.C10.C
.D.C2.C4.C.D2.C2.C.C3.C.2C.C4.C$9.C.D3.C2.D3CD.C.7C.C13.2D4.2D12.C4.
4C.C2.C3.C.C.5C.2C.4C.4C3.D.C4.C2.3C3.C18.C.D3.C2.D3CD.C.7C.C13.2C4.
2C12.C4.4C.C2.C3.C.C.5C.2C.4C.4C3.D.C4.C2.3C3.C$7.5C4.C3.C3.C.C7.C13.
2D4.2D12.C3.C5.C.C.C.C.C.C15.2D2.4C3.D4C.C.C2.C16.5C4.C3.C3.C.C7.C13.
2C4.2C12.C3.C5.C.C.C.C.C.C15.2D2.4C3.D4C.C.C2.C$7.C.C.C5.C3.C2.C.7C.C
34.8C.C.C.C.C.C.C10.D2.2C3.C9.C3.D.C2.C16.C.C.C5.C3.C2.C.7C.C34.8C.C.
C.C.C.C.C10.D2.2C3.C9.C3.D.C2.C$5.3C.D.C.6C2.C2.C7.C.C16.2D15.C3.C3.C
.C.C.C.C.C.C10.C.C2.C.C2.8C6.C2.C14.3C.D.C.6C2.C2.C7.C.C16.2C15.C3.C
3.C.C.C.C.C.C.C10.C.C2.C.C2.8C6.C2.C$5.C4.C2.C3.C.CDC2.C.7C.C16.2D15.
C3.D3.C.C.C.C.C.C.C2.5C.4C.D3C2.C8.C5.C2.C14.C4.C2.C3.C.CDC2.C.7C.C
16.2C15.C3.D3.C.C.C.C.C.C.C2.5C.4C.D3C2.C8.C5.C2.C$3.3C3.C3.C3.D.CDC
2.C.C7.C13.D6.D12.C4.4C.C.C.C.C.C.C.C5.C2.C.C2.C2.C2.9CD3.C2.C12.3C3.
C3.C3.D.CDC2.C.C7.C33.C4.4C.C.C.C.C.C.C.C5.C2.C.C2.C2.C2.9CD3.C2.C$3.
C4.3C2.4C.DCDC2.C.7C2.C12.D6.D12.C3.C5.C.C.C.C.C.C.C2.3C3.C.4C.C2.C7.
C4.C3.C12.C4.3C2.4C.DCDC2.C.7C2.C12.8C12.C3.C5.C.C.C.C.C.C.C2.3C3.C.
4C.C2.C7.C4.C3.C$4C3.C.C.C5.C.C.C2.C8.C.C12.8D13.7C2.C.C.C.C.C.C.C.C
7.C5.C2.7C.C.3C4.C9.4C3.C.C.C5.C.C.C2.C8.C.C12.C6.C13.7C2.C.C.C.C.C.C
.C.C7.C5.C2.7C.C.3C4.C$C5.C2.D.C.6C2.C2.9C2.C32.C3.C2.C2.C.C.C.C.C.C.
C2.3C2.D3CD3.CD7.C.C2.C5.C9.C5.C2.D.C.6C2.C2.9C2.C32.C3.C2.C2.C.C.C.C
.C.C.C2.3C2.D3CD3.CD7.C.C2.C5.C$C2.5C3.C.C3.C.C.C2.C9.C2.4C27.C3.D2.C
2.C.C.C.C.C.C.C5.C3.C5.C2.7C.C.DC5.C9.C2.5C3.C.C3.C.C.C2.C9.C2.4C27.C
3.D2.C2.C.C.C.C.C.C.C5.C3.C5.C2.7C.C.DC5.C$C.CD2.C.CD.C.C3.D.C.C4.3C
2.C2.C.C2.C.C26.C6.C2.C.C.C.C.C.3C2.3C5.3C2.C2.C7.C.DC5.C9.C.CD2.C.CD
.C.C3.D.C.C4.3C2.C2.C.C2.C.C26.C6.C2.C.C.C.C.C.3C2.3C5.3C2.C2.C7.C.DC
5.C$C.C3.D.CD.C.4C2.C.C2.C2.D.C.CD5C2D.C26.C.2D3.C3.C2.C.C.C5.C6.C4.C
.C2.7C.C2.C5.C9.C.C3.D.CD.C.4C2.C.C2.C2.D.C.CD5C2D.C26.C.2D3.C3.C2.C.
C.C5.C6.C4.C.C2.7C.C2.C5.C$C.C5.C2.C5.C.C.C2.5C2.C2.C.C3.DCD26.7C6.C.
C.C.3C.C5.C.4C2.C8.C.C2.C5.C9.C.C5.C2.C5.C.C.C2.5C2.C2.C.C3.DCD26.7C
6.C.C.C.3C.C5.C.4C2.C8.C.C2.C5.C$C.C4.3C2.C2.4C2.C2.C7.3C.2C2.DC26.C.
D11.C.C.C.C.C.C5.C7.C.8C.C2.C5.C9.C.C4.3C2.C2.4C2.C2.C7.3C.2C2.DC26.C
.D11.C.C.C.C.C.C5.C7.C.8C.C2.C5.C$C.C3.C.C.C.C.C2.C.C.C4.3C2.C2.3C.C.
DC26.C13.C.C.C.C.C.C6.5C2.C.C8.C2.4C2.C9.C.C3.C.C.C.C.C2.C.C.C4.3C2.C
2.3C.C.DC26.C13.C.C.C.C.C.C6.5C2.C.C8.C2.4C2.C$C.C.D.C.D.C.C.C.2D.C.C
2.C2.D.C.C6.C2.C26.CD12.C.C.C.C.C.C11.C.C.10C2.C.D.C.C9.C.C.D.C.D.C.C
.C.2D.C.C2.C2.D.C.C6.C2.C26.CD12.C.C.C.C.C.C11.C.C.10C2.C.D.C.C$C.C.C
.2C.C2.C.5C2.C2.5C2.C3.3C2.2C26.CD13.C2.C.C.C2.11C2.C10.C4.2C2.C9.C.C
.C.2C.C2.C.5C2.C2.5C2.C3.3C2.2C26.CD13.C2.C.C.C2.11C2.C10.C4.2C2.C$C
2.3C2.C3.C4.D.C.C2.C6.C2.C4.C28.C16.C2.C.C15.C6.3C.C2.C5.C9.C2.3C2.C
3.C4.D.C.C2.C6.C2.C4.C28.C16.C2.C.C15.C6.3C.C2.C5.C$C.C.C.4CD.C2.2C.D
C.C4.3C.C2.C2.3C30.C14.C.C.C.C.16C4.C.D2.C2.4C2.C9.C.C.C.4CD.C2.2C.DC
.C4.3C.C2.C2.3C30.C14.C.C.C.C.16C4.C.D2.C2.4C2.C$C.C.D3.C3.C.C2.C.C.C
2.C2.D.C2.C2.C33.C13.C2.C.C.C.C13.C.C4.5C2.C.D.C.C9.C.C.D3.C3.C.C2.C.
C.C2.C2.D.C2.C2.C33.C13.C2.C.C.C.C13.C.C4.5C2.C.D.C.C$C.C4.C.C2.C.C2.
C.C2.7C2.C2.C34.C12.C3.C.C.C.C13.D.C8.C4.2C2.C9.C.C4.C.C2.C.C2.C.C2.
7C2.C2.C34.C12.C3.C.C.C.C13.D.C8.C4.2C2.C$C.C3.C2.C2.C.C2.C2.C9.C2.C
35.C11.C4.C.C.C.C12.C2.C4.C3.C2.C5.C9.C.C3.C2.C2.C.C2.C2.C9.C2.C35.C
11.C4.C.C.C.C12.C2.C4.C3.C2.C5.C$C.C2.C.D2C2.C2.C2.C2.C2.6C2.C36.C10.
C5.C.C.C.C11.C.C.C3.C.C2.C2.C5.C9.C.C2.C.D2C2.C2.C2.C2.C2.6C2.C36.C
10.C5.C.C.C.C11.C.C.C3.C.C2.C2.C5.C$C.C2.C3.C3.C2.C.C2.C.C.D5.C37.C9.
C6.C.C.C.C11.C.C.C3.CDC.C4.C3.C10.C.C2.C3.C3.C2.C.C2.C.C.D5.C37.C9.C
6.C.C.C.C11.C.C.C3.CDC.C4.C3.C$C.C2.C2.3C3.C.C.C.4C6.C38.C8.C7.C.C.C.
C11.C.C.C3.C3.C4.C2.C11.C.C2.C2.3C3.C.C.C.4C6.C38.C8.C7.C.C.C.C11.C.C
.C3.C3.C4.C2.C$C.C2.C.C.C.C2.C.C.C2.C.C2.D2.C18.8C13.C7.C8.C.C.C.C11.
C.C.C.4C.6C2.C12.C.C2.C.C.C.C2.C.C.C2.C.C2.D2.C18.8C13.C7.C8.C.C.C.C
11.C.C.C.4C.6C2.C$C.C2.C.C.D.C2.C.C2.3C.2C.C.C19.C6.C13.C6.C9.C.C.C.C
11.C.C.C.C11.C13.C.C2.C.C.D.C2.C.C2.3C.2C.C.C19.C6.C13.C6.C9.C.C.C.C
11.C.C.C.C11.C$C.C2.C.C3.C.5C3.3C.5C18.C6.C13.C5.C10.C.C.C.C11.C.C.C.
2C.12C11.C.C2.C.C3.C.5C3.3C.5C18.C6.C13.C5.C10.C.C.C.C11.C.C.C.2C.12C
$C.C2.C.C2.C3.C.C9.C2.C18.C6.C13.C4.C11.C.C.C.C11.C.C.C5.C7.C.C11.C.C
2.C.C2.C3.C.C9.C2.C18.C6.C13.C4.C11.C.C.C.C11.C.C.C5.C7.C.C$C.C2.C.C.
C3.2C.14C.D16.C6.C13.C3.C12.C.C.C.C11.C.C.C3.CDC.2D4.D.C11.C.C2.C.C.C
3.2C.14C.D16.C6.C13.C3.C12.C.C.C.C11.C.C.C3.CDC.2D4.D.C$C.C2.C.C.C2.C
.3C9.C.C19.C6.C13.C2.C13.C.C.C.C11.C.C.C3.C.7C3.C11.C.C2.C.C.C2.C.3C
9.C.C19.C6.C13.C2.C13.C.C.C.C11.C.C.C3.C.7C3.C$C.C2.C.C.C2.C16.2C17.C
6.C13.C.C14.C.C.C.C11.C.C.C4.C2.D3.C.3C11.C.C2.C.C.C2.C16.2C17.C6.C
13.C.C14.C.C.C.C11.C.C.C4.C2.D3.C.3C$C.C2.C.C.C2.C.D13.C2.C16.C6.C11.
D5CD12.C.C.C.C11.C.C.C11.C.C13.C.C2.C.C.C2.C.D13.C2.C16.C6.C11.D5CD
12.C.C.C.C11.C.C.C11.C.C$C.C2.C.C.C3.C13.3C2.17C6.11C3.C.C14.C.C.C.C
11.C.C.C11.5C11.C.C2.C.C.C3.C13.3C2.17C6.11C3.C.C14.C.C.C.C11.C.C.C
11.5C$C.C2.C.C.C3.C14.C.C35.C.2C.2C13.3C.3C11.C.C.C2.D5.D4.C.C11.C.C
2.C.C.C3.C14.C.C35.C.2C.2C13.3C.3C11.C.C.C2.D5.D4.C.C$C.C2.C.C.C3.15C
3.34C2.C.3C.C30.C2.C2.2C4.2C4.D.C11.C.C2.C.C.C3.15C3.34C2.C.3C.C30.C
2.C2.2C4.2C4.D.C$C2.2C2.C.C3.C51.C.C5.C30.C4.C2.C2.C2.C5.C11.C2.2C2.C
.C3.C51.C.C5.C30.C4.C2.C2.C2.C5.C$C6.C.C3.C3.48C2.C4.C23.8C.4C.D4C.D
9C10.C6.C.C3.C3.48C2.C4.C23.8C.4C.D4C.D9C$C5.C2.C3.C2.C50.C3.C23.C.C
11.C2.C5.C5.C.C9.C5.C2.C3.C2.C50.C3.C23.C.C11.C2.C5.C5.C.C$C4.C3.2CD
2C3.48C2.C3.C22.C2.D11.C2.C5.C5.D.C9.C4.C3.2CD2C3.48C2.C3.C22.C2.D11.
C2.C5.C5.D.C$C3.C4.C3.C51.C.C3.C21.C16.C.C5.C6.DC9.C3.C4.C3.C51.C.C3.
C21.C16.C.C5.C6.DC$C3.C3.C5.C2.48C2.C3.C20.C18.C6.C6.C10.C3.C3.C5.C2.
48C2.C3.C20.C18.C6.C6.C$C3.C2.C2.5C.C50.C3.C19.C2.15C2.C3.3DC5.C11.C
3.C2.C2.5C.C50.C3.C19.C2.15C2.C3.3DC5.C$C3.C.C2.C2.D.C2.48C2.C3.C18.C
2.C15.C2.6C6.C11.C3.C.C2.C2.D.C2.48C2.C3.C18.C2.C15.C2.6C6.C$C3.C.C2.
C.2C.C50.C.C3.C17.C2.C2.13C2.C4.D7.3C10.C3.C.C2.C.2C.C50.C.C3.C17.C2.
C2.13C2.C4.D7.3C$C3.C.CD3C3.C2.48C2.C3.C16.C2.C2.C13.C2.6C5.C.C.C9.C
3.C.CD3C3.C2.48C2.C3.C16.C2.C2.C13.C2.6C5.C.C.C$C3.C.C2.C3.2C.C50.C3.
C15.C2.C4.11C3.C7.C2.D.C.D.C9.C3.C.C2.C3.2C.C50.C3.C15.C2.C4.11C3.C7.
C2.D.C.D.C$.C2.C2.2C.C.C.CD.48C2.C3.C14.C2.C16.C3.6C2.C.C.2C.C11.C2.C
2.2C.C.C.CD.48C2.C3.C14.C2.C16.C3.6C2.C.C.2C.C$2.C2.C4.C.C.C50.C.C3.C
13.C4.16C10.C2.3C2.C13.C2.C4.C.C.C50.C.C3.C13.C4.16C10.C2.3C2.C$4C2.C
.D2C.C.2CD.47C2.C3.C12.C31.C3.C.4CD9.4C2.C.D2C.C.2CD.47C2.C3.C12.C31.
C3.C.4CD$C.C.C2.C.C2.C.C2.C49.C3.C11.C2.30C4.D3.C11.C.C.C2.C.C2.C.C2.
C49.C3.C11.C2.30C4.D3.C$C.D.C2.C2.2C2.C3.24C25.C3.C11.C.C38.C11.C.D.C
2.C2.2C2.C3.24C25.C3.C11.C.C38.C$C2.3C2.C5.C27.C24.C3.C11.C.C2.37C11.
C2.3C2.C5.C27.C24.C3.C11.C.C2.37C$C.C.C.C.C4.29C25.C3.C7.5C.C.C36.C
11.C.C.C.C.C4.29C25.C3.C7.5C.C.C36.C$C.C.D.C.C3.C.C52.C3.C7.C5.C2.34C
2.C11.C.C.D.C.C3.C.C52.C3.C7.C5.C2.34C2.C$C.C3.C.C3.C.D52.C3.C6.C2.C
3.C36.C.C11.C.C3.C.C3.C.D52.C3.C6.C2.C3.C36.C.C$C.C.D5CD2.C53.C3.C5.C
2.DC3.C2.34C2.C11.C.C.D5CD2.C53.C3.C5.C2.DC3.C2.34C2.C$C.C3.C.C5.C52.
C3.C4.C3.DC3.C.C36.C11.C.C3.C.C5.C52.C3.C4.C3.DC3.C.C36.C$C.C2.2C.4C
2.C52.C3.C3.C4.DC3.C2.34C2.C11.C.C2.2C.4C2.C52.C3.C3.C4.DC3.C2.34C2.C
$C.C.C.3C3.C.C4.31C17.C3.C2.C6.C3.C36.C.C11.C.C.C.3C3.C.C4.31C17.C3.C
2.C6.C3.C36.C.C$C.C.C5.D5CD.C2.2D27.C16.C3.C.C7.C3.C2.34C2.C11.C.C.C
5.D5CD.C2.2D27.C16.C3.C.C7.C3.C2.34C2.C$C.C.C7.C.C2.C31.3C15.C.D5CD5.
C3.C.C36.C11.C.C.C7.C.C2.C31.3C15.C.D5CD5.C3.C.C36.C$C.C2.C5.2C.3C31.
C.C.C14.C3.C.C7.C3.C2.34C2.C11.C.C2.C5.2C.3C31.C.C.C14.C3.C.C7.C3.C2.
34C2.C$C.C3.C3.C.3C31.D.C.D.C14.C2.2C.2C6.C3.C36.C.C11.C.C3.C3.C.3C
31.D.C.D.C14.C2.2C.2C6.C3.C36.C.C$C2.C3.C2.C35.C.2C.C14.C2.C.3C.C5.C
3.C2.34C2.C11.C2.C3.C2.C35.C.2C.C14.C2.C.3C.C5.C3.C2.34C2.C$C3.C3.C2.
C21.15C2.C14.C2.C6.C5.C3.C.C36.C11.C3.C3.C2.C21.15C2.C14.C2.C6.C5.C3.
C.C36.C$.C3.C3.C2.C19.C13.C.4CD11.C2.C7.C5.C3.C2.34C2.C12.C3.C3.C2.C
19.C13.C.4CD11.C2.C7.C5.C3.C2.34C2.C$2.C3.C3.C2.C18.C13.D3.C13.C.C8.C
5.C3.C36.C.C13.C3.C3.C2.C18.C13.D3.C13.C.C8.C5.C3.C36.C.C$.4C2.C3.C2.
C17.C15.2C12.D5CD6.C5.C4.36C2.C12.4C2.C3.C2.C17.C15.2C12.D5CD6.C5.C4.
36C2.C$C.C2.C2.C3.C2.C17.15C2.C13.C.C8.C5.C41.C12.C.C2.C2.C3.C2.C17.
15C2.C13.C.C8.C5.C41.C$C2D3.C2.C3.C2.C33.C12.2C.2C7.C5.42C13.C2D3.C2.
C3.C2.C33.C12.2C.2C7.C5.42C$C2.4C3.C3.C2.C32.C11.C.3C.C6.C5.C.C52.C2.
4C3.C3.C2.C32.C11.C.3C.C6.C5.C.C$C.C6.4C2.C2.C31.C10.C6.C6.C5.C.C.3C.
3C.3C.3C4.C3.18C10.C.C6.4C2.C2.C31.C10.C6.C6.C5.C.C.3C.3C.3C.3C4.C3.
18C$.4C3.C.C2.C2.C2.C30.C9.C6.C7.C5.C.C.C.C.C.C.C.C.C.C3.C.C.C18.C10.
4C3.C.C2.C2.C2.C30.C9.C6.C7.C5.C.C.C.C.C.C.C.C.C.C3.C.C.C18.C$C.C2.C.
DC.D3.C2.C.C7.23C9.C7.C7.C5.C.C.C.C.C.C.C.C.C.C3.C.C.C18.C9.C.C2.C.DC
.D3.C2.C.C7.23C9.C7.C7.C5.C.C.C.C.C.C.C.C.C.C3.C.C.C18.C$C.D3.C.C2.3C
3.C.C6.C31.C8.C7.C5.C.C.C.C.C.C.C.C.C.C3.C.C.C18.C9.C.D3.C.C2.3C3.C.C
6.C31.C8.C7.C5.C.C.C.C.C.C.C.C.C.C3.C.C.C18.C$C2.4C.C.C6.C.C5.C4.C26.
C9.C7.C5.C.C.C.C.C.C.C.C.C.C3.C2.C4.11C4.C9.C2.4C.C.C6.C.C5.C4.C26.C
9.C7.C5.C.C.C.C.C.C.C.C.C.C3.C2.C4.11C4.C$C.C6.4C4.C.C4.C4.C.C24.C10.
C7.C5.C.C.C.C.C.C.C.C.C.C3.C6.C11.C3.C9.C.C6.4C4.C.C4.C4.C.C24.C10.C
7.C5.C.C.C.C.C.C.C.C.C.C3.C6.C11.C3.C$.4C3.C.C2.C2.5C2.C2.2C3.4C20.C
11.C7.C3.D2C.C.C.C.C.C.C.C.C.C3.C5.C2.C3.C3.2C4.C10.4C3.C.C2.C2.5C2.C
2.2C3.4C20.C11.C7.C3.D2C.C.C.C.C.C.C.C.C.C3.C5.C2.C3.C3.2C4.C$C.C2.C
2.C.D3.C2.C.C3.C.C.D.C.C.D.C18.C12.C7.C5.C.C.C.C.C.C.C.C.C.C3.C4.C2.C
.C.C.C.C2.C3.C9.C.C2.C2.C.D3.C2.C.C3.C.C.D.C.C.D.C18.C12.C7.C5.C.C.C.
C.C.C.C.C.C.C3.C4.C2.C.C.C.C.C2.C3.C$C.D3.C.C2.3C2.2C.2C.C3.4C3.2C18.
C13.C7.C5.C.C.C.C.C.C.C.C.C.C3.C3.C3.C.C.C.C.C2.C3.C9.C.D3.C.C2.3C2.
2C.2C.C3.4C3.2C18.C13.C7.C5.C.C.C.C.C.C.C.C.C.C3.C3.C3.C.C.C.C.C2.C3.
C$C2.4C.C.C4.C.3C.C7.C.C20.C14.C7.C5.C.C.C.C.C.C.C.C.C.C3.C2.C4.C.C.C
.C.C2.C3.C9.C2.4C.C.C4.C.3C.C7.C.C20.C14.C7.C5.C.C.C.C.C.C.C.C.C.C3.C
2.C4.C.C.C.C.C2.C3.C$C.C6.4C2.C5.C4.2C3.4C16.C15.C7.C5.C.C.C.C.C.C.C.
C.C.C3.C.C5.C.C.C.3C2.C3.C9.C.C6.4C2.C5.C4.2C3.4C16.C15.C7.C5.C.C.C.C
.C.C.C.C.C.C3.C.C5.C.C.C.3C2.C3.C$.4C3.C.C2.C2.C2.D2C3.C.D.C.C.D.C14.
C16.C7.C5.C.C.C.C.C.C.C.C.C.C4.C6.C2.C3.D3.C3.C10.4C3.C.C2.C2.C2.D2C
3.C.D.C.C.D.C14.C16.C7.C5.C.C.C.C.C.C.C.C.C.C4.C6.C2.C3.D3.C3.C$C.C2.
C2.C.D3.C2.C3.C4.4C3.2C14.C17.C7.C5.C.C.C.C.C.C.C.C.C.C3.C8.C5.C.4CD.
C9.C.C2.C2.C.D3.C2.C3.C4.4C3.2C14.C17.C7.C5.C.C.C.C.C.C.C.C.C.C3.C8.C
5.C.4CD.C$C.D.D.C.C2.3C4.C2.C7.C.C16.C18.C7.C5.C.C.C.C.C.C.C.C.C.C3.C
9.7C2.C3.C9.C.D.D.C.C2.3C4.C2.C7.C.C16.C18.C7.C5.C.C.C.C.C.C.C.C.C.C
3.C9.7C2.C3.C$C2.4C.C.C7.C2.C7.C.4C12.C19.C7.C5.C.C.C.C.C.C.C.C.C.C3.
C14.C.2C.C2.C9.C2.4C.C.C7.C2.C7.C.4C12.C19.C7.C5.C.C.C.C.C.C.C.C.C.C
3.C14.C.2C.C2.C$C.C.D4.4C5.C2.C7.C.C.D.C10.C20.C7.C2.C2.C.C.C.C.C.C.C
.C.C.C3.C14.D.C.D.C.C9.C.C.D4.4C5.C2.C7.C.C.D.C10.C20.C7.C2.C2.C.C.C.
C.C.C.C.C.C.C3.C14.D.C.D.C.C$.4C3.C.C2.C4.C2.C7.C3.2C10.C21.C7.C.C.C.
C.C.C.C.C.C.C.C.C.C3.C16.C.C.C.C10.4C3.C.C2.C4.C2.C7.C3.2C10.C21.C7.C
.C.C.C.C.C.C.C.C.C.C.C.C3.C16.C.C.C.C$C.C2.C2.C.D3.C3.C2.C7.C.C12.C
22.C6.C2.CDC.C.C.C.C.C.C.C.C.C.C3.C17.3C2.C9.C.C2.C2.C.D3.C3.C2.C7.C.
C12.C22.C6.C2.CDC.C.C.C.C.C.C.C.C.C.C3.C17.3C2.C$C.D.C3.C2.3C4.C2.C7.
C.4C8.C23.C5.C5.C.C.C.C.C.C.C.C.C.C.C3.C6.2D10.C3.C9.C.D.C3.C2.3C4.C
2.C7.C.4C8.C23.C5.C5.C.C.C.C.C.C.C.C.C.C.C3.C6.2D10.C3.C$4C4.C.C7.C2.
C7.C.C.D.C6.C20.2C2.C4.C2.2C.3C2.3C.3C.3C.3C.4C4.17C2.C9.4C4.C.C7.C2.
C7.C.C.D.C6.C20.2C2.C4.C2.2C.3C2.3C.3C.3C.3C.4C4.17C2.C$C8.3C6.C2.C7.
C3.2C6.C20.C2.C.C3.C3.C27.C2.C15.C2.C10.C8.3C6.C2.C7.C3.2C6.C20.C2.C.
C3.C3.C27.C2.C15.C2.C$CD6.C.C.C5.C3.C6.C.C8.C20.C.D5CD2C3.4C.3C.3C.3C
.3C.3C.2C.C2.C16.2C11.CD6.C.C.C5.C3.C6.C.C8.C20.C.D5CD2C3.4C.3C.3C.3C
.3C.3C.2C.C2.C16.2C$CD.2C3.C.D.C5.C4.C4.C2.4C4.C20.C4.C.C3.C5.C3.C3.C
3.C3.C3.C3.C.C2.C2.D26.CD.2C3.C.D.C5.C4.C4.C2.4C4.C20.C4.C.C3.C5.C3.C
3.C3.C3.C3.C3.C.C2.C2.D$C.C.C4.C2.C5.C5.C2.C3.C.D.C2.C20.C4.2C.2C.C6.
CDC.CDC.CDC.CDC.CDC.CDC.C.C3.C.C26.C.C.C4.C2.C5.C5.C2.C3.C.D.C2.C20.C
4.2C.2C.C6.CDC.CDC.CDC.CDC.CDC.CDC.C.C3.C.C$C.C.C3.C.6C2.C6.2C6.2C2.C
2.C3.C13.C4.C.3C.C7.C.C.C.C.C.C.C.C.C.C.C.C.C.C2.13C17.C.C.C3.C.6C2.C
6.2C6.2C2.C2.C3.C13.C4.C.3C.C7.C.C.C.C.C.C.C.C.C.C.C.C.C.C2.13C$C.C.C
3.C3.C3.C.C6.C5.C4.C2.C.C.C.C11.C4.C6.C8.C3.C3.C3.C3.C3.C2.C.C2.C2.C
9.C16.C.C.C3.C3.C3.C.C6.C5.C4.C2.C.C.C.C11.C4.C6.C8.C3.C3.C3.C3.C3.C
2.C.C2.C2.C9.C$C.C.C3.C3.D2.C2.C5.C6.C3.C3.CDC.CDC10.C4.C4.C2.C2.C3.C
3.C3.C3.C3.C3.C4.C.C2.5C9.C15.C.C.C3.C3.D2.C2.C5.C6.C3.C3.CDC.CDC10.C
4.C4.C2.C2.C3.C3.C3.C3.C3.C3.C4.C.C2.5C9.C$C.C.C3.C.5C3.C4.C7.C2.C4.C
3.C11.C4.C4.C.C.C.C.C.C.C.C.C.C.C.C.C.C.C.C.C3.C.2C2.C3.C9.C14.C.C.C
3.C.5C3.C4.C7.C2.C4.C3.C11.C4.C4.C.C.C.C.C.C.C.C.C.C.C.C.C.C.C.C.C3.C
.2C2.C3.C9.C$C.C.C4.C2.D4.2C3.C8.C.C4.3C.3C.C7.C4.C2.C2.C.C.C.CDC.CDC
.CDC.CDC.CDC.CDC.CDC2.C.DC.2C3.C11.C13.C.C.C4.C2.D4.2C3.C8.C.C4.3C.3C
.C7.C4.C2.C2.C.C.C.CDC.CDC.CDC.CDC.CDC.CDC.CDC2.C.DC.2C3.C11.C$C.C.C
3.CD6.C.C2.DC8.2C4.C9.C5.C4.C2.C.C.C.C.C3.C3.C3.C3.C3.C3.C3.C.C2.DC5.
C2.C3.C3.2C14.C.C.C3.CD6.C.C2.DC8.2C4.C9.C5.C4.C2.C.C.C.C.C3.C3.C3.C
3.C3.C3.C3.C.C2.DC5.C2.C3.C3.2C$C.C.C3.C6.C2.2C2DC8.C5.C2.C3.C2.4C2.C
3.C3.C.C.C.C.2C.3C.3C.3C.3C.3C.3C.3C3.DC2.C2.C.C.C.C.C.C2.C13.C.C.C3.
C6.C2.2C2DC8.C5.C2.C3.C2.4C2.C3.C3.C.C.C.C.2C.3C.3C.3C.3C.3C.3C.3C3.D
C2.C2.C.C.C.C.C.C2.C$C.C.C4.6C3.C3.C8.C2.2C3.C.C.C.C.C.D.C.C2.C4.C.C.
C.C.C33.C.C.C.C.C.C.C.C.C2.C13.C.C.C4.6C3.C3.C8.C2.2C3.C.C.C.C.C.D.C.
C2.C4.C.C.C.C.C33.C.C.C.C.C.C.C.C.C2.C$C.C.C13.C3.C8.C.C.D.C.C.C.C.C
3.2C2.C.C2.C2.C.C.C.C.C2.C3.C3.C3.C17.C2.C2.C2.C.C.C.C.C2.C13.C.C.C
13.C3.C8.C.C.D.C.C.C.C.C3.2C2.C.C2.C2.C.C.C.C.C2.C3.C3.C3.C17.C2.C2.C
2.C.C.C.C.C2.C$C.C2.12C.C.2C9.C2.4C.C.C.C.C.C5.C.C.C.C.C.C.C.C.C.C.C.
C.C.C.C.C.C15.C4.C4.C.C.C.3C2.C13.C.C2.12C.C.2C9.C2.4C.C.C.C.C.C5.C.C
.C.C.C.C.C.C.C.C.C.C.C.C.C.C.C15.C4.C4.C.C.C.3C2.C$C.C13.C.C12.C5.C.C
.C.C.C.4C2.C.C.C.C.C.C.C.C.C.CDC.CDC.CDC.CDC14.C2.C2.C2.2C3.C3.D3.C
13.C.C13.C.C12.C5.C.C.C.C.C.4C2.C.C.C.C.C.C.C.C.C.CDC.CDC.CDC.CDC14.C
2.C2.C2.2C3.C3.D3.C$C.C13.C.C12.C2.2C3.C.C.C.C.C.D.C.C.C.C.C.C.C.C.C.
C.C3.C3.C3.C15.C2.C.C.C.C9.C.4CD11.C.C13.C.C12.C2.2C3.C.C.C.C.C.D.C.C
.C.C.C.C.C.C.C.C.C3.C3.C3.C15.C2.C.C.C.C9.C.4CD$C.C13.C.C12.C.C.D.C.C
.C.C.C3.2C2.C.C.C.C.C.C.C.C2.3C.7C.3C.6C6.C2.C2.C.C.C2.9C2.C13.C.C13.
C.C12.C.C.D.C.C.C.C.C3.2C2.C.C.C.C.C.C.C.C2.3C.7C.3C.6C6.C2.C2.C.C.C
2.9C2.C$C.C13.3C12.C2.4C.C.C.C.C.C5.C.C.C.C.C.C.C.C24.C4.C2.C4.C3.2C
7.C.2C.C12.C.C13.3C12.C2.4C.C.C.C.C.C5.C.C.C.C.C.C.C.C24.C4.C2.C4.C3.
2C7.C.2C.C$C2.C27.C5.C.C.C.C.C.4C2.C.C.C.C.C.C.C.C.24C3.C2.C3.C3.C7.C
2.D.C.D.C11.C2.C27.C5.C.C.C.C.C.4C2.C.C.C.C.C.C.C.C.24C3.C2.C3.C3.C7.
C2.D.C.D.C$.C2.31C.C2.C.C.C.C.C.D.C.C.C.C.C.C.C.C.C.C22.C2.C2.C3.C.C.
C.C2.C2.C.C3.C.C.C12.C2.31C.C2.C.C.C.C.C.D.C.C.C.C.C.C.C.C.C.C22.C2.C
2.C3.C.C.C.C2.C2.C.C3.C.C.C$2.C32.C3.C.C.C.C3.2C2.C.C.C.C.C.C.C.C2.
20C2.C.2C.C4.C.C.C.C.C.C.C.C4.3C14.C32.C3.C.C.C.C3.2C2.C.C.C.C.C.C.C.
C2.20C2.C.2C.C4.C.C.C.C.C.C.C.C4.3C$.D.C18.D12.CD2.C.C.C.C.C4.C2.C.C.
C.C.C.C.C22.C.C4.C4.C.C.C.C.C.C.C.C5.C14.D.C18.D12.CD2.C.C.C.C.C4.C2.
C.C.C.C.C.C.C22.C.C4.C4.C.C.C.C.C.C.C.C5.C$.C2.C17.C12.CD2.C.C.C.C2.C
.2C3.C.C.C.C.C.C.C.21C2.C3.C2.C2.C.C.C.C.C.C.C.C5.CD13.C2.C17.C12.CD
2.C.C.C.C2.C.2C3.C.C.C.C.C.C.C.21C2.C3.C2.C2.C.C.C.C.C.C.C.C5.CD$C.C
2.29C5.C.C.C.C3.C4.C2.C.C.C.C.C.C.C21.C4.C.C.C.C.C.C.C.C.C.C.C5.C13.C
.C2.29C5.C.C.C.C3.C4.C2.C.C.C.C.C.C.C21.C4.C.C.C.C.C.C.C.C.C.C.C5.C$C
DC.D29.5C3.C3.3C4.C3.C.C.C.C.C.C2.23CD2.C.C.C.C.C.C.C.C.C.C.C3.D5C10.
CDC.D29.5C3.C3.3C4.C3.C.C.C.C.C.C2.23CD2.C.C.C.C.C.C.C.C.C.C.C3.D5C$
2.C.C47.C4.C.C.C.C.C.C.D21.C4.C.C.C.C.C.C.C.C.C.C.C5.C2.C12.C.C47.C4.
C.C.C.C.C.C.D21.C4.C.C.C.C.C.C.C.C.C.C.C5.C2.C$.56C3.C.C.C3.23C6.C3.C
3.C3.C3.C3.5C3.2C10.A55C3.C.C.C3.23C6.C3.C3.C3.C3.C3.5C3.2C!

Post Reply