Run Length Encoded: Difference between revisions

From LifeWiki
Jump to navigation Jump to search
m Reverted edits by 158.42.126.237 (Talk) to last version by 8.12.33.159
Undo revision 13184 by 8.12.33.159 (Talk)
Line 3: Line 3:
comment6, http://freedomandtruth.com viagra, http://funpartiesforkids.com levitra,
comment6, http://freedomandtruth.com viagra, http://funpartiesforkids.com levitra,


comment6, http://goccealvento.com auto insurance ratings, http://filipinalovesfood.com Viagra, http://fibcsocialjusticeforum.org Cialis, http://flashiontrash.com Cialis, http://goltermangardens.com home insurance,
==Examples==
The following is a [[glider]] in RLE format:
 
<code>
&#35;C This is a glider.
<br />x = 3, y = 3
<br />bo$2bo$3o!
</code>
 
The following is the [[Gosper glider gun]] in RLE format:
 
<code>&#35;N Gosper glider gun<br />
&#35;C This was the first gun discovered.<br />
&#35;C As its name suggests, it was discovered by Bill Gosper.<br />
x = 36, y = 9, rule = B3/S23<br />
24bo$22bobo$12b2o6b2o12b2o$11bo3bo4b2o12b2o$2o8bo5bo3b2o$2o8bo3bob2o4b<br />
obo$10bo5bo7bo$11bo3bo$12b2o!
</code>


==External links==
==External links==

Revision as of 03:45, 21 August 2010

The Run Length Encoded (or RLE for short) file format is commonly-used for storing large patterns. It is more cryptic than some other file formats such as plaintext and Life 1.06, but is still quite readable. RLE files are saved with a .rle file extension.

comment6, http://freedomandtruth.com viagra, http://funpartiesforkids.com levitra,

Examples

The following is a glider in RLE format:

#C This is a glider.
x = 3, y = 3
bo$2bo$3o!

The following is the Gosper glider gun in RLE format:

#N Gosper glider gun
#C This was the first gun discovered.
#C As its name suggests, it was discovered by Bill Gosper.
x = 36, y = 9, rule = B3/S23
24bo$22bobo$12b2o6b2o12b2o$11bo3bo4b2o12b2o$2o8bo5bo3b2o$2o8bo3bob2o4b
obo$10bo5bo7bo$11bo3bo$12b2o!