File: blk03436.txt

<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350">
    .base{fill:#4d4d4d;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link{fill:blue;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link2:hover{fill:Blue!important;}
    .link3:hover{fill:#1DA1F2!important;}
h="100%" height="100%" fill="#f2a900"/>
  <text font-size="50" x="50%" y="40%" class="base">bitbags.io</text>
  <a href="https://bitbags.io" target="__blank__">
    <text font-size="20" x="50%" y="55%" class="base link2">Inscribe Here</text>
  <a href="https://twitter.com/bitbagsordinal" target="_blank_2">
    <g transform="translate(280, 265) scale(0.5)">
      <path class="base link3" d="M109.75 92.2701C110 130.1 78 156.89 27.38 136.15C39.16 134.49 47.92 131.15 54.38 126.96C47.31 124.39 38.28 115.49 36.19 M
110.71L44.3 109.36C44.3 109.36 35.22 100.27 32.71 90.1001L42.83 91.4801C42.83 91.4801 37.12 83.0201 38.83 67.8701C45.85 79.3801 59.4 89.2201 71.45 92.0001C70 67.0001 94 62.5101 104.66 75.0501L119.56 72.7001L112.41 81.9301L122.62 85.4201L109.75 92.2701Z"/>
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "friendswith.sats"
text/plain;charset=utf-8
  "name": "beton.sats"
text/plain;charset=utf-8
  "name": "savemy.sats"
text/plain;charset=utf-8
  "name": "ohio.sats",
text/plain;charset=utf-8
  "name": "cheech.sats",
text/html;charset=utf-8
    <meta charset="UTF-8">
    <title>Amz</title>
    Generative supports the most popular creative coding libraries. Simply uncomment the library you want to use below.
    Are we missing an important library? Let us know @generative_xyz.
    <!-- p5js@1.5.0 -->
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script>
    <!-- c2.min.js@1.0.0
    <script sandbox="allow-scriM
pts" type="text/javascript" src="https://cdn.generative.xyz/ajax/libs/c2/1.0.0/c2.min.js"></script>
    <!-- chromajs@2.4.2 -->
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/chroma-js/2.4.2/chroma.min.js"></script>
    <!-- p5.grain.js@0.6.1 -->
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdn.generative.xyz/ajax/libs/p5.grain/0.6.1/p5.grain.min.js"></script>
    <!-- threejs@r124
    <script sandbox="allow-scriptM
s" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r124/three.min.js"></script>
    <!-- tonejs@14.8.49
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/tone/14.8.49/Tone.js"></script>
    <script type="text/javascript">
        function setup() {
    cSize = min(windowHeight, windowWidth);
    createCanvas(cSize, cSize);
    // make Math.random be same as fxrand
    Math.random = mathRand;
    randomSeed(mathRand() * 999999);
    noiseSeed(mathRand() * 999999);
    // use fxrand as the internal random function
    p5grain.setup({ random: mathRand });
    let ok = Object.keys(chroma.brewer)
    let rectColors = [...chroma.brewer[ok[mathrand(ok.length - 1, 0)]], ...chroma.brewer[ok[mathrand(ok.length - 1, 0)]]]
    for (let x = 5; x < width; x = x + sqw) {
        for (let y = 5; y < height; y = y + sqw) {
            noStroke();
     fill(rectColors[mathrand(rectColors.length - 1, 0)])
            rect(x, y, sqw, sqw);
            fill(rectColors[mathrand(rectColors.length - 1, 0)])
            circle(x + sqw / 2, y + sqw / 2, sqw);
            fill(rectColors[mathrand(rectColors.length - 1, 0)])
            circle(x + sqw / 2, y + sqw / 2, sqw - 10);
            fill(rectColors[mathrand(rectColors.length - 1, 0)])
            circle(x + sqw / 2, y + sqw / 2, sqw - 15);
            fill(rectColors[mathrand(rectColors.length - 1, 0)])
          circle(x + sqw / 2, y + sqw / 2, sqw - 20);
            fill(rectColors[mathrand(rectColors.length - 1, 0)])
            circle(x + sqw / 2, y + sqw / 2, sqw - 30);
            fill(rectColors[mathrand(rectColors.length - 1, 0)])
            circle(x + sqw / 2, y + sqw / 2, sqw - 35);
            fill(rectColors[mathrand(rectColors.length - 1, 0)])
            circle(x + sqw / 2, y + sqw / 2, sqw - 45);
    if(mathrand(100,0) < 20) {
        const amount = 80;
        const alpha = M
        tinkerPixels((index, total) => {
            const grainAmount = Math.floor(random() * (amount * 2 + 1)) - amount;
            pixels[index] = pixels[index] + grainAmount;
            pixels[index+1] = pixels[index+1] + grainAmount;
            pixels[index+2] = pixels[index+2] + grainAmount;
            if (alpha) {
                pixels[index+3] = pixels[index+3] + grainAmount;
function keyTyped() {
    if (key === 's') {
        saveCanvas('Amz-' + matM
function mathrand(max, min) {
    return Math.floor(mathRand() * (max - min + 1) + min);
    <script id="snippet-random-code" type="text/javascript">
        // DO NOT EDIT THIS SECTION
        let seed = window.location.href.split('/').find(t => t.includes('i0'));
        if (seed == null) {
            const alphabet = "0123456789abcdefghijklmnopqrstuvwsyz";
            seed = new URLSearchParams(window.location.search).get("seed") || Array(64).fiM
ll(0).map(_ => alphabet[(Math.random() * alphabet.length) | 0]).join('') + "i0";
            let pattern = "seed=";
            for (let i = 0; i < seed.length - pattern.length; ++i) {
                if (seed.substring(i, i + pattern.length) == pattern) {
                    seed = seed.substring(i + pattern.length);
                    break;
        function cyrb128($) {
            let _ = 1779033703, u = 3144134277, i = 1013904242, l = 2773480762;
         for (let n = 0, r; n < $.length; n++) _ = u ^ Math.imul(_ ^ (r = $.charCodeAt(n)), 597399067), u = i ^ Math.imul(u ^ r, 2869860233), i = l ^ Math.imul(i ^ r, 951274213), l = _ ^ Math.imul(l ^ r, 2716044179);
            return _ = Math.imul(i ^ _ >>> 18, 597399067), u = Math.imul(l ^ u >>> 22, 2869860233), i = Math.imul(_ ^ i >>> 17, 951274213), l = Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]
        function sfc32($, _, u, i) {
       return function () {
                u >>>= 0, i >>>= 0;
                var l = ($ >>>= 0) + (_ >>>= 0) | 0;
                return $ = _ ^ _ >>> 9, _ = u + (u << 3) | 0, u = (u = u << 21 | u >>> 11) + (l = l + (i = i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296
        // IMPORTANT: Instead of Math.random(), use this function mathRand() for random number generation.
        // This function generates a random number between 0 and 1 with on-chain seed.
        let mathRand = sfc32(..M
            margin: 0px;
<script type="text/javascript">
    const rand = mathRand();
    function T1(rand) {
        // calculate rarity by yourself
        if (rand > 0.5) {
            return true;
            return false
    // window.$generativeTraits contain list M
    // you need to populate a $generativeTraits object in the window object
    window.$generativeTraits = {
        "T1": T1(rand),
 Add your code here
 Add your code here
FjDOUT:EA5FC511229E4079EC334061E81C60705F2C1D86075C802CD1ECB298DD644C81
text/plain;charset=utf-8
  "name": "moonbirds.sats"
text/plain;charset=utf-8
  "name": "saint.sats"
FjDOUT:BF77956B296A5968292C089F68741B47A55EC2A5DD69E6DC19DF6B8C8D047010
text/plain;charset=utf-8
  "name": "tidal.sats"
text/plain;charset=utf-8
  "name": "blocks.sats"
text/plain;charset=utf-8
  "name": "bitcoinis.sats"
text/plain;charset=utf-8
  "name": "millie.sats"
text/plain;charset=utf-8
  "name": "square.sats"
text/plain;charset=utf-8
  "name": "tbd.sats"
text/plain;charset=utf-8
  "name": "niko.sats"
text/plain;charset=utf-8
  "name": "058.sats"
text/plain;charset=utf-8
  "name": "1313.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "nydig.sats"
 99d78faa83ddbc99edfcde67a6de16bbG0D
)$+*($''-2@7-0=0''8L9=CEHIH+6OUNFT@GHE
!E.'.EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
text/plain;charset=utf-8
  "name": "markjeffrey.sats"
text/plain;charset=utf-8
  "name": "bentley.sats"
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.0-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:OriginalDocumentID="xmp.did:0c15ef69-bfaf-0941-b4f9-4M
3e3dfb04ed2" xmpMM:DocumentID="xmp.did:F8EAB8270B2D11EC8C75F2D1C7893645" xmpMM:InstanceID="xmp.iid:F8EAB8260B2D11EC8C75F2D1C7893645" xmp:CreatorTool="Adobe Photoshop 22.5 (Windows)"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:13e6192e-563a-ca46-87ad-c92fd1ae55e7" stRef:documentID="adobe:docid:photoshop:d9fa5946-7c33-1846-b5f1-b3401a7dd2c6"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
xr:d:DAFbaAVRa70:11,j:4308062159,t:23022513&
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>66ad25b6-a27b-43e6-a439-f945b065e287</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptioM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>
text/plain;charset=utf-8
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntaxM
-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:3F6E86D8B54111ED9948F607DE90970D" xmpMM:DocumentID="xmp.did:3F6E86D9B54111ED9948F607DE90970D"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3F6E86D6B54111ED9948F607DE90970D" stRef:documentID="xmp.did:3F6E86D7B54111ED9948F607DE90970D"/> </rdf:Description> </rdfM
:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
  "name": "newyork.sats"
text/plain;charset=utf-8
  "name": "epic.sats"
text/plain;charset=utf-8
  "name": "0011.sats"
text/plain;charset=utf-8
xr:d:DAFbaAVRa70:24,j:4308441609,t:23022513
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>d89f93d8-c276-4583-a25b-6bc954fb796c</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptioM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>gs
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://nM
s.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:AACBEE1AB4D811EDAFB3FB5DF98B8531" xmpMM:DocumentID="xmp.did:AACBEE1BB4D811EDAFB3FB5DF98B8531"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:AACBEE18B4D811EDAFB3FB5DF98B8531" stRef:documentID="xmp.did:AACBEE19B4D811EDAFB3FB5DF98B8531"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>SMT Ordinal - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib=M
'http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>e58836a0-a0f2-4d8d-b26b-be1d4dbc611b</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
      <pdf:Author>Tokyo Flatland</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>B[
xr:d:DAFXO3pT5WU:117,j:47657582591,t:23022518
text/plain;charset=utf-8
  "name": "dior.sats"
((((((((((((((((((((((((((((((((((((((((((((((((((
text/plain;charset=utf-8
  "name": "edgar.sats"
xr:d:DAFbaAVRa70:26,j:47646335631,t:23022513
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>af3154a2-d675-4197-a9a5-494d19a36528</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptiM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "8848.sats"
xr:d:DAFbaAVRa70:18,j:47646173339,t:23022513`x
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>b1ae82f8-b92c-4449-9709-ac7c39a31e3d</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptiM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobeM
.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:A4F3C56DB53F11ED8FC1819DA1B15E8C" xmpMM:DocumentID="xmp.did:A4F3C56EB53F11ED8FC1819DA1B15E8C"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:A4F3C56BB53F11ED8FC1819DA1B15E8C" stRef:documentID="xmp.did:A4F3C56CB53F11ED8FC1819DA1B15E8C"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
xr:d:DAFbaAVRa70:22,j:4308382688,t:23022513+n
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>77fb2fc5-eb2e-472f-a815-08889f597164</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptioM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>
text/plain;charset=utf-8
  "name": "obv.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
.& &30..00...80,6..6.......006....,.,....../.......0.0
((((((((((((((((((((((((((((((((((((((((((((((((((
text/plain;charset=utf-8
text/plain;charset=utf-8
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "mythic.sats"
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" M
x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:CB7D511DB53F11ED9AD4DF01CC80FF36" xmpMM:DocumentID="xmp.did:CB7D511EB53F11ED9AD4DF01CC80FF36"> <xmpMM:DerivedFrom stRef:instM
anceID="xmp.iid:CB7D511BB53F11ED9AD4DF01CC80FF36" stRef:documentID="xmp.did:CB7D511CB53F11ED9AD4DF01CC80FF36"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
xr:d:DAFbaAVRa70:25,j:47646327654,t:23022513
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>9da04e56-fa18-453d-b540-18d10f7d017f</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptiM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "42069.sats"
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
  "name": "paul.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
M*.pA.pA.pA.pA.pA.pA.pA.pA.pA.pA.pA.p
text/plain;charset=utf-8
c/Foundry USA Pool #dropgold/
6j4ion:1.QmZyDqAcQa82C6dHuGjSkF4foUZay2dpevX2x4BMBHyZa4
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350">
    .base{fill:#4d4d4d;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link{fill:blue;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link2:hover{fill:Blue!important;}
    .link3:hover{fill:#1DA1F2!important;}
h="100%" height="100%" fill="#f2a900"/>
  <text font-size="50" x="50%" y="40%" class="base">bitbags.io</text>
  <a href="https://bitbags.io" target="__blank__">
    <text font-size="20" x="50%" y="55%" class="base link2">Inscribe Here</text>
  <a href="https://twitter.com/bitbagsordinal" target="_blank_2">
    <g transform="translate(280, 265) scale(0.5)">
      <path class="base link3" d="M109.75 92.2701C110 130.1 78 156.89 27.38 136.15C39.16 134.49 47.92 131.15 54.38 126.96C47.31 124.39 38.28 115.49 36.19 M
110.71L44.3 109.36C44.3 109.36 35.22 100.27 32.71 90.1001L42.83 91.4801C42.83 91.4801 37.12 83.0201 38.83 67.8701C45.85 79.3801 59.4 89.2201 71.45 92.0001C70 67.0001 94 62.5101 104.66 75.0501L119.56 72.7001L112.41 81.9301L122.62 85.4201L109.75 92.2701Z"/>
text/plain;charset=utf-8
Inscribing is wildly intriguing (addicting) for
me. The idea of canceling my
checkmark subscriptions
 to share my thoughts
on-chain is the manifestation of
ll see how long this lasts but I
Speaking of game, a game Ive started playing
even more with myself recently is remembering
how lucky I am to be able to say that I have
both of my parents still with me. I only hope,
daily, they are proud of themselves for the
type of humans they are. I
lucky as fuck. Before I share more, I want you
m uncomfortably BIG into positivity
but the non-fluffy genre. As lucky as I know
I am, life has a way of humbling you. Very
humbling. Bitterly humbling. But i see it as
the hurdles that create life
s very own meaning.
s how I cope. We all have different ways
of dealing with life. Who are we to judge?
When we sit back and index all the things we
have that others may not have, I feel like we
re just distracted/M
My stance on advice is - OVERRATED until we apply
consistently with self!
Thanks for reading the JNA files!
Insights: Manifesting positivity through self-reminders
and gratitude for life's hurdles.
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
IjG=:BNB.TWT-8C2:bnb19d64z95kn242wprkthj7vd4u70pw3zu58y7rv9:20483989607::0
text/plain;charset=utf-8
  "name": "swap.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "1212.sats"
text/plain;charset=utf-8
Bj@=:ETH.ETH:0xBC9f2E794c0BFAA8fc293aBf0Fe34364462f0025:44930817::0
text/plain;charset=utf-8
  "name": "616.sats"
text/html;charset=utf-8
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Ordinal Automata</title> <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script> <script id="snippet-random-code" type="text/javascript"> let seed=window.location.href.split('/').find(t=> t.includes('i0')); if (seed==null){const alphabet="0123456789abcdefghijklmnopqrstuvwsyz"; seed=new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_=> alphabetM
[(Math.random() * alphabet.length) | 0]).join('') + "i0";}else{let pattern="seed="; for (let i=0; i < seed.length - pattern.length; ++i){if (seed.substring(i, i + pattern.length)==pattern){seed=seed.substring(i + pattern.length); break;}}}function cyrb128($){let _=1779033703, u=3144134277, i=1013904242, l=2773480762; for (let n=0, r; n < $.length; n++) _=u ^ Math.imul(_ ^ (r=$.charCodeAt(n)), 597399067), u=i ^ Math.imul(u ^ r, 2869860233), i=l ^ Math.imul(i ^ r, 951274213), l=_ ^ Math.imul(l ^ r, 2716044179); returM
n _=Math.imul(i ^ _ >>> 18, 597399067), u=Math.imul(l ^ u >>> 22, 2869860233), i=Math.imul(_ ^ i >>> 17, 951274213), l=Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]}function sfc32($, _, u, i){return function (){u >>>=0, i >>>=0; var l=($ >>>=0) + (_ >>>=0) | 0; return $=_ ^ _ >>> 9, _=u + (u << 3) | 0, u=(u=u << 21 | u >>> 11) + (l=l + (i=i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296}}let mathRand=sfc32(...cyrb128(seed)); </script> <style>body{margin: 0px;}<M
/style></head><body><script type="text/javascript">const rand=mathRand();function getRule(dcml){var s=(dcml >>> 0).toString(2).split(""); if (8 - s.length > 0){return Array(8 - s.length).fill(0).concat(s.map(Number));}else{return s.map(Number);}}function setCell(r, p){var i=parseInt(p.join(""), 2); switch (i){case 7: return r[0]; case 6: return r[1]; case 5: return r[2]; case 4: return r[3]; case 3: return r[4]; case 2: return r[5]; case 1: return r[6]; case 0: return r[7]; default: console.log("ERROR: setCell unhaM
ndled case."); return r[0];}}function genGrid(fr, rule){var result=[fr]; var row=fr; for (let r=1; r < cc; r++){var nextRow=[]; for (let i=0; i < cc; i++){var c1=0; var c2=0; var c3=0; if (i==0){c1=0; c2=row[i]; c3=row[i + 1];}else if (i==cc - 1){c1=row[i - 1]; c2=row[i]; c3=0;}else{c1=row[i - 1]; c2=row[i]; c3=row[i + 1];}nextRow.push(setCell(rule, [c1, c2, c3]));}row=nextRow; result.push(row);}return result;}filterRules=[0, 2, 4, 6, 8, 10, 12, 14, 16, 20, 24, 32, 34, 36, 38, 40, 42, 44, 46, 48, 52, 56, 64, 66, 72M
, 74, 76, 80, 84, 88, 96, 98, 100, 104, 106, 108, 112, 116, 120, 128, 130, 132, 136, 138, 140, 142, 144, 148, 152, 160, 162, 164, 166, 168, 170, 172, 174, 176, 180, 184, 192, 194, 196, 200, 202, 204, 208, 212, 216, 224, 226, 228, 232, 234, 236, 240, 244, 248];cc=100;m=24;rr1=parseInt(mathRand() * 256);rr2=parseInt(mathRand() * 256);rr3=parseInt(mathRand() * 256);while(true){if (filterRules.includes(rr1) || filterRules.includes(rr2) || filterRules.includes(rr3)){rr1=parseInt(mathRand() * 256); rr2=parseInt(mathRand(M
) * 256); rr3=parseInt(mathRand() * 256);}else{break;}}console.log('rules:', rr1, rr2, rr3);r1=getRule(rr1);r2=getRule(rr2);r3=getRule(rr3);fr1=Array(cc).fill(0);fr1[parseInt(fr1.length / 2)]=1;fr2=Array(cc).fill(0);fr2[parseInt(mathRand() * fr2.length / 2)]=1;fr3=Array(cc).fill(0);fr3[parseInt(mathRand() * fr3.length / 2)]=1;grid1=genGrid(fr1, r1);grid2=genGrid(fr2, r2);grid3=genGrid(fr3, r3);var soc=mathRand() * 1;pd=1;function setup(){console.log('pd:', pd); console.log('soc:', soc); pixelDensity(pd); canvas=creM
ateCanvas(cc * m, cc * m); background(255); noLoop(); blendMode(MULTIPLY);}function draw(){noStroke(); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid1[x][y]==1){fill('#0074a2'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}push(); translate(m/2,m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid2[x][y]==1){fill('#00aa93'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, mM
);}}}pop(); push(); translate(-m/2,-m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid3[x][y]==1){fill('#ff48b0'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}pop(); push(); blendMode(BLEND); strokeWeight(m); stroke('#000000'); line(0,0,width,0); line(0,0,0,height); line(0,height,width,height); line(width,0,width,height); pop(); console.log(seed);}function keyReleased(){if (key=='h' ){pd=4; console.log('in h'); setup(); draw(); buff=creL
ateGraphics(width, height); buff.copy(canvas, 0,0,width,height,0,0,width,height); buff.save(seed + '.png');}}</script></body></html>
text/html;charset=utf-8
<meta charset="UTF-8">
<title>Angular Decay</title>
<script id="snippet-random-code" type="text/javascript">
let seed = window.location.href.split('/').find(t => t.includes('i0'));
const alphabet = "0123456789abcdefghijklmnopqrstuvwsyz";
seed = new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_ => alphabet[(Math.random() * alphabet.length) | 0]).join('') + "i0";
let pattern = "seed=";
for (let i = 0; i <M
 seed.length - pattern.length; ++i) {
if (seed.substring(i, i + pattern.length) == pattern) {
seed = seed.substring(i + pattern.length);
function cyrb128($) {
let _ = 1779033703, u = 3144134277, i = 1013904242, l = 2773480762;
for (let n = 0, r; n < $.length; n++) _ = u ^ Math.imul(_ ^ (r = $.charCodeAt(n)), 597399067), u = i ^ Math.imul(u ^ r, 2869860233), i = l ^ Math.imul(i ^ r, 951274213), l = _ ^ Math.imul(l ^ r, 2716044179);
return _ = Math.imul(i ^ _ >>> 18, 597399067), u = Math.imul(lM
 ^ u >>> 22, 2869860233), i = Math.imul(_ ^ i >>> 17, 951274213), l = Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]
function sfc32($, _, u, i) {
return function () {
var l = ($ >>>= 0) + (_ >>>= 0) | 0;
return $ = _ ^ _ >>> 9, _ = u + (u << 3) | 0, u = (u = u << 21 | u >>> 11) + (l = l + (i = i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296
let mathRand = sfc32(...cyrb128(seed));
<style>body {margin: 0px;} </style>M
<canvas id="target"></canvas>
<script type="text/javascript">
const rand = mathRand();
const rand2 = mathRand();
let sqpix,cp,ratio=0.707,bug=false;
if(rand<0.3){sqpix=0;zoom=false;return"Portrait";}
if(rand<0.6){sqpix=0;ratio=1.414;return"Lanscape";}
if(rand<0.95){sqpix=1;return"Square";}
sqpix=1;bug=1;return"Bugged";}
if(rand<0.07){cp=12;return "Paper";}
if(rand<0.14){cp=1;return "DPM";}
if(rand<0.21){cp=2;return "Fecktarn";}
if(rand<0.41){cp=4;return "Desert Drill";}
if(rand<0.5){cp=5;return "Urban";}
if(rand<0.6){cp=6;return "Navy";}
if(rand<0.7){cp=7;return "German Winter";}
if(rand<0.8){cp=8;return "Tree";}
if(rand<0.85){cp=9;return "Orange";}
if(rand<0.9){cp=10;return "Harris";}
if(rand<0.95){cp=11;return "Market";}
cp=0;return "Saint";}
window.$generativeTraits = {"View": T1(rand),"Pallet": T2(rand2) }
const container = document.createElement("div")
container.innerHTML = "<span>seed: " + seed + "</spM
let resizeTmr=null,aniFrame=null;
let ofw,ofh,sz,rz=1;
let gi=0,gj=0,drp=0,drawtot=2,bmp,artcols=[];
var tricount=0,tr=30;
var tx1=[],ty1=[],tx2=[],ty2=[],tx3=[],ty3=[];
var rx1=[],ry1=[],rx2=[],ry2=[],rx3=[],ry3=[];
const init = async () => {
window.addEventListener('resize', async () => {
clearTimeout(resizeTmr)
resizeTmr = setTimeout(async () => {
await layoutCanvas()
await layoutCanvas()
const layoutCanvas = async () => {
const wWidth=window.innerWidth
const wHeight=window.innerHeight
let cHeight=wHeight;
let cWidth=cHeight*ratio;
if(cWidth>wWidth){cWidth=wWidth;cHeight=cWidth/ratio;}
const canvas=document.getElementById('target')
canvas.width=2000*rz;
canvas.height=(2000*rz)/ratio;
canvas.style.position = 'absolute'
canvas.style.width = `${cWidth}px`
canvas.style.height = `${cHeight}px`
canvas.style.left = `${(wWidth - cWidth) / 2}px`
canvas.style.top = `${(wHeight - cHeight) / 2}pM
const drawCanvas = async () => {
if(!tried) setupart();
if (aniFrame) window.cancelAnimationFrame(aniFrame)
const canvas=document.getElementById('target')
const ctx=canvas.getContext('2d')
{let bx=ofw/500,by=ofh/500;
ctx.globalAlpha=0.05;
for(let f=10;f<30; f++){
for(let i=0;i<500; i++){
drawEllipse(ctx, bx*i + ri(3)*sz, by*gj+ ri(3)*sz, bx/2,bx/2,'#ffffff');
drawEllipse(ctx, bx*i + ri(3)*sz, by*gj+ ri(3)*sz, bx/2,bx/2,'M
if(gj>500) { drp=3; gj=0; }
for(let f=0;f<tc;f++){
if(bug) dl(ctx, tx1[f]*sz,ty1[f]*sz, tx2[f]*sz*sz,ty2[f]*sz, artcols[1], 1*sz);
else dl(ctx, tx1[f]*sz,ty1[f]*sz, tx2[f]*sz,ty2[f]*sz, artcols[1], 1*sz);
dl(ctx, tx2[f]*sz,ty2[f]*sz, tx3[f]*sz,ty3[f]*sz, artcols[1], 1*sz);
dl(ctx, tx1[f]*sz,ty1[f]*sz, tx3[f]*sz,ty3[f]*sz, artcols[1], 1*sz);}
for(let f=0;f<rc;f++){
dl(ctx, rx1[f]*sz,ry1[f]*sz, rx2[f]*sz,ry2[f]*sz, artcols[2], 1*sz);
,ry2[f]*sz, rx3[f]*sz,ry3[f]*sz, artcols[2], 1*sz);
dl(ctx, rx1[f]*sz,ry1[f]*sz, rx3[f]*sz,ry3[f]*sz, artcols[2], 1*sz);}
ctx.fillStyle = artcols[0];
ctx.fillRect(0,0,ofw,ofh);
mathRand = sfc32(...cyrb128(seed));
tc=0;rc=0;tricount=0;tr=30;bmp=0;
triharder(500, 500, 500+rir(-tr,tr), 500+rir(-tr,tr));
tricount=1000;tr=rir(10,50);dor=true;bmp=0;
triharder(500, 500, 500+rir(-tr,tr), 500+rir(-tr,tr));
aniFrame = window.requestAnimationM
function triharder( x1,y1, x2,y2)
if(tricount>2500) return;
var x3=x1+rir(-tr,tr);
var y3=y1+rir(-tr,tr);
if(x3<0){x3+=tr;bmp++}
if(x3>1000){x3-=tr;bmp++}
if(y3<0){y3+=tr;bmp++}
if(y3>1000/ratio){y3-=tr;bmp++}
if(dor) {rx1[rc]=x1;ry1[rc]=y1;rx2[rc]=x2;ry2[rc]=y2;rx3[rc]=x3;ry3[rc]=y3;rc++; }
else {tx1[tc]=x1;ty1[tc]=y1;tx2[tc]=x2;ty2[tc]=y2;tx3[tc]=x3;ty3[tc]=y3;tc++;}
if(bmp>15){bmp=0; x3=y3=500;x1=rir(500,500+tr);y1=rir(500,500+tr);x2=rir(500,500-tr);y2=rir(500,500-M
triharder(x3,y3, x1,y1);
if(ri(100)>20) triharder(x3,y3, x2,y2);
const autoDownloadCanvas = async () => {
const element = document.createElement('a')
element.setAttribute('download',`Angular-${ofw}x${ofh}-${seed}`)
element.style.display = 'none'
document.body.appendChild(element)
let imageBlob = null
imageBlob = await new Promise(resolve => document.getElementById('target').toBlob(resolve, 'image/png'))
element.setAttribute('href', window.URL.createObjectURL(imageBlob, {
document.body.removeChild(element)
document.addEventListener('keypress', async (e) => {
e = e || window.event
if (e.key === 's') autoDownloadCanvas()
if (e.key === 'h') { rz++;if(rz>5)rz=1;drp=0;gi=0;gj=0;await layoutCanvas() }
function drawEllipse(ctx,x,y,rx,ry,fill) {
ctx.ellipse(x, y, rx, ry, 0, 0, 2 * Math.PI);
if (fill) {ctx.fillStyle = fill;ctx.fill();}
function dl(ctx,lx,ly,ex,ey,stroke,width) {
if (stroke) {ctx.strokeStyle = stroke;}
if (width) {  ctx.linM
ctx.beginPath();ctx.moveTo(lx,ly);ctx.lineTo(ex,ey);ctx.stroke();
if(cp==12)artcols=['#EDECE0','#303030','#880808'];
if(cp==0) artcols=['#F0BEB2','#F25B40','#3A8D3B'];
if(cp==11)artcols=['#4F97BA','#F9E1B5','#BD2C41'];
if(cp==1) artcols=['#25201E','#D3A252','#686C22'];
if(cp==2) artcols=['#B4CBCA','#1F5FB3','#355026'];
if(cp==3) artcols=['#D1C7C5','#6E5247','#8D695D'];
if(cp==4) artcols= ['#E4DBBE','#8BB8B3','#AF799A'];
if(cp==5) artcols= ['#B8B8B3','#474747','M
if(cp==6) artcols= ['#A6B2C7','#323642','#394A69'];
if(cp==7) artcols= ['#E6E6E4','#343523','#B2B2AD'];
if(cp==8) artcols= ['#A9A18E','#706B5C','#606A4D'];
if(cp==9) artcols= ['#EDECE0','#944645','#F25D34'];
if(cp==10) artcols= ['#9FA6A4','#77694E','#B54933'];
function ri( x){  return Math.floor(mathRand()*x);}
function rir(x,y){ let nr = (y - x) ; return  Math.floor((mathRand()*nr) + x); }
text/html;charset=utf-8
    <meta charset="UTF-8">
    <title>A simple template for launching your art on Bitcoin</title>
    Generative supports the most popular creative coding libraries. Simply uncomment the library you want to use below.
    Are we missing an important library? Let us know @generative_xyz.
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script>
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdn.generative.xyz/ajax/libs/c2/1.0.0/c2.min.js"></script>
    <!-- chromajs@2.4.2
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/chroma-js/2.4.2/chroma.min.js"></script>
    <!-- p5.grain.js@0.6.1
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdn.generative.xyz/ajax/libs/p5.grain/0.6.1/p5.grain.min.js"></script>
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r124/three.min.js"></script>
    <!-- tonejs@14.8.49
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/tone/14.8.49/Tone.js"></script>
    <!-- svgjs@3.1.2
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/3.1.2/svg.min.js"></script>
    <!-- aframejs@1M
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/aframe/1.2.0/aframe.min.js"></script>
    <!-- babylonjs@5.47.0
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/babylonjs/5.47.0/babylon.js"></script>
    <!-- paperjs@0.12.17
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/paper.js/0.12.17/paper-full.min.js"></script>
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/regl/2.1.0/regl.min.js"></script>
    <script type="text/javascript">
 Add your script here
 Add your script here
    <script id="snippet-randoM
m-code" type="text/javascript">
        // DO NOT EDIT THIS SECTION
        let seed = window.location.href.split('/').find(t => t.includes('i0'));
        if (seed == null) {
            const alphabet = "0123456789abcdefghijklmnopqrstuvwsyz";
            seed = new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_ => alphabet[(Math.random() * alphabet.length) | 0]).join('') + "i0";
            let pattern = "seed=";
            for (let i = 0; i < seed.length - patM
                if (seed.substring(i, i + pattern.length) == pattern) {
                    seed = seed.substring(i + pattern.length);
                    break;
        function cyrb128($) {
            let _ = 1779033703, u = 3144134277, i = 1013904242, l = 2773480762;
            for (let n = 0, r; n < $.length; n++) _ = u ^ Math.imul(_ ^ (r = $.charCodeAt(n)), 597399067), u = i ^ Math.imul(u ^ r, 2869860233), i = l ^ Math.imul(i ^ r, 951274213), l =M
 _ ^ Math.imul(l ^ r, 2716044179);
            return _ = Math.imul(i ^ _ >>> 18, 597399067), u = Math.imul(l ^ u >>> 22, 2869860233), i = Math.imul(_ ^ i >>> 17, 951274213), l = Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]
        function sfc32($, _, u, i) {
            return function () {
                u >>>= 0, i >>>= 0;
                var l = ($ >>>= 0) + (_ >>>= 0) | 0;
                return $ = _ ^ _ >>> 9, _ = u + (u << 3) | 0, u =M
 (u = u << 21 | u >>> 11) + (l = l + (i = i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296
        // IMPORTANT: Instead of Math.random(), use this function mathRand() for random number generation.
        // This function generates a random number between 0 and 1 with on-chain seed.
        let mathRand = sfc32(...cyrb128(seed));
            margin: 0px;
<canvas id="canvas" width="1000" height="800"></canvas>
ipt type="text/javascript">
    PULSATION = true;
    PULSATION_PERIOD = 600;
    PARTICLE_RADIUS = 4;
    /* disable blur before using blink */
    GLOBAL_PULSATION = false;
    QUALITY = 2; /* 0 - 5 */
    /* set false if you prefer rectangles */
    /* trembling + blur = fun */
    TREMBLING = 0; /* 0 - infinity */
    FANCY_FONT = "Arial";
    BACKGROUND = "#000";
    BLENDING = true;
    /* if empty the text will be a random number */
    TEXTArray = ["SEED"];
    for (var i = 0; i < seed.split("").length; i++) {
        TEXTArray.push(seed.split("")[i])
    QUALITY_TO_FONT_SIZE = [10, 12, 40, 50, 100, 350];
    QUALITY_TO_SCALE = [20, 6, 4, 2, 0.9, 0.5];
    QUALITY_TO_TEXT_POS = [10, 20, 60, 100, 370, 280];
    window.onload = function () {
        document.body.style.backgroundColor = BACKGROUND;
        var canvas = document.getElementById("canvas");
        var ctx = canvas.getContext("2d");
        var W = canvas.width;
ar H = canvas.height;
        var tcanvas = document.createElement("canvas");
        var tctx = tcanvas.getContext("2d");
        tcanvas.width = W;
        tcanvas.height = H;
        total_area = W * H;
        total_particles = 928;
        single_particle_area = total_area / total_particles;
        area_length = Math.sqrt(single_particle_area);
        var particles = [];
        for (var i = 1; i <= total_particles; i++) {
            particles.push(new particle(i));
        function particle(i) {M
            this.r = Math.round(Math.random() * 255 | 0);
            this.g = Math.round(Math.random() * 255 | 0);
            this.b = Math.round(Math.random() * 255 | 0);
            this.alpha = 1;
            this.x = (i * area_length) % W;
            this.y = (i * area_length) / W * area_length;
            /* randomize delta to make particles sparkling */
            this.deltaOffset = Math.random() * PULSATION_PERIOD | 0;
            this.radius = 0.1 + Math.random() * 2;
        var positions M
        function new_positions() {
            TEXT = TEXTArray[num];
            if (num < TEXTArray.length - 1) {
                num++;
            } else {
                num = 0;
            //alert(TEXT);
            tctx.fillStyle = "white";
            tctx.fillRect(0, 0, W, H)
            //tctx.fill();
            tctx.font = "bold " + QUALITY_TO_FONT_SIZE[QUALITY] + "px " + FANCY_FONT;
            //tctx.textAlign='center';//
            //tctx.textBaseline='M
            //tctx.strokeStyle = "black";
            tctx.fillStyle = "#f00";
            //tctx.strokeText(TEXT,30, 50);
            tctx.fillText(TEXT, 20, 60);
            image_data = tctx.getImageData(0, 0, W, H);
            pixels = image_data.data;
            positions = [];
            for (var i = 0; i < pixels.length; i = i + 2) {
                if (pixels[i] != 255) {
                    position = {
                        x: (i / 2 % W | 0) * QUALITY_TO_SCALE[QUALITY] | 0,
        y: (i / 2 / W | 0) * QUALITY_TO_SCALE[QUALITY] | 0
                    }
                    positions.push(position);
            get_destinations();
        function draw() {
            var now = Date.now();
            ctx.globalCompositeOperation = "source-over";
            if (BLUR) ctx.globalAlpha = 0.1;
            else if (!BLUR && !BLINK) ctx.globalAlpha = 1.0;
            ctx.fillStyle = BACKGROUND;
            ctx.fillRect(0, 0, W, H)
LENDING) ctx.globalCompositeOperation = "lighter";
            for (var i = 0; i < particles.length; i++) {
                p = particles[i];
                /* in lower qualities there is not enough full pixels for all of  them - dirty hack*/
                if (isNaN(p.x)) continue
                ctx.beginPath();
                ctx.fillStyle = "rgb(" + p.r + ", " + p.g + ", " + p.b + ")";
                ctx.fillStyle = "rgba(" + p.r + ", " + p.g + ", " + p.b + ", " + p.alpha + ")";
                if (BLINK) cM
tx.globalAlpha = Math.sin(Math.PI * mod * 1.0);
                if (PULSATION) { /* this would be 0 -> 1 */
                    var mod = ((GLOBAL_PULSATION ? 0 : p.deltaOffset) + now) % PULSATION_PERIOD / PULSATION_PERIOD;
                    /* lets make the value bouncing with sinus */
                    mod = Math.sin(mod * Math.PI);
                } else var mod = 1;
                var offset = TREMBLING ? TREMBLING * (-1 + Math.random() * 2) : 0;
                var radius = PARTICLE_RADIUS * p.radius;
             if (!ARC) {
                    ctx.fillRect(offset + p.x - mod * radius / 2 | 0, offset + p.y - mod * radius / 2 | 0, radius * mod,
                        radius * mod);
                } else {
                    ctx.arc(offset + p.x | 0, offset + p.y | 0, radius * mod, Math.PI * 2, false);
                    ctx.fill();
                p.x += (p.dx - p.x) / 10;
                p.y += (p.dy - p.y) / 10;
        function get_destinations() {
r (var i = 0; i < particles.length; i++) {
                pa = particles[i];
                particles[i].alpha = 1;
                var distance = [];
                nearest_position = 0;
                if (positions.length) {
                    for (var n = 0; n < positions.length; n++) {
                        po = positions[n];
                        distance[n] = Math.sqrt((pa.x - po.x) * (pa.x - po.x) + (pa.y - po.y) * (pa.y - po.y));
                        if (n > 0) {
                            if (M
distance[n] <= distance[nearest_position]) {
                                nearest_position = n;
                            }
                        }
                    }
                    particles[i].dx = positions[nearest_position].x;
                    particles[i].dy = positions[nearest_position].y;
                    particles[i].distance = distance[nearest_position];
                    var po1 = positions[nearest_position];
                    for (var n = 0; n < positions.length; n++) {
               var po2 = positions[n];
                        distance = Math.sqrt((po1.x - po2.x) * (po1.x - po2.x) + (po1.y - po2.y) * (po1.y - po2.y));
                        if (distance <= 5) {
                            positions.splice(n, 1);
                        }
                    }
                } else {
                    //particles[i].alpha = 0;
        function init() {
            new_positions();
            setInterval(draw, 30);
            setL\Interval(new_positions, 1000);
text/plain;charset=utf-8
..................................................
..................................................
........;:;;cldo:;clccc;,"",,;;;c:,,;:cllc,"......
......;odollok0xlcldxxo:,,,:lodxxc,;:::okx:;,.....
.....cdxdocokOkxdlc::c:,,,,;:cdko:;::,,:lc:;::,...
...,col:cc::clddlcc::;,;;;;,;;:odddd:,;:c:lollc"..
..,cllc:;,,,,;cc;;ccccl:;,;:;:lkkdodoc;;cokkkxxo;.
..;oollc:;clc;::;:oddkd:,;;:lolcloolc:colcodxxdl,.
...";lxxoloko;;;:lxkdxdc;;;:dx:,cooooooc;;odllc...
......;cc:cdl:ccoodkkxl::::cloc::cllxkl;:cl:""....
loodkOxllxOko:::;;:odc:,;cc::oo:".......
..........";lxOOxlokOO0xlcc::dkxdc;::col,.........
.............,ldolcldoddc;:;:lllc::clc,...........
...............;ccoxoc:,;::ccl:;clc:,.............
.................":llcccclc:lddl:,"...............
...................,:;;::::;;ldc".................
......................";:llc:,....................
"........................",,,......................
..................................................
                        RadioactM
                    (An Ordinal Diamonds Collection)
                            Supply = 100
                        Original Artwork
                       by Johnathan Schultz
                  https://www.ordinaldiamonds.xyz/
                    @OrdinalDiamonds on Twitter
                https://twitter.com/OrdinalDiamonds
Radioactive Diamonds Inscription IDs:
Inscription Number, Inscription Hash
90823 b68bcf357626da553f440b86060c99bdd00fc1aac8a8584612665269487eade1i0
8 dceb25888815252e5226fab0299d63d0db7efe10e51a6ba2e69f18a6fc00350ai0
90819 3f1e9a32d6df35269091a79f567a11802f330f2e9d438254dab3039cae87200bi0
91042 db0b78cd993694dbacf5f0f30491664d05600e6309c0fc467f1fc057555b8d0ci0
91043 18a872c1c7cbb07bc35e5efeadd5a84734bd4428b6bbf19366990f6f298ac79fi0
93039 e22004b441b13e8bc6794337f69641f5c54656291a4d98cbeb5eb59dc4f53ffci0
93036 6839de4d584410c883e6982810ae8bb476d079474e19523cf67af26f5fff13b6i0
93031 6befa40166ddacc1b621bc255f9886a5c994feda3c89cb74d20b23e2a76b676bi0
7729eed541e9633c6ccfd93a0c6eadaeaca6069554b84ebdff0ef1c51i0
93032 92a90c8cdd7c9c943eb89f393c3621cb346d2bcbe1bac0701152e51f581465a0i0
93025 644f7c53b81351d006441d4f144cb0b482a5a85ef1ae2be127ba8b0e2b453d02i0
93033 631bdd67f7eaf730e0ee4a1468da3712ef44f9493adfc3d42b3f7bb75925dfa1i0
93034 e083a07ef680b2a3b6182f7a49059606e117c5cdbc0f3284fe2da25ee6e8e4a3i0
93035 9900abb200f9e90477acb5692df3d2b8d49bef3002de417cc78096b9370c6bb2i0
93027 3c29672822755df0ca641b83edf39caa677d5089d1a0aa5abc11e48148f64b19i0
93037 ec4d27b5541a8d56M
f24130b7393a66301de2bdcd519e70f28b9cd9894e78cac3i0
93458 5aef75abca0aff486d254128ca846c04f3fa404220762a75a76e599fdd901612i0
93464 35efbb1b18c51b98d8259e4799db1416c4013fdc9534d994227b6406fd3bd340i0
93462 3bf79a5f1ce7f44cfab7b4c468045223f255efdecb6067bb4c5ad6f03a53ec24i0
93467 fd6c3d14d218e04e8c573cceba705abb8608845f44432f5e29df6b9a02180354i0
93468 2980b8e9c58516f2cde84d4d07d59828c4acfd5d836e1ae45ad6c6fd2514515bi0
93463 45abdf10628809a8068a6e433fbed7af658329126a92790f2a3bc1a5312a403ei0
93486 b9dad70f53e2afc0f8ec21416M
91057b5cdd6abd878c674cc078717a7e541a5eci0
93459 76eb589688f029d4124405a23d7d9c91e0ffea32a545f17cb31ee1c1f2cc9d13i0
93484 cb825c625296d4327c5562280176d19a0ef955fe3bf0f54fc3520321563271e4i0
93472 b3a56a869e6d54a83789867fcd2ffbcdc8f8adec32bc1fe246e74c7f33676177i0
93469 ff6e9fb8b33dd05aa058555801fcb76c23ae5b371ad12796931e94973b5dd868i0
93485 4ce6e766c6efc8276a16e467605bd9d7e14ff5877b4427d3f04ec7dd1a78aee6i0
93479 f52950f44bd75a3aa26550fe07865d2da769d69157cdddb495b4a6a5bcc997bdi0
93478 99ff8460b484ac6429947bd7aade3eef16M
8877eaad52ec90c77a3059b7218ab0i0
93482 8672624ab53a4b56461563166e44868904b1d18a10c8efd8801c0472b1aeb3d0i0
93456 e94139e9d51c162cb1d38d79b8880a5ba7da66ac700cb1d81ed11f4f3f22a70ci0
93483 7a6e0febb4c55741eb02ba92decf5d6a4ab56e85bde36df45ae7585c14de73dfi0
93476 5a92339fa8685f513c3b4cfaac1c1621fda6a5565651b21bcd45b5ed0c601dadi0
93461 374b82a8345de617b7f5b265e5720919907910b90f3cd21b3cf7b36cea06e123i0
93477 53125b94445024350f3d58d2653926276d3a44df2f879ce58b0ffbd3e90234b0i0
93474 ca71baf77e6e11af363ad42cee85592b2593e4e1cc3M
9e567fa899c0656e5f47ai0
93481 4a0a92ec2dff5532a635c760d7883282e25cf969b5b90451dfaa022304f71ac4i0
93470 684b988de16a06bbdfdca37abaeae6cb43a0ee2030fcd709047dfca76969b870i0
93475 b4fb860cf94f55fe1cd9ab63e7a24325b0815d257e942b49aaa981630b1ddb9bi0
93466 7605798e8785dab14656d4f53dbf034ae0b114707a94481d32ba64843fb5494di0
99491 f1a3d09ae3b3641d6f11ee634bad35d42cb73cd884f6345a9816127cd05da4e9i0
99416 46621bc0567e873047d3689b48ddb581c2f4d74d1c22b9e00bc624f409a29f5fi0
99280 4f9e2af0448c86feb876c65e109e65ff519699531b913b67b218M
99270 2115a1075fdb2413d2d27462ef1bf79bc300016be2b2b3919264640bdcefaf39i0
99486 2d99568c1ee26a1547a0262ab831b0d93927feda89e57400eca58fd317ae0de1i0
99272 d53a3836fbf2c949e444ec76761676d9f97c4c6798f5ba4aa9c19a721f23cc3di0
99429 963774797da08720132087eb14896d9d7165034ff2aeaba406283b4f34dda274i0
99258 5e8f40820d5f32ab63a8a7b40fffc1ae83394e6db6b4881c0ac552d9c9ef7919i0
99421 d012c752781003e810908991a89d57c927214d95b754a28554b84728ff349763i0
99257 14a8edfb0b4109b8578510fde942110fd135840d993e18eeb99966afd580fM
99252 2e795270e81bcac060a288baf9ca00cc6c91fc7ed8fd291733cc457b15800b0ci0
99413 39130d4dd8c09a91dfb0e4cd1e0113afc740b01b70a3adeb234247edfc0dae58i0
99462 08d34be703828e11529fc1f36a219c290b634b8eb1167e796a184ccf32162c91i0
99415 e13bcf355bc52903f00ea7009963b630e9250398ecdda28cea6e6bf3603af75ei0
99253 a68f0a605eb58a5c1508b0d8b6213c7806594d73fc4879ac99a0810fe0cf700ci0
99261 a044974c58ecb5437e4a888edf5e9656f5c7c393438c204d57d0909af1794e23i0
99412 10e979ef9fc7e9236fe40cac14d16cf7ef09b042f50dd525bad7303f2cc15f58i0
74 21c30e701dcdd7767fcb3a012371337eb4f3aa65f887b5a6165d11ae53dc9f40i0
99422 d13e43ad1efb18ba1b7a59e39d2ef97f9efeb06f56891cbdb02ba63a0e112767i0
99425 fa732642c724037c9dbc518f7b53fda39e946610b3a68b3d10964632af094b6ai0
99431 57162c7217802670d88f38a457b8cdfa8c3f25df8896feee81ca5fbee9c47177i0
99273 a3bc3d8d8502abd4d6daf4cbeade446a7f461edce91a3927071f08f972d28e3ei0
99264 cbaa39945c9fad9644fb07d309566a2882d64accd568aed2ceee5ec786902f2di0
99262 0f48b88e708e7fee80de1c478e7e61b0bad17c5c7772c373988b653d68db5723i0
2280310e91844b0d8e37c2c8bcbbdb0f9a43aa067b4336b10f0ad02280i0
99482 a2ebad097412e3577d07692b61ce3fe46fbacc97b64f6c2685a5de61c4db94d8i0
99267 6419c7ccdd968bb9733da77afebb7d275954f7b4859c6bd504419bde6a547732i0
99430 44cb6c1b36f77b614de2e287dceffbd84f3ea42efd0527b7e4973eac2790d676i0
99488 440e6fdfe50ed8c08001a9de443285df40032e1fcf126c240173cc4119faf6e6i0
99473 7c022028b130be6ca15cbec57cf5afdb6fb8cc1d623a46eae309699e014e1cc6i0
99432 4a468188e1870eecce8b098934f0cf3fdcce1171c0ceb04bfdf00ef584248e77i0
98492 83f5599700ea9ecM
fa4aa2e1496a8d75827bad0d21bcd33430b6fc7f57a7f67a0i0
98502 e29761347b907b62d0da529335bdb11fef49044a8d9614a0d9bd0c02414ef4d6i0
98508 57068ef450faf95224feac80ce8bef9e92af11d743fd41e196906b2e19cb5ffei0
98482 6cbbcf13b7ce5fba42aa4e2371e8921724e3602225a58963959deb0eaf9fba23i0
98489 5d25085bab93cdaf415aa349f743787cb369ae409e2c06b09369f54c6292506ei0
98503 58b4e64619444e34c0295215dcf819db6b76008b68594edfb911f3eae93ee7dbi0
98487 7a9a88b2e3c460ad0a73035dcd46b644203a0386592b5c5e8dda82e8063b6860i0
98507 ce4f5bc037fbc945ea6471f1M
95c1b47d27e597fc6f2c232cbad3d5e16ff48ef1i0
98768 ca535301e16122403e11838f413b1c6a0c43dde722b942bae7888bd168cb67ddi0
98751 986f775e6e2c6760594d58fea336d186be8b98a4d095f2c132afba8ed40e9f41i0
98765 45c20c28023fa6c98d9faa84609b3b1ef170aa221a616d9ffd2e31d9c72e6bc8i0
98770 979db95fb512b8eb935d7134a4a44e3d2ad8775aa0bf511757526617ecb33df2i0
98772 1e19c23aec2223b23234490dc8eebcdfec28e41c9c2f53d4b8d705c573a565fei0
98753 9682d909f8ea48abbe17479fe7c9e2498f744a0546c9b62a593a2d12a3b0a853i0
99383 3d7c4088878e53842439699ea9139c802M
7be6df4d45cd2045c9052b2b939b5adi0
99923 2bf903c7fa40cc5f23bb3b92f779c51bdbaed510db71f8a287be74853793b92ci0
99957 4ed12e0afafc1dfeee3ac56aa658b4b5ebc659f2df401322a0912988870879ebi0
99954 3d7db7fcdd3c03e44e039ea2656a41ad0b3a0200cea6a3df2304ac239d1f65bai0
110014 32415cac8a2ef9bd5c0b7c9b4f987991610e365efcc45e6f5decfa1167955d74i0
109986 55bd1a9934333a2a366c555407a0a3f6a86d5eca4cb724d451c6087a97a18c42i0
110030 a7839715a249a89c8dc96abb78d6ee309e0cea652a937692c0f07ff53e9e35fei0
109983 689fdee08cf2ca457a87e525157a2eebfd79b4M
c84ac8acfc473bf6e4a7f1fb0ei0
109984 71f5c6d476ea00b294b8e950cf9f78e3d44611e72f9908f15b05cabc5555d30fi0
109985 c4d35cf02c8d5d78d5d5d74169133a1e7141835b3068c290565b4425129cb511i0
110019 7eb366ff9d2327ec88abf32088ba5e5caf8b2badba9cd098db6e854f8e047280i0
110011 0c004a0b516ae432c3ad506013e8c41c5ea34b693dbc1546dbfd6de67999005bi0
110024 50c8ed3f5dba76b54e27c031de8299a96565179a72f1ea9cb1a898d7563f8caai0
109987 c27e3b769f74c0794df6d9e9b02c5ce6e58ed8657aa283cb28ccae8adfcd2152i0
110027 be656ac85ba8aec904aff6adf2cebb35ef3f6c98M
b778b3a51a97cb6327f88ae2i0
110015 8939dcd9ddca6bd8461e27ee47d9f3286ddfea087b2f1174c97dcb0ed2a4d074i0
110029 e92fd5d6ac45fd4d61bae78dd96e817f0c22ef1b1519d55c2cd34ddb6b441bfei0
110026 b8eb04558e48ae5fe32eed59a47cb6984c16bab3c2eafb25faf3f2e967ef9adbi0
111323 68ca51bcd82e15c676f51faf0572ab4883f8452abfd1e2832c8e7b2d99032d87i0
111327 ffab21e37c89d284ff1ad864a63741032819dafac0997c78886b325c84dcb4d7i0
111328 ce7e210948a743864f067517224bfd864ba39ef19c7e9c65d90a2fdf4edd3fe5i0
111324 ed9c8b960c665615d930ba1e752bc16f9d311ac740M
80a04719eda9186d9f0897i0
111325 3c5f16117b13824d6ce1f70c149c95d59349eceeea04303b19b6086ac0ef1099i0
111585 a0f02b4494c3eb7940fc524b7ca7168b01218db7944c8287048c79acc208d055i0
111583 76ef713c280ccb6b483d6805490ddd6e9646adc4deb302d1c97b1b49a4637b03i0
111727 4ebcd1053618868a8094ce0637c4f3ec20bf6fee004130ad73af1065015b9d49i0
111892 1040833eaf95bbf89fb31e0a57b9654462a3f6b67fb7fcc0b5e0f6eb722882a1i0
113651 f087f9886f1dd1645b48cfcaa22344d16ccca5835dfb4fc605c361e07815f33di0
113663 d2ed3edc58fd26568909865104c3cd6ebb8a02806c33M
8ca41e983037b63d73d9i0
113666 b8f49095eae5745ef2ade2de813c2ea77b21f434febf373c71c499b322ab8cebi0
113653 a06d75d394ccb19e5d3b7c93c0c3d7665455a59e18e7b0e147f693d163aefa62i0
113649 c637efc8c28ba044ae86f1563b9cb071f6ec3a7949d95066ddd36f15603fef25i0
114438 05394c010198bba71d1efe7ea176cc3247b38452a1d95a12624dbbefe325bd91i0
114437 4be0f838cd4cc44aedc8bca0b5fb3b4d54be6c3a3ec6394b5dbfd313b1b1796ei0
text/plain;charset=utf-8
  "name": "078.sats"
text/html;charset=utf-8
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Ordinal Automata</title> <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script> <script id="snippet-random-code" type="text/javascript"> let seed=window.location.href.split('/').find(t=> t.includes('i0')); if (seed==null){const alphabet="0123456789abcdefghijklmnopqrstuvwsyz"; seed=new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_=> alphabetM
[(Math.random() * alphabet.length) | 0]).join('') + "i0";}else{let pattern="seed="; for (let i=0; i < seed.length - pattern.length; ++i){if (seed.substring(i, i + pattern.length)==pattern){seed=seed.substring(i + pattern.length); break;}}}function cyrb128($){let _=1779033703, u=3144134277, i=1013904242, l=2773480762; for (let n=0, r; n < $.length; n++) _=u ^ Math.imul(_ ^ (r=$.charCodeAt(n)), 597399067), u=i ^ Math.imul(u ^ r, 2869860233), i=l ^ Math.imul(i ^ r, 951274213), l=_ ^ Math.imul(l ^ r, 2716044179); returM
n _=Math.imul(i ^ _ >>> 18, 597399067), u=Math.imul(l ^ u >>> 22, 2869860233), i=Math.imul(_ ^ i >>> 17, 951274213), l=Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]}function sfc32($, _, u, i){return function (){u >>>=0, i >>>=0; var l=($ >>>=0) + (_ >>>=0) | 0; return $=_ ^ _ >>> 9, _=u + (u << 3) | 0, u=(u=u << 21 | u >>> 11) + (l=l + (i=i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296}}let mathRand=sfc32(...cyrb128(seed)); </script> <style>body{margin: 0px;}<M
/style></head><body><script type="text/javascript">const rand=mathRand();function getRule(dcml){var s=(dcml >>> 0).toString(2).split(""); if (8 - s.length > 0){return Array(8 - s.length).fill(0).concat(s.map(Number));}else{return s.map(Number);}}function setCell(r, p){var i=parseInt(p.join(""), 2); switch (i){case 7: return r[0]; case 6: return r[1]; case 5: return r[2]; case 4: return r[3]; case 3: return r[4]; case 2: return r[5]; case 1: return r[6]; case 0: return r[7]; default: console.log("ERROR: setCell unhaM
ndled case."); return r[0];}}function genGrid(fr, rule){var result=[fr]; var row=fr; for (let r=1; r < cc; r++){var nextRow=[]; for (let i=0; i < cc; i++){var c1=0; var c2=0; var c3=0; if (i==0){c1=0; c2=row[i]; c3=row[i + 1];}else if (i==cc - 1){c1=row[i - 1]; c2=row[i]; c3=0;}else{c1=row[i - 1]; c2=row[i]; c3=row[i + 1];}nextRow.push(setCell(rule, [c1, c2, c3]));}row=nextRow; result.push(row);}return result;}filterRules=[0, 2, 4, 6, 8, 10, 12, 14, 16, 20, 24, 32, 34, 36, 38, 40, 42, 44, 46, 48, 52, 56, 64, 66, 72M
, 74, 76, 80, 84, 88, 96, 98, 100, 104, 106, 108, 112, 116, 120, 128, 130, 132, 136, 138, 140, 142, 144, 148, 152, 160, 162, 164, 166, 168, 170, 172, 174, 176, 180, 184, 192, 194, 196, 200, 202, 204, 208, 212, 216, 224, 226, 228, 232, 234, 236, 240, 244, 248];cc=100;m=24;rr1=parseInt(mathRand() * 256);rr2=parseInt(mathRand() * 256);rr3=parseInt(mathRand() * 256);while(true){if (filterRules.includes(rr1) || filterRules.includes(rr2) || filterRules.includes(rr3)){rr1=parseInt(mathRand() * 256); rr2=parseInt(mathRand(M
) * 256); rr3=parseInt(mathRand() * 256);}else{break;}}console.log('rules:', rr1, rr2, rr3);r1=getRule(rr1);r2=getRule(rr2);r3=getRule(rr3);fr1=Array(cc).fill(0);fr1[parseInt(fr1.length / 2)]=1;fr2=Array(cc).fill(0);fr2[parseInt(mathRand() * fr2.length / 2)]=1;fr3=Array(cc).fill(0);fr3[parseInt(mathRand() * fr3.length / 2)]=1;grid1=genGrid(fr1, r1);grid2=genGrid(fr2, r2);grid3=genGrid(fr3, r3);var soc=mathRand() * 1;pd=1;function setup(){console.log('pd:', pd); console.log('soc:', soc); pixelDensity(pd); canvas=creM
ateCanvas(cc * m, cc * m); background(255); noLoop(); blendMode(MULTIPLY);}function draw(){noStroke(); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid1[x][y]==1){fill('#0074a2'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}push(); translate(m/2,m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid2[x][y]==1){fill('#00aa93'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, mM
);}}}pop(); push(); translate(-m/2,-m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid3[x][y]==1){fill('#ff48b0'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}pop(); push(); blendMode(BLEND); strokeWeight(m); stroke('#000000'); line(0,0,width,0); line(0,0,0,height); line(0,height,width,height); line(width,0,width,height); pop(); console.log(seed);}function keyReleased(){if (key=='h' ){pd=4; console.log('in h'); setup(); draw(); buff=creL
ateGraphics(width, height); buff.copy(canvas, 0,0,width,height,0,0,width,height); buff.save(seed + '.png');}}</script></body></html>
FjDOUT:3525CB36159AD3270D6B3D42CCE061E4BC2F3FEB739959F61837954CDE0369F4
FjDOUT:ADF359B3B9ECA045E00FED16F16BD63CE4AD73F9EECF47DEA03330AD0641BD82
text/plain;charset=utf-8
  "name": "lottery.sats"
text/plain;charset=utf-8
  "name": "old.sats"
Aj?=:ETH.ETH:0xd29DC1b9a071024E6A4123188aC0e2f24b8F5c8c:5159274::0
CjA=:BNB.BNB:bnb1ys8zqghnwyk0vv8nm2xsvvz8uhrwypqrxcuzas:130097893::0
text/plain;charset=utf-8
  "name": "join.sats"
text/plain;charset=utf-8
  "name": "tan.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "bless.sats",
  "lnurl": "LNURL1DP68GURN8GHJ7AMPD3KX2AR0VEEKZAR0WD5XJTNRDAKJ7TNHV4KXCTTTDEHHWM30D3H82UNVWQHHGCTJV3UKSCTDWD6X2U358QKGDSRT",
  "npub": "npub1e36gv6pa8c2643fadhtwk0pzykwkglh57axf2k7m778tpxwhxausnw0mcv"
text/plain;charset=utf-8
  "name": "donald.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "degods.sats"
text/plain;charset=utf-8
  "name": "cham.sats"
CjA=:BNB.BNB:bnb1uy3fncyuhl3lwjyumkudkadhwk6vvmauqa0xdr:386056247::0
text/plain;charset=utf-8
  "name": "y00ts.sats"
text/plain;charset=utf-8
  "name": "surf.sats"
CjA=:ETH.ETH:0xfdA128Ab6c51d585F2F1f815e096530d551D514f:2349666:te:0
text/plain;charset=utf-8
  "name": "FIFA.sats"
text/plain;charset=utf-8
  "name": "Stackin.sats"
text/plain;charset=utf-8
  "name": "Twetch.sats"
text/plain;charset=utf-8
  "name": "HODL.sats"
text/plain;charset=utf-8
FjDOUT:6FF7B89554DCE3B8F49432C4AACFB2EB63FBFDC93C969E65DF9A574AF73DDF30
text/plain;charset=utf-8
  "name": "whatbitcoindid.sats"
text/plain;charset=utf-8
  "name": "wine.sats"
text/plain;charset=utf-8
  "name": "solana.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "memepool.sats"
text/plain;charset=utf-8
  "name": "wtf.sats"
text/plain;charset=utf-8
  "name": "balaji.sats"
text/plain;charset=utf-8
  "name": "timechainord.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobeM
.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:9B97CAD4B53D11ED80A1F1DAD8A7BBA5" xmpMM:DocumentID="xmp.did:9B97CAD5B53D11ED80A1F1DAD8A7BBA5"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:9B97CAD2B53D11ED80A1F1DAD8A7BBA5" stRef:documentID="xmp.did:9B97CAD3B53D11ED80A1F1DAD8A7BBA5"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
text/plain;charset=utf-8
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntaxM
-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:BC6CD80DB54411ED8126B90DF3BCFEBC" xmpMM:DocumentID="xmp.did:BC6CD80EB54411ED8126B90DF3BCFEBC"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:BC6CD80BB54411ED8126B90DF3BCFEBC" stRef:documentID="xmp.did:BC6CD80CB54411ED8126B90DF3BCFEBC"/> </rdf:Description> </rdfM
:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.0-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:OriginalDocumentID="xmp.did:0c15ef69-bfaf-0941-b4f9-4M
3e3dfb04ed2" xmpMM:DocumentID="xmp.did:7F0DDC500AF511EC94468DAD97B61859" xmpMM:InstanceID="xmp.iid:7F0DDC4F0AF511EC94468DAD97B61859" xmp:CreatorTool="Adobe Photoshop 22.5 (Windows)"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:d0bac440-4d11-5c42-afbb-d403182973b1" stRef:documentID="adobe:docid:photoshop:e390fa8b-f3db-494d-881b-19d0f8edb23e"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
479=?1=9KMMC5KCWUA]_-[eciGa)Su
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobeM
.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:7181EB5BB53D11EDA242861903345E23" xmpMM:DocumentID="xmp.did:7181EB5CB53D11EDA242861903345E23"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:7181EB59B53D11EDA242861903345E23" stRef:documentID="xmp.did:7181EB5AB53D11EDA242861903345E23"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
text/plain;charset=utf-8
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>SMT Ordinal - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib=M
'http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>e58836a0-a0f2-4d8d-b26b-be1d4dbc611b</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
      <pdf:Author>Tokyo Flatland</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>B[
xr:d:DAFXO3pT5WU:117,j:47657582591,t:23022518
s""""""""""""""""""""""!
wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwv
text/plain;charset=utf-8
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntaxM
-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:852C95D6B4D711EDB32AAC722EA53347" xmpMM:DocumentID="xmp.did:852C95D7B4D711EDB32AAC722EA53347"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:852C95D4B4D711EDB32AAC722EA53347" stRef:documentID="xmp.did:852C95D5B4D711EDB32AAC722EA53347"/> </rdf:Description> </rdfM
:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
text/plain;charset=utf-8
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntaxM
-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:03E0EAE9B4D611EDB380EFB5FCC8FAB4" xmpMM:DocumentID="xmp.did:03E0EAEAB4D611EDB380EFB5FCC8FAB4"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:03E0EAE7B4D611EDB380EFB5FCC8FAB4" stRef:documentID="xmp.did:03E0EAE8B4D611EDB380EFB5FCC8FAB4"/> </rdf:Description> </rdfM
:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
xr:d:DAFbaAVRa70:12,j:4308107598,t:23022513
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>c5db0e51-9526-4956-bc97-8e0c755241f4</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptioM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta><^(d
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://nM
s.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:BE711B94B54011ED9E48F28CB802B015" xmpMM:DocumentID="xmp.did:BE711B95B54011ED9E48F28CB802B015"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:BE711B92B54011ED9E48F28CB802B015" stRef:documentID="xmp.did:BE711B93B54011ED9E48F28CB802B015"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
xr:d:DAFbaAVRa70:9,j:4308018047,t:23022513
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>e5e12b3f-c5e7-46fe-805a-06715dcce67b</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptionM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>ZeKE
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
$#"864HDAWSPXTQKFC!
ROL0211.,<97VRODA?MJF
!#!(+-573;?7BG?ILCPUJW^P^dUcj[jr`pwct{fx
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntaxM
-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:3CEC3157B54011ED8B17E12B2B0AF9DD" xmpMM:DocumentID="xmp.did:3CEC3158B54011ED8B17E12B2B0AF9DD"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3CEC3155B54011ED8B17E12B2B0AF9DD" stRef:documentID="xmp.did:3CEC3156B54011ED8B17E12B2B0AF9DD"/> </rdf:Description> </rdfM
:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
  "name": "42069.sats"
xr:d:DAFbEkAQb7A:22,j:4009884661,t:23022017
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-20</Attrib:Created>
        <Attrib:ExtId>8c1c5c2b-f017-4f73-8f6e-40a831155ee3</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptioM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>
c/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
  "name": "pong.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "paywith.sats"
text/plain;charset=utf-8
  "name": "lelouch.sats"
text/plain;charset=utf-8
  "name": "erenyeager.sats"
text/plain;charset=utf-8
  "name": "hades.sats"
text/plain;charset=utf-8
  "name": "zeus.sats"
text/plain;charset=utf-8
  "name": "$$$.sats"
text/plain;charset=utf-8
  "name": "ares.sats"
text/plain;charset=utf-8
  "name": "bentley.sats"
text/plain;charset=utf-8
  "name": "athena.sats"
text/plain;charset=utf-8
  "name": "nfa.sats"
text/plain;charset=utf-8
  "name": "heaven.sats"
text/plain;charset=utf-8
  "name": "shitcoins.sats"
text/plain;charset=utf-8
  "name": "safu.sats"
text/plain;charset=utf-8
  "name": "goat.sats"
text/plain;charset=utf-8
  "name": "mooning.sats"
text/plain;charset=utf-8
  "name": "fml.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "Mcdonalds.sats"
((((((((((((((((((((((((((((((((((((((((((((((((((
text/plain;charset=utf-8
  "name": "617.sats"
text/plain;charset=utf-8
MY GUT TELLS ME CASEY RODARMOR
JUST ELEVATED THE GAME OF DIGITAL
COLLECTABLES. WE'LL SEE HOW THIS
AGES IN YEAR 1, 2, 3, or 8 yrs
(WHEN ORDINAL NAME "fourtwenty"
Btw there should be a bounty out
For getting ordinal name
420 to me or snoop asap
text/plain;charset=utf-8
  "name": "622.sats"
FjDOUT:98BEC22EFF214CFD0A0CB4F5BDABE38688CA27619F7F4F26A39B79F649F19E1E
FjDOUT:A464BA222AD28D850FCB35ED91A6197F81BEF384736D687EFB9218FE22BDC136
FjDOUT:1691235940A203CCD8F9893140DEFC8BEA85028F646D525B6156C315197779AF
text/plain;charset=utf-8
  "name": "eagle.sats"
2iTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 137.da4a7e5, 2022/11/27-09:35:03        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmlns:xmpMM="http://ns.adobe.com/xapM
/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#" xmp:CreatorTool="Adobe Photoshop 24.1 (Windows)" xmp:CreateDate="2023-02-25T18:52:37-08:00" xmp:ModifyDate="2023-02-25T18:53:31-08:00" xmp:MetadataDate="2023-02-25T18:53:31-08:00" dc:format="image/png" photoshop:ColorMode="3" xmpMM:InstanceID="xmp.iid:5defc20c-0c2a-d64a-b559-5e588b7b19b7" xmpMM:DocumentID="adobe:docid:photoshop:4b84e134-91bd-ff49-86ab-225007850ada" xmpMM:OriginalDocumentID="xmp.did:655654d6-0af3-1f4a-a2c3-f8caaa2bbb94"> <xmpMMM
:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:655654d6-0af3-1f4a-a2c3-f8caaa2bbb94" stEvt:when="2023-02-25T18:52:37-08:00" stEvt:softwareAgent="Adobe Photoshop 24.1 (Windows)"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:5defc20c-0c2a-d64a-b559-5e588b7b19b7" stEvt:when="2023-02-25T18:53:31-08:00" stEvt:softwareAgent="Adobe Photoshop 24.1 (Windows)" stEvt:changed="/"/> </M
rdf:Seq> </xmpMM:History> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
text/plain;charset=utf-8
  "name": "$$$.sats"
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:FC0D971CB23C11EDA509C9D477D1E3BA" xmpMM:DocumentID="xmp.did:FC0D971DB23C11EDA509C9D477D1E3BA"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:FC0D971AB23C11EDA509C9D477D1E3BA" stRef:documentID="xmp.did:FC0D971BB23C11EDA509C9D477D1E3BA"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:FD038A08B23C11ED8CE281A50A18DDE6" xmpMM:DocumentID="xmp.did:FD038A09B23C11ED8CE281A50A18DDE6"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:FD038A06B23C11ED8CE281A50A18DDE6" stRef:documentID="xmp.did:FD038A07B23C11ED8CE281A50A18DDE6"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:FC5DFE16B23C11EDA968B6399503C6C3" xmpMM:DocumentID="xmp.did:FC5DFE17B23C11EDA968B6399503C6C3"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:FC5DFE14B23C11EDA968B6399503C6C3" stRef:documentID="xmp.did:FC5DFE15B23C11EDA968B6399503C6C3"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:FDADD867B23C11EDAA99FC20CA83DD28" xmpMM:DocumentID="xmp.did:FDADD868B23C11EDAA99FC20CA83DD28"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:FDADD865B23C11EDAA99FC20CA83DD28" stRef:documentID="xmp.did:FDADD866B23C11EDAA99FC20CA83DD28"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:FE04C6A9B23C11EDA2F1B68D15A82991" xmpMM:DocumentID="xmp.did:FE04C6AAB23C11EDA2F1B68D15A82991"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:FE04C6A7B23C11EDA2F1B68D15A82991" stRef:documentID="xmp.did:FE04C6A8B23C11EDA2F1B68D15A82991"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "!!!.sats"
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:FB6D1FD1B23C11EDBD20F5D5DBD3B748" xmpMM:DocumentID="xmp.did:FB6D1FD2B23C11EDBD20F5D5DBD3B748"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:FB6D1FCFB23C11EDBD20F5D5DBD3B748" stRef:documentID="xmp.did:FB6D1FD0B23C11EDBD20F5D5DBD3B748"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "mother.sats"
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:FD593D9CB23C11ED8816B40B3365B39C" xmpMM:DocumentID="xmp.did:FD593D9DB23C11ED8816B40B3365B39C"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:FD593D9AB23C11ED8816B40B3365B39C" stRef:documentID="xmp.did:FD593D9BB23C11ED8816B40B3365B39C"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "mmm.sats"
text/plain;charset=utf-8
  "name": "netherlands.sats"
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:FBBC894AB23C11ED92C5F0EBA55AE28E" xmpMM:DocumentID="xmp.did:FBBC894BB23C11ED92C5F0EBA55AE28E"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:FBBC8948B23C11ED92C5F0EBA55AE28E" stRef:documentID="xmp.did:FBBC8949B23C11ED92C5F0EBA55AE28E"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "mars.sats"
text/plain;charset=utf-8
  "name": "$$$.sats"
text/plain;charset=utf-8
  "name": "moneda.sats"
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:FCAFF540B23C11EDA6A2C50DB2B8792F" xmpMM:DocumentID="xmp.did:FCAFF541B23C11EDA6A2C50DB2B8792F"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:FCAFF53EB23C11EDA6A2C50DB2B8792F" stRef:documentID="xmp.did:FCAFF53FB23C11EDA6A2C50DB2B8792F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "men.sats"
text/plain;charset=utf-8
  "name": "monkey.sats"
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:FE5CA149B23C11EDA7CCE876D88EA60B" xmpMM:DocumentID="xmp.did:FE5CA14AB23C11EDA7CCE876D88EA60B"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:FE5CA147B23C11EDA7CCE876D88EA60B" stRef:documentID="xmp.did:FE5CA148B23C11EDA7CCE876D88EA60B"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "!!!!.sats"
text/plain;charset=utf-8
  "name": "fashion.sats"
text/plain;charset=utf-8
  "name": "btc.sats"
text/plain;charset=utf-8
  "name": "crypt.sats"
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" M
x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:D9A77985B54611ED8BCFEE7C1C02BD22" xmpMM:DocumentID="xmp.did:D9A77986B54611ED8BCFEE7C1C02BD22"> <xmpMM:DerivedFrom stRef:instM
anceID="xmp.iid:D9A77983B54611ED8BCFEE7C1C02BD22" stRef:documentID="xmp.did:D9A77984B54611ED8BCFEE7C1C02BD22"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntaxM
-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:1800EC6DB54711ED8093FEBB6E223B62" xmpMM:DocumentID="xmp.did:1800EC6EB54711ED8093FEBB6E223B62"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1800EC6BB54711ED8093FEBB6E223B62" stRef:documentID="xmp.did:1800EC6CB54711ED8093FEBB6E223B62"/> </rdf:Description> </rdfM
:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
text/plain;charset=utf-8
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobeM
.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:8453B4FFB54A11ED959F9C8ADE2FCB5A" xmpMM:DocumentID="xmp.did:8453B500B54A11ED959F9C8ADE2FCB5A"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:8453B4FDB54A11ED959F9C8ADE2FCB5A" stRef:documentID="xmp.did:8453B4FEB54A11ED959F9C8ADE2FCB5A"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://nM
s.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:40C264F6B54511ED9D1F8876D89AC01B" xmpMM:DocumentID="xmp.did:40C264F7B54511ED9D1F8876D89AC01B"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:40C264F4B54511ED9D1F8876D89AC01B" stRef:documentID="xmp.did:40C264F5B54511ED9D1F8876D89AC01B"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://nM
s.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:59F42ED9B56211EDBF3AA9BDD2C4D41A" xmpMM:DocumentID="xmp.did:59F42EDAB56211EDBF3AA9BDD2C4D41A"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:59F42ED7B56211EDBF3AA9BDD2C4D41A" stRef:documentID="xmp.did:59F42ED8B56211EDBF3AA9BDD2C4D41A"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" M
x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:97F5B9DFB55311ED8E3784FDC356E7CE" xmpMM:DocumentID="xmp.did:97F5B9E0B55311ED8E3784FDC356E7CE"> <xmpMM:DerivedFrom stRef:instM
anceID="xmp.iid:97F5B9DDB55311ED8E3784FDC356E7CE" stRef:documentID="xmp.did:97F5B9DEB55311ED8E3784FDC356E7CE"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobeM
.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:07B1FD42B54911EDA97DEA54D55AF3AB" xmpMM:DocumentID="xmp.did:07B1FD43B54911EDA97DEA54D55AF3AB"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:07B1FD40B54911EDA97DEA54D55AF3AB" stRef:documentID="xmp.did:07B1FD41B54911EDA97DEA54D55AF3AB"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
`nk	d6ulo3yxc1=`7a	H[C+B_
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobeM
.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:A9D0DF5DB53B11EDB7B6908AF4A79633" xmpMM:DocumentID="xmp.did:A9D0DF5EB53B11EDB7B6908AF4A79633"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:A9D0DF5BB53B11EDB7B6908AF4A79633" stRef:documentID="xmp.did:A9D0DF5CB53B11EDB7B6908AF4A79633"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://nM
s.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:5C9F9F58B54F11ED9C6D9CCB90377AB8" xmpMM:DocumentID="xmp.did:5C9F9F59B54F11ED9C6D9CCB90377AB8"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:5C9F9F56B54F11ED9C6D9CCB90377AB8" stRef:documentID="xmp.did:5C9F9F57B54F11ED9C6D9CCB90377AB8"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
  "name": "gadfly.sats"
text/plain;charset=utf-8
  "name": "kelvin.sats"
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" M
x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:28B5940BB55411EDBA8BE56A9582DD17" xmpMM:DocumentID="xmp.did:28B5940CB55411EDBA8BE56A9582DD17"> <xmpMM:DerivedFrom stRef:instM
anceID="xmp.iid:28B59409B55411EDBA8BE56A9582DD17" stRef:documentID="xmp.did:28B5940AB55411EDBA8BE56A9582DD17"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
  "name": "018.sats"
fffMJJXTTtnmPMMa\\wqq]XXVSS
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" M
x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:28DAB5F9B56A11EDA5E6D5348EDA3C3F" xmpMM:DocumentID="xmp.did:28DAB5FAB56A11EDA5E6D5348EDA3C3F"> <xmpMM:DerivedFrom stRef:instM
anceID="xmp.iid:28DAB5F7B56A11EDA5E6D5348EDA3C3F" stRef:documentID="xmp.did:28DAB5F8B56A11EDA5E6D5348EDA3C3F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
xr:d:DAFbaAVRa70:17,j:47646107200,t:23022513'{w
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>3be95ff7-9bdb-48a7-9832-afdb8fbd14f0</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptiM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>A
((((((((((((((((((((((((((((((((((((((((((((((((((
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" M
x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:FDFBC664B53F11EDB3B6A06ED2F7DFA9" xmpMM:DocumentID="xmp.did:FDFBC665B53F11EDB3B6A06ED2F7DFA9"> <xmpMM:DerivedFrom stRef:instM
anceID="xmp.iid:FDFBC662B53F11EDB3B6A06ED2F7DFA9" stRef:documentID="xmp.did:FDFBC663B53F11EDB3B6A06ED2F7DFA9"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "hodler.sats"
text/plain;charset=utf-8
  "name": "050.sats"
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-23T04:16:54-05:00" xmp:ModifyDate="2023-02-23T04:16:54-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:41659f1b-17b0-f444-a85f-4343d25cd07a" xmpMM:DocumentID="adobe:docid:photoshop:792dce4d-faa1-d04c-873b-f56e3c5169c9" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:3e18df5a-3ed8-be4f-be91-ddd0c621cbe2" stEvt:when="2023-02-23T04:16:54-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:41659f1b-17b0-f444-a85f-4343d25cd07a" stEvt:when="2023-02-23T04:16:54-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3e18df5a-3ed8-be4f-be91-ddd0c621cbe2" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://nM
s.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:2D82881CB57311ED942183E5FF4ED64D" xmpMM:DocumentID="xmp.did:2D82881DB57311ED942183E5FF4ED64D"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2D82881AB57311ED942183E5FF4ED64D" stRef:documentID="xmp.did:2D82881BB57311ED942183E5FF4ED64D"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
  "name": "casino.sats"
text/plain;charset=utf-8
  "name": "1666.sats"
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://nM
s.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:141E9FDEB56211ED9E9DFDCF29632FFB" xmpMM:DocumentID="xmp.did:141E9FDFB56211ED9E9DFDCF29632FFB"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:141E9FDCB56211ED9E9DFDCF29632FFB" stRef:documentID="xmp.did:141E9FDDB56211ED9E9DFDCF29632FFB"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:5DB104BAB23C11ED9BA7AFF026BD63D4" xmpMM:DocumentID="xmp.did:5DB104BBB23C11ED9BA7AFF026BD63D4"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:5DB104B8B23C11ED9BA7AFF026BD63D4" stRef:documentID="xmp.did:5DB104B9B23C11ED9BA7AFF026BD63D4"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
Copyright (c) 1998 Hewlett-Packard Company
IEC http://www.iec.ch
IEC http://www.iec.ch
.IEC 61966-2.1 Default RGB colour space - sRGB
.IEC 61966-2.1 Default RGB colour space - sRGB
,Reference Viewing Condition in IEC61966-2.1
,Reference Viewing Condition in IEC61966-2.1
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
xr:d:DAFbaAVRa70:10,j:4308042620,t:23022513
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>20267c6b-d47d-4327-82c8-682491dfe8de</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptioM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>
text/plain;charset=utf-8
{"attributes":[{"trait_type":"Earring","value":"Gold Hoop"},{"trait_type":"Mouth","value":"Bored Cigarette"},{"trait_type":"Background","value":"New Punk Blue"},{"trait_type":"Eyes","value":"Cyborg"},{"trait_type":"Clothes","value":"Tuxedo Tee"},{"trait_type":"Fur","value":"Cheetah"},{"trait_type":"Hat","value":"Irish Boho"}],"external_url":"https://baycbitcoin.com/index/bayc/4076","image":"ipfs://QmWwSKeAhhs1CNNDDkMaYgdWvZjrCUyfczc51JXp81i3H1/4076.png"}
 .)10.)-,3:J>36F7,-@WAFLNRSR2>ZaZP`JQRO
&O5-5OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijM
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350">
    .base{fill:#4d4d4d;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link{fill:blue;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link2:hover{fill:Blue!important;}
    .link3:hover{fill:#1DA1F2!important;}
h="100%" height="100%" fill="#f2a900"/>
  <text font-size="50" x="50%" y="40%" class="base">bitbags.io</text>
  <a href="https://bitbags.io" target="__blank__">
    <text font-size="20" x="50%" y="55%" class="base link2">Inscribe Here</text>
  <a href="https://twitter.com/bitbagsordinal" target="_blank_2">
    <g transform="translate(280, 265) scale(0.5)">
      <path class="base link3" d="M109.75 92.2701C110 130.1 78 156.89 27.38 136.15C39.16 134.49 47.92 131.15 54.38 126.96C47.31 124.39 38.28 115.49 36.19 M
110.71L44.3 109.36C44.3 109.36 35.22 100.27 32.71 90.1001L42.83 91.4801C42.83 91.4801 37.12 83.0201 38.83 67.8701C45.85 79.3801 59.4 89.2201 71.45 92.0001C70 67.0001 94 62.5101 104.66 75.0501L119.56 72.7001L112.41 81.9301L122.62 85.4201L109.75 92.2701Z"/>
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "980.sats"
text/plain;charset=utf-8
  "name": "cum.sats"
text/plain;charset=utf-8
  "name": "007.sats"
text/plain;charset=utf-8
  "name": "sbtc.sats"
text/html;charset=utf-8
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Ordinal Automata</title> <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script> <script id="snippet-random-code" type="text/javascript"> let seed=window.location.href.split('/').find(t=> t.includes('i0')); if (seed==null){const alphabet="0123456789abcdefghijklmnopqrstuvwsyz"; seed=new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_=> alphabetM
[(Math.random() * alphabet.length) | 0]).join('') + "i0";}else{let pattern="seed="; for (let i=0; i < seed.length - pattern.length; ++i){if (seed.substring(i, i + pattern.length)==pattern){seed=seed.substring(i + pattern.length); break;}}}function cyrb128($){let _=1779033703, u=3144134277, i=1013904242, l=2773480762; for (let n=0, r; n < $.length; n++) _=u ^ Math.imul(_ ^ (r=$.charCodeAt(n)), 597399067), u=i ^ Math.imul(u ^ r, 2869860233), i=l ^ Math.imul(i ^ r, 951274213), l=_ ^ Math.imul(l ^ r, 2716044179); returM
n _=Math.imul(i ^ _ >>> 18, 597399067), u=Math.imul(l ^ u >>> 22, 2869860233), i=Math.imul(_ ^ i >>> 17, 951274213), l=Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]}function sfc32($, _, u, i){return function (){u >>>=0, i >>>=0; var l=($ >>>=0) + (_ >>>=0) | 0; return $=_ ^ _ >>> 9, _=u + (u << 3) | 0, u=(u=u << 21 | u >>> 11) + (l=l + (i=i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296}}let mathRand=sfc32(...cyrb128(seed)); </script> <style>body{margin: 0px;}<M
/style></head><body><script type="text/javascript">const rand=mathRand();function getRule(dcml){var s=(dcml >>> 0).toString(2).split(""); if (8 - s.length > 0){return Array(8 - s.length).fill(0).concat(s.map(Number));}else{return s.map(Number);}}function setCell(r, p){var i=parseInt(p.join(""), 2); switch (i){case 7: return r[0]; case 6: return r[1]; case 5: return r[2]; case 4: return r[3]; case 3: return r[4]; case 2: return r[5]; case 1: return r[6]; case 0: return r[7]; default: console.log("ERROR: setCell unhaM
ndled case."); return r[0];}}function genGrid(fr, rule){var result=[fr]; var row=fr; for (let r=1; r < cc; r++){var nextRow=[]; for (let i=0; i < cc; i++){var c1=0; var c2=0; var c3=0; if (i==0){c1=0; c2=row[i]; c3=row[i + 1];}else if (i==cc - 1){c1=row[i - 1]; c2=row[i]; c3=0;}else{c1=row[i - 1]; c2=row[i]; c3=row[i + 1];}nextRow.push(setCell(rule, [c1, c2, c3]));}row=nextRow; result.push(row);}return result;}filterRules=[0, 2, 4, 6, 8, 10, 12, 14, 16, 20, 24, 32, 34, 36, 38, 40, 42, 44, 46, 48, 52, 56, 64, 66, 72M
, 74, 76, 80, 84, 88, 96, 98, 100, 104, 106, 108, 112, 116, 120, 128, 130, 132, 136, 138, 140, 142, 144, 148, 152, 160, 162, 164, 166, 168, 170, 172, 174, 176, 180, 184, 192, 194, 196, 200, 202, 204, 208, 212, 216, 224, 226, 228, 232, 234, 236, 240, 244, 248];cc=100;m=24;rr1=parseInt(mathRand() * 256);rr2=parseInt(mathRand() * 256);rr3=parseInt(mathRand() * 256);while(true){if (filterRules.includes(rr1) || filterRules.includes(rr2) || filterRules.includes(rr3)){rr1=parseInt(mathRand() * 256); rr2=parseInt(mathRand(M
) * 256); rr3=parseInt(mathRand() * 256);}else{break;}}console.log('rules:', rr1, rr2, rr3);r1=getRule(rr1);r2=getRule(rr2);r3=getRule(rr3);fr1=Array(cc).fill(0);fr1[parseInt(fr1.length / 2)]=1;fr2=Array(cc).fill(0);fr2[parseInt(mathRand() * fr2.length / 2)]=1;fr3=Array(cc).fill(0);fr3[parseInt(mathRand() * fr3.length / 2)]=1;grid1=genGrid(fr1, r1);grid2=genGrid(fr2, r2);grid3=genGrid(fr3, r3);var soc=mathRand() * 1;pd=1;function setup(){console.log('pd:', pd); console.log('soc:', soc); pixelDensity(pd); canvas=creM
ateCanvas(cc * m, cc * m); background(255); noLoop(); blendMode(MULTIPLY);}function draw(){noStroke(); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid1[x][y]==1){fill('#0074a2'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}push(); translate(m/2,m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid2[x][y]==1){fill('#00aa93'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, mM
);}}}pop(); push(); translate(-m/2,-m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid3[x][y]==1){fill('#ff48b0'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}pop(); push(); blendMode(BLEND); strokeWeight(m); stroke('#000000'); line(0,0,width,0); line(0,0,0,height); line(0,height,width,height); line(width,0,width,height); pop(); console.log(seed);}function keyReleased(){if (key=='h' ){pd=4; console.log('in h'); setup(); draw(); buff=creL
ateGraphics(width, height); buff.copy(canvas, 0,0,width,height,0,0,width,height); buff.save(seed + '.png');}}</script></body></html>
text/html;charset=utf-8
  <meta charset="utf-8">
  <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.10/p5.js"></script>
  let sketch = function(p) {
  let number_of_particles = 3500;
  let number_of_particle_sets = 16;
  let particle_sets = [];
  p.setup = function() {
    p.createCanvas(1000, 1000);
    THE_SEED = p.floor(p.random(9999999));
    p.randomSeed(THE_SEED);
    p.background('#111');
      p.color(254, 242, 145,M
      p.color(253, 208, 103, 40),
      p.color(182, 25, 200, 25),
      p.color(84, 65, 76, 20),
      p.color(221, 154, 81, 20),
      p.color(253, 244, 149, 20),
      p.color(112, 213, 214, 25)
    for (var j = 0; j < number_of_particle_sets; j++) {
      let col = palette[p.floor(p.random(palette.length))];
      for (var i = 71; i < number_of_particles; i++) {
          new Particle(p.randomGaussian(p.width / 50, 50), p.randomGaussian(p.height / 24, 550), p.raM
      particle_sets.push(ps);
  p.draw = function() {
    particle_sets.forEach(function(particles, index) {
      particles.forEach(function(particle) {
        particle.update(index);
        particle.display(index);
          if(p.frameCount > 4000)
          p.noLoop();
  p.keyPressed = function() {
    if (p.keyCode === 80) p.saveCanvas('sketch_' + THE_SEED, 'jpeg');
    constructor(x, y, phi, col)M
      this.pos = p.createVector(x, y);
      this.altitude = 0;
      this.angle = phi;
      this.col = col;
      this.pos.x += p.cos(this.angle);
      this.pos.y += p.sin(this.angle);
      let nx = 1.1 * p.map(this.pos.x++, 0, p.height, 2, -3) * p.map(this.pos.x, 100, p.width, -1, 1);
      let ny = 1.1 * p.map(this.pos.y, 0, p.height, 1, 5.2) * p.map(this.pos.y, 120, p.height, 1, 1);
      this.altitude = p.noise(nx + 113.2, ny - 3321.1);
      this.val = (tM
his.altitude + 0.035 * (index - number_of_particle_sets / 2)) % 10;
      this.angle += 3 * p.map(this.val, 0, 1, -1, 1);
    display(index) {
      if (this.val > 0.485 && this.val < 0.515) {
        p.stroke(this.col);
        p.translate(this.pos.x, this.pos.y + 500 + this.altitude * 90 * p.map(this.pos.y, 170, p.height, 0.90, 4));
        p.rotate(this.angle);
        p.point(0, 0);
new p5(sketch);</script>
text/plain;charset=utf-8
  "name": "dex.sats"
Aj?=:ETH.ETH:0x159C10E4B16b26fCe4293370B8d207A900550a57:5576173::0
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "ooo.sats"
text/plain;charset=utf-8
  "name": "ohmygod.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "omg.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "oooo.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "1110.sats"
text/plain;charset=utf-8
  "name": "number.sats"
text/plain;charset=utf-8
  "name": "company.sats"
text/plain;charset=utf-8
  "name": "numbers.sats"
text/plain;charset=utf-8
  "name": "app.sats"
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-23T04:20:03-05:00" xmp:ModifyDate="2023-02-23T04:20:03-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:c7fea37d-6cc5-bd42-9dbd-552b2cef22d5" xmpMM:DocumentID="adobe:docid:photoshop:7a9ff220-e31f-934f-8962-6c61965bf932" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:93ac14c0-61d8-174b-b30b-4c0e3f569224" stEvt:when="2023-02-23T04:20:03-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:c7fea37d-6cc5-bd42-9dbd-552b2cef22d5" stEvt:when="2023-02-23T04:20:03-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:93ac14c0-61d8-174b-b30b-4c0e3f569224" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
text/plain;charset=utf-8
  "name": "awesome.sats"
text/plain;charset=utf-8
  "name": "none.sats"
text/plain;charset=utf-8
  "name": "nigger.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "night.sats"
text/plain;charset=utf-8
  "name": "nnnn.sats"
text/plain;charset=utf-8
  "name": "nnn.sats"
text/plain;charset=utf-8
  "name": "nine.sats"
text/plain;charset=utf-8
  "name": "nigga.sats"
text/plain;charset=utf-8
((((((((((((((((((((((((((((((((((((((((((((((((((
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
  "0001": "helloworld.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "leaph.sats"
xr:d:DAFbaAVRa70:8,j:47645859976,t:23022513
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>5037c0aa-c5ba-4701-ab5f-abda349356a8</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptioM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>
W]3]b@gnCflAjpGntK O~(Pw
elAlsJioEek@hnDPX'/_
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" M
x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:CC8042B0B53911EDB7DCD592F312D409" xmpMM:DocumentID="xmp.did:CC8042B1B53911EDB7DCD592F312D409"> <xmpMM:DerivedFrom stRef:instM
anceID="xmp.iid:CC8042AEB53911EDB7DCD592F312D409" stRef:documentID="xmp.did:CC8042AFB53911EDB7DCD592F312D409"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
  "name": "builtonbitcoin.sats"
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
  "name": "XenCrypto.sats"
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://nM
s.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:07312846B53C11ED917BE90B521DBBFC" xmpMM:DocumentID="xmp.did:07312847B53C11ED917BE90B521DBBFC"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:07312844B53C11ED917BE90B521DBBFC" stRef:documentID="xmp.did:07312845B53C11ED917BE90B521DBBFC"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntaxM
-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:A9054E9FB56211ED8015D3D01F1F2A5D" xmpMM:DocumentID="xmp.did:A9054EA0B56211ED8015D3D01F1F2A5D"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:A9054E9DB56211ED8015D3D01F1F2A5D" stRef:documentID="xmp.did:A9054E9EB56211ED8015D3D01F1F2A5D"/> </rdf:Description> </rdfM
:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
((((((((((((((((((((((((((((((((((((((((((((((((((
xr:d:DAFbaAVRa70:21,j:4308362775,t:23022513
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>7709db81-1252-45cf-b1c7-ca9d946bb293</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptioM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>l6kv
xr:d:DAFbaAVRa70:20,j:4308344564,t:23022513
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>645328d6-a641-4935-899e-c3e1c1c26920</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptioM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>4O:
text/plain;charset=utf-8
  "name": "126.sats"
text/plain;charset=utf-8
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
  "name": "EasyPay.sats"
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" M
x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:3628A59AB56311ED816BFAA7EFA5DE8E" xmpMM:DocumentID="xmp.did:3628A59BB56311ED816BFAA7EFA5DE8E"> <xmpMM:DerivedFrom stRef:instM
anceID="xmp.iid:3628A598B56311ED816BFAA7EFA5DE8E" stRef:documentID="xmp.did:3628A599B56311ED816BFAA7EFA5DE8E"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntaxM
-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:C8CDDCD8B4D611EDB109B27F62EAD130" xmpMM:DocumentID="xmp.did:C8CDDCD9B4D611EDB109B27F62EAD130"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:C8CDDCD6B4D611EDB109B27F62EAD130" stRef:documentID="xmp.did:C8CDDCD7B4D611EDB109B27F62EAD130"/> </rdf:Description> </rdfM
:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" M
x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:04C23981B56911ED9CD4F8B7D80830E6" xmpMM:DocumentID="xmp.did:04C23982B56911ED9CD4F8B7D80830E6"> <xmpMM:DerivedFrom stRef:instM
anceID="xmp.iid:04C2397FB56911ED9CD4F8B7D80830E6" stRef:documentID="xmp.did:04C23980B56911ED9CD4F8B7D80830E6"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "1888.sats"
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" M
x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:55422D76B57211EDB1D0F23864561C0A" xmpMM:DocumentID="xmp.did:55422D77B57211EDB1D0F23864561C0A"> <xmpMM:DerivedFrom stRef:instM
anceID="xmp.iid:55422D74B57211EDB1D0F23864561C0A" stRef:documentID="xmp.did:55422D75B57211EDB1D0F23864561C0A"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
2023-02-25T16:33:02+00:007
2023-02-25T16:33:02+00:00F
2023-02-25T16:33:03+00:00
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" M
x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:D4FF7967B54011EDAA18DDDAFCF0D6FF" xmpMM:DocumentID="xmp.did:D4FF7968B54011EDAA18DDDAFCF0D6FF"> <xmpMM:DerivedFrom stRef:instM
anceID="xmp.iid:D4FF7965B54011EDAA18DDDAFCF0D6FF" stRef:documentID="xmp.did:D4FF7966B54011EDAA18DDDAFCF0D6FF"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.0-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:OriginalDocumentID="xmp.did:0c15ef69-bfaf-0941-b4f9-4M
3e3dfb04ed2" xmpMM:DocumentID="xmp.did:8D607F7A099211ECBFF78D1490D14224" xmpMM:InstanceID="xmp.iid:8D607F79099211ECBFF78D1490D14224" xmp:CreatorTool="Adobe Photoshop 22.5 (Windows)"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:777f9880-41cd-5b45-b7b7-ee50d6321795" stRef:documentID="adobe:docid:photoshop:f67d0ecd-f9ce-4b44-bab1-7b3782d34e12"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
  "name": "636.sats"
text/plain;charset=utf-8
  "name": "073.sats"
text/plain;charset=utf-8
  "name": "yang.sats"
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://nM
s.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:1E34BC5DB54C11ED97DCE037FF4D7EEF" xmpMM:DocumentID="xmp.did:1E34BC5EB54C11ED97DCE037FF4D7EEF"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1E34BC5BB54C11ED97DCE037FF4D7EEF" stRef:documentID="xmp.did:1E34BC5CB54C11ED97DCE037FF4D7EEF"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
  "name": "5050.sats"
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" M
x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:CAD69F52B54311EDA3FBA14B393C4AE3" xmpMM:DocumentID="xmp.did:CAD69F53B54311EDA3FBA14B393C4AE3"> <xmpMM:DerivedFrom stRef:instM
anceID="xmp.iid:CAD69F50B54311EDA3FBA14B393C4AE3" stRef:documentID="xmp.did:CAD69F51B54311EDA3FBA14B393C4AE3"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.0-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:OriginalDocumentID="xmp.did:0c15ef69-bfaf-0941-b4f9-4M
3e3dfb04ed2" xmpMM:DocumentID="xmp.did:92A90989099E11EC9744E0A2A2F889FE" xmpMM:InstanceID="xmp.iid:92A90988099E11EC9744E0A2A2F889FE" xmp:CreatorTool="Adobe Photoshop 22.5 (Windows)"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:faed83e6-8939-5a4f-aebd-bf02e9dd0ebf" stRef:documentID="adobe:docid:photoshop:5ad63d65-0ca0-0e46-9d11-1c6b61cf7b46"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
((((((((((((((((((((((((((((((((((((((((((((((((((
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "finance.sats"
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobeM
.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:85923017B55711ED822DF2905CC78141" xmpMM:DocumentID="xmp.did:85923018B55711ED822DF2905CC78141"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:85923015B55711ED822DF2905CC78141" stRef:documentID="xmp.did:85923016B55711ED822DF2905CC78141"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "cyberdemon.sats"
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntaxM
-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:B6B046D4B4D611EDBA11FF256EA13BA6" xmpMM:DocumentID="xmp.did:B6B046D5B4D611EDBA11FF256EA13BA6"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:B6B046D2B4D611EDBA11FF256EA13BA6" stRef:documentID="xmp.did:B6B046D3B4D611EDBA11FF256EA13BA6"/> </rdf:Description> </rdfM
:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
  "name": "sid.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobeM
.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:E9796E47B4D511EDB4579D3D8396FD21" xmpMM:DocumentID="xmp.did:E9796E48B4D511EDB4579D3D8396FD21"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:E9796E45B4D511EDB4579D3D8396FD21" stRef:documentID="xmp.did:E9796E46B4D511EDB4579D3D8396FD21"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
  "name": "abcd.sats"
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.0-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:OriginalDocumentID="xmp.did:0c15ef69-bfaf-0941-b4f9-4M
3e3dfb04ed2" xmpMM:DocumentID="xmp.did:6671C7A50AF411EC8CDAADC35DB4B1D9" xmpMM:InstanceID="xmp.iid:6671C7A40AF411EC8CDAADC35DB4B1D9" xmp:CreatorTool="Adobe Photoshop 22.5 (Windows)"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:d51a9187-3a60-9e4f-bf47-c4bd9b79456e" stRef:documentID="adobe:docid:photoshop:f57bd8dc-a2a3-8e4a-a4fe-2cad42761169"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
  "name": "chinese.sats"
text/plain;charset=utf-8
  "name": "sirgadfly.sats"
7]YYXTTtnnMJJwqqgbbb]]IIIVSSQMMSOONKK<<<X!>
`[[jL:LIIfaakffpkk[WWxrrQNN
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" M
x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:A241B319B54311ED8B9FB608843C9C5F" xmpMM:DocumentID="xmp.did:A241B31AB54311ED8B9FB608843C9C5F"> <xmpMM:DerivedFrom stRef:instM
anceID="xmp.iid:A241B317B54311ED8B9FB608843C9C5F" stRef:documentID="xmp.did:A241B318B54311ED8B9FB608843C9C5F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
((((((((((((((((((((((((((((((((((((((((((((((((((
2023-02-25T07:01:14+00:00Ea
2023-02-25T07:01:14+00:004<q
2023-02-25T07:01:14+00:00c)P
text/plain;charset=utf-8
  "name": "112.sats"
xr:d:DAFbaAVRa70:19,j:47646193923,t:23022513Bq
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>da3b297a-83de-4926-90f1-fcd2d33ab9fa</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptiM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>B
text/plain;charset=utf-8
  "name": "678.sats",
c/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
  "name": "payme.sats"
text/plain;charset=utf-8
  "name": "payment.sats"
text/plain;charset=utf-8
  "name": "portugal.sats"
text/plain;charset=utf-8
  "name": "police.sats"
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" M
x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:97920C18B54C11ED92B7AD37B97BCE2A" xmpMM:DocumentID="xmp.did:97920C19B54C11ED92B7AD37B97BCE2A"> <xmpMM:DerivedFrom stRef:instM
anceID="xmp.iid:97920C16B54C11ED92B7AD37B97BCE2A" stRef:documentID="xmp.did:97920C17B54C11ED92B7AD37B97BCE2A"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.3-c011 66.145661, 2012/02/06-14:56:27        "> <rdf:RDF xmlns:rdf="http://www.w3.M
org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop CS6 (Macintosh)" xmpMM:InstanceID="xmp.iid:D7F8808A27C511E487A4B528422B097A" xmpMM:DocumentID="xmp.did:D7F8808B27C511E487A4B528422B097A"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:D7F8808827C511E487A4B528422B097A" stRef:documentID="xmp.did:D7F8808927C511E487A4B528422B097A"/@> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>h!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobeM
.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:524075ECB4DA11ED9C649C327D031DA8" xmpMM:DocumentID="xmp.did:524075EDB4DA11ED9C649C327D031DA8"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:524075EAB4DA11ED9C649C327D031DA8" stRef:documentID="xmp.did:524075EBB4DA11ED9C649C327D031DA8"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://nM
s.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:7E040DF8B4D611ED8BE7CEF1F1D26BEF" xmpMM:DocumentID="xmp.did:7E040DF9B4D611ED8BE7CEF1F1D26BEF"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:7E040DF6B4D611ED8BE7CEF1F1D26BEF" stRef:documentID="xmp.did:7E040DF7B4D611ED8BE7CEF1F1D26BEF"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
((((((((((((((((((((((((((((((((((((((((((((((((((
text/plain;charset=utf-8
  "name": "chatgpt.sats"
text/plain;charset=utf-8
  "name": "nathan.sats",
855,))411522)&&/,,DDOYXXXWW___
}\\[[@?/300LKKXXX&%+
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntaxM
-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:27E8F502B54811ED84FBB6B8032CA464" xmpMM:DocumentID="xmp.did:27E8F503B54811ED84FBB6B8032CA464"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:27E8F500B54811ED84FBB6B8032CA464" stRef:documentID="xmp.did:27E8F501B54811ED84FBB6B8032CA464"/> </rdf:Description> </rdfM
:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
xr:d:DAFbaAVRa70:14,j:47646038783,t:23022513
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>78585d26-5e72-49dc-84f1-a3c8876c0be1</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptiM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntaxM
-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:E14E904EB55111ED890BE18B18BD85C5" xmpMM:DocumentID="xmp.did:E14E904FB55111ED890BE18B18BD85C5"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:E14E904CB55111ED890BE18B18BD85C5" stRef:documentID="xmp.did:E14E904DB55111ED890BE18B18BD85C5"/> </rdf:Description> </rdfM
:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
text/plain;charset=utf-8
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntaxM
-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:A7F9A5E5B4D711EDB02EA6D0CC2811A2" xmpMM:DocumentID="xmp.did:A7F9A5E6B4D711EDB02EA6D0CC2811A2"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:A7F9A5E3B4D711EDB02EA6D0CC2811A2" stRef:documentID="xmp.did:A7F9A5E4B4D711EDB02EA6D0CC2811A2"/> </rdf:Description> </rdfM
:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://nM
s.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:D697FEB6B53A11EDA809F4F2079C44EE" xmpMM:DocumentID="xmp.did:D697FEB7B53A11EDA809F4F2079C44EE"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:D697FEB4B53A11EDA809F4F2079C44EE" stRef:documentID="xmp.did:D697FEB5B53A11EDA809F4F2079C44EE"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
  "name": "656.sats"
text/plain;charset=utf-8
**Hi, I'm Tech Capo and this is the second post in my Blog Chain**
*Trigger Warning: personal, cringe, self-flagellation*
I first heard of Bitcoin during the 2014 bull run, my friend told me how his
magic internet money keeps multiplying. He was impressed with the tech (or the
libertarian vibes) but I didn't get it, I was sceptical, yet deep in my heart I
was jealous of his success. I thought OK, I missed this.
Couple months later he came up with a scheme: collect $50 from friends, buy a
 bitcoin, spend it all on a single party in two years time. A shady bar or
a trip to Hawaii, let Fortuna decide. FOMO is king so I chipped in and forgot
I took a course on Bitcoin in 2015, grokked the tech and got my mind blown.
1. you can organise lotteries without a central coordinator
2. you can ask the winner to maintain a ledger in exchange for the prize
Clever. Did I buy bitcoin, though? No, the implications went over my head.
When the 2017 bull began we threw the Bitcoin party, just a small oM
we were nerds and didn't know how to throw a big one. Bored Apes weren't around
back then to teach the crypto-rich how to splurge. We split what was left and I
bought more with lucky timing.
See that's how I got into crypto. Greed and FOMO. The Bible told me I shall not
covet yet I did and now I'm rich by ex-communist country standards. And yet. I
don't feel rich -- precisely because I covet.
I love NFTs and I hate NFT traders with a burning holy rage. The pump-n-dumps,
the Ponzis breeding gM
reed in suckers to extract "passive income". And yet. In
my heart of hearts I know I hate them because I recognise my own greed in them.
My self-rightous crusade against Bored Apes is a veil blinding myself to my own
bottomless greed. Do I hate the grifters for desacrating my father's house by
inscribing derivatives onto Bitcoin or do I envy their success and resent
myself for missing out?
![El Capo - Driving the NFT Traders from the Temple]
(ord://73407b96e0192ceb1a713d240d44457cda23acf0799d4c213eccd5f20f4e2M
Greed is wrong so I banish it to the netherworld of my mind where it festers
and grows. I am jealous of those who live their greed and I come up with
justifications for hating them.
Greed is fine, actually. It's OK to want freedom for my family.
I will bring my greed into the light. I will love my greed, pacify it, dissolve
it. I will become a whole human.
*This is a blog chain. I'm linking the previous blog post at the end of each
blog post. Here's the true story of my own Genesis:*
[prev blLYog - Genesis]
(ord://7fd7d6f39b8b0322a6f4b818970b4d7e52a7595cd90fc1cf473ebe59ee6d62ffi0)
((((((((((((((((((((((((((((((((((((((((((((((((((
text/plain;charset=utf-8
  "name": "mohammed.sats"
text/plain;charset=utf-8
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobeM
.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:C202D99CB54511ED99ABA52C912CCAFF" xmpMM:DocumentID="xmp.did:C202D99DB54511ED99ABA52C912CCAFF"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:C202D99AB54511ED99ABA52C912CCAFF" stRef:documentID="xmp.did:C202D99BB54511ED99ABA52C912CCAFF"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
000&&&;;;eeeHHHqqqVVV
text/plain;charset=utf-8
  "name": "056.sats"
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" M
x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:A70F0545B56A11EDA973D587765FB9AC" xmpMM:DocumentID="xmp.did:A70F0546B56A11EDA973D587765FB9AC"> <xmpMM:DerivedFrom stRef:instM
anceID="xmp.iid:A70F0543B56A11EDA973D587765FB9AC" stRef:documentID="xmp.did:A70F0544B56A11EDA973D587765FB9AC"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
  "name": "278.sats"
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
  "name": "yuchao.sats"
((((((((((((((((((((((((((((((((((((((((((((((((((
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://nM
s.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:885E9135B56B11EDA561F4DB168F0FCB" xmpMM:DocumentID="xmp.did:885E9136B56B11EDA561F4DB168F0FCB"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:885E9133B56B11EDA561F4DB168F0FCB" stRef:documentID="xmp.did:885E9134B56B11EDA561F4DB168F0FCB"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://nM
s.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:1051B65BB55111EDB746BB6F324E8999" xmpMM:DocumentID="xmp.did:1051B65CB55111EDB746BB6F324E8999"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1051B659B55111EDB746BB6F324E8999" stRef:documentID="xmp.did:1051B65AB55111EDB746BB6F324E8999"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" M
x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:68F1F5E4B57311ED8C50D8DC59719CFF" xmpMM:DocumentID="xmp.did:68F1F5E5B57311ED8C50D8DC59719CFF"> <xmpMM:DerivedFrom stRef:instM
anceID="xmp.iid:68F1F5E2B57311ED8C50D8DC59719CFF" stRef:documentID="xmp.did:68F1F5E3B57311ED8C50D8DC59719CFF"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.0-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:OriginalDocumentID="192CBAE82CF5CE9M
628B7DACCA9F9C3E6" xmpMM:DocumentID="xmp.did:E0ECC10A08CF11EC99D0A56AE910C6BD" xmpMM:InstanceID="xmp.iid:E0ECC10908CF11EC99D0A56AE910C6BD" xmp:CreatorTool="Adobe Photoshop 2021 Windows"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:b0632efb-62d7-154c-8cf9-0b10313d8111" stRef:documentID="192CBAE82CF5CE9628B7DACCA9F9C3E6"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobeM
.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:D2320044B53E11EDBAEBC41B389D058D" xmpMM:DocumentID="xmp.did:D2320045B53E11EDBAEBC41B389D058D"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:D2320042B53E11EDBAEBC41B389D058D" stRef:documentID="xmp.did:D2320043B53E11EDBAEBC41B389D058D"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
xr:d:DAFbaAVRa70:7,j:47645838415,t:23022513
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>f71d3860-a241-4bfc-a522-19f15cc803cd</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptioM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>_
t\l]Em\Km\JnYQ_WG;9+"/
_j{`_Td\JeSEfTFiSLl]Em\KnYQrqitcMucUxlTz}|}wt~rZ
_j{`_Td\JeSEhSKhXDiSMl]Em\JtcMubTzhSz}|{jT{
_j{`_TdSCd\JfTFiSMl]Em\KnYQpaJrqiudNvcVz}||jU}wt
_j{`_TdSCd\JhXDjWKl]Em\JnYQq_LsaRtcMucUz}}{iT{jT{
`_Td\JeSEhSJjUOm\JnYQtbTudNz}|{iT{
_j{`_Td\JfSGiSLnYQo^MqM(r`QvcV{
_j{`_Td\JiSMnYQqM(vcV{
jeSEfTFiSLl]Em\KnYQrqitcMucUxlTz}|{
jeSEhSKhXDiSMl]Em\JtcMubTzhSz}|{jT{
_j{`_TdSCd\JfTFiSMl]Em\KnYQpaJrqiudNvcVz}|{
jhXDjWKl]Em\JnYQq_LsaRtcMucUz}}{iT{jT{
_j{`_Td\JeSEhSJjUOm\JnYQtbTudNz}|{iT{
jfSGiSLnYQo^MqM(r`QvcV{
_j{`_Td\JiSMnYQqM(vcV{
text/plain;charset=utf-8
  "name": "alibaba.sats"
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntaxM
-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:9715BB99B4D611ED9897979EEFBDE2F0" xmpMM:DocumentID="xmp.did:9715BB9AB4D611ED9897979EEFBDE2F0"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:9715BB97B4D611ED9897979EEFBDE2F0" stRef:documentID="xmp.did:9715BB98B4D611ED9897979EEFBDE2F0"/> </rdf:Description> </rdfM
:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
text/plain;charset=utf-8
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntaxM
-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:5092E0BFB53C11EDB260A978C1514723" xmpMM:DocumentID="xmp.did:5092E0C0B53C11EDB260A978C1514723"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:5092E0BDB53C11EDB260A978C1514723" stRef:documentID="xmp.did:5092E0BEB53C11EDB260A978C1514723"/> </rdf:Description> </rdfM
:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "565.sats"
text/plain;charset=utf-8
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntaxM
-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:F41CF2B4B54011ED93CDC25AED362E80" xmpMM:DocumentID="xmp.did:F41CF2B5B54011ED93CDC25AED362E80"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:F41CF2B2B54011ED93CDC25AED362E80" stRef:documentID="xmp.did:F41CF2B3B54011ED93CDC25AED362E80"/> </rdf:Description> </rdfM
:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.0-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:OriginalDocumentID="xmp.did:0c15ef69-bfaf-0941-b4f9-4M
3e3dfb04ed2" xmpMM:DocumentID="xmp.did:E6B3BA9F0AD611ECBAB5DAE05A486109" xmpMM:InstanceID="xmp.iid:E6B3BA9E0AD611ECBAB5DAE05A486109" xmp:CreatorTool="Adobe Photoshop 22.5 (Windows)"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:e5eb7aa9-6bfb-fa41-86ab-dbc468b6ae96" stRef:documentID="xmp.did:0c15ef69-bfaf-0941-b4f9-43e3dfb04ed2"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
((((((((((((((((((((((((((((((((((((((((((((((((((
text/plain;charset=utf-8
  "name": "photo.sats"
text/plain;charset=utf-8
  "name": "717.sats"
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://nM
s.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:82B1E749B53911EDBB8FCC5368891167" xmpMM:DocumentID="xmp.did:82B1E74AB53911EDBB8FCC5368891167"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:82B1E747B53911EDBB8FCC5368891167" stRef:documentID="xmp.did:82B1E748B53911EDBB8FCC5368891167"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
((((((((((((((((((((((((((((((((((((((((((((((((((
text/plain;charset=utf-8
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" M
x:xmptk="Adobe XMP Core 9.0-c000 79.171c27fab, 2022/08/16-22:35:41        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop 24.0 (Windows)" xmpMM:InstanceID="xmp.iid:764E3CACB54911EDA44F8DB74B59D17E" xmpMM:DocumentID="xmp.did:764E3CADB54911EDA44F8DB74B59D17E"> <xmpMM:DerivedFrom stRef:instM
anceID="xmp.iid:764E3CAAB54911EDA44F8DB74B59D17E" stRef:documentID="xmp.did:764E3CABB54911EDA44F8DB74B59D17E"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
xr:d:DAFbaAVRa70:13,j:47645994935,t:23022513
iTXtXML:com.adobe.xmp
http://ns.adobe.com/xap/1.0/
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
        <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about=''
        xmlns:dc='http://purl.org/dc/elements/1.1/'>
        <rdf:li xml:lang='x-default'>Progetto senza titolo - 1</rdf:li>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:Attrib='http://ns.attribution.com/ads/1.0/'>
        <Attrib:Ads>
        <rdf:li rdf:parseType='Resource'>
        <Attrib:Created>2023-02-25</Attrib:Created>
        <Attrib:ExtId>a2fdd05c-a8a7-402e-8a80-a99519460468</Attrib:ExtId>
        <Attrib:FbId>525265914179580</Attrib:FbId>
        <Attrib:TouchType>2</Attrib:TouchType>
        </Attrib:Ads>
        </rdf:DescriptiM
        <rdf:Description rdf:about=''
        xmlns:pdf='http://ns.adobe.com/pdf/1.3/'>
        <pdf:Author>Olympus Motivation</pdf:Author>
        </rdf:Description>
        <rdf:Description rdf:about=''
        xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
        <xmp:CreatorTool>Canva</xmp:CreatorTool>
        </rdf:Description>
        </x:xmpmeta>y
text/plain;charset=utf-8
XMP DataXMP<?xpacket begin="
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.0-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:OriginalDocumentID="xmp.did:0c15ef69-bfaf-0941-b4f9-4M
3e3dfb04ed2" xmpMM:DocumentID="xmp.did:E735DCC409A711ECB82A98301A40EBDB" xmpMM:InstanceID="xmp.iid:E735DCC309A711ECB82A98301A40EBDB" xmp:CreatorTool="Adobe Photoshop 22.5 (Windows)"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4588679a-e8f0-6344-a7e0-be668d347802" stRef:documentID="adobe:docid:photoshop:afa768b8-482a-bf40-a1c6-093ab9dc167c"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
text/plain;charset=utf-8
c/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"gary.sats"}h!
text/plain;charset=utf-8
*{"p":"sns","op":"reg","name":"bella.sats"}h!
text/plain;charset=utf-8
+{"p":"sns","op":"reg","name":"ledger.sats"}h!
text/plain;charset=utf-8
'{"p":"sns","op":"reg","name":"js.sats"}h!
text/plain;charset=utf-8
({"p":"sns","op":"reg","name":"ava.sats"}h!
text/plain;charset=utf-8
+{"p":"sns","op":"reg","name":"coffee.sats"}h!
text/plain;charset=utf-8
0{"p":"sns","op":"reg","name":"shroomtoshi.sats"}h!
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "jpeg.sats"
text/plain;charset=utf-8
  "name": "rocket.sats"
text/plain;charset=utf-8
  "name": "satishis.sats"
text/plain;charset=utf-8
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" shape-rendering="crispEdges" height="320" width="320" preserveAspectRatio="xMinYMin meet"
viewBox="0 0 320 320">
   <ref id="color1" param="fill1" default="#365cff"/>
   <ref id="color2" param="fill2" default="#282849"/>
   <ref id="color3" param="fill3" default="#1f3aac"/>
   <ref id="color4" param="fill4" default="#159a00"/>
  <path fill="url(#color1)" d="M0 0v20h10v20h10v10H10v10h10v10h10V60h10v3M
0h10v10H40v10h10v10H40v10h10v10H40v10h10v10H40v10h10v10H40v10h20v10H40v20h20v10h10v10h10v-60H70v-20H60V90h10V50h10V40h40v10h10V40h40v10h20v10h20v10h10V60h10v10h20v10h-20V70h-10v20h10v20h10v30h10v-10h10v10h-10v20h10v10h-10v10h10v10h10v30h10v10h10v10h30V0H10Zm280 230h-10v10h10zM20 70H10v10h10zm0 10v10H10v10h10v10h10V80Zm0 30H10v10h10zm0 10v10h10v-10zm0 10H10v10h10zm0 10v10h10v-10zm0 10H10v10h10zm0 10v10h10v-10zm0 10H10v10h10zm0 10v10h10v-10zm0 10H10v10h10zm0 10v10H10v10h20v-20ZM250 90h20v10h-20zm0 20h10v10h-10zm20 30M
h10v10h-10zm0 30h10v10h-10zm0 80v10h10v-10z"/>
  <path fill="url(#color2)" d="M0 20v230h80v10H60v10H50v10H40v20h10v-10h10v-10h10v10h10v-10h10v20h10v-20h10v10h20v-10h10v20h20v-10h-10v-10h10v10h20v-10h10v10h-10v10h20v-20h10v20h20v-10h-10v-10h20v30h10v-10h20v-10h10v-10h10v10h30v-20h-10v-10h-10v-10h-10v-20h-10v10h-10v-10h10v-10h-10v-30h-10v-10h-10v-10h10v-10h-10v-20h-10v-30h-10V90h-10V70h-10V60h-20V50h-20V40h-40v10h-10v10h20V50h20v10h20v10h10v10h-10v10h-10v10h20V90h10v20h10v30h20v10h-20v80h20v10h-20v10h-10v-10h-10v10h-M
10v10h10v10h-10v-10h-10v-10h-20v10h-20v10h-10v-10h-10v10H90v-90H80v60H70v-10H60v-10H40v-20h20v-10H40v-10h10v-10H40v-10h10v-10H40v-10h10v-10H40v-10h10v-10H40v-10h10V90H40V60H30v10H20v10h10v30H20v10h10v10H20v10h10v10H20v10h10v10H20v10h10v10H20v10h10v20H10v-10h10v-10H10v-10h10v-10H10v-10h10v-10H10v-10h10v-10H10v-10h10v-10H10v-10h10v-10H10V90h10V80H10V70h10V60H10V50h10V40H10V20Zm80 160v-30h20v-10h70v-20h-10v-10h-10v-10h-10v20h10v10h-10v-10h-10v10h-10v-10h-10v10h-10v-10H90v20H80v-10H70v-20h10V90h10v10h10V90h10v10h10V90hM
10V80H80V60h10V50h30V40H80v10H70v40H60v70h10v20zm50-90v10h10V90Zm70 150h10v-10h-10zm0-130h-10v20h10v-10zm20-40h10V60h-10zm10 0v10h20V70h-10zm20 70h10v-10h-10zm20 160v10h10v-10zm-60 0h-10v10h10zm-50 0v10h10v-10ZM140 70v10h10V70Zm110 20v10h20V90h-10zm0 20v10h10v-10zm-60 30v10h10v-10zm80 0v10h10v-10zm-100 10v10h-10v10h10v10h-10v40h-10v10h10v10h20v-10h10v-10h-10v-10h10v-10h-10v-50zm-50 10v10h10v-10zm100 0h10v10h-10zm50 10v10h10v-10zm-80 10v10h10v-10zm-60 10v10h10v-10zm90 0h10v10h-10zm20 20h10v20h-10v-10zm-110 20v10h10vM
-10zm90 20h10v10h-10zm50 0h10v10h-10v10h-20v-10h20zM20 280v10h10v-10zm-10 20v10h10v-10zm50 0v10h10v-10zm50 0v10h20v-10h-10z"/>
  <path fill="url(#color3)" d="M90 50v10H80v20h50v10h10v10h10v10h10v10h10v20h-70v10h20v10h10v10h-10v10h20v20h-10v10h20v10h10v-40h10v-10h-10v-10h10v-10h10v50h10v10h-10v10h10v10h-10v10h-20v-10h-10v-10h-20v10h10v10h10v10h20v10h10v-10h10v-10h10v-10h10v-80h20v-10h-20v-30h-10v20h-10v-20h10V90h-10v10h-20V90h10V80h10V70h-10V60h-20v20h-20V60h-20V50h-20zm50 10h20V50h-20zm70 170v10h20v-10h-10zm0 10h-1M
0v10h10zm-30 20v10h10v-10zm-30-10h-10v10h10zm-20-20h-10v10h10zm-10 10h-10v10h10zm0-10v-10h-10v10zm10-30v-10h-10v10zm-10-30v-10h-10v10zm70-30h10v10h-10zm30 20v10h10v-10zm-30 20h10v10h-10zm30 10v10h10v-10zm20 20v20h10v-20zm50 30v10h10v10h10v10h10v-30h-20ZM0 250v70h320v-30h-30v-10h-10v10h-10v10h10v10h-10v-10h-20v10h-10v-30h-20v10h10v10h-20v10h-10v-10h-20v-10h-20v10h10v10h-10v-10h-20v-20h-10v10h-20v-10h-10v20H90v-20H80v10H70v-10H60v10H50v10H40v-20h10v-10h10v-10h20v-10H10Zm160 40v-10h-10v10zm20 0h10v-10h-10zm20 10h10v-2M
0h-10v10zm20-50v10h10v-10zm30 10v10h20v-10h-10ZM20 280h10v10H20Zm-10 20h10v10H10Zm50 0h10v10H60Zm50 0h20v10h-20z"/>
  <path fill="url(#color4)" d="M140 60v10h10v10h10V60h-10ZM80 90v20H70v20h10v10h10v-20h10v10h10v-10h10v10h10v-10h10v-20h-10V90h-10v10h-10V90h-10v10H90V90Zm60 30v10h10v-10zm-60 30v30h10v90h20v-10h10v10h10v-10h10v-10h10v-10h-30v10h-10v-10h10v-10h-10v-10h10v10h10v-10h20v-10h-20v-10h-10v-10h20v-10h-20v-10h-10v-10h10v-10H90Z"/>
  <script type="text/ecmascript">
   var defs = document.getElementsByTagName( "defs" )[0];
   var refList = defs.getElementsByTagName( "ref" );
   for ( var r = refList.length -1; 0 <= r; r-- )
       var eachRef = refList.item( r );
       var id = eachRef.getAttribute( "id" );
       var paramName = eachRef.getAttribute( "param" );
       var defaultVal = eachRef.getAttribute( "default" );
       if (!defaultVal)
       if (eachRef.firstChild)
           defaultVal = eachRef.firsM
           defaultVal = "";
       refs[ paramName ] = [eachRef, id, defaultVal];
   var paramArray = [];
   var href = document.defaultView.location.href;
   if ( -1 != href.indexOf("?") )
       var paramList = href.split("?")[1].split(/&|;/);
       for ( var p = 0, pLen = paramList.length; pLen > p; p++ )
       var eachParam = paramList[ p ];
       var valList = eachParam.split("=");
       var name = unescape(valList[0M
       var value = unescape(valList[1]);
       refs[ name ][2] = value;
   if ( document.defaultView.frameElement )
       var params = document.defaultView.frameElement.getElementsByTagName("param");
       for ( var i = 0, iLen = params.length; iLen > i; i++ )
           var eachParam = params[ i ];
           var name = eachParam.getAttribute( "name" );
           var value = eachParam.getAttribute( "value" );
           refs[ name ][2] = value;
  for ( paramName in refs )
       var eachParam = refs[ paramName ];
       GetIdRefs( eachParam[1], eachParam[2] );
   function GetIdRefs( id, val )
   var elList = document.documentElement.getElementsByTagName( "*" );
   for ( var i = 0, iLen = elList.length; iLen > i; i++ )
       var eachEl = elList.item( i );
       for ( var a = 0, aLen = eachEl.attributes.length; aLen > a; a++ )
       var attr = eachEl.attributes[ a ];
       if ( attr && -1 != attr.value.indexOf("#"Mm
           if ( "tref" == eachEl.localName )
           var t = document.createTextNode( val );
           eachEl.parentNode.replaceChild( t, eachEl );
           eachEl.setAttributeNS( attr.namespaceURI, attr.name, val);
text/plain;charset=utf-8
  "name": "pppp.sats"
text/plain;charset=utf-8
  "name": "ppp.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "qqq.sats"
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" shape-rendering="crispEdges" height="320" width="320" preserveAspectRatio="xMinYMin meet"
viewBox="0 0 320 320">
   <ref id="color1" param="fill1" default="#191919"/>
   <ref id="color2" param="fill2" default="#a97441"/>
   <ref id="color3" param="fill3" default="#3a332c"/>
   <ref id="color4" param="fill4" default="#62472c"/>
  <path fill="url(#color1)" d="M0 0v320h320V0H10Zm130 30h80v10h10v10h10vM
10h10v40h30v140h-10v10h-10v10h-10v10h-10v10h-10v10H120v-10h-10v-10h-10v-10H90v-10H80v-10H70V100h30V60h10V50h10V40h10zm10 30v40h60V60h-50z"/>
  <path fill="url(#color2)" d="M130 30v10h-10v10h-10v10h-10v10h20V60h10V50h60v10h10v10h20V60h-10V50h-10V40h-10V30h-50zm-30 50v10h20V80h-10zm100 0v10h20V80h-10ZM70 100v10h180v-10H80Zm0 20v30h30v-30H80Zm40 0v40H70v40h40v40h100v-40h40v-40h-40v-40h-90zm110 0v30h30v-30h-20ZM80 130h10v10H80Zm70 0h20v10h10v70h-40v-70h10zm80 0h10v10h-10ZM70 210v30h30v-30H80Zm150 0v30h30v-30h-20ZM80 22M
0h10v10H80Zm150 0h10v10h-10zm-130 30v10h20v20h80v-20h20v-10H110zm50 10h20v10h-20z"/>
  <path fill="url(#color3)" d="M190 30v10h10v10h10v10h10v40h20V60h-10V50h-10V40h-10V30h-10zm-60 20v10h-10v40h20V60h50V50h-50zm120 50v140h-10v10h-10v10h-10v10h-10v10h-10v10h20v-10h10v-10h10v-10h10v-10h10v-10h10V100h-10zm-100 50v50h20v-50h-10z"/>
  <path fill="url(#color4)" d="M100 70v10h20V70h-10zm100 0v10h20V70h-10ZM100 90v10h20V90h-10zm100 0v10h20V90h-10ZM70 110v10h30v30H70v10h40v-40h100v40h40v-10h-30v-30h30v-10H80Zm10 20v10h10v-1M
0zm70 0v10h-10v70h40v-70h-10v-10h-10zm80 0v10h10v-10zm-80 20h20v50h-20v-40zm-80 50v10h30v30H80v10h10v10h10v-10h120v10h10v-10h10v-10h-20v-30h30v-10h-40v40H110v-40H80Zm150 60h-20v20h10v-10h10zm-20 20h-80v10h80zm-80 0v-20h-20v10h10v10zm-40-60v10h10v-10zm150 0v10h10v-10zm-80 40v10h20v-10h-10z"/>
  <script type="text/ecmascript">
   function GetParams()
   var defs = document.getElementsByTagName( "defs" )[0];
   var refList = defs.getElementsByTagName( "refM
   for ( var r = refList.length -1; 0 <= r; r-- )
       var eachRef = refList.item( r );
       var id = eachRef.getAttribute( "id" );
       var paramName = eachRef.getAttribute( "param" );
       var defaultVal = eachRef.getAttribute( "default" );
       if (!defaultVal)
       if (eachRef.firstChild)
           defaultVal = eachRef.firstChild.nodeValue;
           defaultVal = "";
       refs[ paramName ] = [eachRef, id, defaultVal]M
   var paramArray = [];
   var href = document.defaultView.location.href;
   if ( -1 != href.indexOf("?") )
       var paramList = href.split("?")[1].split(/&|;/);
       for ( var p = 0, pLen = paramList.length; pLen > p; p++ )
       var eachParam = paramList[ p ];
       var valList = eachParam.split("=");
       var name = unescape(valList[0]);
       var value = unescape(valList[1]);
       refs[ name ][2] = value;
   if ( document.defaultView.frameElement )
   var params = document.defaultView.frameElement.getElementsByTagName("param");
       for ( var i = 0, iLen = params.length; iLen > i; i++ )
           var eachParam = params[ i ];
           var name = eachParam.getAttribute( "name" );
           var value = eachParam.getAttribute( "value" );
           refs[ name ][2] = value;
   for ( paramName in refs )
       var eachParam = refs[ paramName ];
       GetIdRefs( eachParam[1], eachParam[2] );
on GetIdRefs( id, val )
   var elList = document.documentElement.getElementsByTagName( "*" );
   for ( var i = 0, iLen = elList.length; iLen > i; i++ )
       var eachEl = elList.item( i );
       for ( var a = 0, aLen = eachEl.attributes.length; aLen > a; a++ )
       var attr = eachEl.attributes[ a ];
       if ( attr && -1 != attr.value.indexOf("#" + id) )
           if ( "tref" == eachEl.localName )
           var t = document.createTextNode( val );
           eachEl.parL
entNode.replaceChild( t, eachEl );
           eachEl.setAttributeNS( attr.namespaceURI, attr.name, val);
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "qqqq.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "proud.sats"
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" shape-rendering="crispEdges" height="320" width="320" preserveAspectRatio="xMinYMin meet"
viewBox="0 0 320 320">
   <ref id="color1" param="fill1" default="#a99661"/>
   <ref id="color2" param="fill2" default="#3e382d"/>
   <ref id="color3" param="fill3" default="#25180b"/>
   <ref id="color4" param="fill4" default="#82522c"/>
  <path fill="url(#color1)" d="M0 0v310h10v-10h30v-10h10v-10h20v-30H60V90M
h10V80h10V70h10V60h10V50h10V40h10V30h40v10h20v10h10v10h20v10h10v10h10v10h10v70h10v10h10v10h10v10h30v10h10v-10h10V0H10Zm100 170v10h10v-10zm90 0v10h10v-10zm120 40v10h-80v30h-10v30h20v10h20v10h30v10h20v10h10V210z"/>
  <path fill="url(#color2)" d="M120 30v10h-10v10h-10v10H90v10H80v10H70v10H60v160h10v-10h10v10h10v10h10v10h10v10h10v10h50v-10h10v-10h-20v-10h30v-10h-30v-10h40v-10h-40v-10h40v-10h-40v-10h-30v10H80v-40H70v-10h10v-20h20v10h100v-10h30v-20h-30v-10h20v-10h-10V90h-10V80h-20V70h-10V50h-20V40h10V30h-30zm80 30v10h10VM
60Zm-80 20h40v10h20v10h-30v20h30v20h-50v-20h-20v-10h-10v-10H80V90h40zm-10 90v10h30v-10h-20zm50 0v10h30v-10h-20zm120 20v10h20v-10h-10zm30 0v10h10v-10zm-210 40h10v10h-10zm120 10v10h10v-10zm0 10h-10v10h10zM70 260v20H50v10h10v20H50v-20H40v10H10v10H0v10h80v-10h10v10h150v-10h10v10h60v-10h-20v-10h-30v-10h-10v10h-20v10h-10v-10h-10v-10h-20v10h-30v10h-50v-10h-10v-10H80v-30zm140 30h30v-10h-30z"/>
  <path fill="url(#color3)" d="M150 40v10h20v20h10v10h20v10h10v10h10v10h-20v10h30v20h-30v10h10v60h-10v10h-40v10h40v10h-40v10h30v10hM
-30v10h20v10h-10v10h-50v-10h-10v-10h-10v-10H90v-10H80v-10H70v20h10v30h20v10h10v10h50v-10h30v-10h20v-10h10v-20h-10v-10h10v-10h10v-20h80v-10h10v-10h-40v-10h-10v-10h-10v-10h-10v-10h-10V90h-10V80h-10V70h-20V60h-10V50h-10V40h-20zm60 250v10h10v10h10v-10h20v-10h-30ZM120 80v10H80v10h20v10h10v10h20v20h50v-20h-30v-20h30V90h-20V80h-30zm-40 60v20H70v10h10v40h10v-60h10v-10H90Zm30 20v10h20v-10h-10zm60 0v10h20v-10h-10zm-70 30v10h10v-10zm70 0v10h20v-10h-10zm0 10h-10v10h10zm-70 30v10h10v-10zm-50 60v20h10v-20zm30 20v10h10v-10zm160 0M
  <path fill="url(#color4)" d="M90 150v60h40v-10h40v-10h20v10h-20v10h40v-60H100zm20 10h20v10h10v10h-40v-10h10zm60 0h20v10h10v10h-40v-10h10zm-70 30h10v10h-10z"/>
  <script type="text/ecmascript">
   function GetParams()
   var defs = document.getElementsByTagName( "defs" )[0];
   var refList = defs.getElementsByTagName( "ref" );
   for ( var r = refList.length -1; 0 <= r; r-- )
       var eachRef = refList.item( r );
eachRef.getAttribute( "id" );
       var paramName = eachRef.getAttribute( "param" );
       var defaultVal = eachRef.getAttribute( "default" );
       if (!defaultVal)
       if (eachRef.firstChild)
           defaultVal = eachRef.firstChild.nodeValue;
           defaultVal = "";
       refs[ paramName ] = [eachRef, id, defaultVal];
   var paramArray = [];
   var href = document.defaultView.location.href;
   if ( -1 != href.indexOf("?") )M
       var paramList = href.split("?")[1].split(/&|;/);
       for ( var p = 0, pLen = paramList.length; pLen > p; p++ )
       var eachParam = paramList[ p ];
       var valList = eachParam.split("=");
       var name = unescape(valList[0]);
       var value = unescape(valList[1]);
       refs[ name ][2] = value;
   if ( document.defaultView.frameElement )
       var params = document.defaultView.frameElement.getElementsByTagName("param");
       for ( var i = 0, iLen = paraM
ms.length; iLen > i; i++ )
           var eachParam = params[ i ];
           var name = eachParam.getAttribute( "name" );
           var value = eachParam.getAttribute( "value" );
           refs[ name ][2] = value;
   for ( paramName in refs )
       var eachParam = refs[ paramName ];
       GetIdRefs( eachParam[1], eachParam[2] );
   function GetIdRefs( id, val )
   var elList = document.documentElement.getElementsByTagName( "*" );
   for ( var i = 0,M
 iLen = elList.length; iLen > i; i++ )
       var eachEl = elList.item( i );
       for ( var a = 0, aLen = eachEl.attributes.length; aLen > a; a++ )
       var attr = eachEl.attributes[ a ];
       if ( attr && -1 != attr.value.indexOf("#" + id) )
           if ( "tref" == eachEl.localName )
           var t = document.createTextNode( val );
           eachEl.parentNode.replaceChild( t, eachEl );
           eachEl.setAttributeNS( attr.naLcmespaceURI, attr.name, val);
text/plain;charset=utf-8
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-23T04:27:15-05:00" xmp:ModifyDate="2023-02-23T04:27:15-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:eb0b295c-91bb-1146-9f95-016dd1a7e04d" xmpMM:DocumentID="adobe:docid:photoshop:4e2acc2c-9ba6-f346-bea5-021ed271edc0" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:07b87986-c724-e14d-acd2-7a3f69dd9caa" stEvt:when="2023-02-23T04:27:15-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:eb0b295c-91bb-1146-9f95-016dd1a7e04d" stEvt:when="2023-02-23T04:27:15-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:07b87986-c724-e14d-acd2-7a3f69dd9caa" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
text/plain;charset=utf-8
In the sky over the house
But they do not land.
ER Haiku 2; 25 February 2023.h!
FjDOUT:C4635C1224ABA8DA6ACD384CD276B4478524D652C2FBF0771F845F3317DE1D06
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:005295C5B23D11ED9EB4DD9592101B19" xmpMM:DocumentID="xmp.did:005295C6B23D11ED9EB4DD9592101B19"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:005295C3B23D11ED9EB4DD9592101B19" stRef:documentID="xmp.did:005295C4B23D11ED9EB4DD9592101B19"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:01AB9AF8B23D11ED85DBBBA394F06551" xmpMM:DocumentID="xmp.did:01AB9AF9B23D11ED85DBBBA394F06551"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:01AB9AF6B23D11ED85DBBBA394F06551" stRef:documentID="xmp.did:01AB9AF7B23D11ED85DBBBA394F06551"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:FFA98269B23C11ED85C59541C33635D6" xmpMM:DocumentID="xmp.did:FFA9826AB23C11ED85C59541C33635D6"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:FFA98267B23C11ED85C59541C33635D6" stRef:documentID="xmp.did:FFA98268B23C11ED85C59541C33635D6"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:FF047896B23C11EDA04688BDEB8436CD" xmpMM:DocumentID="xmp.did:FF047897B23C11EDA04688BDEB8436CD"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:FF047894B23C11EDA04688BDEB8436CD" stRef:documentID="xmp.did:FF047895B23C11EDA04688BDEB8436CD"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:00A8B10FB23D11EDBC4FF9C74553BDD5" xmpMM:DocumentID="xmp.did:00A8B110B23D11EDBC4FF9C74553BDD5"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:00A8B10DB23D11EDBC4FF9C74553BDD5" stRef:documentID="xmp.did:00A8B10EB23D11EDBC4FF9C74553BDD5"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "service.sats"
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:015616ADB23D11EDA6FFDA3B42F4729B" xmpMM:DocumentID="xmp.did:015616AEB23D11EDA6FFDA3B42F4729B"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:015616ABB23D11EDA6FFDA3B42F4729B" stRef:documentID="xmp.did:015616ACB23D11EDA6FFDA3B42F4729B"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "six.sats"
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:FFFC8D04B23C11EDA3B7CBF3F0C29CC6" xmpMM:DocumentID="xmp.did:FFFC8D05B23C11EDA3B7CBF3F0C29CC6"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:FFFC8D02B23C11EDA3B7CBF3F0C29CC6" stRef:documentID="xmp.did:FFFC8D03B23C11EDA3B7CBF3F0C29CC6"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:FEB16E6CB23C11ED8455964DB0CEB4F8" xmpMM:DocumentID="xmp.did:FEB16E6DB23C11ED8455964DB0CEB4F8"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:FEB16E6AB23C11ED8455964DB0CEB4F8" stRef:documentID="xmp.did:FEB16E6BB23C11ED8455964DB0CEB4F8"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "seven.sats"
text/plain;charset=utf-8
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:FF573803B23C11ED9D4A9F9C1D39CB4E" xmpMM:DocumentID="xmp.did:FF573804B23C11ED9D4A9F9C1D39CB4E"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:FF573801B23C11ED9D4A9F9C1D39CB4E" stRef:documentID="xmp.did:FF573802B23C11ED9D4A9F9C1D39CB4E"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:00FF1E32B23D11ED9171CCEE4691B8FE" xmpMM:DocumentID="xmp.did:00FF1E33B23D11ED9171CCEE4691B8FE"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:00FF1E30B23D11ED9171CCEE4691B8FE" stRef:documentID="xmp.did:00FF1E31B23D11ED9171CCEE4691B8FE"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
(:3=<9387@H\N@DWE78PmQW_bghg>Mqypdx\egc
/cB8Bcccccccccccccccccccccccccccccccccccccccccccccccccc
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "nobody.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "6668.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "4567.sats"
text/plain;charset=utf-8
  "name": "0123.sats"
text/plain;charset=utf-8
  "name": "3456.sats"
text/plain;charset=utf-8
  "name": "6789.sats"
text/plain;charset=utf-8
  "name": "1234.sats"
text/plain;charset=utf-8
  "name": "754.sats"
text/plain;charset=utf-8
  "name": "2345.sats"
text/plain;charset=utf-8
  "name": "hodl.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "daddy.sats"
text/plain;charset=utf-8
  "name": "mommy.sats"
DjB=:BNB.BNB:bnb13hhlmk0xa67aa6rak34wa4p5juyx490t2azjea:19159383:te:0
text/plain;charset=utf-8
  "name": "danny.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "buysell.sats"
text/plain;charset=utf-8
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-23T04:34:36-05:00" xmp:ModifyDate="2023-02-23T04:34:36-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:4d083751-39cc-6d47-9fd3-3df6c4ec4661" xmpMM:DocumentID="adobe:docid:photoshop:d00b2c0f-a532-7b45-824d-436ed653087f" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:a14fd007-da83-fb47-974c-d5e2cbdb4898" stEvt:when="2023-02-23T04:34:36-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:4d083751-39cc-6d47-9fd3-3df6c4ec4661" stEvt:when="2023-02-23T04:34:36-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:a14fd007-da83-fb47-974c-d5e2cbdb4898" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>$v
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:01FCE625B23D11EDB2828884D8E45B13" xmpMM:DocumentID="xmp.did:01FCE626B23D11EDB2828884D8E45B13"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:01FCE623B23D11EDB2828884D8E45B13" stRef:documentID="xmp.did:01FCE624B23D11EDB2828884D8E45B13"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "wan.sats"
text/plain;charset=utf-8
  "name": "soft.sats"
text/plain;charset=utf-8
  "name": "summer.sats"
text/plain;charset=utf-8
  "name": "ssss.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "sss.sats"
text/plain;charset=utf-8
  "name": "nike.sats",
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "spain.sats"
text/plain;charset=utf-8
  "name": "sweden.sats"
text/plain;charset=utf-8
  "name": "ten.sats"
text/plain;charset=utf-8
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350">
    .base{fill:#4d4d4d;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link{fill:blue;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link2:hover{fill:Blue!important;}
    .link3:hover{fill:#1DA1F2!important;}
h="100%" height="100%" fill="#f2a900"/>
  <text font-size="50" x="50%" y="40%" class="base">bitbags.io</text>
  <a href="https://bitbags.io" target="__blank__">
    <text font-size="20" x="50%" y="55%" class="base link2">Inscribe Here</text>
  <a href="https://twitter.com/bitbagsordinal" target="_blank_2">
    <g transform="translate(280, 265) scale(0.5)">
      <path class="base link3" d="M109.75 92.2701C110 130.1 78 156.89 27.38 136.15C39.16 134.49 47.92 131.15 54.38 126.96C47.31 124.39 38.28 115.49 36.19 M
110.71L44.3 109.36C44.3 109.36 35.22 100.27 32.71 90.1001L42.83 91.4801C42.83 91.4801 37.12 83.0201 38.83 67.8701C45.85 79.3801 59.4 89.2201 71.45 92.0001C70 67.0001 94 62.5101 104.66 75.0501L119.56 72.7001L112.41 81.9301L122.62 85.4201L109.75 92.2701Z"/>
text/plain;charset=utf-8
  "name": "chen.sats",
   "npub":"npub1dw3hl6c4xnpknlt6jw8ncw8p4zuz6lx4y6gmfnrrs398p0sxe42s79akkz",
   "lnurl":"bc1qw9furfuyaluwxthspqfgwzvuk2lg5fxuugcvqm"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "hold.sats"
text/plain;charset=utf-8
  "name": "628.sats"
text/plain;charset=utf-8
  "name": "ZkShark.sats"
text/plain;charset=utf-8
  "name": "BLE77.sats"
DjB=:ETH.ETH:0xf8c37451e708A1ec9FC879C6354116a5984dcFD6:97000007:te:0
EjC=:ETH.ETH:0xab47D34ab1D1c36909A2f457AA42D6d994E48375:751644455:te:0
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "what.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "???.sats"
text/plain;charset=utf-8
  "name": "????.sats"
text/plain;charset=utf-8
  "name": "vvvv.sats"
text/plain;charset=utf-8
  "name": "vvv.sats"
text/plain;charset=utf-8
  "name": "vietnam.sats"
FjDOUT:063DD0431FFE2FCDE7C8A6B6C1DA78DF01E5BD052E6F2CBB5615BA68F5652DC8
text/plain;charset=utf-8
  "name": "uuuu.sats"
text/plain;charset=utf-8
  "name": "venezuela.sats"
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-23T04:39:34-05:00" xmp:ModifyDate="2023-02-23T04:39:34-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:f05a47a5-0124-9043-bd68-1a30369ea9d4" xmpMM:DocumentID="adobe:docid:photoshop:6176c60b-c551-3743-8bcf-105652e67702" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:dcae1b42-34fb-8e4d-bdc9-54672a5d5a35" stEvt:when="2023-02-23T04:39:34-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:f05a47a5-0124-9043-bd68-1a30369ea9d4" stEvt:when="2023-02-23T04:39:34-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:dcae1b42-34fb-8e4d-bdc9-54672a5d5a35" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
 cd5c5504d6a59a7dcda612e2fcb70945H0E
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:04FE37EFB23D11ED96E5DF611E3A110B" xmpMM:DocumentID="xmp.did:04FE37F0B23D11ED96E5DF611E3A110B"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:04FE37EDB23D11ED96E5DF611E3A110B" stRef:documentID="xmp.did:04FE37EEB23D11ED96E5DF611E3A110B"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:03F36BDEB23D11EDA6B0A5B9A9D12CFB" xmpMM:DocumentID="xmp.did:03F36BDFB23D11EDA6B0A5B9A9D12CFB"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:03F36BDCB23D11EDA6B0A5B9A9D12CFB" stRef:documentID="xmp.did:03F36BDDB23D11EDA6B0A5B9A9D12CFB"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:04A93F69B23D11ED9540F7000868A485" xmpMM:DocumentID="xmp.did:04A93F6AB23D11ED9540F7000868A485"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:04A93F67B23D11ED9540F7000868A485" stRef:documentID="xmp.did:04A93F68B23D11ED9540F7000868A485"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:066D0047B23D11ED8480A5A1FAA83AAC" xmpMM:DocumentID="xmp.did:066D0048B23D11ED8480A5A1FAA83AAC"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:066D0045B23D11ED8480A5A1FAA83AAC" stRef:documentID="xmp.did:066D0046B23D11ED8480A5A1FAA83AAC"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:045606DEB23D11ED96F8FBD520D509A8" xmpMM:DocumentID="xmp.did:045606DFB23D11ED96F8FBD520D509A8"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:045606DCB23D11ED96F8FBD520D509A8" stRef:documentID="xmp.did:045606DDB23D11ED96F8FBD520D509A8"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:024D0738B23D11ED82B68079527269F0" xmpMM:DocumentID="xmp.did:024D0739B23D11ED82B68079527269F0"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:024D0736B23D11ED82B68079527269F0" stRef:documentID="xmp.did:024D0737B23D11ED82B68079527269F0"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:039A6DD9B23D11EDB9A2C60E5E7595D1" xmpMM:DocumentID="xmp.did:039A6DDAB23D11EDB9A2C60E5E7595D1"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:039A6DD7B23D11EDB9A2C60E5E7595D1" stRef:documentID="xmp.did:039A6DD8B23D11EDB9A2C60E5E7595D1"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:02F0CA94B23D11ED987CF55A30DDCE02" xmpMM:DocumentID="xmp.did:02F0CA95B23D11ED987CF55A30DDCE02"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:02F0CA92B23D11ED987CF55A30DDCE02" stRef:documentID="xmp.did:02F0CA93B23D11ED987CF55A30DDCE02"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
(:3=<9387@H\N@DWE78PmQW_bghg>Mqypdx\egc
/cB8Bcccccccccccccccccccccccccccccccccccccccccccccccccc
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:07107900B23D11ED9618CA0CD1050F93" xmpMM:DocumentID="xmp.did:07107901B23D11ED9618CA0CD1050F93"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:071078FEB23D11ED9618CA0CD1050F93" stRef:documentID="xmp.did:071078FFB23D11ED9618CA0CD1050F93"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:06BF712CB23D11ED9859CFC33BEEB2D1" xmpMM:DocumentID="xmp.did:06BF712DB23D11ED9859CFC33BEEB2D1"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:06BF712AB23D11ED9859CFC33BEEB2D1" stRef:documentID="xmp.did:06BF712BB23D11ED9859CFC33BEEB2D1"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:029EA048B23D11EDA320FEB169BEB1FF" xmpMM:DocumentID="xmp.did:029EA049B23D11EDA320FEB169BEB1FF"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:029EA046B23D11EDA320FEB169BEB1FF" stRef:documentID="xmp.did:029EA047B23D11EDA320FEB169BEB1FF"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:05B6E357B23D11EDA8FFA106DCA9BD09" xmpMM:DocumentID="xmp.did:05B6E358B23D11EDA8FFA106DCA9BD09"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:05B6E355B23D11EDA8FFA106DCA9BD09" stRef:documentID="xmp.did:05B6E356B23D11EDA8FFA106DCA9BD09"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:055E7BA0B23D11ED8E7FE0C64D221DC7" xmpMM:DocumentID="xmp.did:055E7BA1B23D11ED8E7FE0C64D221DC7"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:055E7B9EB23D11ED8E7FE0C64D221DC7" stRef:documentID="xmp.did:055E7B9FB23D11ED8E7FE0C64D221DC7"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "uuu.sats"
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:03444B38B23D11ED8645D433B70DA5A1" xmpMM:DocumentID="xmp.did:03444B39B23D11ED8645D433B70DA5A1"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:03444B36B23D11ED8645D433B70DA5A1" stRef:documentID="xmp.did:03444B37B23D11ED8645D433B70DA5A1"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0616A691B23D11ED9B9ACF6048A3295C" xmpMM:DocumentID="xmp.did:0616A692B23D11ED9B9ACF6048A3295C"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0616A68FB23D11ED9B9ACF6048A3295C" stRef:documentID="xmp.did:0616A690B23D11ED9B9ACF6048A3295C"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "thailand.sats"
text/plain;charset=utf-8
  "name": "two.sats"
text/plain;charset=utf-8
  "name": "6789.sats"
text/plain;charset=utf-8
  "name": "tttt.sats"
text/plain;charset=utf-8
  "name": "tomorrow.sats"
text/plain;charset=utf-8
  "name": "today.sats"
text/plain;charset=utf-8
  "name": "thirteen.sats"
text/plain;charset=utf-8
  "name": "ufo.sats"
text/plain;charset=utf-8
  "name": "uno.sats"
text/plain;charset=utf-8
  "name": "ttt.sats"
text/plain;charset=utf-8
  "name": "three.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "twelve.sats"
1\ Powered by Luxor Tech \
text/html;charset=utf-8
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Ordinal Automata</title> <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script> <script id="snippet-random-code" type="text/javascript"> let seed=window.location.href.split('/').find(t=> t.includes('i0')); if (seed==null){const alphabet="0123456789abcdefghijklmnopqrstuvwsyz"; seed=new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_=> alphabetM
[(Math.random() * alphabet.length) | 0]).join('') + "i0";}else{let pattern="seed="; for (let i=0; i < seed.length - pattern.length; ++i){if (seed.substring(i, i + pattern.length)==pattern){seed=seed.substring(i + pattern.length); break;}}}function cyrb128($){let _=1779033703, u=3144134277, i=1013904242, l=2773480762; for (let n=0, r; n < $.length; n++) _=u ^ Math.imul(_ ^ (r=$.charCodeAt(n)), 597399067), u=i ^ Math.imul(u ^ r, 2869860233), i=l ^ Math.imul(i ^ r, 951274213), l=_ ^ Math.imul(l ^ r, 2716044179); returM
n _=Math.imul(i ^ _ >>> 18, 597399067), u=Math.imul(l ^ u >>> 22, 2869860233), i=Math.imul(_ ^ i >>> 17, 951274213), l=Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]}function sfc32($, _, u, i){return function (){u >>>=0, i >>>=0; var l=($ >>>=0) + (_ >>>=0) | 0; return $=_ ^ _ >>> 9, _=u + (u << 3) | 0, u=(u=u << 21 | u >>> 11) + (l=l + (i=i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296}}let mathRand=sfc32(...cyrb128(seed)); </script> <style>body{margin: 0px;}<M
/style></head><body><script type="text/javascript">const rand=mathRand();function getRule(dcml){var s=(dcml >>> 0).toString(2).split(""); if (8 - s.length > 0){return Array(8 - s.length).fill(0).concat(s.map(Number));}else{return s.map(Number);}}function setCell(r, p){var i=parseInt(p.join(""), 2); switch (i){case 7: return r[0]; case 6: return r[1]; case 5: return r[2]; case 4: return r[3]; case 3: return r[4]; case 2: return r[5]; case 1: return r[6]; case 0: return r[7]; default: console.log("ERROR: setCell unhaM
ndled case."); return r[0];}}function genGrid(fr, rule){var result=[fr]; var row=fr; for (let r=1; r < cc; r++){var nextRow=[]; for (let i=0; i < cc; i++){var c1=0; var c2=0; var c3=0; if (i==0){c1=0; c2=row[i]; c3=row[i + 1];}else if (i==cc - 1){c1=row[i - 1]; c2=row[i]; c3=0;}else{c1=row[i - 1]; c2=row[i]; c3=row[i + 1];}nextRow.push(setCell(rule, [c1, c2, c3]));}row=nextRow; result.push(row);}return result;}filterRules=[0, 2, 4, 6, 8, 10, 12, 14, 16, 20, 24, 32, 34, 36, 38, 40, 42, 44, 46, 48, 52, 56, 64, 66, 72M
, 74, 76, 80, 84, 88, 96, 98, 100, 104, 106, 108, 112, 116, 120, 128, 130, 132, 136, 138, 140, 142, 144, 148, 152, 160, 162, 164, 166, 168, 170, 172, 174, 176, 180, 184, 192, 194, 196, 200, 202, 204, 208, 212, 216, 224, 226, 228, 232, 234, 236, 240, 244, 248];cc=100;m=24;rr1=parseInt(mathRand() * 256);rr2=parseInt(mathRand() * 256);rr3=parseInt(mathRand() * 256);while(true){if (filterRules.includes(rr1) || filterRules.includes(rr2) || filterRules.includes(rr3)){rr1=parseInt(mathRand() * 256); rr2=parseInt(mathRand(M
) * 256); rr3=parseInt(mathRand() * 256);}else{break;}}console.log('rules:', rr1, rr2, rr3);r1=getRule(rr1);r2=getRule(rr2);r3=getRule(rr3);fr1=Array(cc).fill(0);fr1[parseInt(fr1.length / 2)]=1;fr2=Array(cc).fill(0);fr2[parseInt(mathRand() * fr2.length / 2)]=1;fr3=Array(cc).fill(0);fr3[parseInt(mathRand() * fr3.length / 2)]=1;grid1=genGrid(fr1, r1);grid2=genGrid(fr2, r2);grid3=genGrid(fr3, r3);var soc=mathRand() * 1;pd=1;function setup(){console.log('pd:', pd); console.log('soc:', soc); pixelDensity(pd); canvas=creM
ateCanvas(cc * m, cc * m); background(255); noLoop(); blendMode(MULTIPLY);}function draw(){noStroke(); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid1[x][y]==1){fill('#0074a2'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}push(); translate(m/2,m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid2[x][y]==1){fill('#00aa93'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, mM
);}}}pop(); push(); translate(-m/2,-m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid3[x][y]==1){fill('#ff48b0'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}pop(); push(); blendMode(BLEND); strokeWeight(m); stroke('#000000'); line(0,0,width,0); line(0,0,0,height); line(0,height,width,height); line(width,0,width,height); pop(); console.log(seed);}function keyReleased(){if (key=='h' ){pd=4; console.log('in h'); setup(); draw(); buff=creL
ateGraphics(width, height); buff.copy(canvas, 0,0,width,height,0,0,width,height); buff.save(seed + '.png');}}</script></body></html>
text/html;charset=utf-8
    <meta charset="UTF-8">
    <meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval' http://cdnjs.cloudflare.com">
    <title>Diffusion</title>
    <script sandbox="allow-scripts" type="text/javascript"
        src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script>
    <script sandbox="allow-scripts" type="text/javascript"
        src="https://cdnjs.cloudflareM
.com/ajax/libs/mathjs/11.5.1/math.min.js"></script>
    <script sandbox="allow-scripts" type="text/javascript"
        src="https://cdnjs.cloudflare.com/ajax/libs/chroma-js/2.4.2/chroma.min.js"></script>
    <script type="text/javascript">
        var eigenvector_maj,eigenvector_min,flowcolorfield,cols,rows,colAlg,integral_lines=[];let center;var scl=10,inc=.06,zoff=0;let w,h,wdt,margin=10,cells=[],dsep=3,xx,yy,dt=.5,t,strk,palette1=[["#ce2d42","#082880","#7462f9","#f4b53f","#123676","#9c223d","#e6c7b4"],M
["#f43b79","#1136ed","#6b43dd","#ef9029","#4aa4ae","#69239b","#f7f1b4"],["#7fefe4","#be3edd","#70cfe5","#f2c666","#e6c7b4","#583fc4","#fff57d"],["#80aded","#7b66f7","#658fdb","#f2e18b","#f7f1b4","#773caa","#f4b537"],["#a5e2f2","#a783ed","#61c1db","#f7c872","#6eabf4","#6d52dd","#ff7db2"],["#d8d8d8","#898de0","#89afe5","#f9e78f","#85b2e8","#8110e5","#bf2b6e"],["#7094fc","#643ac9","#306bef","#9100dd","#e6c7b4","#e2396d","#ef3a65"],["#80aded","#a28fef","#4688e8","#db003a","#f7f1b4","#d632a4","#bc174e"],["#594499","#db3M
e3e","#25ceb2","#02827b","#a0a09f","#56661d","#34067c"],["#425999","#bc3f3f","#9fe2cc","#108fc1","#d37676","#132691","#5b3c96"],["#ffeda1","#91205c","#2929e2","#9509b7","#70b9c0","#5474e8","#d30b8c"],["#f9cfc7","#721b74","#1c70ea","#7c1d93","#919bdb","#5574ce","#f25c87"],["#f25a7b","#e960af","#992843","#8b52f7","#6eabf4","#3714a1","#445b96"],["#ff399c","#e73250","#d32f53","#33bbff","#7de7ff","#69239b","#8041f9"],["#6f6674","#34a0a5","#992843","#f98450","#6eabf4","#3714a1","#445b96"],["#4d82aa","#24c6c6","#d32f53","M
#f973a0","#7de7ff","#69239b","#8041f9"],["#ff6d40","#361ee0","#992843","#e6c7b4","#9370f2","#3714a1","#445b96"],["#e6372f","#3a338e","#d32f53","#f7f1b4","#8092ff","#69239b","#8041f9"],["#ffa943","#2177f4","#35fc93","#f9cfd2","#6eabf4","#3714a1","#445b96"],["#ffce45","#2f7083","#5affdf","#fcf4b7","#7de7ff","#69239b","#8041f9"],["#41d9f2","#528cd1","#3a6eba","#5f64c1","#4a97f4","#7426bf","#f7d52f"],["#71f2ff","#249cff","#63a1ea","#7f88db","#56a6f4","#7f0caf","#f7b643"],["#41d9f2","#51fcbb","#d3057b","#295cff","#7d22fM
f","#51d7e5","#e6c7b4"],["#71f2ff","#81fcca","#f91cb0","#0239c1","#8450d6","#05bdc6","#f7f1b4"],["#43bbef","#53f9e4","#bf2640","#5082ff","#8648ff","#36ffcf","#881ed3"],["#6bcced","#fce586","#f93ebb","#52a1ff","#8e51a8","#05bdc6","#ff0895"],["#a745ed","#fcbbbb","#f20a41","#ffd252","#0606bf","#ff459e","#881ed3"],["#7b19d1","#a7d0f9","#ba0f40","#fcd5bb","#4545ce","#9666ff","#ff0895"],["#31a4dd","#6f3bff","#f20a41","#4470a5","#7171f4","#e710f9","#2e92ff"],["#ffffab","#8e7de2","#ba0f40","#9312b2","#85b5f9","#830591","#0M
34a7f"],["#06a0ba","#6f3bff","#f20a41","#8777f7","#4848c1","#6b11f7","#e6c7b4"],["#2bc5cc","#8e7de2","#ba0f40","#6155bf","#4b4bf7","#a318b7","#f7f1b4"],["#06a0ba","#6f3bff","#8473ff","#fce875","#4848c1","#ffb3c9","#2e92ff"],["#2bc5cc","#8e7de2","#9e61ba","#ffd2c7","#0f0fce","#f7e579","#034a7f"],["#c10839","#6f3bff","#ff06a6","#f2a5bb","#4848c1","#117ff7","#579ef2"],["#a20dd3","#8e7de2","#aa08ff","#f2ec79","#0f0fce","#a60abc","#1b64ce"],["#06a0ba","#6f3bff","#fca660","#f7f377","#9149bf","#f71165","#31f0ff"],["#2bc5cM
c","#8e7de2","#dd582a","#ffe09c","#630ca8","#a8275c","#04717c"],["#e041b3","#3e71ff","#ffec64","#77c1f7","#9149bf","#f71165","#e6c7b4"],["#f95089","#8e7de2","#f99175","#1d6bdd","#630ca8","#a8275c","#f7f1b4"],["#f4d334","#0636cc","#8989ef","#e6c7b4","#8005e0","#fc68a4","#3386ff"],["#fc889e","#3b72a3","#2d5cc4","#f7f1b4","#f938cb","#d61a1a","#04717c"],["#f4d334","#3ef6ff","#5347f4","#b877f7","#9149bf","#f71165","#e6c7b4"],["#fc889e","#1fb2b2","#2d5cc4","#6e1ed6","#630ca8","#a8275c","#f7f1b4"],["#f4d334","#3ef6ff","#5M
347f4","#f7f777","#9149bf","#ef5090","#e6c7b4"],["#fc889e","#1fb2b2","#2d5cc4","#ffce88","#630ca8","#ba0457","#f7f1b4"],["#f4d334","#3ef6ff","#5347f4","#77c4f7","#9149bf","#f71165","#854fba"],["#fc889e","#1fb2b2","#2d5cc4","#2187bf","#630ca8","#a8275c","#e783ea"],["#f4d334","#3ef6ff","#f97575","#f4dc78","#9149bf","#f71165","#e6c7b4"],["#fc889e","#1fb2b2","#cc2929","#f28b79","#630ca8","#a8275c","#f7f1b4"],["#f4d334","#3ef6ff","#f97575","#f279ab","#9149bf","#645eea","#e6c7b4"],["#fc889e","#52adff","#cc2929","#e81073"M
,"#630ca8","#3a3acc","#f7f1b4"],["#3ac9d8","#6f3bff","#44acf2","#fce875","#bf23f9","#ffb3c9","#2e92ff"],["#44acf2","#8e7de2","#6cffff","#ffd2c7","#9449ce","#f7e579","#034a7f"],["#06a0ba","#6f3bff","#fc4c7e","#f9b175","#6c6ce5","#8f58f9","#e6c7b4"],["#2bc5cc","#8e7de2","#cf4ef9","#f7df77","#4949c1","#a915ff","#f7f1b4"],["#ef01c4","#065ca8","#1c00ba","#ffee94","#c053ba","#8f58f9","#4ea8f9"],["#a60160","#30bec3","#5e52db","#ffebae","#da55f2","#a915ff","#4febf7"],["#f44260","#3c5ba0","#845ecc","#f4b53f","#3d9fc1","#9c2M
23d","#e6c7b4"],["#f43b79","#4058ad","#6c3ca5","#ef9029","#317ec4","#69239b","#f7f1b4"],["#f44260","#3c5ba0","#7070e8","#f27740","#3d9fc1","#d34040","#e6c7b4"],["#f43b79","#4058ad","#4d4dc1","#ef9029","#317ec4","#ed5487","#f7f1b4"],["#f244ee","#5c75c6","#7070e8","#3cd3b6","#3d9fc1","#d34040","#e6c7b4"],["#f43b79","#637cc1","#4d4dc1","#1cb7b7","#317ec4","#ed5487","#f7f1b4"],["#e5491f","#2058d3","#7462f9","#40f2d0","#123676","#9c223d","#e6c7b4"],["#ef973f","#177199","#6b43dd","#15abba","#4aa4ae","#69239b","#f7f1b4"],M
["#e22079","#2058d3","#7462f9","#40f2d0","#5a92e5","#9c223d","#e6c7b4"],["#f21c59","#177199","#6b43dd","#15abba","#4658f9","#69239b","#f7f1b4"],["#e22079","#2058d3","#e6c7b4","#40f2d0","#5a92e5","#ba4564","#edf28b"],["#f21c59","#177199","#f7f1b4","#15abba","#4658f9","#e5336a","#43f7c8"],["#e22079","#4b80e0","#e6c7b4","#41a9ef","#5a92e5","#bc0d8b","#f7adf7"],["#f21c59","#197abc","#f7f1b4","#36a9cc","#4658f9","#d3057f","#43f7c8"],["#e22079","#4b80e0","#e6c7b4","#435ced","#e2b55a","#ea397d","#f4e2ae"],["#f21c59","#197M
abc","#f7f1b4","#7f63f7","#f98562","#e84b3a","#e9f49f"],["#0850b7","#6771f9","#8213bc","#75f9e0","#4848c1","#ffb3c9","#2e92ff"],["#3081e2","#5285dd","#9604af","#15abba","#0f0fce","#f7e579","#034a7f"],["#d80e3e","#6771f9","#8213bc","#f7ad77","#4848c1","#ffb3c9","#31b5ff"],["#ef4878","#5285dd","#9604af","#f4cb78","#0f0fce","#f7e579","#2a76d1"],["#f98246","#69acf7","#8213bc","#f7ad77","#4848c1","#ffb3c9","#31b5ff"],["#ed7d4a","#5285dd","#b529d3","#f4cb78","#0f0fce","#f7e579","#2a76d1"],["#f7cd48","#69d6f4","#8213bc","M
#f7ad77","#7649bf","#ffb3c9","#e6c7b4"],["#f49090","#21b5d8","#b529d3","#f4cb78","#5829b2","#f7e579","#f7f1b4"],["#4a82f4","#f22a51","#8213bc","#f7ad77","#905df4","#ffb3c9","#0c85ba"],["#4cb2f2","#b72c4e","#b529d3","#f4cb78","#542ad3","#f7e579","#096889"],["#4a82f4","#f22a51","#1522ba","#f7ad77","#d32fc0","#b6fffa","#0c85ba"],["#4cb2f2","#b72c4e","#483d9b","#f4cb78","#e50a6e","#f1ffb8","#096889"],["#4a82f4","#f22a51","#4b23db","#f7ad77","#d1304b","#5b99f4","#1dbcb4"],["#4cb2f2","#b72c4e","#694eea","#f4cb78","#d6166M
0","#5cd3f2","#096889"],["#ad4cf2","#f22a51","#8213bc","#f478b0","#5ff2f2","#ffb3c9","#0c85ba"],["#8b05e2","#b72c4e","#b529d3","#f4cb78","#3ea6b7","#f7e579","#096889"],["#584def","#f22a51","#a52cdd","#f2c679","#60caef","#d2b6ff","#0d53b7"],["#4f24c6","#b72c4e","#b529d3","#efaa7b","#3ea6b7","#f7e579","#458bdd"],["#584def","#ef592b","#2cdbc1","#f2c679","#6290ed","#b8fff1","#0d53b7"],["#4f24c6","#f27949","#2ec0d8","#efaa7b","#4067b5","#f7e579","#458bdd"],["#584def","#ed2e8a","#2eacd8","#f2c679","#6290ed","#6929ce","#0M
d53b7"],["#4f24c6","#c11670","#3070d6","#efaa7b","#4067b5","#4a4add","#458bdd"],["#584def","#ed2e8a","#2eacd8","#ef9c7b","#6290ed","#6929ce","#0d53b7"],["#4f24c6","#c11670","#3070d6","#fc583d","#4067b5","#4a4add","#458bdd"],["#b7b7b7","#0a0a0a","#ffffff","#dbdcdd","#b2b2b2","#a7a7a8","#4e4f4f"],["#d8d8d8","#636363","#dbdcdd","#b2b2b2","#4e4f4f","#e0e1e2","#3f3f3f"],["#5475f1","#ce7ca5","#b0f2da","#edded1","#80d3d8","#9fa1a6","#eafefe"],["#3155c4","#7534ad","#4597ad","#b7183b","#4058cc","#9e2a6f","#1eafab"],];functiM
on centerCanvas(){var e=(windowWidth-width)/2,f=(windowHeight-height)/2;cnv.position(e,f)}function setup(){wdt=windowWidth<windowHeight?windowWidth:windowHeight;let e=int(map(mathRand(),0,1,0,3)),f;0===e?(h=.7*(w=wdt),f="7:5"):1===e?(w=.7*(h=wdt),f="5:7"):2===e&&(w=wdt,h=wdt,f="1:1"),cnv=createCanvas(w,h),centerCanvas();pixelDensity(displayDensity()),smooth(),strokeWeight(strk=constrain((wdt/800).toFixed(1),.5,1));let l=int(1990*mathRand());noiseSeed(l),randomSeed(l),noiseDetail(2,1),strokeCap(ROUND),cols=floor(widM
th/(scl=wdt/135))+1,rows=floor(height/scl)+1,xx=floor(width/dsep),yy=floor(height/dsep),eigenvector_maj=Array(cols*rows),flowcolorfield=Array(cols*rows),eigenvector_min=Array(cols*rows),colAlg=int(random(2)),paletteIndex=int(map(random(1),0,1,0,palette1.length));let i=chroma.scale(palette1[paletteIndex]).colors(cols*rows);inc=random(.013,.036),t=range(0,10,dt);for(var c=0;c<1;c++){let s=random(width),a=random(height),_=random(width),$=random(height);integral_lines[c]=new Integral_line(s,a,"major"),integral_lines[c+M
1]=new Integral_line(_,$,"minor")}center=createVector(width/2,height/2),background(10);for(var o=0,n=0;n<rows;n++){for(var r=0,d=0;d<cols;d++){var b,p,u,x,y,g=d+n*cols,P=noise(r,o,zoff)*TAU;if(0===colAlg)b=355*noise(r/2+140,o/2+140,zoff/10),p=325*noise(r/2+40,o/2+40,zoff/10),u=355*noise(r/2+210,o/2+210,zoff/10),x=map(noise(r/2+250,o/2+250,zoff/10),0,1,165,255);else if(1===colAlg){var m=int(map(noise(r,o,zoff),0,1,0,i.length));b=chroma(i[m]).get("rgb.r"),p=chroma(i[m]).get("rgb.g"),u=chroma(i[m]).get("rgb.b"),x=map(M
noise(r/2+250,o/2+250,zoff/10),0,1,165,255)}var v=createVector(0,0);v.normalize();var j=map(d,0,cols,-width/2,width/2),B=map(n,0,rows,-height/2,height/2),k=createVector(j,B);k.normalize();let z=sqrt(pow((y=p5.Vector.fromAngle(PI/4)).x,2)+pow(y.y,2)),I=atan(y.y/y.x),A=exp(-1*pow(k.mag()-v.mag(),2))*z,C=math.matrix([[cos(2*I),sin(2*I)],[sin(2*I),-cos(2*I)]]),R=math.multiply(C,A);var K=createVector(math.eigs(R).vectors._data[0][0],math.eigs(R).vectors._data[0][1]),V=createVector(math.eigs(R).vectors._data[1][0],math.eM
igs(R).vectors._data[1][1]);K.mult(math.eigs(R).values._data[0]),V.mult(math.eigs(R).values._data[1]);let F=cos(2*I)*cos(2*I)-sin(2*I)*sin(2*I),T=[[cos(P),-sin(P)],[sin(P),cos(P)]];K.setMag(F),V.setMag(F);let M=math.multiply(T,[K.x,K.y]),G=math.multiply(T,[V.x,V.y]);eigenvector_maj[g]=createVector(M[0],M[1]),eigenvector_min[g]=createVector(G[0],G[1]),flowcolorfield[g]=[b,p,u,x],r+=inc}o+=inc,zoff+=3e-4}for(var n=0;n<yy;n+=1)for(var d=0;d<xx;d+=1){var g=d+n*xx;cells[g]=new Cell(d,n)}for(var c=0;c<30;c++){let S=newPaM
rticle3("major");null!==S&&integral_lines.push(S);let q=newParticle3("minor");null!==q&&integral_lines.push(q)}let D=cols*rows,E=0===colAlg?"Algorithm":"Palette";window.$generativeTraits={Type:"Flow Field",Vectors:D,Colors:E,Format:f}}function draw(){background(10),translate(center.x,center.y);for(var e=0;e<integral_lines.length;e++)integral_lines[e].follow(eigenvector_maj,eigenvector_min),integral_lines[e].edges(),integral_lines[e].changeCol(flowcolorfield),integral_lines[e].display(flowcolorfield);let f=cells.filM
ter(e=>!0===e.spot||!0===e.spot2).length;if(f<.9*cells.length){let l=newParticle4("major",0);null!==l&&integral_lines.push(l);let i=newParticle4("major",1);null!==i&&integral_lines.push(i);let c=newParticle4("minor",0);null!==c&&integral_lines.push(c);let s=newParticle4("minor",1);null!==s&&integral_lines.push(s);let a=newParticle3("major");null!==a&&integral_lines.push(a);let _=newParticle3("minor");null!==_&&integral_lines.push(_)}else if(f>=.9*cells.length&&f<cells.length-cells.length/180){let $=newParticle3("maM
jor");null!==$&&integral_lines.push($);let o=newParticle3("minor");null!==o&&integral_lines.push(o);let n=newParticle5("major");null!==n&&integral_lines.push(n);let r=newParticle5("minor");null!==r&&integral_lines.push(r);let d=newParticle6("major");null!==d&&integral_lines.push(d);let b=newParticle6("minor");null!==b&&integral_lines.push(b);let p=newParticle51("major");null!==p&&integral_lines.push(p);let u=newParticle51("minor");null!==u&&integral_lines.push(u);let x=newParticle52("major");null!==x&&integral_lineM
s.push(x);let y=newParticle52("minor");null!==y&&integral_lines.push(y)}else noLoop();noFill(),stroke(220),strokeWeight(10),rect(-width/2,-height/2,width,height)}class Tensor{constructor(e,f,l,i,c){this.matrix=e,this.majVector=f,this.minVector=l,this.majValue=i,this.minValue=c}}class Cell{constructor(e,f){this.i=e,this.j=f,this.spot=null,this.spot2=null,this.index,this.pos=[]}drawGrid(){noFill(),stroke(255),this.spot&&fill(255,0,0);let e=createVector(this.i,this.j);rect(e.x*dsep,e.y*dsep,dsep,dsep)}}function IntegrM
al_line(e,f,l){this.iniPos=createVector(map(e,0,width,-width/2,width/2),map(f,0,height,-height/2,height/2)),this.iniPos2=this.iniPos.copy(),this.iniPos3=this.iniPos.copy(),this.iniPos4=this.iniPos2.copy(),this.fBool=!0,this.fBool2=!0,this.fBool3=!0,this.fBool4=!0,this.obj=l,this.maj1=[],this.min=[],this.maj2=[],this.min2=[],this.col=int(random(4)),this.changeCol=function(e){switch(this.col){case 0:var f=this.iniPos.x,l=this.iniPos.y,i=interpolate_coord(f,l,scl,cols),c=e[i];c&&stroke(color(c[0],c[1],c[2],c[3]));breaM
k;case 1:var f=this.iniPos2.x,l=this.iniPos2.y,i=interpolate_coord(f,l,scl,cols),c=e[i];c&&stroke(color(c[0],c[1],c[2],c[3]));break;case 2:var f=this.iniPos3.x,l=this.iniPos3.y,i=interpolate_coord(f,l,scl,cols),c=e[i];c&&stroke(color(c[0],c[1],c[2],c[3]));break;case 3:var f=this.iniPos4.x,l=this.iniPos4.y,i=interpolate_coord(f,l,scl,cols),c=e[i];c&&stroke(color(c[0],c[1],c[2],c[3]))}},this.follow=function(e,f){if("major"===this.obj){if(this.fBool)for(let l=1;l<t.length;l++){var i=interpolate_coord(this.iniPos.x,thiM
s.iniPos.y,scl,cols);if(e[i]){let c=RK4step(f4,[this.iniPos.x,this.iniPos.y,e[i].x,e[i].y],t[l]-t[l-1]);this.maj1.push([c[0],c[1]]),this.iniPos=createVector(c[0],c[1]);var s=interpolate_coord(c[0],c[1],dsep,xx);if(cells[s]&&(cells[s].pos.push(createVector(c[0],c[1])),cells[s].spot=!0,cells[s].spot2)){this.fBool=cells[s].pos.every(e=>dist(e.x,e.y,c[0],c[1])>0);break}}}if(this.fBool3)for(let a=1;a<t.length;a++){var _=interpolate_coord(this.iniPos3.x,this.iniPos3.y,scl,cols);if(e[_]){let $=RK4step(f4,[this.iniPos3.x,tM
his.iniPos3.y,-1*e[_].x,-1*e[_].y],t[a]-t[a-1]);this.maj2.push([$[0],$[1]]),this.iniPos3=createVector($[0],$[1]);var s=interpolate_coord($[0],$[1],dsep,xx);if(cells[s]&&(cells[s].pos.push(createVector($[0],$[1])),cells[s].spot=!0,cells[s].spot2)){this.fBool3=cells[s].pos.every(e=>dist(e.x,e.y,$[0],$[1])>0);break}}}}if("minor"===this.obj){if(this.fBool2)for(let o=1;o<t.length;o++){var n=interpolate_coord(this.iniPos2.x,this.iniPos2.y,scl,cols);if(f[n]){let r=RK4step(f4,[this.iniPos2.x,this.iniPos2.y,f[n].x,f[n].y],tM
[o]-t[o-1]);this.min.push([r[0],r[1]]),this.iniPos2=createVector(r[0],r[1]);var s=interpolate_coord(r[0],r[1],dsep,xx);if(cells[s]&&(cells[s].pos.push(createVector(r[0],r[1])),cells[s].spot2=!0,cells[s].spot)){this.fBool2=cells[s].pos.every(e=>dist(e.x,e.y,r[0],r[1])>0);break}}}if(this.fBool4)for(let d=1;d<t.length;d++){var b=interpolate_coord(this.iniPos4.x,this.iniPos4.y,scl,cols);if(f[b]){let p=RK4step(f4,[this.iniPos4.x,this.iniPos4.y,-1*f[b].x,-1*f[b].y],t[d]-t[d-1]);this.min2.push([p[0],p[1]]),this.iniPos4=crM
eateVector(p[0],p[1]);var s=interpolate_coord(p[0],p[1],dsep,xx);if(cells[s]&&(cells[s].pos.push(createVector(p[0],p[1])),cells[s].spot2=!0,cells[s].spot)){this.fBool4=cells[s].pos.every(e=>dist(e.x,e.y,p[0],p[1])>0);break}}}}},this.display=function(e){noFill(),strokeWeight(strk),beginShape();let f=this.maj1;for(let l=0;l<f.length;l++)vertex(f[l][0],f[l][1]);endShape(),beginShape();let i=this.min;for(let c=0;c<i.length;c++)vertex(i[c][0],i[c][1]);endShape(),beginShape();let s=this.maj2;for(let a=0;a<s.length;a++)veM
rtex(s[a][0],s[a][1]);endShape(),beginShape();let _=this.min2;for(let $=0;$<_.length;$++)vertex(_[$][0],_[$][1]);endShape()},this.edges=function(){(this.iniPos.x>width/2||this.iniPos.x<-width/2||this.iniPos.y>height/2||this.iniPos.y<-height/2)&&(this.fBool=!1),(this.iniPos2.x>width/2||this.iniPos2.x<-width/2||this.iniPos2.y>height/2||this.iniPos2.y<-height/2)&&(this.fBool2=!1),(this.iniPos3.x>width/2||this.iniPos3.x<-width/2||this.iniPos3.y>height/2||this.iniPos3.y<-height/2)&&(this.fBool3=!1),(this.iniPos4.x>widthM
/2||this.iniPos4.x<-width/2||this.iniPos4.y>height/2||this.iniPos4.y<-height/2)&&(this.fBool4=!1)},this.other=function(e){let f=this.iniPos.x,l=this.iniPos.y;var i=interpolate_coord(f,l,dsep,xx);e[i]&&e[i].pos&&e[i].spot2&&(this.fBool=e[i].pos.every(e=>dist(e.x,e.y,f,l)>0));let c=this.iniPos2.x,s=this.iniPos2.y;var a=interpolate_coord(c,s,dsep,xx);e[a]&&e[a].pos&&e[a].spot&&(this.fBool2=e[a].pos.every(e=>dist(e.x,e.y,c,s)>0));let _=this.iniPos3.x,$=this.iniPos3.y;var o=interpolate_coord(_,$,dsep,xx);e[o]&&e[o].pos&M
&e[o].spot2&&(this.fBool3=e[o].pos.every(e=>dist(e.x,e.y,_,$)>0));let n=this.iniPos4.x,r=this.iniPos4.y;var d=interpolate_coord(n,r,dsep,xx);e[d]&&e[d].pos&&e[d].spot&&(this.fBool4=e[d].pos.every(e=>dist(e.x,e.y,n,r)>0))}}function newParticle3(e){let f=!1,l,i,c,s;for(;!f;){l=random(width),i=random(height),c=map(l,0,width,-width/2,width/2),s=map(i,0,height,-height/2,height/2);let a=floor(l/dsep)+1,_=floor(i/dsep)+1;if(a>0&&_>0&&a<xx-1&&_<yy-1){let $=[[a,_],[a-1,_-1],[a,_-1],[a+1,_-1],[a-1,_],[a+1,_],[a-1,_+1],[a,_+1M
],[a+1,_+1]],o=[];for(let n of $){let r=n[0]+n[1]*xx;o.push(...cells[r].pos)}f=o.every(function(e){return dist(e.x,e.y,c,s)>dsep-1})}}return f?new Integral_line(l,i,e):null}function newParticle4(e,f){let l=!1,i,c,s,a;for(;!l;){let _=[];for(let $ in integral_lines)integral_lines.length,"major"===e?0===f?_.push(...integral_lines[$].maj1):1===f&&_.push(...integral_lines[$].maj2):"minor"===e&&(0===f?_.push(...integral_lines[$].min):1===f&&_.push(...integral_lines[$].min2));let o=int(random(_.length-1)),n=_[o];_.findIndM
ex(e=>e[0]===n[0]&&e[1]===n[1]);let r=_.find((e,f)=>f===o+1);if(r){let d=r[0]-n[0],b=r[1]-n[1],p=sqrt(d*d+b*b),u=d/p,x=-(b/p),y=u;i=n[0]+x*dsep,c=n[1]+y*dsep,s=map(i,-width/2,width/2,0,width),a=map(c,-height/2,height/2,0,height);let g=floor(s/dsep),P=floor(a/dsep);if(g>0&&P>0&&g<xx-1&&P<yy-1){let m=[[g,P],[g-1,P-1],[g,P-1],[g+1,P-1],[g-1,P],[g+1,P],[g-1,P+1],[g,P+1],[g+1,P+1]],v=[];for(let j of m){let B=j[0]+j[1]*xx;v.push(...cells[B].pos)}l=v.every(function(e){return dist(e.x,e.y,i,c)>dsep-1})}}if(5>=frameRate())bM
reak}return l?new Integral_line(s,a,e):null}function newParticle5(e){let f=!1,l=0,i=0,c,s;nested_break:for(let a=0;a<floor(xx/2);a++)for(let _=0;_<floor(yy/2);_++){var $=a+_*xx;if(cells[$]&&(!cells[$].spot||!cells[$].spot2)){if(l=map(a,0,xx,0,width)+random(-.5,.5),i=map(_,0,yy,0,height)+random(-.5,.5),c=map(l,0,width,-width/2,width/2),s=map(i,0,height,-height/2,height/2),a>0&&_>0&&a<xx-1&&_<yy-1){let o=[[a,_],[a-1,_-1],[a,_-1],[a+1,_-1],[a-1,_],[a+1,_],[a-1,_+1],[a,_+1],[a+1,_+1]],n=[];for(let r of o){let d=r[0]+r[M
1]*xx;n.push(...cells[d].pos)}f=n.every(function(e){return dist(e.x,e.y,c,s)>dsep-1})}if(f)break nested_break}}return f?new Integral_line(l,i,e):null}function newParticle6(e){let f=!1,l=0,i=0,c,s;nested_break:for(let a=xx-1;a>=floor(xx/2);a--)for(let _=yy-1;_>=floor(yy/2);_--){var $=a+_*xx;if(cells[$]&&(!cells[$].spot||!cells[$].spot2)){if(l=map(a,0,xx,0,width)+random(-.5,.5),i=map(_,0,yy,0,height)+random(-.5,.5),c=map(l,0,width,-width/2,width/2),s=map(i,0,height,-height/2,height/2),a>0&&_>0&&a<xx-1&&_<yy-1){let o=M
[[a,_],[a-1,_-1],[a,_-1],[a+1,_-1],[a-1,_],[a+1,_],[a-1,_+1],[a,_+1],[a+1,_+1]],n=[];for(let r of o){let d=r[0]+r[1]*xx;n.push(...cells[d].pos)}f=n.every(function(e){return dist(e.x,e.y,c,s)>dsep-1})}if(f)break nested_break}}return f?new Integral_line(l,i,e):null}function newParticle51(e){let f=!1,l=0,i=0,c,s;nested_break:for(let a=0;a<floor(xx/2);a++)for(let _=floor(yy/2);_<yy;_++){var $=a+_*xx;if(cells[$]&&(!cells[$].spot||!cells[$].spot2)){if(l=map(a,0,xx,0,width)+random(-.5,.5),i=map(_,0,yy,0,height)+random(-.5M
,.5),c=map(l,0,width,-width/2,width/2),s=map(i,0,height,-height/2,height/2),a>0&&_>0&&a<xx-1&&_<yy-1){let o=[[a,_],[a-1,_-1],[a,_-1],[a+1,_-1],[a-1,_],[a+1,_],[a-1,_+1],[a,_+1],[a+1,_+1]],n=[];for(let r of o){let d=r[0]+r[1]*xx;n.push(...cells[d].pos)}f=n.every(function(e){return dist(e.x,e.y,c,s)>dsep-1})}if(f)break nested_break}}return f?new Integral_line(l,i,e):null}function newParticle52(e){let f=!1,l=0,i=0,c,s;nested_break:for(let a=xx-1;a>=floor(xx/2);a--)for(let _=floor(yy/2);_>=0;_--){var $=a+_*xx;if(cells[M
$]&&(!cells[$].spot||!cells[$].spot2)){if(l=map(a,0,xx,0,width)+random(-.5,.5),i=map(_,0,yy,0,height)+random(-.5,.5),c=map(l,0,width,-width/2,width/2),s=map(i,0,height,-height/2,height/2),a>0&&_>0&&a<xx-1&&_<yy-1){let o=[[a,_],[a-1,_-1],[a,_-1],[a+1,_-1],[a-1,_],[a+1,_],[a-1,_+1],[a,_+1],[a+1,_+1]],n=[];for(let r of o){let d=r[0]+r[1]*xx;n.push(...cells[d].pos)}f=n.every(function(e){return dist(e.x,e.y,c,s)>dsep-1})}if(f)break nested_break}}return f?new Integral_line(l,i,e):null}function RK4step(e,f,l){let i=math.mM
ultiply(e(f),l),c=math.multiply(e(math.add(f,math.multiply(.5,i))),l),s=math.multiply(e(math.add(f,math.multiply(.5,c))),l),a=math.multiply(e(math.add(f,s)),l);return math.add(f,math.divide(math.add(math.add(math.add(i,math.multiply(2,c)),math.multiply(2,s)),a),6))}function RK4integrate(e,f,l){let i=math.zeros(l.length,f.length);i._data[0]=f;for(let c=1;c<l.length;c++)i._data[c]=RK4step(e,i._data[c-1],l[c]-l[c-1]);return i._data}let f4=function(e){e[0],e[1];let f=e[2],l=e[3];return[f,l,-l,f]};function interpolate_cM
oord(e,f,l,i){let c=floor(map(e,-width/2,width/2,0,width)/l),s=floor(map(f,-height/2,height/2,0,height)/l);return c+s*i}function makeArr(e,f,l){for(var i=[],c=(f-e)/(l-1),s=0;s<l;s++)i.push(e+c*s);return i}const range=(e,f,l)=>Array.from({length:(f-e)/l+1},(f,i)=>e+i*l);function windowResized(){centerCanvas()}function keyTyped(){return"p"===key&&saveCanvas("diffusion","jpg"),!1}function touchStarted(){return 3===touches.length&&saveCanvas("diffusion","jpg"),!1}
    <script id="snippet-random-code" tM
ype="text/javascript">
        // DO NOT EDIT THIS SECTION
        let seed = window.location.href.split('/').find(t => t.includes('i0'));
        if (seed == null) {
            const alphabet = "0123456789abcdefghijklmnopqrstuvwsyz";
            seed = new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_ => alphabet[(Math.random() * alphabet.length) | 0]).join('') + "i0";
            let pattern = "seed=";
            for (let i = 0; i < seed.length - pattern.lengM
                if (seed.substring(i, i + pattern.length) == pattern) {
                    seed = seed.substring(i + pattern.length);
                    break;
        function cyrb128($) {
            let _ = 1779033703, u = 3144134277, i = 1013904242, l = 2773480762;
            for (let n = 0, r; n < $.length; n++) _ = u ^ Math.imul(_ ^ (r = $.charCodeAt(n)), 597399067), u = i ^ Math.imul(u ^ r, 2869860233), i = l ^ Math.imul(i ^ r, 951274213), l = _ ^ MathM
.imul(l ^ r, 2716044179);
            return _ = Math.imul(i ^ _ >>> 18, 597399067), u = Math.imul(l ^ u >>> 22, 2869860233), i = Math.imul(_ ^ i >>> 17, 951274213), l = Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]
        function sfc32($, _, u, i) {
            return function () {
                u >>>= 0, i >>>= 0;
                var l = ($ >>>= 0) + (_ >>>= 0) | 0;
                return $ = _ ^ _ >>> 9, _ = u + (u << 3) | 0, u = (u = u <M
< 21 | u >>> 11) + (l = l + (i = i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296
        let mathRand = sfc32(...cyrb128(seed));
            background-color: #fefefe;
            margin: 0px;
            overflow: hidden;
            width: 100%;
            height: 100%;
    <script type="text/javascript">
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "women.sats"
text/plain;charset=utf-8
  "name": "wwww.sats"
text/plain;charset=utf-8
  "name": "woman.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "whatthefuck.sats"
text/plain;charset=utf-8
  "name": "wtf.sats"
(:3=<9387@H\N@DWE78PmQW_bghg>Mqypdx\egc
/cB8Bcccccccccccccccccccccccccccccccccccccccccccccccccc
text/plain;charset=utf-8
  "name": "text.sats"
text/plain;charset=utf-8
<div id="control" style="display:flex;justify-content:center;align-items:center;height:100%">
  <div style="padding-right:20px">
    <h1>XENTRIS</h1>
    <p><strong>Xenians, click on the playing field!</strong></p>
    <p><strong>Left</strong> &larrhk;<br>
      <strong>Down</strong> &dArr;
      <br><strong>Right</strong> &rArr; </p>
    <p><strong>A</strong> to rotate counter-clockwise<br>
      <strong>S</strong> to rotate clockwise</p><br>
    XEN: <a href="https://xen.network" target="_blank">xen.networM
    Follow: <a href="https://twitter.com/jarosciak" target="_blank">@jarosciak</a>
  <div style="width:100%;text-align:center" id="tetris">
<script>/*<![CDATA[*/var TETRIS={config:{BlockSize:25,ControlKey:{Left:"37",Right:"39",Down:"40",RotateLeft:"65",RotateRight:"83"},FieldHeight:22,FieldWidth:10,LevelUpRow:10,LevelUpSpeed:50,PieceColor:{I:"red",J:"orange",L:"magenta",O:"blue",S:"lime",T:"olive",Z:"cyan"},ScoreMultiplier:10,StartingSpeed:1000,VoidColor:"#fafafa"},state:{sM
hape:{},form:[],color:"black",drop:!1,rotate:0,rows:0,score:0,level:1,next:"",over:!1,board:null,speed:0,interval:null},piece:{available:["I","J","L","O","S","T","Z"],type:{I:{start:[3,0],shape:[[[0,0],[1,0],[2,0],[3,0]],[[0,0],[0,1],[0,2],[0,3]]]},J:{start:[4,0],shape:[[[0,0],[0,1],[1,1],[2,1]],[[2,0],[1,0],[1,1],[1,2]],[[2,2],[2,1],[1,1],[0,1]],[[0,2],[1,2],[1,1],[1,0]]]},L:{start:[4,0],shape:[[[2,0],[2,1],[1,1],[0,1]],[[2,2],[1,2],[1,1],[1,0]],[[0,2],[0,1],[1,1],[2,1]],[[0,0],[1,0],[1,1],[1,2]]]},O:{start:[4,0],M
shape:[[[0,0],[1,0],[0,1],[1,1]]]},S:{start:[4,0],shape:[[[2,0],[1,0],[1,1],[0,1]],[[0,0],[0,1],[1,1],[1,2]]]},T:{start:[4,0],shape:[[[1,0],[0,1],[1,1],[2,1]],[[2,1],[1,0],[1,1],[1,2]],[[1,2],[2,1],[1,1],[0,1]],[[0,1],[1,2],[1,1],[1,0]]]},Z:{start:[4,0],shape:[[[0,0],[1,0],[1,1],[2,1]],[[2,0],[2,1],[1,1],[1,2]]]}}},play:function(c,a){for(var b in a=a||{},$T.config){a.hasOwnProperty(b)&&($T.config[b]=a[b])}$T.state.color=$T.config.VoidColor,$T.state.speed=$T.config.StartingSpeed,document.onkeydown=function(d){d=d||wM
indow.event,$T.fn.keyboardAction(d.keyCode,"event")},$T.fn.renderField(c),$T.fn.renderNextPiece(),$T.state.interval=setInterval($T.fn.stepInterval,$T.state.speed)},fn:{mod:function(b,a){return(b%a+a)%a},renderField:function(f){var c,d,g=document.getElementById(f);for(c=0,g.style.width=$T.config.BlockSize*$T.config.FieldWidth+"px",g.style.height=$T.config.BlockSize*$T.config.FieldHeight+"px",g.style.border="1px solid black";c<$T.config.FieldHeight;c++){var h=document.createElement("div");for(h.setAttribute("id","rowM
-"+c),h.setAttribute("class","field-row"),d=0;d<$T.config.FieldWidth;d++){var b=document.createElement("div");b.setAttribute("id","row-"+c+"-col-"+d),b.setAttribute("class","field-column"),b.setAttribute("taken","0"),b.setAttribute("control","0"),b.style.width=$T.config.BlockSize+"px",b.style.height=$T.config.BlockSize+"px",b.style.cssFloat="left",b.style.backgroundColor=$T.config.VoidColor,h.appendChild(b)}g.appendChild(h)}$T.state.board=document.createElement("div"),$T.state.board.style.fontFamily="monospace",$T.M
state.board.style.fontSize="smaller",$T.state.board.style.textAlign="center",$T.fn.renderBoard(),g.appendChild($T.state.board)},renderBlock:function(g,d,f,h,i,c){var b=document.getElementById("row-"+i+"-col-"+h);b.style.backgroundColor=g,d?b.setAttribute("taken","1"):b.setAttribute("taken","0"),f?b.setAttribute("control","1"):b.setAttribute("control","0")},renderPiece:function(h,f,g,j){var k=$T.piece.type[h].shape,c=k[$T.fn.mod(f,k.length)],b=$T.config.PieceColor[h];$T.config.VoidColor,$T.state.shape=k,$T.state.colM
or=$T.config.PieceColor[h];for(var d=0;d<4;d++){if(!$T.fn.isBlockAvailable(g+c[d][0],j+c[d][1])){return !1}}for(var d=0;d<4;d++){$T.fn.renderBlock(b,!0,!0,g+c[d][0],j+c[d][1],d),$T.state.form[d]=[g+c[d][0],j+c[d][1]]}return !0},renderNextPiece:function(){var c=Math.floor(Math.random()*$T.piece.available.length),a=$T.piece.available[c];if(""!=$T.state.next){var b=$T.state.next;$T.state.next=a,a=b}else{$T.state.next=a}var d=$T.piece.type[a];$T.fn.renderPiece(a,0,d.start[0],d.start[1])||($T.state.over=!0,clearIntervalM
($T.state.interval)),$T.fn.renderBoard()},renderBoard:function(){var a="";a+="[ROW: <strong>"+$T.state.rows+"</strong>] &bull; ",a+="[LVL: <strong>"+$T.state.level+"</strong>]<br />",a+="[PTS: <strong>"+$T.state.score+"</strong>] &bull; ",a+="[NXT: <strong>"+$T.state.next+"</strong>]<br />",$T.state.over&&(a+="<br />&bull; <strong>Game Over!</strong> &bull;"),$T.state.board.innerHTML=a},isBlockAvailable:function(c,a){if(block=document.getElementById("row-"+a+"-col-"+c)){var b=block.getAttribute("taken"),d=block.getM
Attribute("control");if("1"!=b||"1"==d){return !0}}return !1},stepInterval:function(){if($T.state.drop){$T.state.shape;var h,m,b,c=$T.state.form,b=$T.state.color;$T.config.VoidColor;for(var d=0;d<4;d++){$T.fn.renderBlock(b,!0,!1,c[d][0],c[d][1],d)}for(var j=0,f=0,d=$T.config.FieldHeight-1;d>0;d--){f=0;for(var g=0;g<$T.config.FieldWidth;g++){"1"==(m=(h=document.getElementById("row-"+d+"-col-"+g)).getAttribute("taken"))&&f++}if(f==$T.config.FieldWidth){j++;for(var p=d-1;p>0;p--){for(var k=0;k<$T.config.FieldWidth;k++M
){m=(h=document.getElementById("row-"+p+"-col-"+k)).getAttribute("taken"),b=h.style.backgroundColor,$T.fn.renderBlock(b,"1"==m,!1,k,p+1,0)}}d+=1}}j&&($T.state.rows+=j,$T.state.score+=Math.pow(j,2)*$T.config.ScoreMultiplier,Math.floor($T.state.rows/$T.config.LevelUpRow+1)>$T.state.level&&($T.state.level++,clearInterval($T.state.interval),$T.state.speed=$T.state.speed-$T.config.LevelUpSpeed,$T.state.interval=setInterval($T.fn.stepInterval,$T.state.speed))),$T.state.shape={},$T.state.form=[],$T.state.color=$T.config.VM
oidColor,$T.state.drop=!1,$T.state.rotate=0,$T.fn.renderNextPiece();return}$T.fn.keyboardAction($T.config.ControlKey.Down,"interval")},keyboardAction:function(j,p){var b=$T.state.shape,c=$T.state.form,d=$T.state.color,k=$T.config.VoidColor;if(j==$T.config.ControlKey.Left){for(var f=0;f<4;f++){if(!$T.fn.isBlockAvailable(c[f][0]-1,c[f][1])){return}}for(var f=0;f<4;f++){$T.fn.renderBlock(k,!1,!1,c[f][0],c[f][1],f)}for(var f=0;f<4;f++){$T.fn.renderBlock(d,!0,!0,c[f][0]-1,c[f][1],f),$T.state.form[f]=[c[f][0]-1,c[f][1]]}M
}else{if(j==$T.config.ControlKey.Right){for(var f=0;f<4;f++){if(!$T.fn.isBlockAvailable(c[f][0]+1,c[f][1])){return}}for(var f=0;f<4;f++){$T.fn.renderBlock(k,!1,!1,c[f][0],c[f][1],f)}for(var f=0;f<4;f++){$T.fn.renderBlock(d,!0,!0,c[f][0]+1,c[f][1],f),$T.state.form[f]=[c[f][0]+1,c[f][1]]}}else{if(j==$T.config.ControlKey.RotateLeft){for(var h,q,m=b[$T.fn.mod($T.state.rotate,b.length)],g=b[$T.fn.mod($T.state.rotate-1,b.length)],f=0;f<4;f++){if(h=c[f][0]-m[f][0]+g[f][0],q=c[f][1]-m[f][1]+g[f][1],!$T.fn.isBlockAvailable(M
h,q)){return}}for(var f=0;f<4;f++){$T.fn.renderBlock(k,!1,!1,c[f][0],c[f][1],f)}for(var f=0;f<4;f++){h=c[f][0]-m[f][0]+g[f][0],q=c[f][1]-m[f][1]+g[f][1],$T.fn.renderBlock(d,!0,!0,h,q,f),$T.state.form[f]=[h,q]}$T.state.rotate--}else{if(j==$T.config.ControlKey.RotateRight){for(var h,q,m=b[$T.fn.mod($T.state.rotate,b.length)],g=b[$T.fn.mod($T.state.rotate+1,b.length)],f=0;f<4;f++){if(h=c[f][0]-m[f][0]+g[f][0],q=c[f][1]-m[f][1]+g[f][1],!$T.fn.isBlockAvailable(h,q)){return}}for(var f=0;f<4;f++){$T.fn.renderBlock(k,!1,!1M
,c[f][0],c[f][1],f)}for(var f=0;f<4;f++){h=c[f][0]-m[f][0]+g[f][0],q=c[f][1]-m[f][1]+g[f][1],$T.fn.renderBlock(d,!0,!0,h,q,f),$T.state.form[f]=[h,q]}$T.state.rotate++}else{if(j==$T.config.ControlKey.Down){for(var f=0;f<4;f++){if(!$T.fn.isBlockAvailable(c[f][0],c[f][1]+1)){"interval"==p&&($T.state.drop=!0);return}}for(var f=0;f<4;f++){$T.fn.renderBlock(k,!1,!1,c[f][0],c[f][1],f)}for(var f=0;f<4;f++){$T.fn.renderBlock(d,!0,!0,c[f][0],c[f][1]+1,f),$T.state.form[f]=[c[f][0],c[f][1]+1]}}}}}}}}},$T=TETRIS;TETRIS.play("te>tris",{BlockSize:18,ScoreMultiplier:5});/*]]>*/</script>
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
Sanctus Ioannes Paulus II (16.X.1978-02.IV.2005)
a (18.V.1920-02.IV.2005)h!
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
||\\\\\\\\<<<<<<\<\<\\\\|||zq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
nnnnnnnnnnnnnnnnnnnnnnnn
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
UUUUUV5UUUUUUUUUUUUU\
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
vvfWffevffWffevvfWgfevvfWgfevvfWgfevvfWgfeh
text/plain;charset=utf-8
  "name": "66666.sats"
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
gtgtgtgugugugvgvgvgvgwM
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
3wwwwwwwwwwwwwwwwwwww2R
|J.*.*.*.*.*.*.*.*.*.*)
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
{{{{{{{{{{{www{w{wwwwwwwwwwwwwwwwwwwww{{{{{{x
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
UUUUUUUUUUUUUUUUUUUJ
y9999y9999y9999yyyyy
FtgFtgFtgFtgFtgFtgFt:
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
J%]]]]]]]]]]]]]]]]]]]]]]]]]]_ (
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
mUUUUUUUUUUUUUUUUUU$
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
OU2U2U2U2U2U2U2U2U2U2U2U2U2U2U2U2U2U2U2OZ
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
]]]]]]]]]]]]]]]]]]]]]]]]_&!
++++++++++++++++++++jQ
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
  "name": "starbucks.sats"
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
`LLMMMMMMMMMMLLLLM(8.a
J%]]]]]]]]]]]]]]]]]]]]]]]_-
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
@UUUUUUUUUUUUUUUUUUUUaD
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
]qk<NEDTEDTEDTEDTEDTEDTEDTmW*
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
RU%RU%RU%RU%RU%RU%RU%RU!R1T
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
MeUUUUUUUUUUUUUUUUUU
6#b6#b6#b6#b6#b6#b6#b6#b6#b6
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
333333333333*fffffI%
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
UUUUUUUUUUUUUUUUUUUU\i
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
h^'h^'i^'i^'i^'i^'iGi;I
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
%UUUUUUUUUUUUUUUUUUUUUUUUUT
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
~~nnn^^^^^NN^N^n~~~~~~~~~n^NNNNNNNNNNNNNN^^nnnnnnnn^^L
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
3C43C43C43C43C43C43C43C43C43C43C43C43C5
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
  "name": "sat.sats"
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
NS//77777///////'/'' }
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
  "name": "okx.sats"
text/plain;charset=utf-8
  "name": "louis.sats"
text/plain;charset=utf-8
  "name": "jason.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "gem.sats"
text/plain;charset=utf-8
  "name": "051.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "nude.sats"
text/plain;charset=utf-8
  "name": "king.sats"
text/plain;charset=utf-8
  "name": "boss.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "sale.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "752.sats"
text/plain;charset=utf-8
  "name": "hotel.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "049.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "yuan.sats"
text/plain;charset=utf-8
  "name": "xxxxxx.sats"
text/plain;charset=utf-8
  "name": "yyyy.sats"
text/plain;charset=utf-8
  "name": "yyy.sats"
text/plain;charset=utf-8
  "name": "yeah.sats"
text/plain;charset=utf-8
  "name": "xxxx.sats"
text/plain;charset=utf-8
  "name": "xxxxx.sats"
text/plain;charset=utf-8
  "name": "yes.sats"
text/plain;charset=utf-8
  "name": "porn.sats"
FjDOUT:8E31B46CE4921561D0B96ACA9B9932DBEF98B41E278A3A0586E1EB83F582CA79
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:08519AFDB23D11ED8DCBF4BBA0ED4571" xmpMM:DocumentID="xmp.did:08519AFEB23D11ED8DCBF4BBA0ED4571"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:08519AFBB23D11ED8DCBF4BBA0ED4571" stRef:documentID="xmp.did:08519AFCB23D11ED8DCBF4BBA0ED4571"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-23T15:45:24-05:00" xmp:ModifyDate="2023-02-23T15:45:24-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:446824e5-9d11-bb48-a679-0e2972fa7079" xmpMM:DocumentID="adobe:docid:photoshop:726db369-1650-b349-9b49-7974c374aa69" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:b81d63fc-e472-0340-93bf-b73a7f00d477" stEvt:when="2023-02-23T15:45:24-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:446824e5-9d11-bb48-a679-0e2972fa7079" stEvt:when="2023-02-23T15:45:24-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:b81d63fc-e472-0340-93bf-b73a7f00d477" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>\*
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:07FEF1A0B23D11EDBD79E870C76AEBC4" xmpMM:DocumentID="xmp.did:07FEF1A1B23D11EDBD79E870C76AEBC4"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:07FEF19EB23D11EDBD79E870C76AEBC4" stRef:documentID="xmp.did:07FEF19FB23D11EDBD79E870C76AEBC4"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:08FF1BF7B23D11ED932EBBA3CB580FD9" xmpMM:DocumentID="xmp.did:08FF1BF8B23D11ED932EBBA3CB580FD9"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:08FF1BF5B23D11ED932EBBA3CB580FD9" stRef:documentID="xmp.did:08FF1BF6B23D11ED932EBBA3CB580FD9"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:09588E5FB23D11EDB9DCCFC5FB4695D7" xmpMM:DocumentID="xmp.did:09588E60B23D11EDB9DCCFC5FB4695D7"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:09588E5DB23D11EDB9DCCFC5FB4695D7" stRef:documentID="xmp.did:09588E5EB23D11EDB9DCCFC5FB4695D7"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:08A51ECCB23D11EDBB3A8BD2C60BE37F" xmpMM:DocumentID="xmp.did:08A51ECDB23D11EDBB3A8BD2C60BE37F"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:08A51ECAB23D11EDBB3A8BD2C60BE37F" stRef:documentID="xmp.did:08A51ECBB23D11EDBB3A8BD2C60BE37F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:07AF472FB23D11ED85B68DBB46036D3F" xmpMM:DocumentID="xmp.did:07AF4730B23D11ED85B68DBB46036D3F"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:07AF472DB23D11ED85B68DBB46036D3F" stRef:documentID="xmp.did:07AF472EB23D11ED85B68DBB46036D3F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:075FDEE1B23D11EDAE2FA64FE890F027" xmpMM:DocumentID="xmp.did:075FDEE2B23D11EDAE2FA64FE890F027"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:075FDEDFB23D11EDAE2FA64FE890F027" stRef:documentID="xmp.did:075FDEE0B23D11EDAE2FA64FE890F027"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "750.sats"
text/plain;charset=utf-8
  "name": "pain.sats"
YiTXtXML:com.adobe.xmp
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 6.0.0">
   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about=""
            xmlns:tiff="http://ns.adobe.com/tiff/1.0/">
         <tiff:Orientation>1</tiff:Orientation>
      </rdf:Description>
text/plain;charset=utf-8
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
GBKRMW=:A74:306'$(" $/,2
text/plain;charset=utf-8
  "name": "ngaiyeah.sats"
"!"KKK0/0===YYYeeeqpp}}}
-E(Hs*Hw ?c)Iv ?b @c(Hs
text/plain;charset=utf-8
  "name": "88888888.sats"
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUP*
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
eeeeeeeeeeeeeeeeeeel
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
hp)hp)hp)hp)hp)hp)hpi
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
FTeFTeFTeFTeETUETUETeFTUETK
text/plain;charset=utf-8
A Cypherpunk's Manifesto
                        by Eric Hughes
Privacy is necessary for an open society in the electronic age.
Privacy is not secrecy.  A private matter is something one doesn't
want the whole world to know, but a secret matter is something one
doesn't want anybody to know. Privacy is the power to selectively
reveal oneself to the world.
If two parties have some sort of dealings, then each has a memory of
their interaction.  Each party can speak about their own memory of
this; how could anyoneM
 prevent it?  One could pass laws against it,
but the freedom of speech, even more than privacy, is fundamental to
an open society; we seek not to restrict any speech at all.  If many
parties speak together in the same forum, each can speak to all the
others and aggregate together knowledge about individuals and other
parties.  The power of electronic communications has enabled such
group speech, and it will not go away merely because we might want it
Since we desire privacy, we must ensure that each party to M
transaction have knowledge only of that which is directly necessary
for that transaction.  Since any information can be spoken of, we
must ensure that we reveal as little as possible.  In most cases
personal identity is not salient. When I purchase a magazine at a
store and hand cash to the clerk, there is no need to know who I am.
When I ask my electronic mail provider to send and receive messages,
my provider need not know to whom I am speaking or what I am saying
or what others are saying to me;  my provider M
only need know how to
get the message there and how much I owe them in fees.  When my
identity is revealed by the underlying mechanism of the transaction,
I have no privacy.  I cannot here selectively reveal myself; I must
_always_ reveal myself.
Therefore, privacy in an open society requires anonymous transaction
systems.  Until now, cash has been the primary such system.  An
anonymous transaction system is not a secret transaction system.  An
anonymous system empowers individuals to reveal their identity when
sired and only when desired; this is the essence of privacy.
Privacy in an open society also requires cryptography.  If I say
something, I want it heard only by those for whom I intend it.  If
the content of my speech is available to the world, I have no
privacy.  To encrypt is to indicate the desire for privacy, and to
encrypt with weak cryptography is to indicate not too much desire for
privacy.  Furthermore, to reveal one's identity with assurance when
the default is anonymity requires the cryptographic signatM
We cannot expect governments, corporations, or other large, faceless
organizations to grant us privacy out of their beneficence.  It is to
their advantage to speak of us, and  we should expect that they will
speak.  To try to prevent their speech is to fight against the
realities of information. Information does not just want to be free,
it longs to be free.  Information expands to fill the available
storage space.  Information is Rumor's younger, stronger cousin;
Information is fleeter of foot, has more eyesM
understands less than Rumor.
We must defend our own privacy if we expect to have any.  We must
come together and create systems which allow anonymous transactions
to take place.  People have been defending their own privacy for
centuries with whispers, darkness, envelopes, closed doors, secret
handshakes, and couriers.  The technologies of the past did not allow
for strong privacy, but electronic technologies do.
We the Cypherpunks are dedicated to building anonymous systems.  We
ur privacy with cryptography, with anonymous mail
forwarding systems, with digital signatures, and with electronic
Cypherpunks write code.  We know that someone has to write software
to defend privacy, and since we can't get privacy unless we all do,
we're going to write it. We publish our code so that our fellow
Cypherpunks may practice and play with it. Our code is free for all
to use, worldwide.  We don't much care if you don't approve of the
software we write.  We know that software can't be destroyed aM
a widely dispersed system can't be shut down.
Cypherpunks deplore regulations on cryptography, for encryption is
fundamentally a private act.  The act of encryption, in fact, removes
information from the public realm.  Even laws against cryptography
reach only so far as a nation's border and the arm of its violence.
Cryptography will ineluctably spread over the whole globe, and with
it the anonymous transactions systems that it makes possible.
For privacy to be widespread it must be part of a social conM
People must come and together deploy these systems for the common
good.  Privacy only extends so far as the cooperation of one's
fellows in society.  We the Cypherpunks seek your questions and your
concerns and hope we may engage you so that we do not deceive
ourselves.  We will not, however, be moved out of our course because
some may disagree with our goals.
The Cypherpunks are actively engaged in making the networks safer for
privacy.  Let us proceed together apace.
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:5D59961EB23C11EDA0E59AD25A16FE15" xmpMM:DocumentID="xmp.did:5D59961FB23C11EDA0E59AD25A16FE15"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:5D59961CB23C11EDA0E59AD25A16FE15" stRef:documentID="xmp.did:5D59961DB23C11EDA0E59AD25A16FE15"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "zzzz.sats"
text/plain;charset=utf-8
  "name": "044.sats"
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
QWWWWWWWWWWWWWWWWWWWWW
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
'>%%>B///BG=;;=GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
''3&3=&&=G=2=GGGDDGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
'>%%>B///BG=;;=GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
''3&3=&&=G=2=GGGDDGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
'>%%>B///BG=;;=GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
''3&3=&&=G=2=GGGDDGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
'>%%>B///BG=;;=GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
''3&3=&&=G=2=GGGDDGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
{"attributes":[{"trait_type":"Fur","value":"Cream"},{"trait_type":"Eyes","value":"Sleepy"},{"trait_type":"Mouth","value":"Bored Cigarette"},{"trait_type":"Background","value":"Gray"},{"trait_type":"Hat","value":"Cowboy Hat"},{"trait_type":"Clothes","value":"Bitcoin T Yellow"}],"external_url":"https://baycbitcoin.com/index/bayc/1815","image":"ipfs://QmWwSKeAhhs1CNNDDkMaYgdWvZjrCUyfczc51JXp81i3H1/1815.png"}
 .)10.)-,3:J>36F7,-@WAFLNRSR2>ZaZP`JQRO
&O5-5OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
{"attributes":[{"trait_type":"Eyes","value":"Bored"},{"trait_type":"Fur","value":"Robot"},{"trait_type":"Mouth","value":"Bored"},{"trait_type":"Clothes","value":"Bone Tee"},{"trait_type":"Background","value":"Orange"},{"trait_type":"Hat","value":"Seaman's Hat"}],"external_url":"https://baycbitcoin.com/index/bayc/5508","image":"ipfs://QmWwSKeAhhs1CNNDDkMaYgdWvZjrCUyfczc51JXp81i3H1/5508.png"}
,3:J>36F7,-@WAFLNRSR2>ZaZP`JQRO
&O5-5OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
{"attributes":[{"trait_type":"Eyes","value":"X Eyes"},{"trait_type":"Fur","value":"Gray"},{"trait_type":"Mouth","value":"Discomfort"},{"trait_type":"Clothes","value":"Tweed Suit"},{"trait_type":"Hat","value":"Ww2 Pilot Helm"},{"trait_type":"Background","value":"Blue"}],"external_url":"https://baycbitcoin.com/index/bayc/2266","image":"ipfs://QmWwSKeAhhs1CNNDDkMaYgdWvZjrCUyfczc51JXp81i3H1/2266.png"}
.)10.)-,3:J>36F7,-@WAFLNRSR2>ZaZP`JQRO
&O5-5OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
{"attributes":[{"trait_type":"Fur","value":"Brown"},{"trait_type":"Mouth","value":"Bored Unshaven"},{"trait_type":"Eyes","value":"Laser Eyes"},{"trait_type":"Background","value":"Orange"}],"external_url":"https://baycbitcoin.com/index/bayc/6022","image":"ipfs://QmWwSKeAhhs1CNNDDkMaYgdWvZjrCUyfczc51JXp81i3H1/6022.png"}
 .)10.)-,3:J>36F7,-@WAFLNRSR2>ZaZP`JQRO
&O5-5OOOOOOOOOOOOOOOOOOOOOOOOOOOOM
OOOOOOOOOOOOOOOOOOOOOO
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
{"attributes":[{"trait_type":"Mouth","value":"Bored Unshaven"},{"trait_type":"Fur","value":"Robot"},{"trait_type":"Hat","value":"Baby's Bonnet"},{"trait_type":"Clothes","value":"Black Holes T"},{"trait_type":"Background","value":"Yellow"},{"trait_type":"Eyes","value":"Scumbag"},{"trait_type":"Earring","value":"Gold Stud"}],"external_url":"https://baycbitcoin.com/index/bayc/4087","image":"ipfs://QmWwSKeAhhs1CNNDDkMaYgdWvZjrCUyfczc51JXp81i3H1/4087.png"}
 .)10.)-,3:J>36F7,-@WAFLNRSR2>ZaZP`JQRO
&O5-5OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuM
text/plain;charset=utf-8
  "name": "8887.sats"
text/plain;charset=utf-8
  "name": "8828.sats"
text/plain;charset=utf-8
  "name": "8858.sats"
text/plain;charset=utf-8
  "name": "8882.sats"
text/plain;charset=utf-8
  "name": "8881.sats"
text/plain;charset=utf-8
  "name": "8889.sats"
text/plain;charset=utf-8
  "name": "top.sats"
text/plain;charset=utf-8
  "name": "8823.sats"
text/plain;charset=utf-8
  "name": "8878.sats"
text/plain;charset=utf-8
  "name": "8883.sats"
text/plain;charset=utf-8
  "name": "8886.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "decrypt.sats"
text/plain;charset=utf-8
  "name": "jeffberwick.sats",
  "npub": "npub1ht3qlgtgrf0uxjglre5cm4v8hvkkzcvzxe026mqgckm800mvafnsemytv3" h!
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "1337.sats"
text/plain;charset=utf-8
  "name": "1100.sats"
text/plain;charset=utf-8
  "name": "2600.sats"
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0C7BC73EB23D11EDA4A197FE8AED4535" xmpMM:DocumentID="xmp.did:0C7BC73FB23D11EDA4A197FE8AED4535"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0C7BC73CB23D11EDA4A197FE8AED4535" stRef:documentID="xmp.did:0C7BC73DB23D11EDA4A197FE8AED4535"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0BD3E794B23D11EDB7B89EEA41638CEE" xmpMM:DocumentID="xmp.did:0BD3E795B23D11EDB7B89EEA41638CEE"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0BD3E792B23D11EDB7B89EEA41638CEE" stRef:documentID="xmp.did:0BD3E793B23D11EDB7B89EEA41638CEE"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0CD58619B23D11ED8F4BA0FD4F90A1BC" xmpMM:DocumentID="xmp.did:0CD5861AB23D11ED8F4BA0FD4F90A1BC"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0CD58617B23D11ED8F4BA0FD4F90A1BC" stRef:documentID="xmp.did:0CD58618B23D11ED8F4BA0FD4F90A1BC"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-23T15:55:48-05:00" xmp:ModifyDate="2023-02-23T15:55:48-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:d3f98134-5b09-4040-bde8-49432debdc93" xmpMM:DocumentID="adobe:docid:photoshop:3a0ce3cc-9c55-424d-9b1a-06d95e39c3bd" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:aa0b4b7e-51ca-8b4c-858a-71c45b9a0b31" stEvt:when="2023-02-23T15:55:48-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:d3f98134-5b09-4040-bde8-49432debdc93" stEvt:when="2023-02-23T15:55:48-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:aa0b4b7e-51ca-8b4c-858a-71c45b9a0b31" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0C287F03B23D11EDA3BE85161A5B8A53" xmpMM:DocumentID="xmp.did:0C287F04B23D11EDA3BE85161A5B8A53"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0C287F01B23D11EDA3BE85161A5B8A53" stRef:documentID="xmp.did:0C287F02B23D11EDA3BE85161A5B8A53"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0AC2C291B23D11ED9A24E80575021E9C" xmpMM:DocumentID="xmp.did:0AC2C292B23D11ED9A24E80575021E9C"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0AC2C28FB23D11ED9A24E80575021E9C" stRef:documentID="xmp.did:0AC2C290B23D11ED9A24E80575021E9C"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0B7DA411B23D11ED8EE892771B20032A" xmpMM:DocumentID="xmp.did:0B7DA412B23D11ED8EE892771B20032A"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0B7DA40FB23D11ED8EE892771B20032A" stRef:documentID="xmp.did:0B7DA410B23D11ED8EE892771B20032A"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0B1DC231B23D11ED8B0EE4B805CE48AD" xmpMM:DocumentID="xmp.did:0B1DC232B23D11ED8B0EE4B805CE48AD"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0B1DC22FB23D11ED8B0EE4B805CE48AD" stRef:documentID="xmp.did:0B1DC230B23D11ED8B0EE4B805CE48AD"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0A645E79B23D11ED94C6F41AD40CCDB0" xmpMM:DocumentID="xmp.did:0A645E7AB23D11ED94C6F41AD40CCDB0"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0A645E77B23D11ED94C6F41AD40CCDB0" stRef:documentID="xmp.did:0A645E78B23D11ED94C6F41AD40CCDB0"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0A12F069B23D11ED9A989504B3425818" xmpMM:DocumentID="xmp.did:0A12F06AB23D11ED9A989504B3425818"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0A12F067B23D11ED9A989504B3425818" stRef:documentID="xmp.did:0A12F068B23D11ED9A989504B3425818"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:09B4107CB23D11ED9134C4D82AA9A3E0" xmpMM:DocumentID="xmp.did:09B4107DB23D11ED9134C4D82AA9A3E0"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:09B4107AB23D11ED9134C4D82AA9A3E0" stRef:documentID="xmp.did:09B4107BB23D11ED9134C4D82AA9A3E0"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
text/plain;charset=utf-8
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
YiTXtXML:com.adobe.xmp
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 6.0.0">
   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about=""
            xmlns:tiff="http://ns.adobe.com/tiff/1.0/">
         <tiff:Orientation>1</tiff:Orientation>
      </rdf:Description>
text/plain;charset=utf-8
  "name": "yeah.sats"
((((((((((((((((((((((((((((((((((((((((((((((((((
text/plain;charset=utf-8
  "name": "f2pool.sats"
text/plain;charset=utf-8
 Cq8XXZu;l.0Uh`*A.@j
text/plain;charset=utf-8
  "name": "magic.sats"
text/plain;charset=utf-8
  "name": "tiger.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "air.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "may.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-23T16:19:31-05:00" xmp:ModifyDate="2023-02-23T16:19:31-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:729a22ec-642c-a34c-8650-6f26bc2c8d09" xmpMM:DocumentID="adobe:docid:photoshop:48b9eeeb-04c5-7749-9685-71a54c65c1d2" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:81159d54-e01f-544c-b629-6cb8b4cc86d2" stEvt:when="2023-02-23T16:19:31-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:729a22ec-642c-a34c-8650-6f26bc2c8d09" stEvt:when="2023-02-23T16:19:31-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:81159d54-e01f-544c-b629-6cb8b4cc86d2" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
text/plain;charset=utf-8
  "name": "3700.sats"
text/plain;charset=utf-8
  "name": "9400.sats"
text/plain;charset=utf-8
  "name": "4300.sats"
text/plain;charset=utf-8
  "name": "7900.sats"
text/plain;charset=utf-8
  "name": "5100.sats"
text/plain;charset=utf-8
  "name": "8200.sats"
text/plain;charset=utf-8
  "name": "6800.sats"
text/plain;charset=utf-8
  "name": "enslabs.sats"
text/plain;charset=utf-8
  "name": "house.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "neutral.sats"
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
5M^^NNN^^^^^^^^^^NCS
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "lightspark.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "9988.sats"
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
s)?S)?S)?S)?S)?S)?S)?S)
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
#5!&!!&!5/8.+.8/TB::BTaQMQauiiu
k'{'{'{'{'{g{'k'{g{ {'{g{ {e.
icqmaeaP\`AY_=X];U\:U\8XXDUY;SX8QW5NOTNQ4
/ViaBTC/Mined by whatkript2/,
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "hero.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
FjDOUT:9ABAD2DE454E6789364889B2C4AD69FCEA921E9814E8F3F282881D96AC78FCE5
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0E94722CB23D11EDA0D9AB42FE0D6B1F" xmpMM:DocumentID="xmp.did:0E94722DB23D11EDA0D9AB42FE0D6B1F"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0E94722AB23D11EDA0D9AB42FE0D6B1F" stRef:documentID="xmp.did:0E94722BB23D11EDA0D9AB42FE0D6B1F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0F479C6BB23D11ED981A9CCDDB9DFD3E" xmpMM:DocumentID="xmp.did:0F479C6CB23D11ED981A9CCDDB9DFD3E"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0F479C69B23D11ED981A9CCDDB9DFD3E" stRef:documentID="xmp.did:0F479C6AB23D11ED981A9CCDDB9DFD3E"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0E407283B23D11EDBF09F1DFBB108983" xmpMM:DocumentID="xmp.did:0E407284B23D11EDBF09F1DFBB108983"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0E407281B23D11EDBF09F1DFBB108983" stRef:documentID="xmp.did:0E407282B23D11EDBF09F1DFBB108983"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0EEDCDA2B23D11EDB2DEBC1E1B4C0285" xmpMM:DocumentID="xmp.did:0EEDCDA3B23D11EDB2DEBC1E1B4C0285"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0EEDCDA0B23D11EDB2DEBC1E1B4C0285" stRef:documentID="xmp.did:0EEDCDA1B23D11EDB2DEBC1E1B4C0285"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:10043D95B23D11EDA40DFD6558E7FC93" xmpMM:DocumentID="xmp.did:10043D96B23D11EDA40DFD6558E7FC93"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:10043D93B23D11EDA40DFD6558E7FC93" stRef:documentID="xmp.did:10043D94B23D11EDA40DFD6558E7FC93"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:110F7058B23D11EDB5E58EA158C160B2" xmpMM:DocumentID="xmp.did:110F7059B23D11EDB5E58EA158C160B2"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:110F7056B23D11EDB5E58EA158C160B2" stRef:documentID="xmp.did:110F7057B23D11EDB5E58EA158C160B2"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0DEC5FC6B23D11EDB6AAE357063B5FB0" xmpMM:DocumentID="xmp.did:0DEC5FC7B23D11EDB6AAE357063B5FB0"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0DEC5FC4B23D11EDB6AAE357063B5FB0" stRef:documentID="xmp.did:0DEC5FC5B23D11EDB6AAE357063B5FB0"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:10B3F8D9B23D11EDBBE2E5BFA720BBB9" xmpMM:DocumentID="xmp.did:10B3F8DAB23D11EDBBE2E5BFA720BBB9"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:10B3F8D7B23D11EDBBE2E5BFA720BBB9" stRef:documentID="xmp.did:10B3F8D8B23D11EDBBE2E5BFA720BBB9"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0D2E9308B23D11ED9C0AD8C70698819F" xmpMM:DocumentID="xmp.did:0D2E9309B23D11ED9C0AD8C70698819F"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0D2E9306B23D11ED9C0AD8C70698819F" stRef:documentID="xmp.did:0D2E9307B23D11ED9C0AD8C70698819F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0FA06291B23D11EDAE74A645C454A197" xmpMM:DocumentID="xmp.did:0FA06292B23D11EDAE74A645C454A197"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0FA0628FB23D11EDAE74A645C454A197" stRef:documentID="xmp.did:0FA06290B23D11EDAE74A645C454A197"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:0D88C813B23D11EDAB88CC828899A939" xmpMM:DocumentID="xmp.did:0D88C814B23D11EDAB88CC828899A939"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0D88C811B23D11EDAB88CC828899A939" stRef:documentID="xmp.did:0D88C812B23D11EDAB88CC828899A939"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:105B89DBB23D11ED9EDFCC1EC353AB4C" xmpMM:DocumentID="xmp.did:105B89DCB23D11ED9EDFCC1EC353AB4C"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:105B89D9B23D11ED9EDFCC1EC353AB4C" stRef:documentID="xmp.did:105B89DAB23D11ED9EDFCC1EC353AB4C"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-23T16:36:06-05:00" xmp:ModifyDate="2023-02-23T16:36:06-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:1d29b294-b380-a242-ae5a-30a69e976a1e" xmpMM:DocumentID="adobe:docid:photoshop:0c3f1003-347b-7f46-8a0e-3e66caccc133" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:6f35362f-81bf-4948-ae68-d8c526444766" stEvt:when="2023-02-23T16:36:06-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:1d29b294-b380-a242-ae5a-30a69e976a1e" stEvt:when="2023-02-23T16:36:06-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:6f35362f-81bf-4948-ae68-d8c526444766" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
text/plain;charset=utf-8
  "name": "8886.sats"
text/plain;charset=utf-8
  "name": "Zhoujielun.sats"
text/plain;charset=utf-8
  "name": "chatGPT.sats"
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350">
    .base{fill:#4d4d4d;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link{fill:blue;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link2:hover{fill:Blue!important;}
    .link3:hover{fill:#1DA1F2!important;}
h="100%" height="100%" fill="#f2a900"/>
  <text font-size="50" x="50%" y="40%" class="base">bitbags.io</text>
  <a href="https://bitbags.io" target="__blank__">
    <text font-size="20" x="50%" y="55%" class="base link2">Inscribe Here</text>
  <a href="https://twitter.com/bitbagsordinal" target="_blank_2">
    <g transform="translate(280, 265) scale(0.5)">
      <path class="base link3" d="M109.75 92.2701C110 130.1 78 156.89 27.38 136.15C39.16 134.49 47.92 131.15 54.38 126.96C47.31 124.39 38.28 115.49 36.19 M
110.71L44.3 109.36C44.3 109.36 35.22 100.27 32.71 90.1001L42.83 91.4801C42.83 91.4801 37.12 83.0201 38.83 67.8701C45.85 79.3801 59.4 89.2201 71.45 92.0001C70 67.0001 94 62.5101 104.66 75.0501L119.56 72.7001L112.41 81.9301L122.62 85.4201L109.75 92.2701Z"/>
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "cali.sats",
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "015.sats"
c/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
  "name": "austin.sats"
text/plain;charset=utf-8
  "name": "017.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "042.sats"
text/plain;charset=utf-8
  "name": "miami.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "mexico.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "-88.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "tequila.sats"
text/plain;charset=utf-8
  "name": "rum.sats"
text/plain;charset=utf-8
  "name": "wto.sats"
text/plain;charset=utf-8
  "name": "j2p2.sats"
text/plain;charset=utf-8
  "name": "lease.sats"
text/plain;charset=utf-8
  "name": "-77.sats"
text/plain;charset=utf-8
  "name": "sex.sats"
text/plain;charset=utf-8
FjDOUT:87A518161E406A5CAA602E0C7CB45B83515350889B3916680581E44E8949CA5A
text/plain;charset=utf-8
  "name": "7766.sats"
text/plain;charset=utf-8
  "name": "6622.sats"
text/plain;charset=utf-8
  "name": "california.sats",
text/plain;charset=utf-8
  "name": "4488.sats"
text/plain;charset=utf-8
  "name": "8877.sats"
text/plain;charset=utf-8
  "name": "5599.sats"
text/plain;charset=utf-8
  "name": "3311.sats"
text/plain;charset=utf-8
  "name": "2244.sats"
text/plain;charset=utf-8
  "name": "9933.sats"
text/plain;charset=utf-8
  "name": "1122.sats"
text/plain;charset=utf-8
  "name": "0163.sats"
text/plain;charset=utf-8
  "name": "0407.sats"
text/plain;charset=utf-8
  "name": "0423.sats"
text/plain;charset=utf-8
  "name": "0437.sats"
text/plain;charset=utf-8
  "name": "0465.sats"
text/plain;charset=utf-8
  "name": "0466.sats"
text/plain;charset=utf-8
  "name": "0552.sats"
text/plain;charset=utf-8
  "name": "0559.sats"
text/plain;charset=utf-8
  "name": "0568.sats"
text/plain;charset=utf-8
  "name": "0569.sats"
text/plain;charset=utf-8
  "name": "0570.sats"
text/plain;charset=utf-8
  "name": "0760.sats"
text/plain;charset=utf-8
  "name": "0802.sats"
text/plain;charset=utf-8
  "name": "snowden.sats"
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:11C9C6CFB23D11EDACD28969148F117A" xmpMM:DocumentID="xmp.did:11C9C6D0B23D11EDACD28969148F117A"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:11C9C6CDB23D11EDACD28969148F117A" stRef:documentID="xmp.did:11C9C6CEB23D11EDACD28969148F117A"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "travel.sats"
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:20185A21B23D11ED880BD615ADB65D57" xmpMM:DocumentID="xmp.did:20185A22B23D11ED880BD615ADB65D57"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:20185A1FB23D11ED880BD615ADB65D57" stRef:documentID="xmp.did:20185A20B23D11ED880BD615ADB65D57"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1968EA9BB23D11ED9DD28532DE76FE90" xmpMM:DocumentID="xmp.did:1968EA9CB23D11ED9DD28532DE76FE90"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1968EA99B23D11ED9DD28532DE76FE90" stRef:documentID="xmp.did:1968EA9AB23D11ED9DD28532DE76FE90"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:132CD1C5B23D11ED8F8DEF3C3B850C24" xmpMM:DocumentID="xmp.did:132CD1C6B23D11ED8F8DEF3C3B850C24"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:132CD1C3B23D11ED8F8DEF3C3B850C24" stRef:documentID="xmp.did:132CD1C4B23D11ED8F8DEF3C3B850C24"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1383F888B23D11ED9B84CC9016C30558" xmpMM:DocumentID="xmp.did:1383F889B23D11ED9B84CC9016C30558"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1383F886B23D11ED9B84CC9016C30558" stRef:documentID="xmp.did:1383F887B23D11ED9B84CC9016C30558"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:16A42133B23D11ED8DADFED1B02B39DF" xmpMM:DocumentID="xmp.did:16A42134B23D11ED8DADFED1B02B39DF"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:16A42131B23D11ED8DADFED1B02B39DF" stRef:documentID="xmp.did:16A42132B23D11ED8DADFED1B02B39DF"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1E713415B23D11EDA74E942D6E257BF9" xmpMM:DocumentID="xmp.did:1E713416B23D11EDA74E942D6E257BF9"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1E713413B23D11EDA74E942D6E257BF9" stRef:documentID="xmp.did:1E713414B23D11EDA74E942D6E257BF9"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:190ECE46B23D11ED8572833E4E9572FC" xmpMM:DocumentID="xmp.did:190ECE47B23D11ED8572833E4E9572FC"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:190ECE44B23D11ED8572833E4E9572FC" stRef:documentID="xmp.did:190ECE45B23D11ED8572833E4E9572FC"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1D1E29C4B23D11ED8F8B84C4909E45B2" xmpMM:DocumentID="xmp.did:1D1E29C5B23D11ED8F8B84C4909E45B2"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1D1E29C2B23D11ED8F8B84C4909E45B2" stRef:documentID="xmp.did:1D1E29C3B23D11ED8F8B84C4909E45B2"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1B76DFE3B23D11EDB616F832505DFFDF" xmpMM:DocumentID="xmp.did:1B76DFE4B23D11EDB616F832505DFFDF"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1B76DFE1B23D11EDB616F832505DFFDF" stRef:documentID="xmp.did:1B76DFE2B23D11EDB616F832505DFFDF"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:18B93408B23D11EDA55AA513FBBFC570" xmpMM:DocumentID="xmp.did:18B93409B23D11EDA55AA513FBBFC570"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:18B93406B23D11EDA55AA513FBBFC570" stRef:documentID="xmp.did:18B93407B23D11EDA55AA513FBBFC570"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1D770535B23D11ED8334CD00366042E2" xmpMM:DocumentID="xmp.did:1D770536B23D11ED8334CD00366042E2"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1D770533B23D11ED8334CD00366042E2" stRef:documentID="xmp.did:1D770534B23D11ED8334CD00366042E2"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1A7C4E6AB23D11ED8A28991B109612E7" xmpMM:DocumentID="xmp.did:1A7C4E6BB23D11ED8A28991B109612E7"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1A7C4E68B23D11ED8A28991B109612E7" stRef:documentID="xmp.did:1A7C4E69B23D11ED8A28991B109612E7"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:154695A2B23D11ED9B7FF3972E8924A7" xmpMM:DocumentID="xmp.did:154695A3B23D11ED9B7FF3972E8924A7"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:154695A0B23D11ED9B7FF3972E8924A7" stRef:documentID="xmp.did:154695A1B23D11ED9B7FF3972E8924A7"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:143537ABB23D11ED9066AAF4B1C29BD4" xmpMM:DocumentID="xmp.did:143537ACB23D11ED9066AAF4B1C29BD4"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:143537A9B23D11ED9066AAF4B1C29BD4" stRef:documentID="xmp.did:143537AAB23D11ED9066AAF4B1C29BD4"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:15A199E9B23D11ED835F951BD54DF987" xmpMM:DocumentID="xmp.did:15A199EAB23D11ED835F951BD54DF987"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:15A199E7B23D11ED835F951BD54DF987" stRef:documentID="xmp.did:15A199E8B23D11ED835F951BD54DF987"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1BC92022B23D11ED9E9EA44FD1935EB1" xmpMM:DocumentID="xmp.did:1BC92023B23D11ED9E9EA44FD1935EB1"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1BC92020B23D11ED9E9EA44FD1935EB1" stRef:documentID="xmp.did:1BC92021B23D11ED9E9EA44FD1935EB1"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
(:3=<9387@H\N@DWE78PmQW_bghg>Mqypdx\egc
/cB8Bcccccccccccccccccccccccccccccccccccccccccccccccccc
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:127649B0B23D11ED8D6EB8567D756BD3" xmpMM:DocumentID="xmp.did:127649B1B23D11ED8D6EB8567D756BD3"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:127649AEB23D11ED8D6EB8567D756BD3" stRef:documentID="xmp.did:127649AFB23D11ED8D6EB8567D756BD3"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1F6D0742B23D11EDBC5D9AEF0029F906" xmpMM:DocumentID="xmp.did:1F6D0743B23D11EDBC5D9AEF0029F906"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1F6D0740B23D11EDBC5D9AEF0029F906" stRef:documentID="xmp.did:1F6D0741B23D11EDBC5D9AEF0029F906"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:13DE4650B23D11EDA6339D07E7E86E4F" xmpMM:DocumentID="xmp.did:13DE4651B23D11EDA6339D07E7E86E4F"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:13DE464EB23D11EDA6339D07E7E86E4F" stRef:documentID="xmp.did:13DE464FB23D11EDA6339D07E7E86E4F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:12D370D3B23D11ED80BCFE5BD2756DEA" xmpMM:DocumentID="xmp.did:12D370D4B23D11ED80BCFE5BD2756DEA"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:12D370D1B23D11ED80BCFE5BD2756DEA" stRef:documentID="xmp.did:12D370D2B23D11ED80BCFE5BD2756DEA"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:11670337B23D11EDAC298CAF11C3616A" xmpMM:DocumentID="xmp.did:11670338B23D11EDAC298CAF11C3616A"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:11670335B23D11EDAC298CAF11C3616A" stRef:documentID="xmp.did:11670336B23D11EDAC298CAF11C3616A"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:19C7CB66B23D11EDAF39D54E6D080A4D" xmpMM:DocumentID="xmp.did:19C7CB67B23D11EDAF39D54E6D080A4D"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:19C7CB64B23D11EDAF39D54E6D080A4D" stRef:documentID="xmp.did:19C7CB65B23D11EDAF39D54E6D080A4D"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:16F9DFC1B23D11EDA1B8829E6371EE4D" xmpMM:DocumentID="xmp.did:16F9DFC2B23D11EDA1B8829E6371EE4D"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:16F9DFBFB23D11EDA1B8829E6371EE4D" stRef:documentID="xmp.did:16F9DFC0B23D11EDA1B8829E6371EE4D"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:17504F29B23D11EDA71CF8208AD8012B" xmpMM:DocumentID="xmp.did:17504F2AB23D11EDA71CF8208AD8012B"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:17504F27B23D11EDA71CF8208AD8012B" stRef:documentID="xmp.did:17504F28B23D11EDA71CF8208AD8012B"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1C1C4643B23D11EDB6F883442E783A09" xmpMM:DocumentID="xmp.did:1C1C4644B23D11EDB6F883442E783A09"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1C1C4641B23D11EDB6F883442E783A09" stRef:documentID="xmp.did:1C1C4642B23D11EDB6F883442E783A09"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1650F000B23D11ED87B687C7CCF3B1FB" xmpMM:DocumentID="xmp.did:1650F001B23D11ED87B687C7CCF3B1FB"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1650EFFEB23D11ED87B687C7CCF3B1FB" stRef:documentID="xmp.did:1650EFFFB23D11ED87B687C7CCF3B1FB"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:15F9CF22B23D11EDA54EA9075B400D00" xmpMM:DocumentID="xmp.did:15F9CF23B23D11EDA54EA9075B400D00"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:15F9CF20B23D11EDA54EA9075B400D00" stRef:documentID="xmp.did:15F9CF21B23D11EDA54EA9075B400D00"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1F16CBB5B23D11ED88CAA394A711E568" xmpMM:DocumentID="xmp.did:1F16CBB6B23D11ED88CAA394A711E568"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1F16CBB3B23D11ED88CAA394A711E568" stRef:documentID="xmp.did:1F16CBB4B23D11ED88CAA394A711E568"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1FC36F50B23D11ED8008FE02319A9FE4" xmpMM:DocumentID="xmp.did:1FC36F51B23D11ED8008FE02319A9FE4"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1FC36F4EB23D11ED8008FE02319A9FE4" stRef:documentID="xmp.did:1FC36F4FB23D11ED8008FE02319A9FE4"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1AD06AB8B23D11ED91E388825314A071" xmpMM:DocumentID="xmp.did:1AD06AB9B23D11ED91E388825314A071"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1AD06AB6B23D11ED91E388825314A071" stRef:documentID="xmp.did:1AD06AB7B23D11ED91E388825314A071"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:18036686B23D11EDB81EA8DC5F0DCBF0" xmpMM:DocumentID="xmp.did:18036687B23D11EDB81EA8DC5F0DCBF0"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:18036684B23D11EDB81EA8DC5F0DCBF0" stRef:documentID="xmp.did:18036685B23D11EDB81EA8DC5F0DCBF0"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1C70950AB23D11EDA29AA59164DD9683" xmpMM:DocumentID="xmp.did:1C70950BB23D11EDA29AA59164DD9683"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1C709508B23D11EDA29AA59164DD9683" stRef:documentID="xmp.did:1C709509B23D11EDA29AA59164DD9683"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1E1F98E3B23D11ED8258B2F813E89EAA" xmpMM:DocumentID="xmp.did:1E1F98E4B23D11ED8258B2F813E89EAA"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1E1F98E1B23D11ED8258B2F813E89EAA" stRef:documentID="xmp.did:1E1F98E2B23D11ED8258B2F813E89EAA"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:18617862B23D11EDBBF6B6EBCB559A56" xmpMM:DocumentID="xmp.did:18617863B23D11EDBBF6B6EBCB559A56"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:18617860B23D11EDBBF6B6EBCB559A56" stRef:documentID="xmp.did:18617861B23D11EDBBF6B6EBCB559A56"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1CC8E131B23D11ED9D2EB1EC9921B90A" xmpMM:DocumentID="xmp.did:1CC8E132B23D11ED9D2EB1EC9921B90A"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1CC8E12FB23D11ED9D2EB1EC9921B90A" stRef:documentID="xmp.did:1CC8E130B23D11ED9D2EB1EC9921B90A"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1DCDDA47B23D11ED8DE2E2B2AED1DE03" xmpMM:DocumentID="xmp.did:1DCDDA48B23D11ED8DE2E2B2AED1DE03"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1DCDDA45B23D11ED8DE2E2B2AED1DE03" stRef:documentID="xmp.did:1DCDDA46B23D11ED8DE2E2B2AED1DE03"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1497946BB23D11EDBCE2C44D8C228CB8" xmpMM:DocumentID="xmp.did:1497946CB23D11EDBCE2C44D8C228CB8"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:14979469B23D11EDBCE2C44D8C228CB8" stRef:documentID="xmp.did:1497946AB23D11EDBCE2C44D8C228CB8"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1B259E86B23D11ED9232A1A4A8DD8607" xmpMM:DocumentID="xmp.did:1B259E87B23D11ED9232A1A4A8DD8607"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1B259E84B23D11ED9232A1A4A8DD8607" stRef:documentID="xmp.did:1B259E85B23D11ED9232A1A4A8DD8607"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:14EEDAAEB23D11EDB0C0E8AA3864F57F" xmpMM:DocumentID="xmp.did:14EEDAAFB23D11EDB0C0E8AA3864F57F"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:14EEDAACB23D11EDB0C0E8AA3864F57F" stRef:documentID="xmp.did:14EEDAADB23D11EDB0C0E8AA3864F57F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1220C0DFB23D11EDB9D5A72298C1221B" xmpMM:DocumentID="xmp.did:1220C0E0B23D11EDB9D5A72298C1221B"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1220C0DDB23D11EDB9D5A72298C1221B" stRef:documentID="xmp.did:1220C0DEB23D11EDB9D5A72298C1221B"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:17AA443CB23D11EDBFA1CED65B793576" xmpMM:DocumentID="xmp.did:17AA443DB23D11EDBFA1CED65B793576"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:17AA443AB23D11EDBFA1CED65B793576" stRef:documentID="xmp.did:17AA443BB23D11EDBFA1CED65B793576"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1A254124B23D11EDA43CE668B4A133C9" xmpMM:DocumentID="xmp.did:1A254125B23D11EDA43CE668B4A133C9"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1A254122B23D11EDA43CE668B4A133C9" stRef:documentID="xmp.did:1A254123B23D11EDA43CE668B4A133C9"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:1EC220D6B23D11EDB756A9F6A94CA62F" xmpMM:DocumentID="xmp.did:1EC220D7B23D11EDB756A9F6A94CA62F"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1EC220D4B23D11EDB756A9F6A94CA62F" stRef:documentID="xmp.did:1EC220D5B23D11EDB756A9F6A94CA62F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
text/plain;charset=utf-8
  "name": "whiskey.sats"
text/plain;charset=utf-8
  "name": "relax.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
text/plain;charset=utf-8
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
c/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
  "name": "borrow.sats"
text/html;charset=utf-8
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Ordinal Automata</title> <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script> <script id="snippet-random-code" type="text/javascript"> let seed=window.location.href.split('/').find(t=> t.includes('i0')); if (seed==null){const alphabet="0123456789abcdefghijklmnopqrstuvwsyz"; seed=new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_=> alphabetM
[(Math.random() * alphabet.length) | 0]).join('') + "i0";}else{let pattern="seed="; for (let i=0; i < seed.length - pattern.length; ++i){if (seed.substring(i, i + pattern.length)==pattern){seed=seed.substring(i + pattern.length); break;}}}function cyrb128($){let _=1779033703, u=3144134277, i=1013904242, l=2773480762; for (let n=0, r; n < $.length; n++) _=u ^ Math.imul(_ ^ (r=$.charCodeAt(n)), 597399067), u=i ^ Math.imul(u ^ r, 2869860233), i=l ^ Math.imul(i ^ r, 951274213), l=_ ^ Math.imul(l ^ r, 2716044179); returM
n _=Math.imul(i ^ _ >>> 18, 597399067), u=Math.imul(l ^ u >>> 22, 2869860233), i=Math.imul(_ ^ i >>> 17, 951274213), l=Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]}function sfc32($, _, u, i){return function (){u >>>=0, i >>>=0; var l=($ >>>=0) + (_ >>>=0) | 0; return $=_ ^ _ >>> 9, _=u + (u << 3) | 0, u=(u=u << 21 | u >>> 11) + (l=l + (i=i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296}}let mathRand=sfc32(...cyrb128(seed)); </script> <style>body{margin: 0px;}<M
/style></head><body><script type="text/javascript">const rand=mathRand();function getRule(dcml){var s=(dcml >>> 0).toString(2).split(""); if (8 - s.length > 0){return Array(8 - s.length).fill(0).concat(s.map(Number));}else{return s.map(Number);}}function setCell(r, p){var i=parseInt(p.join(""), 2); switch (i){case 7: return r[0]; case 6: return r[1]; case 5: return r[2]; case 4: return r[3]; case 3: return r[4]; case 2: return r[5]; case 1: return r[6]; case 0: return r[7]; default: console.log("ERROR: setCell unhaM
ndled case."); return r[0];}}function genGrid(fr, rule){var result=[fr]; var row=fr; for (let r=1; r < cc; r++){var nextRow=[]; for (let i=0; i < cc; i++){var c1=0; var c2=0; var c3=0; if (i==0){c1=0; c2=row[i]; c3=row[i + 1];}else if (i==cc - 1){c1=row[i - 1]; c2=row[i]; c3=0;}else{c1=row[i - 1]; c2=row[i]; c3=row[i + 1];}nextRow.push(setCell(rule, [c1, c2, c3]));}row=nextRow; result.push(row);}return result;}filterRules=[0, 2, 4, 6, 8, 10, 12, 14, 16, 20, 24, 32, 34, 36, 38, 40, 42, 44, 46, 48, 52, 56, 64, 66, 72M
, 74, 76, 80, 84, 88, 96, 98, 100, 104, 106, 108, 112, 116, 120, 128, 130, 132, 136, 138, 140, 142, 144, 148, 152, 160, 162, 164, 166, 168, 170, 172, 174, 176, 180, 184, 192, 194, 196, 200, 202, 204, 208, 212, 216, 224, 226, 228, 232, 234, 236, 240, 244, 248];cc=100;m=24;rr1=parseInt(mathRand() * 256);rr2=parseInt(mathRand() * 256);rr3=parseInt(mathRand() * 256);while(true){if (filterRules.includes(rr1) || filterRules.includes(rr2) || filterRules.includes(rr3)){rr1=parseInt(mathRand() * 256); rr2=parseInt(mathRand(M
) * 256); rr3=parseInt(mathRand() * 256);}else{break;}}console.log('rules:', rr1, rr2, rr3);r1=getRule(rr1);r2=getRule(rr2);r3=getRule(rr3);fr1=Array(cc).fill(0);fr1[parseInt(fr1.length / 2)]=1;fr2=Array(cc).fill(0);fr2[parseInt(mathRand() * fr2.length / 2)]=1;fr3=Array(cc).fill(0);fr3[parseInt(mathRand() * fr3.length / 2)]=1;grid1=genGrid(fr1, r1);grid2=genGrid(fr2, r2);grid3=genGrid(fr3, r3);var soc=mathRand() * 1;pd=1;function setup(){console.log('pd:', pd); console.log('soc:', soc); pixelDensity(pd); canvas=creM
ateCanvas(cc * m, cc * m); background(255); noLoop(); blendMode(MULTIPLY);}function draw(){noStroke(); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid1[x][y]==1){fill('#0074a2'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}push(); translate(m/2,m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid2[x][y]==1){fill('#00aa93'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, mM
);}}}pop(); push(); translate(-m/2,-m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid3[x][y]==1){fill('#ff48b0'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}pop(); push(); blendMode(BLEND); strokeWeight(m); stroke('#000000'); line(0,0,width,0); line(0,0,0,height); line(0,height,width,height); line(width,0,width,height); pop(); console.log(seed);}function keyReleased(){if (key=='h' ){pd=4; console.log('in h'); setup(); draw(); buff=creL
ateGraphics(width, height); buff.copy(canvas, 0,0,width,height,0,0,width,height); buff.save(seed + '.png');}}</script></body></html>
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "-99.sats"
text/plain;charset=utf-8
The purest form of art is GENUINE!!
The above was going to be all I was going to post But fuck it, things just got really inspyring And interesting for me in this moment!
With that being said, I'd like to recognize Someone who I may have met prior to discovering Them here, and if not, ive just had the pleasure
Of meeting them here. They literally just confirmed, Through their own example, what im up to with these ordinal updates. This person is...
I don't know Tech Capo but just ran into his 1M
st & 2nd blog post here via Ordinals! I'll link #2 below (which links to #1) here:
2nd Entry: fccfbc0aa579655c3dd834d7f0ebf8de07f41e3cee8c5a56cbaa0e104248d7cai0
It's super crazy how life works. Im scrolling through ord Explorer just curious what my latest inscription Looked like and where it landed, and then I saw an Inscription that looked very much like what I was Doing. I click it, gave it a read and was like, "Damn! This could be way bigger than I thought if you have People like Capo on
 genuinely sharing their story!"
Anyway, Shout out to you, Tech Capo! Loved You're very inspiring words. The story about growing up and your child hood was deeply touching homie! I Loved your story. Loved that you are using this platform to blog and share in a Genuine way. Loved your idea of linking your previous blogs to help others keep up. I'm stealing that Btw LOL. I'll also be adding one more thing to these files to essentially bring value to those who Follow these.
#JNAFILES - if you ever MW
want to interact with me, use
the hashtag #JNAfiles on twitter (for now) & I'll be listening ;)
d3409d1d23be42e3c9795a9b14d7124d01887ada29c160cb6ccf5632b0e107b2i0}
vii: e6b46ec9e1024df42f1d3d161a69fb6bcc252ac288956b43834158ccf086209ei0
095faf20c103b7e0aa20316d1e4f2692345160fa10421cfd2d069d4a27570e91i0
text/plain;charset=utf-8
FjDOUT:4A15B3F0CF57782C66DD4C47ABA510800BD1FF9AB52C42A5447CD09E91CA64BA
text/plain;charset=utf-8
  "name": "453.sats"
text/plain;charset=utf-8
  "name": "7236.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "jewelry.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "zhang.sats"
text/plain;charset=utf-8
  "name": "god.sats"
text/plain;charset=utf-8
  "name": "69696.sats"
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-23T16:50:49-05:00" xmp:ModifyDate="2023-02-23T16:50:49-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:b8661c25-2cb5-8e42-b1bc-0360135b6688" xmpMM:DocumentID="adobe:docid:photoshop:37123360-5f43-624f-b5f2-88fd9000cf41" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:d5a41f7b-03dd-2945-9452-1189392e2a67" stEvt:when="2023-02-23T16:50:49-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:b8661c25-2cb5-8e42-b1bc-0360135b6688" stEvt:when="2023-02-23T16:50:49-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:d5a41f7b-03dd-2945-9452-1189392e2a67" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "male.sats"
text/plain;charset=utf-8
  "name": "arts.sats"
text/plain;charset=utf-8
  "name": "Stake.sats"
text/plain;charset=utf-8
  "name": "losangeles.sats"
text/plain;charset=utf-8
  "name": "023.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "lend.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "026.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "sanfran.sats"
text/plain;charset=utf-8
  "name": "027.sats"
FjDOUT:793F2750BB3F4092F5C3C6C577B7D605ADAA29EDE9A0155EE9D59E6FE970E80A
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-23T16:54:17-05:00" xmp:ModifyDate="2023-02-23T16:54:17-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:1059a7a6-4d03-e645-be1f-1b9d302360af" xmpMM:DocumentID="adobe:docid:photoshop:1ae10b12-cdd2-ea47-b8f8-8893655e0774" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:ab72976a-d4fd-0a47-a468-bbdd4a28e6a9" stEvt:when="2023-02-23T16:54:17-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:1059a7a6-4d03-e645-be1f-1b9d302360af" stEvt:when="2023-02-23T16:54:17-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:ab72976a-d4fd-0a47-a468-bbdd4a28e6a9" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
text/plain;charset=utf-8
  "name": "notyour.sats"
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
text/plain;charset=utf-8
  "name": "shirantha.sats"
:::::::::::::::::::::::::::::::::::::::
{7::::::::::::::::::::::::::::::::::::::z
gttttttttttttttttttttttttttttttttttttttt
FGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG_
(:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
9'ttttttttttttttttttttttttttttttttttttttt
rCGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
'BGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
	EGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG_
::::::::::::::::::::::::::::::::::::::
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
c/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
Aj?=:ETH.ETH:0x291c310d9145a44c2702cc037c0f99ab07d12ab2:458035:t:0
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350">
    .base{fill:#4d4d4d;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link{fill:blue;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link2:hover{fill:Blue!important;}
    .link3:hover{fill:#1DA1F2!important;}
h="100%" height="100%" fill="#f2a900"/>
  <text font-size="50" x="50%" y="40%" class="base">bitbags.io</text>
  <a href="https://bitbags.io" target="__blank__">
    <text font-size="20" x="50%" y="55%" class="base link2">Inscribe Here</text>
  <a href="https://twitter.com/bitbagsordinal" target="_blank_2">
    <g transform="translate(280, 265) scale(0.5)">
      <path class="base link3" d="M109.75 92.2701C110 130.1 78 156.89 27.38 136.15C39.16 134.49 47.92 131.15 54.38 126.96C47.31 124.39 38.28 115.49 36.19 M
110.71L44.3 109.36C44.3 109.36 35.22 100.27 32.71 90.1001L42.83 91.4801C42.83 91.4801 37.12 83.0201 38.83 67.8701C45.85 79.3801 59.4 89.2201 71.45 92.0001C70 67.0001 94 62.5101 104.66 75.0501L119.56 72.7001L112.41 81.9301L122.62 85.4201L109.75 92.2701Z"/>
4j2DC-L5:YYDxSFmYREjFjDNChEJk439Uqs/qpARGT7ub5dOyfiA=
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
CjA=:ETH.ETH:0xf8c37451e708A1ec9FC879C6354116a5984dcFD6:1655722:te:0
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "8228.sats"
FjDOUT:0D68E0970ABCDE33DFBA475F9C0405DDD0759CE12BD706A3A6C2A4FD02ACDB40
FjDOUT:45C861A2665F1A4061564B5B6EE6F521CE7F410E316F37019E2E864F1B9E6777
text/plain;charset=utf-8
  "name": "1114.sats"
text/plain;charset=utf-8
  "name": "satan.sats",
text/plain;charset=utf-8
  "name": "2223.sats"
text/plain;charset=utf-8
  "name": "1115.sats"
text/plain;charset=utf-8
  "name": "1116.sats"
text/plain;charset=utf-8
  "name": "1119.sats"
text/plain;charset=utf-8
  "name": "2221.sats"
text/plain;charset=utf-8
  "name": "blotta.sats",
text/plain;charset=utf-8
  "name": "2224.sats"
text/plain;charset=utf-8
  "name": "1113.sats"
text/plain;charset=utf-8
  "name": "1112.sats"
text/plain;charset=utf-8
  "name": "7846.sats"
text/plain;charset=utf-8
  "name": "puma.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
FjDOUT:E3BFECF8853AB682F5548E716790A8A94A866199C907AA9985DC3B316918CAB5
{"attributes":[{"trait_type":"Eyes","value":"Bored"},{"trait_type":"Mouth","value":"Phoneme  ooo"},{"trait_type":"Fur","value":"Golden Brown"},{"trait_type":"Clothes","value":"Rainbow Suspenders"},{"trait_type":"Hat","value":"Horns"},{"trait_type":"Background","value":"Army Green"}],"external_url":"https://baycbitcoin.com/index/bayc/4798","image":"ipfs://QmWwSKeAhhs1CNNDDkMaYgdWvZjrCUyfczc51JXp81i3H1/4798.png"}
 .)10.)-,3:J>36F7,-@WAFLNRSR2>ZaZP`JQRO
&O5-5OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
{"attributes":[{"trait_type":"Fur","value":"Black"},{"trait_type":"Hat","value":"Laurel Wreath"},{"trait_type":"Eyes","value":"Coins"},{"trait_type":"Mouth","value":"Phoneme Vuh"},{"trait_type":"Background","value":"Aquamarine"}],"external_url":"https://baycbitcoin.com/index/bayc/4403","image":"ipfs://QmWwSKeAhhs1CNNDDkMaYgdWvZjrCUyfczc51JXp81i3H1/4403.png"}
 .)10.)-,3:J>36F7,-@WAFLNRSR2>ZaZP`JQRO
&O5-5OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
{"attributes":[{"trait_type":"Clothes","value":"Leather Jacket"},{"trait_type":"Background","value":"New Punk Blue"},{"trait_type":"Eyes","value":"Sad"},{"trait_type":"Earring","value":"Silver Stud"},{"trait_type":"Mouth","value":"Bored Unshaven"},{"trait_type":"Fur","value":"Dmt"},{"trait_type":"Hat","value":"Seaman's Hat"}],"external_url":"https://baycbitcoin.com/index/bayc/6032","image":"ipfs://QmWwSKeAhhs1CNNDDkMaYgdWvZjrCUyfczc51JXp81i3H1/6032.png"}
 .)10.)-,3:J>36F7,-@WAFLNRSR2>ZaZP`JQRO
&O5-5OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijM
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350">
    .base{fill:#4d4d4d;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link{fill:blue;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link2:hover{fill:Blue!important;}
    .link3:hover{fill:#1DA1F2!important;}
h="100%" height="100%" fill="#f2a900"/>
  <text font-size="50" x="50%" y="40%" class="base">bitbags.io</text>
  <a href="https://bitbags.io" target="__blank__">
    <text font-size="20" x="50%" y="55%" class="base link2">Inscribe Here</text>
  <a href="https://twitter.com/bitbagsordinal" target="_blank_2">
    <g transform="translate(280, 265) scale(0.5)">
      <path class="base link3" d="M109.75 92.2701C110 130.1 78 156.89 27.38 136.15C39.16 134.49 47.92 131.15 54.38 126.96C47.31 124.39 38.28 115.49 36.19 M
110.71L44.3 109.36C44.3 109.36 35.22 100.27 32.71 90.1001L42.83 91.4801C42.83 91.4801 37.12 83.0201 38.83 67.8701C45.85 79.3801 59.4 89.2201 71.45 92.0001C70 67.0001 94 62.5101 104.66 75.0501L119.56 72.7001L112.41 81.9301L122.62 85.4201L109.75 92.2701Z"/>
text/plain;charset=utf-8
  "name": "Baby.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "movie.sats"
text/plain;charset=utf-8
  "name": "cbd.sats"
text/plain;charset=utf-8
  "name": "doctor.sats"
text/plain;charset=utf-8
  "name": "movies.sats"
text/plain;charset=utf-8
text/html;charset=utf-8
    <meta charset="UTF-8">
    <meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval' http://cdnjs.cloudflare.com">
    <title>Diffusion</title>
    <script sandbox="allow-scripts" type="text/javascript"
        src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script>
    <script sandbox="allow-scripts" type="text/javascript"
        src="https://cdnjs.cloudflareM
.com/ajax/libs/mathjs/11.5.1/math.min.js"></script>
    <script sandbox="allow-scripts" type="text/javascript"
        src="https://cdnjs.cloudflare.com/ajax/libs/chroma-js/2.4.2/chroma.min.js"></script>
    <script type="text/javascript">
        var eigenvector_maj,eigenvector_min,flowcolorfield,cols,rows,colAlg,integral_lines=[];let center;var scl=10,inc=.06,zoff=0;let w,h,wdt,margin=10,cells=[],dsep=3,xx,yy,dt=.5,t,strk,palette1=[["#ce2d42","#082880","#7462f9","#f4b53f","#123676","#9c223d","#e6c7b4"],M
["#f43b79","#1136ed","#6b43dd","#ef9029","#4aa4ae","#69239b","#f7f1b4"],["#7fefe4","#be3edd","#70cfe5","#f2c666","#e6c7b4","#583fc4","#fff57d"],["#80aded","#7b66f7","#658fdb","#f2e18b","#f7f1b4","#773caa","#f4b537"],["#a5e2f2","#a783ed","#61c1db","#f7c872","#6eabf4","#6d52dd","#ff7db2"],["#d8d8d8","#898de0","#89afe5","#f9e78f","#85b2e8","#8110e5","#bf2b6e"],["#7094fc","#643ac9","#306bef","#9100dd","#e6c7b4","#e2396d","#ef3a65"],["#80aded","#a28fef","#4688e8","#db003a","#f7f1b4","#d632a4","#bc174e"],["#594499","#db3M
e3e","#25ceb2","#02827b","#a0a09f","#56661d","#34067c"],["#425999","#bc3f3f","#9fe2cc","#108fc1","#d37676","#132691","#5b3c96"],["#ffeda1","#91205c","#2929e2","#9509b7","#70b9c0","#5474e8","#d30b8c"],["#f9cfc7","#721b74","#1c70ea","#7c1d93","#919bdb","#5574ce","#f25c87"],["#f25a7b","#e960af","#992843","#8b52f7","#6eabf4","#3714a1","#445b96"],["#ff399c","#e73250","#d32f53","#33bbff","#7de7ff","#69239b","#8041f9"],["#6f6674","#34a0a5","#992843","#f98450","#6eabf4","#3714a1","#445b96"],["#4d82aa","#24c6c6","#d32f53","M
#f973a0","#7de7ff","#69239b","#8041f9"],["#ff6d40","#361ee0","#992843","#e6c7b4","#9370f2","#3714a1","#445b96"],["#e6372f","#3a338e","#d32f53","#f7f1b4","#8092ff","#69239b","#8041f9"],["#ffa943","#2177f4","#35fc93","#f9cfd2","#6eabf4","#3714a1","#445b96"],["#ffce45","#2f7083","#5affdf","#fcf4b7","#7de7ff","#69239b","#8041f9"],["#41d9f2","#528cd1","#3a6eba","#5f64c1","#4a97f4","#7426bf","#f7d52f"],["#71f2ff","#249cff","#63a1ea","#7f88db","#56a6f4","#7f0caf","#f7b643"],["#41d9f2","#51fcbb","#d3057b","#295cff","#7d22fM
f","#51d7e5","#e6c7b4"],["#71f2ff","#81fcca","#f91cb0","#0239c1","#8450d6","#05bdc6","#f7f1b4"],["#43bbef","#53f9e4","#bf2640","#5082ff","#8648ff","#36ffcf","#881ed3"],["#6bcced","#fce586","#f93ebb","#52a1ff","#8e51a8","#05bdc6","#ff0895"],["#a745ed","#fcbbbb","#f20a41","#ffd252","#0606bf","#ff459e","#881ed3"],["#7b19d1","#a7d0f9","#ba0f40","#fcd5bb","#4545ce","#9666ff","#ff0895"],["#31a4dd","#6f3bff","#f20a41","#4470a5","#7171f4","#e710f9","#2e92ff"],["#ffffab","#8e7de2","#ba0f40","#9312b2","#85b5f9","#830591","#0M
34a7f"],["#06a0ba","#6f3bff","#f20a41","#8777f7","#4848c1","#6b11f7","#e6c7b4"],["#2bc5cc","#8e7de2","#ba0f40","#6155bf","#4b4bf7","#a318b7","#f7f1b4"],["#06a0ba","#6f3bff","#8473ff","#fce875","#4848c1","#ffb3c9","#2e92ff"],["#2bc5cc","#8e7de2","#9e61ba","#ffd2c7","#0f0fce","#f7e579","#034a7f"],["#c10839","#6f3bff","#ff06a6","#f2a5bb","#4848c1","#117ff7","#579ef2"],["#a20dd3","#8e7de2","#aa08ff","#f2ec79","#0f0fce","#a60abc","#1b64ce"],["#06a0ba","#6f3bff","#fca660","#f7f377","#9149bf","#f71165","#31f0ff"],["#2bc5cM
c","#8e7de2","#dd582a","#ffe09c","#630ca8","#a8275c","#04717c"],["#e041b3","#3e71ff","#ffec64","#77c1f7","#9149bf","#f71165","#e6c7b4"],["#f95089","#8e7de2","#f99175","#1d6bdd","#630ca8","#a8275c","#f7f1b4"],["#f4d334","#0636cc","#8989ef","#e6c7b4","#8005e0","#fc68a4","#3386ff"],["#fc889e","#3b72a3","#2d5cc4","#f7f1b4","#f938cb","#d61a1a","#04717c"],["#f4d334","#3ef6ff","#5347f4","#b877f7","#9149bf","#f71165","#e6c7b4"],["#fc889e","#1fb2b2","#2d5cc4","#6e1ed6","#630ca8","#a8275c","#f7f1b4"],["#f4d334","#3ef6ff","#5M
347f4","#f7f777","#9149bf","#ef5090","#e6c7b4"],["#fc889e","#1fb2b2","#2d5cc4","#ffce88","#630ca8","#ba0457","#f7f1b4"],["#f4d334","#3ef6ff","#5347f4","#77c4f7","#9149bf","#f71165","#854fba"],["#fc889e","#1fb2b2","#2d5cc4","#2187bf","#630ca8","#a8275c","#e783ea"],["#f4d334","#3ef6ff","#f97575","#f4dc78","#9149bf","#f71165","#e6c7b4"],["#fc889e","#1fb2b2","#cc2929","#f28b79","#630ca8","#a8275c","#f7f1b4"],["#f4d334","#3ef6ff","#f97575","#f279ab","#9149bf","#645eea","#e6c7b4"],["#fc889e","#52adff","#cc2929","#e81073"M
,"#630ca8","#3a3acc","#f7f1b4"],["#3ac9d8","#6f3bff","#44acf2","#fce875","#bf23f9","#ffb3c9","#2e92ff"],["#44acf2","#8e7de2","#6cffff","#ffd2c7","#9449ce","#f7e579","#034a7f"],["#06a0ba","#6f3bff","#fc4c7e","#f9b175","#6c6ce5","#8f58f9","#e6c7b4"],["#2bc5cc","#8e7de2","#cf4ef9","#f7df77","#4949c1","#a915ff","#f7f1b4"],["#ef01c4","#065ca8","#1c00ba","#ffee94","#c053ba","#8f58f9","#4ea8f9"],["#a60160","#30bec3","#5e52db","#ffebae","#da55f2","#a915ff","#4febf7"],["#f44260","#3c5ba0","#845ecc","#f4b53f","#3d9fc1","#9c2M
23d","#e6c7b4"],["#f43b79","#4058ad","#6c3ca5","#ef9029","#317ec4","#69239b","#f7f1b4"],["#f44260","#3c5ba0","#7070e8","#f27740","#3d9fc1","#d34040","#e6c7b4"],["#f43b79","#4058ad","#4d4dc1","#ef9029","#317ec4","#ed5487","#f7f1b4"],["#f244ee","#5c75c6","#7070e8","#3cd3b6","#3d9fc1","#d34040","#e6c7b4"],["#f43b79","#637cc1","#4d4dc1","#1cb7b7","#317ec4","#ed5487","#f7f1b4"],["#e5491f","#2058d3","#7462f9","#40f2d0","#123676","#9c223d","#e6c7b4"],["#ef973f","#177199","#6b43dd","#15abba","#4aa4ae","#69239b","#f7f1b4"],M
["#e22079","#2058d3","#7462f9","#40f2d0","#5a92e5","#9c223d","#e6c7b4"],["#f21c59","#177199","#6b43dd","#15abba","#4658f9","#69239b","#f7f1b4"],["#e22079","#2058d3","#e6c7b4","#40f2d0","#5a92e5","#ba4564","#edf28b"],["#f21c59","#177199","#f7f1b4","#15abba","#4658f9","#e5336a","#43f7c8"],["#e22079","#4b80e0","#e6c7b4","#41a9ef","#5a92e5","#bc0d8b","#f7adf7"],["#f21c59","#197abc","#f7f1b4","#36a9cc","#4658f9","#d3057f","#43f7c8"],["#e22079","#4b80e0","#e6c7b4","#435ced","#e2b55a","#ea397d","#f4e2ae"],["#f21c59","#197M
abc","#f7f1b4","#7f63f7","#f98562","#e84b3a","#e9f49f"],["#0850b7","#6771f9","#8213bc","#75f9e0","#4848c1","#ffb3c9","#2e92ff"],["#3081e2","#5285dd","#9604af","#15abba","#0f0fce","#f7e579","#034a7f"],["#d80e3e","#6771f9","#8213bc","#f7ad77","#4848c1","#ffb3c9","#31b5ff"],["#ef4878","#5285dd","#9604af","#f4cb78","#0f0fce","#f7e579","#2a76d1"],["#f98246","#69acf7","#8213bc","#f7ad77","#4848c1","#ffb3c9","#31b5ff"],["#ed7d4a","#5285dd","#b529d3","#f4cb78","#0f0fce","#f7e579","#2a76d1"],["#f7cd48","#69d6f4","#8213bc","M
#f7ad77","#7649bf","#ffb3c9","#e6c7b4"],["#f49090","#21b5d8","#b529d3","#f4cb78","#5829b2","#f7e579","#f7f1b4"],["#4a82f4","#f22a51","#8213bc","#f7ad77","#905df4","#ffb3c9","#0c85ba"],["#4cb2f2","#b72c4e","#b529d3","#f4cb78","#542ad3","#f7e579","#096889"],["#4a82f4","#f22a51","#1522ba","#f7ad77","#d32fc0","#b6fffa","#0c85ba"],["#4cb2f2","#b72c4e","#483d9b","#f4cb78","#e50a6e","#f1ffb8","#096889"],["#4a82f4","#f22a51","#4b23db","#f7ad77","#d1304b","#5b99f4","#1dbcb4"],["#4cb2f2","#b72c4e","#694eea","#f4cb78","#d6166M
0","#5cd3f2","#096889"],["#ad4cf2","#f22a51","#8213bc","#f478b0","#5ff2f2","#ffb3c9","#0c85ba"],["#8b05e2","#b72c4e","#b529d3","#f4cb78","#3ea6b7","#f7e579","#096889"],["#584def","#f22a51","#a52cdd","#f2c679","#60caef","#d2b6ff","#0d53b7"],["#4f24c6","#b72c4e","#b529d3","#efaa7b","#3ea6b7","#f7e579","#458bdd"],["#584def","#ef592b","#2cdbc1","#f2c679","#6290ed","#b8fff1","#0d53b7"],["#4f24c6","#f27949","#2ec0d8","#efaa7b","#4067b5","#f7e579","#458bdd"],["#584def","#ed2e8a","#2eacd8","#f2c679","#6290ed","#6929ce","#0M
d53b7"],["#4f24c6","#c11670","#3070d6","#efaa7b","#4067b5","#4a4add","#458bdd"],["#584def","#ed2e8a","#2eacd8","#ef9c7b","#6290ed","#6929ce","#0d53b7"],["#4f24c6","#c11670","#3070d6","#fc583d","#4067b5","#4a4add","#458bdd"],["#b7b7b7","#0a0a0a","#ffffff","#dbdcdd","#b2b2b2","#a7a7a8","#4e4f4f"],["#d8d8d8","#636363","#dbdcdd","#b2b2b2","#4e4f4f","#e0e1e2","#3f3f3f"],["#5475f1","#ce7ca5","#b0f2da","#edded1","#80d3d8","#9fa1a6","#eafefe"],["#3155c4","#7534ad","#4597ad","#b7183b","#4058cc","#9e2a6f","#1eafab"],];functiM
on centerCanvas(){var e=(windowWidth-width)/2,f=(windowHeight-height)/2;cnv.position(e,f)}function setup(){wdt=windowWidth<windowHeight?windowWidth:windowHeight;let e=int(map(mathRand(),0,1,0,3)),f;0===e?(h=.7*(w=wdt),f="7:5"):1===e?(w=.7*(h=wdt),f="5:7"):2===e&&(w=wdt,h=wdt,f="1:1"),cnv=createCanvas(w,h),centerCanvas();pixelDensity(displayDensity()),smooth(),strokeWeight(strk=constrain((wdt/800).toFixed(1),.5,1));let l=int(1990*mathRand());noiseSeed(l),randomSeed(l),noiseDetail(2,1),strokeCap(ROUND),cols=floor(widM
th/(scl=wdt/135))+1,rows=floor(height/scl)+1,xx=floor(width/dsep),yy=floor(height/dsep),eigenvector_maj=Array(cols*rows),flowcolorfield=Array(cols*rows),eigenvector_min=Array(cols*rows),colAlg=int(random(2)),paletteIndex=int(map(random(1),0,1,0,palette1.length));let i=chroma.scale(palette1[paletteIndex]).colors(cols*rows);inc=random(.013,.036),t=range(0,10,dt);for(var c=0;c<1;c++){let s=random(width),a=random(height),_=random(width),$=random(height);integral_lines[c]=new Integral_line(s,a,"major"),integral_lines[c+M
1]=new Integral_line(_,$,"minor")}center=createVector(width/2,height/2),background(10);for(var o=0,n=0;n<rows;n++){for(var r=0,d=0;d<cols;d++){var b,p,u,x,y,g=d+n*cols,P=noise(r,o,zoff)*TAU;if(0===colAlg)b=355*noise(r/2+140,o/2+140,zoff/10),p=325*noise(r/2+40,o/2+40,zoff/10),u=355*noise(r/2+210,o/2+210,zoff/10),x=map(noise(r/2+250,o/2+250,zoff/10),0,1,165,255);else if(1===colAlg){var m=int(map(noise(r,o,zoff),0,1,0,i.length));b=chroma(i[m]).get("rgb.r"),p=chroma(i[m]).get("rgb.g"),u=chroma(i[m]).get("rgb.b"),x=map(M
noise(r/2+250,o/2+250,zoff/10),0,1,165,255)}var v=createVector(0,0);v.normalize();var j=map(d,0,cols,-width/2,width/2),B=map(n,0,rows,-height/2,height/2),k=createVector(j,B);k.normalize();let z=sqrt(pow((y=p5.Vector.fromAngle(PI/4)).x,2)+pow(y.y,2)),I=atan(y.y/y.x),A=exp(-1*pow(k.mag()-v.mag(),2))*z,C=math.matrix([[cos(2*I),sin(2*I)],[sin(2*I),-cos(2*I)]]),R=math.multiply(C,A);var K=createVector(math.eigs(R).vectors._data[0][0],math.eigs(R).vectors._data[0][1]),V=createVector(math.eigs(R).vectors._data[1][0],math.eM
igs(R).vectors._data[1][1]);K.mult(math.eigs(R).values._data[0]),V.mult(math.eigs(R).values._data[1]);let F=cos(2*I)*cos(2*I)-sin(2*I)*sin(2*I),T=[[cos(P),-sin(P)],[sin(P),cos(P)]];K.setMag(F),V.setMag(F);let M=math.multiply(T,[K.x,K.y]),G=math.multiply(T,[V.x,V.y]);eigenvector_maj[g]=createVector(M[0],M[1]),eigenvector_min[g]=createVector(G[0],G[1]),flowcolorfield[g]=[b,p,u,x],r+=inc}o+=inc,zoff+=3e-4}for(var n=0;n<yy;n+=1)for(var d=0;d<xx;d+=1){var g=d+n*xx;cells[g]=new Cell(d,n)}for(var c=0;c<30;c++){let S=newPaM
rticle3("major");null!==S&&integral_lines.push(S);let q=newParticle3("minor");null!==q&&integral_lines.push(q)}let D=cols*rows,E=0===colAlg?"Algorithm":"Palette";window.$generativeTraits={Type:"Flow Field",Vectors:D,Colors:E,Format:f}}function draw(){background(10),translate(center.x,center.y);for(var e=0;e<integral_lines.length;e++)integral_lines[e].follow(eigenvector_maj,eigenvector_min),integral_lines[e].edges(),integral_lines[e].changeCol(flowcolorfield),integral_lines[e].display(flowcolorfield);let f=cells.filM
ter(e=>!0===e.spot||!0===e.spot2).length;if(f<.9*cells.length){let l=newParticle4("major",0);null!==l&&integral_lines.push(l);let i=newParticle4("major",1);null!==i&&integral_lines.push(i);let c=newParticle4("minor",0);null!==c&&integral_lines.push(c);let s=newParticle4("minor",1);null!==s&&integral_lines.push(s);let a=newParticle3("major");null!==a&&integral_lines.push(a);let _=newParticle3("minor");null!==_&&integral_lines.push(_)}else if(f>=.9*cells.length&&f<cells.length-cells.length/180){let $=newParticle3("maM
jor");null!==$&&integral_lines.push($);let o=newParticle3("minor");null!==o&&integral_lines.push(o);let n=newParticle5("major");null!==n&&integral_lines.push(n);let r=newParticle5("minor");null!==r&&integral_lines.push(r);let d=newParticle6("major");null!==d&&integral_lines.push(d);let b=newParticle6("minor");null!==b&&integral_lines.push(b);let p=newParticle51("major");null!==p&&integral_lines.push(p);let u=newParticle51("minor");null!==u&&integral_lines.push(u);let x=newParticle52("major");null!==x&&integral_lineM
s.push(x);let y=newParticle52("minor");null!==y&&integral_lines.push(y)}else noLoop();noFill(),stroke(220),strokeWeight(10),rect(-width/2,-height/2,width,height)}class Tensor{constructor(e,f,l,i,c){this.matrix=e,this.majVector=f,this.minVector=l,this.majValue=i,this.minValue=c}}class Cell{constructor(e,f){this.i=e,this.j=f,this.spot=null,this.spot2=null,this.index,this.pos=[]}drawGrid(){noFill(),stroke(255),this.spot&&fill(255,0,0);let e=createVector(this.i,this.j);rect(e.x*dsep,e.y*dsep,dsep,dsep)}}function IntegrM
al_line(e,f,l){this.iniPos=createVector(map(e,0,width,-width/2,width/2),map(f,0,height,-height/2,height/2)),this.iniPos2=this.iniPos.copy(),this.iniPos3=this.iniPos.copy(),this.iniPos4=this.iniPos2.copy(),this.fBool=!0,this.fBool2=!0,this.fBool3=!0,this.fBool4=!0,this.obj=l,this.maj1=[],this.min=[],this.maj2=[],this.min2=[],this.col=int(random(4)),this.changeCol=function(e){switch(this.col){case 0:var f=this.iniPos.x,l=this.iniPos.y,i=interpolate_coord(f,l,scl,cols),c=e[i];c&&stroke(color(c[0],c[1],c[2],c[3]));breaM
k;case 1:var f=this.iniPos2.x,l=this.iniPos2.y,i=interpolate_coord(f,l,scl,cols),c=e[i];c&&stroke(color(c[0],c[1],c[2],c[3]));break;case 2:var f=this.iniPos3.x,l=this.iniPos3.y,i=interpolate_coord(f,l,scl,cols),c=e[i];c&&stroke(color(c[0],c[1],c[2],c[3]));break;case 3:var f=this.iniPos4.x,l=this.iniPos4.y,i=interpolate_coord(f,l,scl,cols),c=e[i];c&&stroke(color(c[0],c[1],c[2],c[3]))}},this.follow=function(e,f){if("major"===this.obj){if(this.fBool)for(let l=1;l<t.length;l++){var i=interpolate_coord(this.iniPos.x,thiM
s.iniPos.y,scl,cols);if(e[i]){let c=RK4step(f4,[this.iniPos.x,this.iniPos.y,e[i].x,e[i].y],t[l]-t[l-1]);this.maj1.push([c[0],c[1]]),this.iniPos=createVector(c[0],c[1]);var s=interpolate_coord(c[0],c[1],dsep,xx);if(cells[s]&&(cells[s].pos.push(createVector(c[0],c[1])),cells[s].spot=!0,cells[s].spot2)){this.fBool=cells[s].pos.every(e=>dist(e.x,e.y,c[0],c[1])>0);break}}}if(this.fBool3)for(let a=1;a<t.length;a++){var _=interpolate_coord(this.iniPos3.x,this.iniPos3.y,scl,cols);if(e[_]){let $=RK4step(f4,[this.iniPos3.x,tM
his.iniPos3.y,-1*e[_].x,-1*e[_].y],t[a]-t[a-1]);this.maj2.push([$[0],$[1]]),this.iniPos3=createVector($[0],$[1]);var s=interpolate_coord($[0],$[1],dsep,xx);if(cells[s]&&(cells[s].pos.push(createVector($[0],$[1])),cells[s].spot=!0,cells[s].spot2)){this.fBool3=cells[s].pos.every(e=>dist(e.x,e.y,$[0],$[1])>0);break}}}}if("minor"===this.obj){if(this.fBool2)for(let o=1;o<t.length;o++){var n=interpolate_coord(this.iniPos2.x,this.iniPos2.y,scl,cols);if(f[n]){let r=RK4step(f4,[this.iniPos2.x,this.iniPos2.y,f[n].x,f[n].y],tM
[o]-t[o-1]);this.min.push([r[0],r[1]]),this.iniPos2=createVector(r[0],r[1]);var s=interpolate_coord(r[0],r[1],dsep,xx);if(cells[s]&&(cells[s].pos.push(createVector(r[0],r[1])),cells[s].spot2=!0,cells[s].spot)){this.fBool2=cells[s].pos.every(e=>dist(e.x,e.y,r[0],r[1])>0);break}}}if(this.fBool4)for(let d=1;d<t.length;d++){var b=interpolate_coord(this.iniPos4.x,this.iniPos4.y,scl,cols);if(f[b]){let p=RK4step(f4,[this.iniPos4.x,this.iniPos4.y,-1*f[b].x,-1*f[b].y],t[d]-t[d-1]);this.min2.push([p[0],p[1]]),this.iniPos4=crM
eateVector(p[0],p[1]);var s=interpolate_coord(p[0],p[1],dsep,xx);if(cells[s]&&(cells[s].pos.push(createVector(p[0],p[1])),cells[s].spot2=!0,cells[s].spot)){this.fBool4=cells[s].pos.every(e=>dist(e.x,e.y,p[0],p[1])>0);break}}}}},this.display=function(e){noFill(),strokeWeight(strk),beginShape();let f=this.maj1;for(let l=0;l<f.length;l++)vertex(f[l][0],f[l][1]);endShape(),beginShape();let i=this.min;for(let c=0;c<i.length;c++)vertex(i[c][0],i[c][1]);endShape(),beginShape();let s=this.maj2;for(let a=0;a<s.length;a++)veM
rtex(s[a][0],s[a][1]);endShape(),beginShape();let _=this.min2;for(let $=0;$<_.length;$++)vertex(_[$][0],_[$][1]);endShape()},this.edges=function(){(this.iniPos.x>width/2||this.iniPos.x<-width/2||this.iniPos.y>height/2||this.iniPos.y<-height/2)&&(this.fBool=!1),(this.iniPos2.x>width/2||this.iniPos2.x<-width/2||this.iniPos2.y>height/2||this.iniPos2.y<-height/2)&&(this.fBool2=!1),(this.iniPos3.x>width/2||this.iniPos3.x<-width/2||this.iniPos3.y>height/2||this.iniPos3.y<-height/2)&&(this.fBool3=!1),(this.iniPos4.x>widthM
/2||this.iniPos4.x<-width/2||this.iniPos4.y>height/2||this.iniPos4.y<-height/2)&&(this.fBool4=!1)},this.other=function(e){let f=this.iniPos.x,l=this.iniPos.y;var i=interpolate_coord(f,l,dsep,xx);e[i]&&e[i].pos&&e[i].spot2&&(this.fBool=e[i].pos.every(e=>dist(e.x,e.y,f,l)>0));let c=this.iniPos2.x,s=this.iniPos2.y;var a=interpolate_coord(c,s,dsep,xx);e[a]&&e[a].pos&&e[a].spot&&(this.fBool2=e[a].pos.every(e=>dist(e.x,e.y,c,s)>0));let _=this.iniPos3.x,$=this.iniPos3.y;var o=interpolate_coord(_,$,dsep,xx);e[o]&&e[o].pos&M
&e[o].spot2&&(this.fBool3=e[o].pos.every(e=>dist(e.x,e.y,_,$)>0));let n=this.iniPos4.x,r=this.iniPos4.y;var d=interpolate_coord(n,r,dsep,xx);e[d]&&e[d].pos&&e[d].spot&&(this.fBool4=e[d].pos.every(e=>dist(e.x,e.y,n,r)>0))}}function newParticle3(e){let f=!1,l,i,c,s;for(;!f;){l=random(width),i=random(height),c=map(l,0,width,-width/2,width/2),s=map(i,0,height,-height/2,height/2);let a=floor(l/dsep)+1,_=floor(i/dsep)+1;if(a>0&&_>0&&a<xx-1&&_<yy-1){let $=[[a,_],[a-1,_-1],[a,_-1],[a+1,_-1],[a-1,_],[a+1,_],[a-1,_+1],[a,_+1M
],[a+1,_+1]],o=[];for(let n of $){let r=n[0]+n[1]*xx;o.push(...cells[r].pos)}f=o.every(function(e){return dist(e.x,e.y,c,s)>dsep-1})}}return f?new Integral_line(l,i,e):null}function newParticle4(e,f){let l=!1,i,c,s,a;for(;!l;){let _=[];for(let $ in integral_lines)integral_lines.length,"major"===e?0===f?_.push(...integral_lines[$].maj1):1===f&&_.push(...integral_lines[$].maj2):"minor"===e&&(0===f?_.push(...integral_lines[$].min):1===f&&_.push(...integral_lines[$].min2));let o=int(random(_.length-1)),n=_[o];_.findIndM
ex(e=>e[0]===n[0]&&e[1]===n[1]);let r=_.find((e,f)=>f===o+1);if(r){let d=r[0]-n[0],b=r[1]-n[1],p=sqrt(d*d+b*b),u=d/p,x=-(b/p),y=u;i=n[0]+x*dsep,c=n[1]+y*dsep,s=map(i,-width/2,width/2,0,width),a=map(c,-height/2,height/2,0,height);let g=floor(s/dsep),P=floor(a/dsep);if(g>0&&P>0&&g<xx-1&&P<yy-1){let m=[[g,P],[g-1,P-1],[g,P-1],[g+1,P-1],[g-1,P],[g+1,P],[g-1,P+1],[g,P+1],[g+1,P+1]],v=[];for(let j of m){let B=j[0]+j[1]*xx;v.push(...cells[B].pos)}l=v.every(function(e){return dist(e.x,e.y,i,c)>dsep-1})}}if(5>=frameRate())bM
reak}return l?new Integral_line(s,a,e):null}function newParticle5(e){let f=!1,l=0,i=0,c,s;nested_break:for(let a=0;a<floor(xx/2);a++)for(let _=0;_<floor(yy/2);_++){var $=a+_*xx;if(cells[$]&&(!cells[$].spot||!cells[$].spot2)){if(l=map(a,0,xx,0,width)+random(-.5,.5),i=map(_,0,yy,0,height)+random(-.5,.5),c=map(l,0,width,-width/2,width/2),s=map(i,0,height,-height/2,height/2),a>0&&_>0&&a<xx-1&&_<yy-1){let o=[[a,_],[a-1,_-1],[a,_-1],[a+1,_-1],[a-1,_],[a+1,_],[a-1,_+1],[a,_+1],[a+1,_+1]],n=[];for(let r of o){let d=r[0]+r[M
1]*xx;n.push(...cells[d].pos)}f=n.every(function(e){return dist(e.x,e.y,c,s)>dsep-1})}if(f)break nested_break}}return f?new Integral_line(l,i,e):null}function newParticle6(e){let f=!1,l=0,i=0,c,s;nested_break:for(let a=xx-1;a>=floor(xx/2);a--)for(let _=yy-1;_>=floor(yy/2);_--){var $=a+_*xx;if(cells[$]&&(!cells[$].spot||!cells[$].spot2)){if(l=map(a,0,xx,0,width)+random(-.5,.5),i=map(_,0,yy,0,height)+random(-.5,.5),c=map(l,0,width,-width/2,width/2),s=map(i,0,height,-height/2,height/2),a>0&&_>0&&a<xx-1&&_<yy-1){let o=M
[[a,_],[a-1,_-1],[a,_-1],[a+1,_-1],[a-1,_],[a+1,_],[a-1,_+1],[a,_+1],[a+1,_+1]],n=[];for(let r of o){let d=r[0]+r[1]*xx;n.push(...cells[d].pos)}f=n.every(function(e){return dist(e.x,e.y,c,s)>dsep-1})}if(f)break nested_break}}return f?new Integral_line(l,i,e):null}function newParticle51(e){let f=!1,l=0,i=0,c,s;nested_break:for(let a=0;a<floor(xx/2);a++)for(let _=floor(yy/2);_<yy;_++){var $=a+_*xx;if(cells[$]&&(!cells[$].spot||!cells[$].spot2)){if(l=map(a,0,xx,0,width)+random(-.5,.5),i=map(_,0,yy,0,height)+random(-.5M
,.5),c=map(l,0,width,-width/2,width/2),s=map(i,0,height,-height/2,height/2),a>0&&_>0&&a<xx-1&&_<yy-1){let o=[[a,_],[a-1,_-1],[a,_-1],[a+1,_-1],[a-1,_],[a+1,_],[a-1,_+1],[a,_+1],[a+1,_+1]],n=[];for(let r of o){let d=r[0]+r[1]*xx;n.push(...cells[d].pos)}f=n.every(function(e){return dist(e.x,e.y,c,s)>dsep-1})}if(f)break nested_break}}return f?new Integral_line(l,i,e):null}function newParticle52(e){let f=!1,l=0,i=0,c,s;nested_break:for(let a=xx-1;a>=floor(xx/2);a--)for(let _=floor(yy/2);_>=0;_--){var $=a+_*xx;if(cells[M
$]&&(!cells[$].spot||!cells[$].spot2)){if(l=map(a,0,xx,0,width)+random(-.5,.5),i=map(_,0,yy,0,height)+random(-.5,.5),c=map(l,0,width,-width/2,width/2),s=map(i,0,height,-height/2,height/2),a>0&&_>0&&a<xx-1&&_<yy-1){let o=[[a,_],[a-1,_-1],[a,_-1],[a+1,_-1],[a-1,_],[a+1,_],[a-1,_+1],[a,_+1],[a+1,_+1]],n=[];for(let r of o){let d=r[0]+r[1]*xx;n.push(...cells[d].pos)}f=n.every(function(e){return dist(e.x,e.y,c,s)>dsep-1})}if(f)break nested_break}}return f?new Integral_line(l,i,e):null}function RK4step(e,f,l){let i=math.mM
ultiply(e(f),l),c=math.multiply(e(math.add(f,math.multiply(.5,i))),l),s=math.multiply(e(math.add(f,math.multiply(.5,c))),l),a=math.multiply(e(math.add(f,s)),l);return math.add(f,math.divide(math.add(math.add(math.add(i,math.multiply(2,c)),math.multiply(2,s)),a),6))}function RK4integrate(e,f,l){let i=math.zeros(l.length,f.length);i._data[0]=f;for(let c=1;c<l.length;c++)i._data[c]=RK4step(e,i._data[c-1],l[c]-l[c-1]);return i._data}let f4=function(e){e[0],e[1];let f=e[2],l=e[3];return[f,l,-l,f]};function interpolate_cM
oord(e,f,l,i){let c=floor(map(e,-width/2,width/2,0,width)/l),s=floor(map(f,-height/2,height/2,0,height)/l);return c+s*i}function makeArr(e,f,l){for(var i=[],c=(f-e)/(l-1),s=0;s<l;s++)i.push(e+c*s);return i}const range=(e,f,l)=>Array.from({length:(f-e)/l+1},(f,i)=>e+i*l);function windowResized(){centerCanvas()}function keyTyped(){return"p"===key&&saveCanvas("diffusion","jpg"),!1}function touchStarted(){return 3===touches.length&&saveCanvas("diffusion","jpg"),!1}
    <script id="snippet-random-code" tM
ype="text/javascript">
        // DO NOT EDIT THIS SECTION
        let seed = window.location.href.split('/').find(t => t.includes('i0'));
        if (seed == null) {
            const alphabet = "0123456789abcdefghijklmnopqrstuvwsyz";
            seed = new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_ => alphabet[(Math.random() * alphabet.length) | 0]).join('') + "i0";
            let pattern = "seed=";
            for (let i = 0; i < seed.length - pattern.lengM
                if (seed.substring(i, i + pattern.length) == pattern) {
                    seed = seed.substring(i + pattern.length);
                    break;
        function cyrb128($) {
            let _ = 1779033703, u = 3144134277, i = 1013904242, l = 2773480762;
            for (let n = 0, r; n < $.length; n++) _ = u ^ Math.imul(_ ^ (r = $.charCodeAt(n)), 597399067), u = i ^ Math.imul(u ^ r, 2869860233), i = l ^ Math.imul(i ^ r, 951274213), l = _ ^ MathM
.imul(l ^ r, 2716044179);
            return _ = Math.imul(i ^ _ >>> 18, 597399067), u = Math.imul(l ^ u >>> 22, 2869860233), i = Math.imul(_ ^ i >>> 17, 951274213), l = Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]
        function sfc32($, _, u, i) {
            return function () {
                u >>>= 0, i >>>= 0;
                var l = ($ >>>= 0) + (_ >>>= 0) | 0;
                return $ = _ ^ _ >>> 9, _ = u + (u << 3) | 0, u = (u = u <M
< 21 | u >>> 11) + (l = l + (i = i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296
        let mathRand = sfc32(...cyrb128(seed));
            background-color: #fefefe;
            margin: 0px;
            overflow: hidden;
            width: 100%;
            height: 100%;
    <script type="text/javascript">
text/plain;charset=utf-8
  "name": "casino.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "skins.sats"
text/plain;charset=utf-8
EjC=:BNB.BNB:bnb1txg066esnraenhjvuh500xwy6gm3hd8454p77x:234401487:te:0
text/plain;charset=utf-8
  "name": "mod.sats"
text/plain;charset=utf-8
  "name": "801.sats"
text/plain;charset=utf-8
  "name": "760.sats"
text/plain;charset=utf-8
  "name": "mortgage.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "crypton.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "skin.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "029.sats"
text/plain;charset=utf-8
  "name": "yes.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "jing.sats"
text/plain;charset=utf-8
  "name": "flights.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "sexy.sats"
text/plain;charset=utf-8
  "name": "krypto.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "israel.sats"
text/plain;charset=utf-8
  "name": "034.sats"
text/plain;charset=utf-8
  "name": "flight.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "8118.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "034.sats"
text/plain;charset=utf-8
  "name": "044.sats"
text/plain;charset=utf-8
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:20C9BCA7B23D11EDA44A9597B9338424" xmpMM:DocumentID="xmp.did:20C9BCA8B23D11EDA44A9597B9338424"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:20C9BCA5B23D11EDA44A9597B9338424" stRef:documentID="xmp.did:20C9BCA6B23D11EDA44A9597B9338424"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "MEXC.sats"
text/plain;charset=utf-8
  "name": "049.sats"
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-23T17:54:52-05:00" xmp:ModifyDate="2023-02-23T17:54:52-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:abf893b5-9d03-6747-8eae-b81878c99a71" xmpMM:DocumentID="adobe:docid:photoshop:e2048186-ffc3-ec4a-bd15-8e28c7cf1b02" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:887631e4-5b8d-b44f-9513-f7ad15103a03" stEvt:when="2023-02-23T17:54:52-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:abf893b5-9d03-6747-8eae-b81878c99a71" stEvt:when="2023-02-23T17:54:52-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:887631e4-5b8d-b44f-9513-f7ad15103a03" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>P
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:206FEA54B23D11EDB0DBD0C76B1E8A33" xmpMM:DocumentID="xmp.did:206FEA55B23D11EDB0DBD0C76B1E8A33"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:206FEA52B23D11EDB0DBD0C76B1E8A33" stRef:documentID="xmp.did:206FEA53B23D11EDB0DBD0C76B1E8A33"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "biduoduo.sats"
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:21215350B23D11ED8A68A2574A6AA5D9" xmpMM:DocumentID="xmp.did:21215351B23D11ED8A68A2574A6AA5D9"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2121534EB23D11ED8A68A2574A6AA5D9" stRef:documentID="xmp.did:2121534FB23D11ED8A68A2574A6AA5D9"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
^(^(^(^(^(^(^(^(^(^(^(^(^(
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
]Sx]Sx]Sx]Sx]Sx]Sx]Sx]Sx]Sx]Sx
vh`!vh`!vh`!vh`!vh`!vh`!vh`!vh`!vh`!vha
jSjSjSjSjSjSjSjSjSjSjSjSjSjSjSjSjSjSjSjP
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$V#V#V#V#V#V#V#V#V#Q
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
,gx$P,7,7,7,7,7,7,7,7(m"
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
bEbEbEbEbEbEbEbEbEbEbE
A~E~E~E~E~E~E~E~E~Dfz
*9*-13666 (;?:4>0563
"33333333333333333333333333333333333333333333333333
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
2t3'C2t3'C2t3'C2t3'C2t3'A
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
x$P,7,7,7,7,7,7,7,7(m"
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
"!&+7/&)4)!"0A149;>>>%.DIC<H7=>;
;("(;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
PPPPPPPPPPPPPPPPPPP;
$}tOi-XnXnXnXnXnXnXnXnP
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
*9*-13666 (;?:4>0563
"33333333333333333333333333333333333333333333333333
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
$ &%# #"(-90(*6+"#2D26;=@@@&0FKE>J9?@=
=)#)==================================================
JjH=:THOR.RUNE:thor1uwdwu3c063r53gx2sdak9dwy223e5f4ymy4px6:2473281709:xdf:0"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "aidan.sats"
text/plain;charset=utf-8
  "name": "pop.sats"
text/plain;charset=utf-8
  "name": "ride.sats"
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyM
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "invoice.sats"
text/plain;charset=utf-8
  "name": "lolli.sats"
text/plain;charset=utf-8
Mined by AntPool965K
text/plain;charset=utf-8
  "name": "meta.sats"
text/plain;charset=utf-8
  "name": "188.sats"
text/plain;charset=utf-8
  "name": "802.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "bsc.sats"
text/plain;charset=utf-8
  "name": "ethers.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "407.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "8119.sats"
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-24T03:31:49-05:00" xmp:ModifyDate="2023-02-24T03:31:49-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:6440658b-6c6f-784f-8a3e-02967d3eac69" xmpMM:DocumentID="adobe:docid:photoshop:a299f456-48b6-d848-ba65-5e86eea3b1e7" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:c7283ddb-0c44-4343-83eb-dc7ca795d4cf" stEvt:when="2023-02-24T03:31:49-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:6440658b-6c6f-784f-8a3e-02967d3eac69" stEvt:when="2023-02-24T03:31:49-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:c7283ddb-0c44-4343-83eb-dc7ca795d4cf" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
text/plain;charset=utf-8
text/plain;charset=utf-8
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:21856897B23D11EDAC289123366E9010" xmpMM:DocumentID="xmp.did:21856898B23D11EDAC289123366E9010"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:21856895B23D11EDAC289123366E9010" stRef:documentID="xmp.did:21856896B23D11EDAC289123366E9010"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:21E1B043B23D11ED9CF8B1C03E63B8CF" xmpMM:DocumentID="xmp.did:21E1B044B23D11ED9CF8B1C03E63B8CF"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:21E1B041B23D11ED9CF8B1C03E63B8CF" stRef:documentID="xmp.did:21E1B042B23D11ED9CF8B1C03E63B8CF"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
)Optimized with https://ezgif.com/optimize
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
c/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
KjI=:THOR.RUNE:thor16x6p2dln98x5utk5qder50t0mlhru9dqgnpp2e:552954726000:t:30
text/plain;charset=utf-8
  "name": "cai.sats"
text/plain;charset=utf-8
  "name": "bnb.sats"
text/plain;charset=utf-8
  "name": "032.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "0003.sats"
text/plain;charset=utf-8
  "name": "026.sats"
text/plain;charset=utf-8
  "name": "0145.sats"
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350">
    .base{fill:#4d4d4d;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link{fill:blue;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link2:hover{fill:Blue!important;}
    .link3:hover{fill:#1DA1F2!important;}
h="100%" height="100%" fill="#f2a900"/>
  <text font-size="50" x="50%" y="40%" class="base">bitbags.io</text>
  <a href="https://bitbags.io" target="__blank__">
    <text font-size="20" x="50%" y="55%" class="base link2">Inscribe Here</text>
  <a href="https://twitter.com/bitbagsordinal" target="_blank_2">
    <g transform="translate(280, 265) scale(0.5)">
      <path class="base link3" d="M109.75 92.2701C110 130.1 78 156.89 27.38 136.15C39.16 134.49 47.92 131.15 54.38 126.96C47.31 124.39 38.28 115.49 36.19 M
110.71L44.3 109.36C44.3 109.36 35.22 100.27 32.71 90.1001L42.83 91.4801C42.83 91.4801 37.12 83.0201 38.83 67.8701C45.85 79.3801 59.4 89.2201 71.45 92.0001C70 67.0001 94 62.5101 104.66 75.0501L119.56 72.7001L112.41 81.9301L122.62 85.4201L109.75 92.2701Z"/>
text/plain;charset=utf-8
text/plain;charset=utf-8
text/html;charset=utf-8
	<title>Retro Pixel 8-Bit Dark Mode Visualization</title>
			background-color: #000000;
	<canvas id="myCanvas" width="500" height="500"></canvas>
		let canvas = document.getElementById("myCanvas");
		let context = canvas.getContext("2d");
		let radius2 = 100;
		let speed2 = 0.04;
		let colors = ["#00FFFF", "#FF00FF", "#FFA500", "#00FF00", "#FF0000", "#FFFF00"];
			context.clearRect(0, 0, canvas.width, canvas.height);
			for (let i = 0; i < colors.length; i++) {
				let x_pos = x + radius * Math.cos(angle);
				let y_pos = y + radius * Math.sin(angle);
				context.fillStyle = colors[i];
				context.fillRect(x_pos, y_pos, size, size);
			for (let i = 0; i < colors.length; i++) {
				let x_pos2 = x2 + radius2 * Math.cos(angle2L
				let y_pos2 = y2 + radius2 * Math.sin(angle2);
				context.fillStyle = colors[i];
				context.fillRect(x_pos2, y_pos2, size, size);
				angle2 += speed2;
			requestAnimationFrame(draw);
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "760.sats"
text/plain;charset=utf-8
  "name": "421.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "570.sats"
text/plain;charset=utf-8
  "name": "pfp.sats"
text/plain;charset=utf-8
  "name": "760.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "569.sats"
text/plain;charset=utf-8
  "name": "559.sats"
text/plain;charset=utf-8
  "name": "1985.sats"
text/plain;charset=utf-8
  "name": "552.sats"
text/plain;charset=utf-8
  "name": "568.sats"
text/plain;charset=utf-8
  "name": "jim.sats"
text/plain;charset=utf-8
  "name": "kim.sats"
EjC=:BNB.BTCB-1DE:bnb165c6gxu345nmgu253hqhuhx5u336fp23srjp4u:949884::0
text/plain;charset=utf-8
  "name": "465.sats"
text/plain;charset=utf-8
  "name": "437.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "423.sats"
text/plain;charset=utf-8
  "name": "piq.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "wow.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "094.sats"
text/plain;charset=utf-8
  "name": "570.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "025.sats"
text/plain;charset=utf-8
  "name": "greenday.sats"
text/plain;charset=utf-8
  "name": "8666.sats"
text/plain;charset=utf-8
  "name": "457.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@((((........(@@@@@@@@@@@@@@@@@@@@M
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@....................@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@..................,,,....(@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@...................******@@....@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@(.....................*****@@@@...@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@***********@@@@..........................................*******@@@@@..@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@#****************#@@&%%%%%%%//////.........................,*******@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@**********@@@********@@@%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...........*****@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@*********@@@@@@*******@@%%%%%%%%%%%%%%%%%%%**********%%%%%%%%///.........((@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@*********@@@@@@*******@M
@%%%%%%%%%%%%%%%%%                 %%%%%%%%%%%........@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@####@@@@@@@#********@@....//%%%%%%%%%%%%%%%%  %%%%%%%%%% *%%%%%%%%%%%%%%%%//....(@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@***********@@@@@@......%%%%%   %%%       %%%      ((((((   (%%%%%%%%%%%.....@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@***********#@@@@@@@@@@@@((((...   %%*       %%*    ,(((((      %%%%%%%%%%%%%//...((@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@********@@@@@@@@@@@@@@@@@@@@@@@             M
    (((((((((      %%%%%%%%%%%%%%%%%....@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@#*****@@@@@@@@@@@@@@@@@%%(((((((((((((((((((((((((((((((((%%%%%%%%%%%////......((@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@*****@@@@@@@@@@@@@@@(((((((((((((((((((((((%%%%((((((((((..............@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@@@@@(((((((((((((((((########((((((((((((((@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@@@@(((((((((((((((((((((((((((((((((((((((@@@@@@@@@@@@M
@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@*****@@@@@@@@@@@@@((((((((((((((((((((((((((((((((((((@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@***@       @@@@@((((((((((((((((((((((((((((((((((@@@@.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@***@(     ,(((@@@@@%%((((((((((((((((((((((((%%@@@((.....(@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@    (((.....@@@@@((((((((((((((((((@@@@@@............@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@****@#((((((........((@@@@@@@@@@@@@@@@@@(((................@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@****@@.........................................*****........@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***#@@@@@@@.................................,,****@(.......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@................................****@@.......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@M
@@@@***@@@@@@@@@@@@@@@@@..*******************(((/####@...,,,,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@((((((@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@@@@@@@@........................,****@/      @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@@@@@@@@.........**..............****@@      @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@@@@@@@@@@@@....M
.....**,..............****#@@//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@@@@@@@@@@@@.........****.................*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@@@@@@@@@@@@.........***#@((..............,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@@@@@@.*********@@@@@.............@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@@@@@@@@@@@@@@@(((@@@@@@@@@@@@@((((((((@@@@M
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@@@@@..........@@@@@@@@..........@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@@@@@@@..,,,,,,#@@@@@@@@@...,,,.##@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@@@@@@@........@@@@@@@@@@.......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@@@@@@@@@@@........@@@@@@@@@@.......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@M
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@@@@.........@@@@@@@@@@.......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@............@@@@@@@..........@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.sats"
text/plain;charset=utf-8
  "name": "pay.sats"
text/plain;charset=utf-8
  "name": "039.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "755.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "voxel.sats"
text/plain;charset=utf-8
  "name": "9998.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "diamonds.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "499.sats"
text/plain;charset=utf-8
  "name": "530.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "801.sats"
text/plain;charset=utf-8
  "name": "530.sats"
text/plain;charset=utf-8
  "name": "457.sats"
text/plain;charset=utf-8
  "name": "Kat.sats"
text/plain;charset=utf-8
  "name": "Ann.sats"
text/plain;charset=utf-8
  "name": "zoe.sats"
text/plain;charset=utf-8
  "name": "421.sats"
FjDOUT:B187A963F1CEDB32DD8599864A2E67FF476A5F1BB8DEB509051DDDE3DFCFDC19
FjDOUT:70E7BA36D97C8C6F8C67130E7422A39BCDC143DD2E1B4BD64F6C89645EF6EDCB
text/plain;charset=utf-8
  "name": "871.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "winbtc.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "163.sats"
text/plain;charset=utf-8
  "name": "tap.sats"
text/plain;charset=utf-8
  "name": "winbitcoin.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
"!&+7/&)4)!"0A149;>>>%.DIC<H7=>;
;("(;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYM
text/plain;charset=utf-8
  "name": "089.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "067.sats"
text/plain;charset=utf-8
  "name": "416.sats"
text/plain;charset=utf-8
  "name": "871.sats"
text/plain;charset=utf-8
  "name": "penis.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "alts.sats"
text/plain;charset=utf-8
  "name": "0069.sats"
text/plain;charset=utf-8
  "name": "apes.sats"
text/plain;charset=utf-8
  "name": "jim.sats"
text/plain;charset=utf-8
c/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
  "name": "064.sats"
text/plain;charset=utf-8
  "name": "014.sats"
text/plain;charset=utf-8
  "name": "031.sats"
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350">
    .base{fill:#4d4d4d;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link{fill:blue;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link2:hover{fill:Blue!important;}
    .link3:hover{fill:#1DA1F2!important;}
h="100%" height="100%" fill="#f2a900"/>
  <text font-size="50" x="50%" y="40%" class="base">bitbags.io</text>
  <a href="https://bitbags.io" target="__blank__">
    <text font-size="20" x="50%" y="55%" class="base link2">Inscribe Here</text>
  <a href="https://twitter.com/bitbagsordinal" target="_blank_2">
    <g transform="translate(280, 265) scale(0.5)">
      <path class="base link3" d="M109.75 92.2701C110 130.1 78 156.89 27.38 136.15C39.16 134.49 47.92 131.15 54.38 126.96C47.31 124.39 38.28 115.49 36.19 M
110.71L44.3 109.36C44.3 109.36 35.22 100.27 32.71 90.1001L42.83 91.4801C42.83 91.4801 37.12 83.0201 38.83 67.8701C45.85 79.3801 59.4 89.2201 71.45 92.0001C70 67.0001 94 62.5101 104.66 75.0501L119.56 72.7001L112.41 81.9301L122.62 85.4201L109.75 92.2701Z"/>
c/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
CjA=:ETH.ETH:0x01F866a545f19FE69C7eaDDb396E1f1b85E2C74A:264532787::0
text/html;charset=utf-8
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Ordinal Automata</title> <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script> <script id="snippet-random-code" type="text/javascript"> let seed=window.location.href.split('/').find(t=> t.includes('i0')); if (seed==null){const alphabet="0123456789abcdefghijklmnopqrstuvwsyz"; seed=new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_=> alphabetM
[(Math.random() * alphabet.length) | 0]).join('') + "i0";}else{let pattern="seed="; for (let i=0; i < seed.length - pattern.length; ++i){if (seed.substring(i, i + pattern.length)==pattern){seed=seed.substring(i + pattern.length); break;}}}function cyrb128($){let _=1779033703, u=3144134277, i=1013904242, l=2773480762; for (let n=0, r; n < $.length; n++) _=u ^ Math.imul(_ ^ (r=$.charCodeAt(n)), 597399067), u=i ^ Math.imul(u ^ r, 2869860233), i=l ^ Math.imul(i ^ r, 951274213), l=_ ^ Math.imul(l ^ r, 2716044179); returM
n _=Math.imul(i ^ _ >>> 18, 597399067), u=Math.imul(l ^ u >>> 22, 2869860233), i=Math.imul(_ ^ i >>> 17, 951274213), l=Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]}function sfc32($, _, u, i){return function (){u >>>=0, i >>>=0; var l=($ >>>=0) + (_ >>>=0) | 0; return $=_ ^ _ >>> 9, _=u + (u << 3) | 0, u=(u=u << 21 | u >>> 11) + (l=l + (i=i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296}}let mathRand=sfc32(...cyrb128(seed)); </script> <style>body{margin: 0px;}<M
/style></head><body><script type="text/javascript">const rand=mathRand();function getRule(dcml){var s=(dcml >>> 0).toString(2).split(""); if (8 - s.length > 0){return Array(8 - s.length).fill(0).concat(s.map(Number));}else{return s.map(Number);}}function setCell(r, p){var i=parseInt(p.join(""), 2); switch (i){case 7: return r[0]; case 6: return r[1]; case 5: return r[2]; case 4: return r[3]; case 3: return r[4]; case 2: return r[5]; case 1: return r[6]; case 0: return r[7]; default: console.log("ERROR: setCell unhaM
ndled case."); return r[0];}}function genGrid(fr, rule){var result=[fr]; var row=fr; for (let r=1; r < cc; r++){var nextRow=[]; for (let i=0; i < cc; i++){var c1=0; var c2=0; var c3=0; if (i==0){c1=0; c2=row[i]; c3=row[i + 1];}else if (i==cc - 1){c1=row[i - 1]; c2=row[i]; c3=0;}else{c1=row[i - 1]; c2=row[i]; c3=row[i + 1];}nextRow.push(setCell(rule, [c1, c2, c3]));}row=nextRow; result.push(row);}return result;}filterRules=[0, 2, 4, 6, 8, 10, 12, 14, 16, 20, 24, 32, 34, 36, 38, 40, 42, 44, 46, 48, 52, 56, 64, 66, 72M
, 74, 76, 80, 84, 88, 96, 98, 100, 104, 106, 108, 112, 116, 120, 128, 130, 132, 136, 138, 140, 142, 144, 148, 152, 160, 162, 164, 166, 168, 170, 172, 174, 176, 180, 184, 192, 194, 196, 200, 202, 204, 208, 212, 216, 224, 226, 228, 232, 234, 236, 240, 244, 248];cc=100;m=24;rr1=parseInt(mathRand() * 256);rr2=parseInt(mathRand() * 256);rr3=parseInt(mathRand() * 256);while(true){if (filterRules.includes(rr1) || filterRules.includes(rr2) || filterRules.includes(rr3)){rr1=parseInt(mathRand() * 256); rr2=parseInt(mathRand(M
) * 256); rr3=parseInt(mathRand() * 256);}else{break;}}console.log('rules:', rr1, rr2, rr3);r1=getRule(rr1);r2=getRule(rr2);r3=getRule(rr3);fr1=Array(cc).fill(0);fr1[parseInt(fr1.length / 2)]=1;fr2=Array(cc).fill(0);fr2[parseInt(mathRand() * fr2.length / 2)]=1;fr3=Array(cc).fill(0);fr3[parseInt(mathRand() * fr3.length / 2)]=1;grid1=genGrid(fr1, r1);grid2=genGrid(fr2, r2);grid3=genGrid(fr3, r3);var soc=mathRand() * 1;pd=1;function setup(){console.log('pd:', pd); console.log('soc:', soc); pixelDensity(pd); canvas=creM
ateCanvas(cc * m, cc * m); background(255); noLoop(); blendMode(MULTIPLY);}function draw(){noStroke(); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid1[x][y]==1){fill('#0074a2'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}push(); translate(m/2,m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid2[x][y]==1){fill('#00aa93'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, mM
);}}}pop(); push(); translate(-m/2,-m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid3[x][y]==1){fill('#ff48b0'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}pop(); push(); blendMode(BLEND); strokeWeight(m); stroke('#000000'); line(0,0,width,0); line(0,0,0,height); line(0,height,width,height); line(width,0,width,height); pop(); console.log(seed);}function keyReleased(){if (key=='h' ){pd=4; console.log('in h'); setup(); draw(); buff=creL
ateGraphics(width, height); buff.copy(canvas, 0,0,width,height,0,0,width,height); buff.save(seed + '.png');}}</script></body></html>
text/html;charset=utf-8
    <meta charset="UTF-8">
    <title>FantasPoly</title>
    Generative supports the most popular creative coding libraries. Simply uncomment the library you want to use below.
    Are we missing an important library? Let us know @generative_xyz.
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script>
    <!-- c2.min.js@1.0.0
    <script sandbox="allow-scripts" type="text/jM
avascript" src="https://cdn.generative.xyz/ajax/libs/c2/1.0.0/c2.min.js"></script>
    <!-- chromajs@2.4.2
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/chroma-js/2.4.2/chroma.min.js"></script>
    <!-- p5.grain.js@0.6.1
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdn.generative.xyz/ajax/libs/p5.grain/0.6.1/p5.grain.min.js"></script>
    <!-- threejs@r124
    <script sandbox="allow-scripts" type="text/javM
ascript" src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r124/three.min.js"></script>
    <!-- tonejs@14.8.49
    <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/tone/14.8.49/Tone.js"></script>
    <script type="text/javascript">
 Add your script here
 Add your script here
    <script id="snippet-random-code" type="text/javascript">
        // DO NOT EDIT THIS SECTION
        let seed = window.location.href.split('/').find(t => t.includes('i0'));
        if (seed == null) {
            const alphabet = "0123456789abcdefghijklmnopqrstuvwsyz";
            seed = new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_ => alphabet[(Math.random() * alphabeM
t.length) | 0]).join('') + "i0";
            let pattern = "seed=";
            for (let i = 0; i < seed.length - pattern.length; ++i) {
                if (seed.substring(i, i + pattern.length) == pattern) {
                    seed = seed.substring(i + pattern.length);
                    break;
        function cyrb128($) {
            let _ = 1779033703, u = 3144134277, i = 1013904242, l = 2773480762;
            for (let n = 0, r; n < $.length; n++) _M
 = u ^ Math.imul(_ ^ (r = $.charCodeAt(n)), 597399067), u = i ^ Math.imul(u ^ r, 2869860233), i = l ^ Math.imul(i ^ r, 951274213), l = _ ^ Math.imul(l ^ r, 2716044179);
            return _ = Math.imul(i ^ _ >>> 18, 597399067), u = Math.imul(l ^ u >>> 22, 2869860233), i = Math.imul(_ ^ i >>> 17, 951274213), l = Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]
        function sfc32($, _, u, i) {
            return function () {
                u >>M
                var l = ($ >>>= 0) + (_ >>>= 0) | 0;
                return $ = _ ^ _ >>> 9, _ = u + (u << 3) | 0, u = (u = u << 21 | u >>> 11) + (l = l + (i = i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296
        // IMPORTANT: Instead of Math.random(), use this function mathRand() for random number generation.
        // This function generates a random number between 0 and 1 with on-chain seed.
        let mathRand = sfc32(...cyrb128(seed));
            width: 100%;
            height: 100%;
            margin: 0px;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            bottom: 0;
            left: 0;
            right: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
            overflow: auto;
            object-fit: contain;
            position: fixed;
<script type="text/javascript">
    const rand = mathRand();
    function T1(rand) {
        // calculate rarity by yourself
        if (rand > 0.5) {
            return true;
            return false
    // window.$generativeTraits contain list traits for token
    // you need to populate a $generativeTraits object in the window object
        "T1": T1(rand),
    console.log(window.$generativeTraits)
    const container = document.createElement("div")
    //container.innerHTML = "<span>seed: " + seed + "</span><br>";
    document.body.prepend(container)
    this.idx = floor(mathRand()*rands.length);
    this.idx = (this.idx+1) M
    return rands[this.idx];
    this.idx = (this.idx+this.delta) % rands.length;
    return rands[this.idx]*2-1;
    this.idx = (this.idx+this.delta) % rands.length;
    return rands[this.idx] * (r-l) + l;
    this.idx = (this.idx+this.delta) % rands.length;
    return p[floor(p.length * rands[this.idx])];
function rescalePoly(poly, scale_coeff)
    let p = shrinkPoints(poly);
    let cp = getCenter(p);
 j=0;j<p.length;j++)
        q.push([cp[0] + (p[j][0] - cp[0]) * scale_coeff,
                cp[1] + (p[j][1] - cp[1]) * scale_coeff]);
function genRandMap(n0, n1)
    let rd = new MyRand();
    for (let i=0;i<n0;i++)
        tmp[i] = [];
        for (let j=0;j<n1;j++)
            tmp[i][j] = rd.get();
function getRandMapValue(map, x, y)
    x = max(min(x, canvas_w-1e-3), 0);
    y = max(min(y, canvas_h-1e-3), 0);
    let sx = canvas_w / (map.lM
    let sy = canvas_h / (map[0].length-1);
    let u = floor(x/sx), v = floor(y/sy);
    let x1 = u*sx, x2 = u*sx+sx;
    let y1 = v*sy, y2 = v*sy+sy;
    let w = (map[u][v]*(x2-x)*(y2-y)
            +map[u][v+1]*(x2-x)*(y-y1)
            +map[u+1][v]*(x-x1)*(y2-y)
            +map[u+1][v+1]*(x-x1)*(y-y1))/(x2-x1)/(y2-y1);
function cross(x0,y0,x1,y1,x2,y2)
    let r = (x1-x0)*(y2-y0)-(x2-x0)*(y1-y0);
    if (abs(r) < 1e-6) return 0;
    for (let i=1;i+1<p.length;i++)
        res += cross(p[0][0], p[0][1], p[i][0], p[i][1], p[i+1][0], p[i+1][1]);
    return abs(res)/2;
function extendPoints(p, step=200)
    step = global_scale/step;
    for (let i=0;i<p.length;i++)
        let x0 = p[i][0], y0 = p[i][1];
        let x1 = p[(i+1)%p.length][0], y1 = p[(i+1)%p.length][1];
        let n = max(1, floor(dist(x0,y0,x1,y1)/step));
        for (let j=0;j<n;j++)
            q.push([x0 + (x1-x0)/n*j, y0 + (M
function shrinkPoints(p)
    let idx = 0, n = p.length;
    while ((idx+1 < n) && cross(p[idx][0], p[idx][1], p[(idx+1)%n][0], p[(idx+1)%n][1], p[(idx+2)%n][0], p[(idx+2)%n][1]) == 0)
        idx = (idx+1) %n;
    idx = (idx + 1) %n;
    while ((idx-1 > -n) && cross(p[(idx+n)%n][0], p[(idx+n)%n][1], p[(idx-1+n)%n][0], p[(idx-1+n)%n][1], p[(idx-2+n)%n][0], p[(idx-2+n)%n][1]) == 0)
        //print(idx);
    idx = (idx-1+n) %n;
    for (let i=0; i<n;)
        //q.push([p[(idx+i) %n][0], p[(idx+i)%n][1]]);
        let j = i+1;
        while ((j+1<=n) && (cross(p[(idx+i)%n][0], p[(idx+i)%n][1], p[(idx+j)%n][0], p[(idx+j)%n][1], p[(idx+j+1)%n][0], p[(idx+j+1)%n][1]) == 0))
        q.push([p[(idx+j) %n][0], p[(idx+j)%n][1]]);
function getCenter(p)
    for (let i=0; i<p.length; i++)
        cx += p[i][0] / p.length;
    cy += p[i][1] / p.length;
function hex2RGBA(c)
    return 'rgba('+[(c>>16)&255, (c>>8)&255, c&255].join(',')
function colorPerturb(c, h0, h1, s0, s1, b0, b1)
    let hh = hue(c);
    let ss = saturation(c);
    let bb = brightness(c);
    let aa = alpha(c);
    let rd = new MyRand();
    hh = max(min(hh*rd.get2(h0,h1), 100), 0);
    ss = max(min(ss*rd.get2(s0,s1), 100), 0);
    bb = max(min(bb*rd.get2(b0,b1), 100), 0);
    return color(hh,ss,bb,aa);
function genSCurve(x0,y0,x1,y1,degree)
    let rd = new MyRand();
    let dx = x1-x0, dy = y1-y0;
    let s = dist(dx,dy,0,0);
    let g0 = floor(rd.get()*2)*2-1;
    let g1 = floor(rd.get()*2)*2-1;
    let hx0 = rd.get2(0.2,0.3);
    let hx1 = rd.get2(0.7,0.8);
    let x2 = x0 + (x1-x0)*hx0 + dy*s/10*degree * g0;
    let y2 = y0 + (y1-y0)*hx0 + dx*s/10*degree * g0;
    let x3 = x0 + (x1-x0)*hx1 - dy*s/10*degree * g1;
    let y3 = y0 + (y1-y0)*hx1 - dx*s/10*degree * g1;
   for (let j=0;j<=20;j++)
        p.push([bezierPoint(x0,x2,x3,x1,j/20), bezierPoint(y0,y2,y3,y1,j/20)]);
function _fillStraightLineBrush(p, base_color)
    let cp = getCenter(p);
    let rd = new MyRand();
    for (let i=0;i<p.length; i++)
        r = max(r, dist(cp[0], cp[1], p[i][0], p[i][1]));
        // fill background color
        let cc = colorPerturb(base_color, 0.95, 1.05, 0.9, 1.1, 0.9, 1.1);
            fill(cc);
            beginShape();
            for (let i=0;i<p.length;i++)
                vertex(p[i][0], p[i][1]);
            endShape(CLOSE);
        if (r < 1e-2) return;
        // add brush
        translate(cp[0], cp[1]);
        rotate(rd.get()*2*PI);
        for (let i=0; i<r/2; i++)
            let curr_color = colorPerturb(cc, 0.75, 1.25, 0.7, 1.3, 0.70, 1.2);
            curr_color.setAlpha( alpha(cc)*0.4);
            stroke(curr_color);
            //drawinM
gContext.shadowBlur = 10;
            //drawingContext.shadowColor = curr_color;
            let sw = rd.get2(5,30)/2 ;
            //strokeWeight(sw);
            noStroke();
            let x0, y0, d=1e100;
            while (d > r)
                x0 = rd.get2(-r,r);
                x1 = x0 + rd.get2(-r/10,r/10);
                y0 = rd.get2(-r,r);
                y1 = rd.get2(-r,r);
                d = dist(x0,y0,x1,y1);
            //gen brush shape
     let px0 = x0 - (y1-y0)/d*sw, py0 = y0 + (x1-x0)/d*sw;
            let px1 = x0 + (y1-y0)/d*sw, py1 = y0 - (x1-x0)/d*sw;
            let qx0 = x1 - (y0-y1)/d*sw, qy0 = y1 + (x0-x1)/d*sw;
            let qx1 = x1 + (y0-y1)/d*sw, qy1 = y1 - (x0-x1)/d*sw;
            let mx = (x0+x1)/2, my = (y0+y1)/2, ed = rd.get2(1.05,1.2);
            x0 = mx + (x0-mx)*ed;
            x1 = mx + (x1-mx)*ed;
            y0 = my + (y0-mx)*ed;
            y1 = my + (y1-mx)*ed;
            let q = [[px0,py0], [x0,y0], [px1,py1], [qxM
0, qy0], [x1,y1], [qx1, qy1]];
            fill(curr_color);
            beginShape();
            for (let k=0;k<q.length;k++)
                vertex(q[k][0], q[k][1]);
            endShape(CLOSE);
function _fillGridLine(p)
    let cp = getCenter(p);
    for (let i=0;i<p.length; i++)
        r = max(r, dist(cp[0], cp[1], p[i][0], p[i][1]));
        translate(cp[0], cp[1]);
        rotate(rd.get()*2*PI);
        let step = max(0.1, r*2/30);
  print('step', step, p);
        for (let i=-r; i<=r;i+=step)
            line(-r,i,r,i);
function _fillLineColorMix(p, c0, c1, c_blank)
    let cp = getCenter(p);
    for (let i=0;i<p.length; i++)
        r = max(r, dist(cp[0], cp[1], p[i][0], p[i][1]));
    let rd = new MyRand();
    if (r<1e-3) return;
        translate(cp[0], cp[1]);
        rotate(rd.get()*2*PI);
        strokeWeight(sw * config['LineColorMix_weight']);
        for (let i=-r;M
        for (let j=-r; j<=r;)
            let s = rd.get2(r/10, r/3);
            let p = ((j+s/2)/r + 1)/2;
            if (rd.get() <= p) cc = c0;
            else cc = c1;
            cc = colorPerturb(cc, 0.85, 1.15, 0.7, 1.3, 0.70, 1.2);
            stroke(cc);
            line(i,j,i,j+s);
            stroke(cc);
            s = rd.get2(r/20, r/10);
            line(i,j,i,j+s);
function _fillLine(p, cc)
    let cp = getCenter(p);
    for (let i=0;i<p.length; i++)
        r = max(r, dist(cp[0], cp[1], p[i][0], p[i][1]));
    let rd = new MyRand();
    if (r<1e-3) return;
    let a = alpha(cc);
        translate(cp[0], cp[1]);
        rotate(rd.get()*2*PI);
        strokeWeight(sw);
        for (let i=-r;i<=r;i+= sw*2)
        for (let j=-r; j<=r;)
            let s = rd.get2(r/10, r/3);
            let p = ((j+s/2)/r + 1)/2;
            cc.setAlpha(rd.get2(a*M
            stroke(cc);
            line(i,j,i,j+s);
            s = rd.get2(r/20, r/10);
function _fillLineCircle(p, step, prob, base_color, bg_color='')
    let cp = getCenter(q);
    let rd = new MyRand();
    for (let i=0;i<p.length; i++)
        r = max(r, dist(cp[0], cp[1], p[i][0], p[i][1]));
    if (bg_color != '' && bg_color != color('#ffffff'))
        fill(bg_color);
        stroke(bg_colM
        beginShape();
        for (let j=0;j<p.length;j++)
            vertex(p[j][0], p[j][1]);
        endShape(CLOSE);
        let cc = colorPerturb(base_color, 0.95, 1.05, 0.8, 1.2, 0.70, 1.2);
        cc.setAlpha(rd.get2(alpha(base_color)/2, alpha(base_color)));
        strokeWeight(1);
        for (let i=0;i<r;i+=step)
            let tmp = [];
            for (let j=0;j<q.length;j++)
                tmp[j] = [cp[0] + (q[j][0]-cp[0])*M
i/r*rd.get2(0.95,1.05), cp[1] + (q[j][1]-cp[1])*i/r*rd.get2(0.95,1.05)];
            tmp.push(tmp[0]);
            for (let j=0;j+1<tmp.length;j++)
            if (rd.get() < prob)
                line(tmp[j][0], tmp[j][1],
                     tmp[j+1][0], tmp[j+1][1]);
function drawWaveCircle(ctx, p, colors)
    let rd = new MyRand();
    let n = floor(rd.get2(3,5));
    let cp = getCenter(p);
    let prev_cc = '';
    for (let i=n; i>0; i--)
            q[j] = [cp[0] + (p[j][0]-cp[0])*i/n, cp[1] + (p[j][1]-cp[1])*i/n];
        let cc = prev_cc;
        while (cc == prev_cc)
            cc = rd.pick(colors);
            ctx.save();
            noFill();
            strokeWeight(0);
            beginShape();
            for (let j=0;j<q.length;j++)
                vertex(q[j][0], q[j][1]);
            endShape(CLOSE);
            ctx.clip();
            if (rd.get() < config['drawWaveCircle_th'])
            _fillStraightLineBrush(q, color(cc));
                _fillLineCircle(q, 3, 0.9, color(cc), color(colors[0]));
            ctx.restore();
        prev_cc = cc;
function drawLineColorMix(ctx, p, colors)
    let rd = new MyRand();
    strokeWeight(0);
    for (let j=0;j<p.length;j++)
        vertex(p[j][0], p[j][1]);
    endShape(CLOSE);
    _fillLineColorMix(p, color(rd.piM
ck(colors)), color(rd.pick(colors)), color(rd.pick(colors)));
function drawLine(ctx, p)
    strokeWeight(0);
    for (let j=0;j<p.length;j++)
        vertex(p[j][0], p[j][1]);
    endShape(CLOSE);
    let rd = new MyRand();
    cc = color(rd.pick(['#f8df1f', '#cc222e', '#ffffff']));
    cc.setAlpha(50);
    _fillLine(p, cc);
function drawLineCircle(ctx, p)
    for (let j=0;j<p.length;j++)
        vertex(p[j][0], p[j][1]);
    endShape(CLOSE);
    let rd = new MyRand();
    cc = color(rd.pick(['#f8df1f', '#cc222e', '#ffffff']));
    cc.setAlpha(50);
    _fillLineCircle(p, 10, 0.5, cc);
function fillGridLine(ctx, p, funcs, colors)
    let rd = new MyRand();
    let f = rd.pick(funcs);
    f(ctx, p, colors);
let color_config = [
        'bg': '#000000',
        'layer-1': ['#ffM
        'layer0': [['#000000', '#00007f', '#305899']],
        'layer1': [['#00aaff', '#f6bcb1', '#cc222e']],
        'layer3': [['#ffff00', '#aaff7f', '#689a4c'],
                   ['#ff5500', '#ffff7f', '#f8f11b'],
                   ['#000000', '#ff557f', '#aa0000']],
        'bg': '#ffffff',
        'layer-1': ['#FFC23C'],
        'layer0': [['#ffffff', '#FFEF82', '#EFD345']],
        'layer1': [['#ffffff', '#BABD42', '#82954B']],
        'layer3': [['#ffffff', '#36AE7C', '#187498'],
               ['#FFEF82', '#1f6c17', '#2b931f']],
        'bg': '#000000',
        'layer-1' : ['#fff459'],
        'layer0': [['#37549d', '#283c71', '#16213E']],
        'layer1': [['#37549d', '#F0A500', '#F0A500']],
        'layer3': [['#37549d', '#FA9494', '#E45826'],
                   ['#37549d', '#FA9494', '#F0A500']],
        'bg': '#ffffff',
        'layer-1': ['#FFC23C'],
        'layer0': [['#ffffff', '#F9F5EB', '#EAE3D2']],
        'layer1': [['#ffffff', '#FF9F29', '#EAE3D2']],M
        'layer3': [['#ffffff', '#A5BECC', '#243A73'],
                   ['#FFF5E4', '#D3CEDF', '#7C3E66']],
        'bg': '#ffffff',
        'layer-1': ['#FFC23C'],
        'layer0': [['#ffffff', '#F9F5EB', '#EAE3D2']],
        'layer1': [['#ffffff', '#607EAA', '#EAE3D2']],
        'layer3': [['#ffffff', '#607EAA', '#1C3879'],
                   ['#FFF5E4', '#607EAA', '#1C3879']],
        'bg': '#ffffff',
        'layer-1': ['#F0A500'],
        'layer0': [['#ffffff', '#FFFDE3', '#CFE8A9'M
        'layer1': [['#ffffff', '#224B0C', '#FFFDE3']],
        'layer3': [['#ffffff', '#E64848', '#C21010'],
                   ['#FFF5E4', '#E64848', '#C21010']],
        'bg': '#ffffff',
        'layer-1': ['#fe0004'],
        'layer0': [['#ffffff', '#e1d8c9', '#FFF5E4']],
        'layer1': [['#ffffff', '#ffa9a9', '#FFC4C4']],
        'layer3': [['#ffffff', '#EE6983', '#850E35'],
                   ['#FFF5E4', '#EE6983', '#850E35']],
        'bg': '#000000',
        'layer-1' : ['#6eM
        'layer0': [['#37549d', '#283c71', '#16213E']],
        'layer1': [['#37549d', '#E94560', '#6ed0c0']],
        'layer3': [['#37549d', '#FA9494', '#EB1D36'],
                   ['#37549d', '#d4dc3f', '#cbb545']],
        'bg': '#ffffff',
        'layer-1': ['#fe0004'],
        'layer0': [['#ffffff', '#e5e7ff', '#f0f0f0']],
        'layer1': [['#ffffff', '#cc222e', '#ce9cff']],
        'layer3': [['#ffffff', '#cc222e', '#f8df1f'],
                   ['#99d59d', '#1f6c17', '#2b931f']],
    colorMode(HSB, 100);
    for (let i=0;i<12343;i++) rands.push(mathRand());
    if (window.innerWidth * rad <= window.innerHeight)
        canvas_w = window.innerWidth;
        canvas_h = window.innerWidth*rad;
        canvas_h = window.innerHeight;
        canvas_w = window.innerHeight / rad;
    //canvas_w = canvas_h / rad;
    canv = createCanvas(canvas_w, canvas_h);
    canv.position(max(0, window.innerWidth / 2 - canvas_w / 2), max(0, window.innerHeight / 2 - canvas_h / 2));
    ctx = canvas.getContext("2d");
function polyDFS(p, dep) {
    let rd = new MyRand();
    p = extendPoints(p);
    let cp = getCenter(p);
    let val = getRandMapValue(config['recursion_map'], cp[0], cp[1]);
    //if ((dep >= config['max_depth']) &&
    //    (config['full_partitM
    //    (val>0.35) &&
    //    (rd.get() < 0.1))
    if (getArea(p)/canvas_w/canvas_h < config['area_th'] || dep >= config['max_depth'] + val*11)
        if (config['full_partition'] ||
            (1-val > 0.55) ||
            ((1-val > 0.45) && (rd.get() < 0.3)) ||
            ((1-val > 0.35) && (rd.get() < 0.1)) ||
            ((1-val > 0.25) && (rd.get() < 0.05)) ||
            ((1-val > 0.15) && (rd.get() < 0.01))
            polys.push(p);
    // for every partition line candidate
    let n = floor(p.length/2);
    let base_theta = 0;
    for (let i=0;i+n<p.length;i++)
        //for (let j=2; j<n-1; j++)
        for (let j = n-2; j<=n+2; j++)
            let cost = dist(p[i][0], p[i][1], p[(i+j)%p.length][0], p[(i+j)%p.length][1]) / global_scale;
            let theta = atan2(p[(i+j)%p.length][1]-p[i][1], p[(i+j)%p.length][0]-p[i][0]);
            if (theta < 0) theta += PI*2;
            cost += min( min(absM
(theta-base_theta), abs(theta-PI/2-base_theta)),
                         min(abs(theta-PI-base_theta), abs(theta-PI*1.5-base_theta))) * config['angle_coeff'];
            tmp.push([cost, i, (i+j)%p.length]);
    tmp.sort(function(a, b){return +(a[0]-b[0])});
    // set the randomness of partition
    let degree = getRandMapValue(config['partition_map'], cp[0], cp[1]);
    let idx_st = max(0, tmp.length * degree * 0.9);
    let idx_ed = max(0, tmp.length * degree * 1.0);
    let idx = floor(rd.geM
t2(idx_st, idx_ed));
    let st = tmp[idx][1], ed = tmp[idx][2];
        let xx = st;st = ed;ed = xx;
    let p0 = [], p1 = [];
    for (let i=st;i<ed;i++) p0.push([p[i][0], p[i][1]]);
    for (let i=ed; i!= st; i=(i+1) %p.length) p1.push([p[i][0], p[i][1]]);
    //gen partition line
    degree = getRandMapValue(config['line_map'], cp[0], cp[1]);
    let curve = genSCurve(p[ed][0], p[ed][1], p[st][0], p[st][1], degree*2);
    for (let i=0;i<curve.length-1; i++)
        p0.push([curve[M
i][0], curve[i][1]]);
    for (let i=curve.length-1; i>0; i--)
        p1.push([curve[i][0], curve[i][1]]);
    polyDFS(p0, dep+1);
    polyDFS(p1, dep+1);
    let rd = new MyRand();
    theme = floor(rd.get() * color_config.length);
    theme1 = floor(rd.get() * color_config.length);
    print('theme', theme, theme1);
    fill(color(color_config[theme]['bg']));
    stroke(color(color_config[theme]['bg']));
    rect(0,0,canvas_w,canvas_h);
    global_scale = min(canvas_w, caM
    print('canvas size', canvas_w, canvas_h, global_scale);
    strokeWeight(max(0.2, min(1, global_scale/900)));
    //layer -1: background brush
            let cx = rd.get()*canvas_w, cy = rd.get()*canvas_h;
            for (let i=0;i<1000;i++)
                let x0 = rd.get()*canvas_w, y0 = rd.get()*canvas_h;
                let x1 = rd.get()*canvas_w, y1 = rd.get()*canvas_h;
                let dd = dist(x0,y0,x1,y1);
       x1 = x0 + (x1-x0)/dd*global_scale/20;
                y1 = y0 + (y1-y0)/dd*global_scale/20;
                let dx = (x0+x1)/2, dy = (y0+y1)/2;
                let cc = color(color_config[theme]['layer-1'][0]);
                let aa = exp(-(dx-cx)*(dx-cx)/canvas_w/canvas_w*4 - (dy-cy)*(dy-cy)/canvas_h/canvas_h*4) * 80;
                cc.setAlpha(aa);
                strokeWeight(max(3, global_scale/20));
                stroke(cc);
                line(x0,y0,x1,y1);
//layer 0: background
        let time_init = millis();
        config['full_partition'] = 1;
        config['max_depth'] = 6;
        config['angle_coeff'] = rd.get2(0.001, 0.1);
        config['area_th'] = rd.get2(0.001, 0.002);
        config['recursion_map'] = genRandMap(20,30);
        config['partition_map'] = genRandMap(20,30);
        config['line_map'] = genRandMap(20,30);
        config['func_map'] = genRandMap(20,30);
        config['LineColorMix_weight'] = 1.0;
        config['drawWaveCirclM
        config['partition_coeff'] = rd.get2(2,6);
        config['line_coeff'] = rd.get2(2,6);
        let cx = rd.get()*20, cy = rd.get()*30;
        for (let i=0; i<20; i++)
        for (let j=0; j<30; j++)
            config['recursion_map'][i][j] = 0.5 + config['recursion_map'][i][j]/2;
            config['partition_map'][i][j] = (abs(i-cx)/20+abs(j-cy)/30)/config['partition_coeff'];
            config['line_map'][i][j] = (abs(i-cx)/20+abs(j-cy)/30)/config['line_coeff'];
fig['func_map'][i][j] = (abs(i-cx)/20+abs(j-cy)/30)/2.0;
        polyDFS([[0,0], [0,canvas_h], [canvas_w, canvas_h], [canvas_w, 0]], 0);
        let color_idx = floor(rd.get() * color_config[theme]['layer0'].length);
        for (let i=0; i<polys.length; i++)
            //print('layer 0', i);
            let p = shrinkPoints(polys[i]);
            let q = [];
            let cp = getCenter(p);
            let val = getRandMapValue(config['func_map'], cp[0], cp[1]);
     let gr = rd.get2(1-val*0.2, 1-val*0.1);
            //gr = 1;
            for (let j=0;j<p.length;j++)
                q.push([cp[0] + (p[j][0] - cp[0]) * gr,
                        cp[1] + (p[j][1] - cp[1]) * gr]);
            //set color
            let colors = [color_config[theme]['layer0'][color_idx][0]];
            for (let i=0;i<1;i+=0.05)
                let cc;
                if (i > val*0.6+0.2) cc = color_config[theme]['layer0'][color_idx][1];
                else cc = color_confiM
g[theme]['layer0'][color_idx][2];
                colors.push(cc);
            //set funcs
            let funcs = [];
            for (let i=0;i<1;i+=0.05)
            if (i > val)
                funcs.push(drawWaveCircle);
            else funcs.push(drawLineColorMix);
            fillGridLine(ctx, q, funcs, colors);
        console.log("layer 0 (background) time cost: " + (millis()-time_init) * 0.001 + " seconds");
    //layer 1: global polys
        let time_init =M
        let ginit = floor(rd.get2(0,2));
        for (gid = ginit; gid < ginit+1; gid ++)
            config['full_partition'] = 0;
            config['max_depth'] = 10;
            config['angle_coeff'] = 0.001;
            config['area_th'] = 0.0003;
            config['recursion_map'] = genRandMap(20,30);
            config['partition_map'] = genRandMap(20,30);
            config['line_map'] = genRandMap(20,30);
            config['func_map'] = genRandMap(20,30);
            config['LineColoM
rMix_weight'] = 0.3;
            config['drawWaveCircle_th'] = 0;
            for (let i=0; i<20; i++)
            for (let j=0; j<30; j++)
                config['recursion_map'][i][j] = 0.5 + config['recursion_map'][i][j]/2;
                config['partition_map'][i][j] = (i/20+j/30)/4.0;
                config['line_map'][i][j] = (i/20+j/30)/2.0;
                config['func_map'][i][j] = (i/20+j/30)/2.0;
            let kn = 1;
            for (let k=0;k<kn;k++)
            if (gid==0) // circle line
                    let cx = rd.get2(5,15), cy = rd.get2(5,25), r = rd.get2(12,15);
                    for (let i=0;i<20;i++)
                    for (let j=0;j<30;j++)
                    {
                        if (dist(cx,cy,i,j) <= r)
                           config['recursion_map'][i][j] = max(0, config['recursion_map'][i][j] - pow(dist(cx,cy,i,j)/r, 2));
                        config['func_map'][i][j] =  ((i-cx+r)/r+(j-cy+r)/r)/2.0;
                } else // rect line
                    let cx = rd.get()*20, cy = rd.get()*30, rx = rd.get2(6,10), ry = rd.get2(6,10);
                    for (let i=0;i<20;i++)
                    for (let j=0;j<30;j++)
                    {
                        if (abs(i-cx)<=rx && abs(j-cy)<=ry)
                           config['recursion_map'][i][j] = max(0, config['recursion_map'][i][j] - pow(dist(cx,cy,i,j)/(rx+ry)*2, 2));
                    }
           polys = [];
            polyDFS([[0,0], [0,canvas_h], [canvas_w, canvas_h], [canvas_w, 0]], 0);
            let color_idx = floor(rd.get() * color_config[theme]['layer1'].length);
            for (let i=0; i<polys.length; i++)
                if (rd.get() < 0.4) continue;
                //print('layer 1', i, gid);
                let p = shrinkPoints(polys[i]);
                let q = [];
                let cp = getCenter(p);
                let val = getRandMapValue(config['func_map'], M
                let gr = rd.get2(1-val*0.2, 1-val*0.1);
                //gr = 1;
                for (let j=0;j<p.length;j++)
                    q.push([cp[0] + (p[j][0] - cp[0]) * gr,
                            cp[1] + (p[j][1] - cp[1]) * gr]);
                //set color
                let colors = [color_config[theme]['layer1'][color_idx][0]];
                for (let i=0;i<1;i+=0.05)
                    let cc;
                    if (i > val*0.6+0.2) cc = color_config[theM
me]['layer1'][color_idx][1];
                    else cc = color_config[theme]['layer1'][color_idx][2];
                    colors.push(cc);
                //set funcs
                let funcs = [];
                for (let i=0;i<1;i+=0.05)
                if (i > val)
                    funcs.push(drawWaveCircle);
                else funcs.push(drawLineColorMix);
                fillGridLine(ctx, q, funcs, colors);
        console.log("layer 1 (global poly) time costM
: " + (millis()-time_init) * 0.001 + " seconds");
    //layer 2: gen shape
        let time_init = millis();
        config['shape_type'] = rd.pick(['silk', 'emergence', 'rain','silk', 'emergence', 'rain','silk', 'emergence', 'rain', 'emergence', ]);
        //config['shape_type'] = 'silk';
        //config['shape_type'] = 'emergence';
        //config['shape_type'] = 'rain';
        config['full_partition'] = 1;
        config['max_depth'] = 1;
        config['angle_coeff']M
        config['area_th'] = 0.01;
        config['recursion_map'] = genRandMap(20,30);
        config['partition_map'] = genRandMap(20,30);
        config['line_map'] = genRandMap(20,30);
        config['func_map'] = genRandMap(20,30);
        config['partition_coeff'] = rd.get2(0.5, 1.0);
        for (let i=0; i<20; i++)
        for (let j=0; j<30; j++)
            if (config['shape_type'] == 'silk')
                config['recursion_map'][i][j] = 0.5 + config['recursion_map'][i]M
                //config['partition_map'][i][j] = (i/20+j/30)/4.0;
                //config['line_map'][i][j] = (i/20+j/30)/2.0;
                //config['func_map'][i][j] = (i/20+j/30)/2.0;
            if (config['shape_type'] == 'emergence')
                config['recursion_map'][i][j] = 0.5 + config['recursion_map'][i][j]/2;
                config['partition_map'][i][j] = config['partition_map'][i][j] * config['partition_coeff'];
                config['angle_coeff'] = rdM
            if (config['shape_type'] == 'rain')
                config['recursion_map'][i][j] = config['recursion_map'][i][j]/10;
                config['partition_map'][i][j] = (i/20+j/30)/1;
                config['line_map'][i][j] = (i/20+j/30)/6;
                //config['func_map'][i][j] = (i/20+j/30)/2.0;
        if (config['shape_type'] == 'emergence')
            for (let k=0;k<1;k++)
                let cx =M
 rd.get2(5,15), cy = rd.get2(5,25), rx = rd.get2(5,9), ry = rd.get2(5,9);
                print(cx,cy,rx,ry);
                for (let i=0;i<20;i++)
                for (let j=0;j<30;j++)
                    config['recursion_map'][i][j] = max(0, config['recursion_map'][i][j] - exp(-(i-cx)*(i-cx)/rx/rx-(j-cy)*(j-cy)/ry/ry)*0.5);
                    //config['func_map'][i][j] =  ((i-cx+r)/r+(j-cy+r)/r)/2.0;
        if (config['shape_type'] == 'silk')
            let y0 = rd.get2(0.1,0.3), y1 = y0 + rd.get2(0.2,0.4);
            if (rd.get() < 0.5)
                let tmp = y0;y0=y1;y1=tmp;
            y0 *= canvas_h;
            y1 *= canvas_h;
            print(y0, y1);
            for (let i=0;i<9;i++)
                let d = canvas_h * rd.get2(0.02,0.03);
                polys = [];
                let p = genSCurve(0,y0+d,canvas_w, y1+d, 0.5);
                let q = genSCurve(canvas_w, y1, 0, y0, 0.5);
         for (let j=0;j<q.length;j++) p.push(q[j]);
                polyDFS(p, 0);
                for (let i=0;i<polys.length;i++)
                    pd.push(polys[i]);
                y0 += d + rd.get2(0.01,0.02)*canvas_h;
                y1 += d + rd.get2(0.01,0.02)*canvas_h;
        if (config['shape_type'] == 'emergence')
            config['area_th'] = rd.get2(0.003,0.01);
            config['full_partition'] = 0;
            config['max_depth'] = 5;
S([[0,0], [0,canvas_h], [canvas_w, canvas_h], [canvas_w, 0]], 0);
            for (let i=0;i<polys.length;i++)
                pd.push(rescalePoly(polys[i], 0.9));
        if (config['shape_type'] == 'rain')
            config['area_th'] = 0.1;
            // get best candidates
            let cp = [];
            let rn = 5;
            for (let i=0;i<100;i++)
                let tmp = [];
                let cost = 0;
                for (let j=0;j<rn;j++)
    tmp.push([canvas_w * rd.get2(0.2,0.8), canvas_h * rd.get2(0.2,0.8)]);
                for (let u=0;u<rn;u++)
                for (let v=u+1;v<rn;v++)
                    cost += dist(tmp[u][0],tmp[u][1],tmp[v][0],tmp[v][1]);
                cp.push([tmp, cost]);
            cp.sort(function(a, b){return -(a[1]-b[1])});
            for (let kk=0;kk<rn;kk++)
                let cx = cp[10][0][kk][0], cy = cp[10][0][kk][1];
                let tot = floor(rd.get2(20,30));
   let rmax = global_scale * rd.get2(0.6,1);
                for (let i=0;i<tot;i++)
                    let r = rmax * (pow(rd.get(),2)*0.3 + 0.05);
                    let r0 = r/rd.get2(8, 12);
                    let t0 = rd.get()*2*PI;
                    let t1 = t0 + rd.get2(0.2,0.6) * PI;
                    let p = [];
                    let q = [];
                    for (let k=t0; k<=t1;k+=(t1-t0)/30)
                    {
                        p.push([cx + ((k-t0)/(t1-t0)*r0+r)*cosM
(k), cy + ((k-t0)/(t1-t0)*r0+r)*sin(k)]);
                        q.push([cx + (-(k-t0)/(t1-t0)*r0+r)*cos(k), cy + (-(k-t0)/(t1-t0)*r0+r)*sin(k)]);
                    }
                    for (let j=1;j<20; j++)
                        p.push([cx + r*cos(t1) + r0*cos(t1+PI/20*j), cy + r*sin(t1) + r0*sin(t1+PI/20*j)]);
                    for (let j=q.length-1; j>=0; j--)
                        p.push(q[j]);
                    polys = [];
                    polyDFS(p, 0);
                    for (let i=0;i<poM
                        pd.push(polys[i]);
        console.log("layer 2 (main object shape) time cost: " + (millis()-time_init) * 0.001 + " seconds");
    // 3: fill texture
        let time_init = millis();
        config['full_partition'] = 1;
        config['max_depth'] = 1;
        config['angle_coeff'] = 0.001;
        config['area_th'] = 0.0002;
        config['recursion_map'] = genRandMap(20,30);
        config['partition_map'] = gM
        config['line_map'] = genRandMap(20,30);
        config['func_map'] = genRandMap(20,30);
        config['LineColorMix_weight'] = 1.0;
        config['drawWaveCircle_th'] = 0.5;
        for (let i=0; i<20; i++)
        for (let j=0; j<30; j++)
            if (config['shape_type'] == 'silk')
                config['recursion_map'][i][j] = 0.5 + config['recursion_map'][i][j]/2;
                config['partition_map'][i][j] = config['partition_map'][i][j]/4.0;
       //config['line_map'][i][j] = config['line_map'][i][j]/2.0;
                config['func_map'][i][j] = (abs(i-10)/10+abs(j-15)/15)/2.0;
            if (config['shape_type'] == 'emergence')
                config['max_depth'] = 5;
                config['full_partition'] = 1;
                config['recursion_map'][i][j] = config['recursion_map'][i][j];
                config['partition_map'][i][j] = (abs(i-10)/10+abs(j-15)/15)/40.0;
                config['line_map'][i][j] = cM
onfig['recursion_map'][i][j];
                config['func_map'][i][j] = (j/30) + config['recursion_map'][i][j]/300;
            if (config['shape_type'] == 'rain')
                config['max_depth'] = 3;
                config['recursion_map'][i][j] = config['recursion_map'][i][j] * 0.5;
                config['partition_map'][i][j] = config['partition_map'][i][j] * 0.6;
                config['line_map'][i][j] = config['recursion_map'][i][j] * 2;
                config['func_map'M
][i][j] = config['recursion_map'][i][j];
        let kn = color_config[theme1]['layer3'].length;
        for (let ks=0; ks<pd.length; ks++)
            polys = [];
            polyDFS(pd[ks], 0);
            //print('layer 3, tot polys:', ks, polys.length);
            for (let i=0; i<polys.length; i++)
                //print('layer 2', i);
                let cp = getCenter(polys[i]);
                let val = getRandMapValue(config['func_map'], cp[0], cp[1]);
              let gr = rd.get2(1-val*0.2, 1-val*0.1);
                let q = rescalePoly(polys[i], gr);
                //set color
                let cd = color_config[theme1]['layer3'];
                let colors = [cd[ks%kn][0]];
                for (let i=0;i<1;i+=0.05)
                    let cc;
                    if (i > val*0.6+0.2) cc = cd[ks%kn][1];
                    else cc = cd[ks%kn][2];
                    colors.push(cc);
                //set funcs
        let funcs = [];
                for (let i=0;i<1;i+=0.05)
                if (i > val)
                    funcs.push(drawWaveCircle);
                else funcs.push(drawLineColorMix);
                if (1) fillGridLine(ctx, q, funcs, colors);
                else
                    stroke(color('#000000'));
                    noFill();
                    beginShape();
                    for (let k=0;k<q.length;k++)
                        vertex(q[k][0], q[k][1]);
        console.log("layer 3 (main object texture) time cost: " + (millis()-time_init) * 0.001 + " seconds");
        fill(color('#ffffff'));
        stroke(color('#ffffff'));
        let d = global_scale / 60;
        rect(d,d, canvas_w-d*2,d);
        rect(d,canvas_h-d*2, canvas_w-d*2,d);
        rect(d,d,d,canvas_h-d*2);
        rect(canvas_w-d*2,d,d,canvas_h-d*2);
    console.log("Load time: " + millisL
() * 0.001 + " seconds");
    print('frame id:', frameCount);
    //saveCanvas(canv, 'FantasPoly_' + frameCount, 'jpeg');
text/plain;charset=utf-8
LjJ=:BNB.BUSD-BD1:bnb1c0wtvjpafp6uhl3gyvmwp4qnkg6en9xjs5dxft:19312109386:te:0
text/plain;charset=utf-8
  "name": "xyz.sats"
text/plain;charset=utf-8
  "name": "chatgpt.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "kissmy.sats"
"!&+7/&)4)!"0A149;>>>%.DIC<H7=>;
;("(;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYM
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "shiba.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "betatest.sats"
text/plain;charset=utf-8
  "name": "8668.sats"
text/plain;charset=utf-8
  "name": "film.sats"
text/plain;charset=utf-8
  "name": "lil.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "foolproof.sats",
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "dick.sats",
text/plain;charset=utf-8
Copyright (c) 1998 Hewlett-Packard Company
IEC http://www.iec.ch
IEC http://www.iec.ch
.IEC 61966-2.1 Default RGB colour space - sRGB
.IEC 61966-2.1 Default RGB colour space - sRGB
,Reference Viewing Condition in IEC61966-2.1
,Reference Viewing Condition in IEC61966-2.1
text/plain;charset=utf-8
  "name": "Anonymous
FjDOUT:C57B3A3DC53BF60936767532CB11BF47F0C05562FF2846BA6729C2D0A29D4E1E
text/plain;charset=utf-8
1{ "p": "sns", "op": "reg", "name": "math.sats" }
text/plain;charset=utf-8
1{ "p": "sns", "op": "reg", "name": "labs.sats" }
text/plain;charset=utf-8
3{ "p": "sns", "op": "reg", "name": "monkey.sats" }
text/plain;charset=utf-8
0{ "p": "sns", "op": "reg", "name": "lab.sats" }
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:262C21DEB23D11EDA33B93BE433B99F8" xmpMM:DocumentID="xmp.did:262C21DFB23D11EDA33B93BE433B99F8"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:262C21DCB23D11EDA33B93BE433B99F8" stRef:documentID="xmp.did:262C21DDB23D11EDA33B93BE433B99F8"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2D341F67B23D11EDB16BE7E7B3A22631" xmpMM:DocumentID="xmp.did:2D341F68B23D11EDB16BE7E7B3A22631"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2D341F65B23D11EDB16BE7E7B3A22631" stRef:documentID="xmp.did:2D341F66B23D11EDB16BE7E7B3A22631"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2686ADD5B23D11ED9172FE998FDE4420" xmpMM:DocumentID="xmp.did:2686ADD6B23D11ED9172FE998FDE4420"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2686ADD3B23D11ED9172FE998FDE4420" stRef:documentID="xmp.did:2686ADD4B23D11ED9172FE998FDE4420"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2EE78066B23D11ED97B391CC94399048" xmpMM:DocumentID="xmp.did:2EE78067B23D11ED97B391CC94399048"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2EE78064B23D11ED97B391CC94399048" stRef:documentID="xmp.did:2EE78065B23D11ED97B391CC94399048"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "traders.sats"
text/plain;charset=utf-8
  "name": "trader.sats"
text/plain;charset=utf-8
  "name": "039.sats"
text/plain;charset=utf-8
  "name": "she.sats"
text/plain;charset=utf-8
  "name": "ledgers.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "uniswap.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "investnow.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "sexcrypto.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "liquid.sats"
"!&+7/&)4)!"0A149;>>>%.DIC<H7=>;
;("(;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYM
text/plain;charset=utf-8
  "name": "coingecko.sats"
text/plain;charset=utf-8
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-24T14:34:39-05:00" xmp:ModifyDate="2023-02-24T14:34:39-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:c0b92ac2-f6a8-364f-9028-365c563cece7" xmpMM:DocumentID="adobe:docid:photoshop:c7c5d6d3-93c5-cd4a-8003-0b3c4e679ee7" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:67a519b4-12c1-dc44-902c-9bb3be27d335" stEvt:when="2023-02-24T14:34:39-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:c0b92ac2-f6a8-364f-9028-365c563cece7" stEvt:when="2023-02-24T14:34:39-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:67a519b4-12c1-dc44-902c-9bb3be27d335" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
text/plain;charset=utf-8
  "name": "boom.sats"
text/plain;charset=utf-8
  "name": "783.sats"
text/plain;charset=utf-8
  "name": "504.sats"
text/plain;charset=utf-8
  "name": "530.sats"
text/plain;charset=utf-8
  "name": "755.sats"
text/plain;charset=utf-8
  "name": "488.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "156.sats"
text/plain;charset=utf-8
  "name": "152.sats"
text/plain;charset=utf-8
  "name": "AnonymousBitcoinClub.sats"
text/plain;charset=utf-8
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:24BD60E9B23D11EDB6F697779A63CF34" xmpMM:DocumentID="xmp.did:24BD60EAB23D11EDB6F697779A63CF34"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:24BD60E7B23D11EDB6F697779A63CF34" stRef:documentID="xmp.did:24BD60E8B23D11EDB6F697779A63CF34"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2A0FAE1FB23D11ED9B0BCAEBBF556055" xmpMM:DocumentID="xmp.did:2A0FAE20B23D11ED9B0BCAEBBF556055"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2A0FAE1DB23D11ED9B0BCAEBBF556055" stRef:documentID="xmp.did:2A0FAE1EB23D11ED9B0BCAEBBF556055"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:25156D11B23D11EDB571B9E483754B24" xmpMM:DocumentID="xmp.did:25156D12B23D11EDB571B9E483754B24"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:25156D0FB23D11EDB571B9E483754B24" stRef:documentID="xmp.did:25156D10B23D11EDB571B9E483754B24"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" shape-rendering="crispEdges" height="320" width="320" preserveAspectRatio="xMinYMin meet"
viewBox="0 0 320 320">
   <ref id="color1" param="fill1" default="#9271c0"/>
   <ref id="color2" param="fill2" default="#e9e0fb"/>
   <ref id="color3" param="fill3" default="#050406"/>
   <ref id="color4" param="fill4" default="#00ffa8"/>
  <path fill="url(#color1)" d="M0 0v50h20v10h20v10h40V60h20V50H80V40H40V3M
0H30V20H20V10H10V0Zm40 70H20V60H10v10H0v50h10v10h10v20h10v-30h10v-20h10V80H40ZM310 0v10h-10v10h-10v20h-70v10h-10v10h10v10h10v10h10v10h10V80h20V70h10V60h20V50h10V40h10V0Zm-30 70v10h-10v10h-10v20h-10v10h-10v-10h10v-10h-20V90h-10V80h-10V70h-10V60h-30V50h-20v10h-40v10H90v10H70v10H60v20H50v20H40v30H30v20h10v40h20v30h10v10h20v-10h10v-20H90v-10h10v-40H90v30H80v-70H70v-20h10v-10h10v-10h30v10h10v30h-10v10h-10v10h10v10h30v-10h20v-10h-10v-10h-10v-30h10v-10h40v10h10v10h10v20h-10v30h-10v10h10v10h10v30h-10v20h10v10h-10v10h10v10hM
10v10h10v10h-20v10h20v20h40v-30h-10v-20h-10v-10h-10v-50h10v-10h10v-20h10v-40h10v-20h10V80h-10V70Zm-10 200h10v-10h-10zm10 20h10v-10h-10zm-70-70v-30h-10v10h-20v10h20v10zm-30-10h-10v10h10zm-10 0v-40h-20v10h-10v10h-10v-10h-20v10h10v10h-10v10h10v10h10v-20h10v10h10v10h10v-10zm-60-30v-10h-10v10zm70-10v20h10v-20zm-30 20h10v10h-10zm-40 40v10h10v-10zm20 0v10h10v-10zm20 0v10h10v-10zm20 0v10h10v-10zm20 0v10h10v-10zm-80 20v10h10v-10zm0 10h-10v10h10zm0 10v10h10v-10zm-10 0H90v10h10zm30-20v10h10v-10zm10 10v10h10v-10zm10 0h10v-10h-M
10zm0 10v10h10v-10zm-10 0h-10v10h10zm30-20v10h10v-10zm10 10v10h10v-10zm10 0h10v-10h-10zm0 10v10h10v-10zm-10 0h-10v10h10zm130-10v10h10v-10ZM0 280v10h10v-10zm70 10v10h10v-10zm30 0v10h10v-10zm10 10v20h10v-20zm20-10v10h10v-10zm10 10v10h10v-10zm10 0h10v-10h-10zm0 10v10h10v-10zm-10 0h-10v10h10zm30-20v10h10v-10zm10 10v10h10v-10zm10 0h10v-10h-10zm0 10v10h10v-10zm-10 0h-10v10h10zm-150 0v10h10v-10zm40 0v10h10v-10zm20 0v10h10v-10zm130 0v10h10v-10zm70 0v10h10v-10z"/>
  <path fill="url(#color2)" d="M10 0v10h10V0Zm290 0v10h10V0ZM
m-20 30v10h10V30ZM80 40v10h10V40Zm230 0v10h10V40ZM0 60v10h10V60Zm50 10v10h10V70Zm200 10v10h10V80ZM0 120v10h10v-10zm130 60v10h10v-10zm-20 10v10h10v-10zm40 0v10h10v-10zm30 0v10h10v-10zm-50 10v20h-10v-10h-10v10h-10v40h10v-10h10v10h-10v10h10v10h-10v-10h-10v10H90v-10h10v-10H80v10H70v20h10v10H70v10h10v10h10v-10h10v10h10v-20h-10v-10h10v10h10v20h10v-10h10v-10h-10v-10h10v10h10v-10h10v10h-10v10h10v10h10v-10h10v-10h-10v-10h10v10h10v-10h10v10h-10v10h10v10h20v-10h10v-10h-10v-10h10v-10h-10v-10h-10v-50h-20v-10h-10v10h-10v-10h-10vM
10h-10v-10h-10v-10zm60 110h-10v10h10zm-40 0h-10v10h10zM50 220v10h10v-10zm60 10h10v10h-10zm20 0h10v10h-10zm20 0h10v10h-10zm20 0h10v10h-10zm20 0h10v10h-10zm90 10v40h10v-10h10v10h-10v30h10v10h20v-50h-10v-10h-10v-10h-10v-10zm-150 10h10v10h10v-10h10v10h-10v10h10v10h-10v-10h-10v10h-10v-10h10v-10h-10zm40 0h10v10h10v-10h10v10h-10v10h10v10h-10v-10h-10v10h-10v-10h10v-10h-10ZM20 270v10H10v10H0v30h30v-50z"/>
  <path fill="url(#color3)" d="M20 0v20h10V0Zm10 20v10h10V20Zm10 10v10h50V30H50Zm50 10v10h10V40Zm10 10v10H80v10H60v10H50M
v20H40v20H30v30H20v30h10v-20h10v-30h10v-20h10V90h10V80h20V70h20V60h40V50h-40zm50 0h20V40h-20zm20 0v10h30v10h10v10h10v10h10v10h20v10h10V90h-20V80h-10V70h-10V60h-10V50h-30zm40 0h10V40h-10zm10-10h60V30h-60zm0-10V20h-20v10h10zm60 0h10V20h-10zm10-10h10V0h-10v10zm-30 70h10V80h-10zm10-10h10V70h-10zm10-10h10v10h10V60h-20zm20-10h20V50h-20zm0 20v40h10V80Zm0 40h-10v20h10v-10zm-10 20h-10v40h10v-30zm-10 40h-10v20h10v-10zm-10 20h-10v10h10zm-10 10h-10v50h10v-40zm0 50v10h10v-10zm10 0h10v-20h10v10h10v10h20v-10h-10v-10h-10v-10h-30v2M
0zm0 10v20h10v-20zm10 20v30h10v-30Zm-30-180h-10v10h10zM30 180v40h10v-40zm10 40v10h10v-10zm10 10v20h10v-20zm10 20v50h10v-30h10v-10H70v-10zm0 50H40v-40H10v10H0v10h20v-10h10v40h10v10h20v-10ZM20 150v-20H0v10h10v10zm30-70V70H40v10ZM40 70V60H20v10h10ZM20 60V50H0v10h10Zm110-50v20h10V10Zm50 0v20h10V10Zm-80 10v10h20V20h-10zm-10 80v20H70v20h10v-10h10v10H80v70h10v-30h10v-10h10v10h40v-10h-30v-10h-10v-10h10v-10h-20v-10h10v-10h-10v-10h20v-10h-20zm30 10v30h10v-30zm30 60h20v40h10v-40h10v30h10v-10h10v-10h-10v-10h10v-30h-20v-10h10v-M
10h-10v-10h10v-10h-40v10h20v10h-10v10h10v10h-20v10h10v10h-20zm10-30v-30h-10v30zm40-30v10h10v-10zm10 10v20h10v-20zm0 70v30h10v-30Zm-100-10h-10v40h10v-30zm-10 40H90v10h10zm90-10v10h10v-10zm20 30v10h10v-10ZM90 250v10h10v-10zm120 10v10h10v-10zm10 10v10h10v-10zm10 10v10h10v-10zm60-10v10h10v-10zm-60 30v20h10v-20z"/>
  <path fill="url(#color4)" d="M30 0v20h10v10h50v10h10v10h50V40h20v10h40V40h10V30h-20V20h20v10h60V20h10V0H40Zm100 10h10v20h-10V20Zm50 0h10v20h-10V20Zm-80 10h20v10h-20zm200 40v20h10v40h-10v20h-10v40h-10v20h-10M
v10h-10v50h10v-30h30v10h10v10h10V60h-10ZM80 110v10h10v-10zm20 0v10h10v10h-10v10h20v-30h-10zm60 0v30h20v-10h-10v-10h10v-10h-10zm30 0v10h10v-10zm10 10v10h-10v10h20v-20ZM80 130v10h10v-10ZM0 140v130h10v-10h30v40h20v-50H50v-20H40v-10H30v-40H20v-30H10v-10zm60 160v20h10v-20z"/>
  <script type="text/ecmascript">
   function GetParams()
   var defs = document.getElementsByTagName( "defs" )[0];
   var refList = defs.getElementsByTagName( "ref" );
 = refList.length -1; 0 <= r; r-- )
       var eachRef = refList.item( r );
       var id = eachRef.getAttribute( "id" );
       var paramName = eachRef.getAttribute( "param" );
       var defaultVal = eachRef.getAttribute( "default" );
       if (!defaultVal)
       if (eachRef.firstChild)
           defaultVal = eachRef.firstChild.nodeValue;
           defaultVal = "";
       refs[ paramName ] = [eachRef, id, defaultVal];
   var href = document.defaultView.location.href;
   if ( -1 != href.indexOf("?") )
       var paramList = href.split("?")[1].split(/&|;/);
       for ( var p = 0, pLen = paramList.length; pLen > p; p++ )
       var eachParam = paramList[ p ];
       var valList = eachParam.split("=");
       var name = unescape(valList[0]);
       var value = unescape(valList[1]);
       refs[ name ][2] = value;
   if ( document.defaultView.frameElement )
       var params = documM
ent.defaultView.frameElement.getElementsByTagName("param");
       for ( var i = 0, iLen = params.length; iLen > i; i++ )
           var eachParam = params[ i ];
           var name = eachParam.getAttribute( "name" );
           var value = eachParam.getAttribute( "value" );
           refs[ name ][2] = value;
   for ( paramName in refs )
       var eachParam = refs[ paramName ];
       GetIdRefs( eachParam[1], eachParam[2] );
   function GetIdRefs( id, valM
   var elList = document.documentElement.getElementsByTagName( "*" );
   for ( var i = 0, iLen = elList.length; iLen > i; i++ )
       var eachEl = elList.item( i );
       for ( var a = 0, aLen = eachEl.attributes.length; aLen > a; a++ )
       var attr = eachEl.attributes[ a ];
       if ( attr && -1 != attr.value.indexOf("#" + id) )
           if ( "tref" == eachEl.localName )
           var t = document.createTextNode( val );
           eachEl.parentNode.replaceChild(L
           eachEl.setAttributeNS( attr.namespaceURI, attr.name, val);
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2F8A38C8B23D11EDBB8DCD8DBDD2B290" xmpMM:DocumentID="xmp.did:2F8A38C9B23D11EDBB8DCD8DBDD2B290"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2F8A38C6B23D11EDBB8DCD8DBDD2B290" stRef:documentID="xmp.did:2F8A38C7B23D11EDBB8DCD8DBDD2B290"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:223DE5DFB23D11EDB9A98FBF1E0869C5" xmpMM:DocumentID="xmp.did:223DE5E0B23D11EDB9A98FBF1E0869C5"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:223DE5DDB23D11EDB9A98FBF1E0869C5" stRef:documentID="xmp.did:223DE5DEB23D11EDB9A98FBF1E0869C5"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "hug.sats"
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:30E23171B23D11EDA6F08B93D5CC3846" xmpMM:DocumentID="xmp.did:30E23172B23D11EDA6F08B93D5CC3846"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:30E2316FB23D11EDA6F08B93D5CC3846" stRef:documentID="xmp.did:30E23170B23D11EDA6F08B93D5CC3846"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:303526EAB23D11ED95DBF766A9DF1215" xmpMM:DocumentID="xmp.did:303526EBB23D11ED95DBF766A9DF1215"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:303526E8B23D11ED95DBF766A9DF1215" stRef:documentID="xmp.did:303526E9B23D11ED95DBF766A9DF1215"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2C88EBC9B23D11EDB3D3F8C89308CFD2" xmpMM:DocumentID="xmp.did:2C88EBCAB23D11EDB3D3F8C89308CFD2"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2C88EBC7B23D11EDB3D3F8C89308CFD2" stRef:documentID="xmp.did:2C88EBC8B23D11EDB3D3F8C89308CFD2"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2402AEF5B23D11ED900CD9BD245EBFDD" xmpMM:DocumentID="xmp.did:2402AEF6B23D11ED900CD9BD245EBFDD"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2402AEF3B23D11ED900CD9BD245EBFDD" stRef:documentID="xmp.did:2402AEF4B23D11ED900CD9BD245EBFDD"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:29AE61CFB23D11ED972A973F80FA5112" xmpMM:DocumentID="xmp.did:29AE61D0B23D11ED972A973F80FA5112"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:29AE61CDB23D11ED972A973F80FA5112" stRef:documentID="xmp.did:29AE61CEB23D11ED972A973F80FA5112"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2BDCEA6AB23D11EDA6A1B13DE9316B8C" xmpMM:DocumentID="xmp.did:2BDCEA6BB23D11EDA6A1B13DE9316B8C"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2BDCEA68B23D11EDA6A1B13DE9316B8C" stRef:documentID="xmp.did:2BDCEA69B23D11EDA6A1B13DE9316B8C"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:31495981B23D11EDA07C8D6DBF60AED1" xmpMM:DocumentID="xmp.did:31495982B23D11EDA07C8D6DBF60AED1"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3149597FB23D11EDA07C8D6DBF60AED1" stRef:documentID="xmp.did:31495980B23D11EDA07C8D6DBF60AED1"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:319AAD7EB23D11EDBC60DDF0ACC391F8" xmpMM:DocumentID="xmp.did:319AAD7FB23D11EDBC60DDF0ACC391F8"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:319AAD7CB23D11EDBC60DDF0ACC391F8" stRef:documentID="xmp.did:319AAD7DB23D11EDBC60DDF0ACC391F8"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:25703959B23D11ED94BC846E7A66DA23" xmpMM:DocumentID="xmp.did:2570395AB23D11ED94BC846E7A66DA23"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:25703957B23D11ED94BC846E7A66DA23" stRef:documentID="xmp.did:25703958B23D11ED94BC846E7A66DA23"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2B1ECED2B23D11ED9357DF8242D3998A" xmpMM:DocumentID="xmp.did:2B1ECED3B23D11ED9357DF8242D3998A"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2B1ECED0B23D11ED9357DF8242D3998A" stRef:documentID="xmp.did:2B1ECED1B23D11ED9357DF8242D3998A"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2734D4E8B23D11EDBE46D9F964E4BA6C" xmpMM:DocumentID="xmp.did:2734D4E9B23D11EDBE46D9F964E4BA6C"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2734D4E6B23D11EDBE46D9F964E4BA6C" stRef:documentID="xmp.did:2734D4E7B23D11EDBE46D9F964E4BA6C"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2950EDD8B23D11ED8D7EC6D58BFEE2EA" xmpMM:DocumentID="xmp.did:2950EDD9B23D11ED8D7EC6D58BFEE2EA"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2950EDD6B23D11ED8D7EC6D58BFEE2EA" stRef:documentID="xmp.did:2950EDD7B23D11ED8D7EC6D58BFEE2EA"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2AC362F4B23D11EDB5388FAAA02DBECB" xmpMM:DocumentID="xmp.did:2AC362F5B23D11EDB5388FAAA02DBECB"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2AC362F2B23D11EDB5388FAAA02DBECB" stRef:documentID="xmp.did:2AC362F3B23D11EDB5388FAAA02DBECB"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2848B3B9B23D11ED8590F2E7E5666895" xmpMM:DocumentID="xmp.did:2848B3BAB23D11ED8590F2E7E5666895"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2848B3B7B23D11ED8590F2E7E5666895" stRef:documentID="xmp.did:2848B3B8B23D11ED8590F2E7E5666895"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:234CCB0FB23D11EDB9F1D64CB0DA77CD" xmpMM:DocumentID="xmp.did:234CCB10B23D11EDB9F1D64CB0DA77CD"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:234CCB0DB23D11EDB9F1D64CB0DA77CD" stRef:documentID="xmp.did:234CCB0EB23D11EDB9F1D64CB0DA77CD"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2F38E254B23D11EDB879D0F9AD25DEC8" xmpMM:DocumentID="xmp.did:2F38E255B23D11EDB879D0F9AD25DEC8"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2F38E252B23D11EDB879D0F9AD25DEC8" stRef:documentID="xmp.did:2F38E253B23D11EDB879D0F9AD25DEC8"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:26DC8095B23D11ED835680940D0039C4" xmpMM:DocumentID="xmp.did:26DC8096B23D11ED835680940D0039C4"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:26DC8093B23D11ED835680940D0039C4" stRef:documentID="xmp.did:26DC8094B23D11ED835680940D0039C4"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2E3906F4B23D11EDBA09C0EA0367E16E" xmpMM:DocumentID="xmp.did:2E3906F5B23D11EDBA09C0EA0367E16E"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2E3906F2B23D11EDBA09C0EA0367E16E" stRef:documentID="xmp.did:2E3906F3B23D11EDBA09C0EA0367E16E"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:22F44ECFB23D11ED8CDCE58CFB1D2539" xmpMM:DocumentID="xmp.did:22F44ED0B23D11ED8CDCE58CFB1D2539"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:22F44ECDB23D11ED8CDCE58CFB1D2539" stRef:documentID="xmp.did:22F44ECEB23D11ED8CDCE58CFB1D2539"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
text/plain;charset=utf-8
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:308C9BE7B23D11ED9C0A8C4992F7B0DA" xmpMM:DocumentID="xmp.did:308C9BE8B23D11ED9C0A8C4992F7B0DA"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:308C9BE5B23D11ED9C0A8C4992F7B0DA" stRef:documentID="xmp.did:308C9BE6B23D11ED9C0A8C4992F7B0DA"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2CDC96DFB23D11EDB53EB041E2A29D3E" xmpMM:DocumentID="xmp.did:2CDC96E0B23D11EDB53EB041E2A29D3E"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2CDC96DDB23D11EDB53EB041E2A29D3E" stRef:documentID="xmp.did:2CDC96DEB23D11EDB53EB041E2A29D3E"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
(:3=<9387@H\N@DWE78PmQW_bghg>Mqypdx\egc
/cB8Bcccccccccccccccccccccccccccccccccccccccccccccccccc
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:27900972B23D11EDB339D962061E6145" xmpMM:DocumentID="xmp.did:27900973B23D11EDB339D962061E6145"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:27900970B23D11EDB339D962061E6145" stRef:documentID="xmp.did:27900971B23D11EDB339D962061E6145"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2D8B17B4B23D11EDBAFAA6CAA7032CD5" xmpMM:DocumentID="xmp.did:2D8B17B5B23D11EDBAFAA6CAA7032CD5"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2D8B17B2B23D11EDBAFAA6CAA7032CD5" stRef:documentID="xmp.did:2D8B17B3B23D11EDBAFAA6CAA7032CD5"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:229CA773B23D11ED9C79FC67AB0E9560" xmpMM:DocumentID="xmp.did:229CA774B23D11ED9C79FC67AB0E9560"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:229CA771B23D11ED9C79FC67AB0E9560" stRef:documentID="xmp.did:229CA772B23D11ED9C79FC67AB0E9560"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2B7A6FB2B23D11ED88E4905D16F06B3D" xmpMM:DocumentID="xmp.did:2B7A6FB3B23D11ED88E4905D16F06B3D"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2B7A6FB0B23D11ED88E4905D16F06B3D" stRef:documentID="xmp.did:2B7A6FB1B23D11ED88E4905D16F06B3D"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2C348855B23D11ED873BE7ECE41F6648" xmpMM:DocumentID="xmp.did:2C348856B23D11ED873BE7ECE41F6648"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2C348853B23D11ED873BE7ECE41F6648" stRef:documentID="xmp.did:2C348854B23D11ED873BE7ECE41F6648"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2DE0CC2FB23D11ED89F5D75C5FB3A468" xmpMM:DocumentID="xmp.did:2DE0CC30B23D11ED89F5D75C5FB3A468"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2DE0CC2DB23D11ED89F5D75C5FB3A468" stRef:documentID="xmp.did:2DE0CC2EB23D11ED89F5D75C5FB3A468"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:24643454B23D11ED828DD9B15748F037" xmpMM:DocumentID="xmp.did:24643455B23D11ED828DD9B15748F037"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:24643452B23D11ED828DD9B15748F037" stRef:documentID="xmp.did:24643453B23D11ED828DD9B15748F037"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-24T14:24:55-05:00" xmp:ModifyDate="2023-02-24T14:24:55-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:5e2ffb14-b006-5a40-941e-21e5d5acd999" xmpMM:DocumentID="adobe:docid:photoshop:6c55e517-ca80-fd4a-a914-08b0b509fda9" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:56af4370-dd9b-f648-a4b7-59fa2a9d0276" stEvt:when="2023-02-24T14:24:55-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:5e2ffb14-b006-5a40-941e-21e5d5acd999" stEvt:when="2023-02-24T14:24:55-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:56af4370-dd9b-f648-a4b7-59fa2a9d0276" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>W
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:28F83C54B23D11EDAEFBD905E4807820" xmpMM:DocumentID="xmp.did:28F83C55B23D11EDAEFBD905E4807820"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:28F83C52B23D11EDAEFBD905E4807820" stRef:documentID="xmp.did:28F83C53B23D11EDAEFBD905E4807820"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2FDF6329B23D11EDB3B18E6BC4331F9F" xmpMM:DocumentID="xmp.did:2FDF632AB23D11EDB3B18E6BC4331F9F"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2FDF6327B23D11EDB3B18E6BC4331F9F" stRef:documentID="xmp.did:2FDF6328B23D11EDB3B18E6BC4331F9F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:27ECCC74B23D11EDAD8A807AA6FB3C44" xmpMM:DocumentID="xmp.did:27ECCC75B23D11EDAD8A807AA6FB3C44"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:27ECCC72B23D11EDAD8A807AA6FB3C44" stRef:documentID="xmp.did:27ECCC73B23D11EDAD8A807AA6FB3C44"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:23A89700B23D11EDB98084DDB8635BC2" xmpMM:DocumentID="xmp.did:23A89701B23D11EDB98084DDB8635BC2"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:23A896FEB23D11EDB98084DDB8635BC2" stRef:documentID="xmp.did:23A896FFB23D11EDB98084DDB8635BC2"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "biz.sats"
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:25CD4975B23D11ED90BBC7192E12E521" xmpMM:DocumentID="xmp.did:25CD4976B23D11ED90BBC7192E12E521"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:25CD4973B23D11ED90BBC7192E12E521" stRef:documentID="xmp.did:25CD4974B23D11ED90BBC7192E12E521"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2E91330FB23D11EDB2EC8E83C32F58CB" xmpMM:DocumentID="xmp.did:2E913310B23D11EDB2EC8E83C32F58CB"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2E91330DB23D11EDB2EC8E83C32F58CB" stRef:documentID="xmp.did:2E91330EB23D11EDB2EC8E83C32F58CB"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:2A6BF70FB23D11EDBDBF962BB7E0FF2D" xmpMM:DocumentID="xmp.did:2A6BF710B23D11EDBDBF962BB7E0FF2D"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:2A6BF70DB23D11EDBDBF962BB7E0FF2D" stRef:documentID="xmp.did:2A6BF70EB23D11EDBDBF962BB7E0FF2D"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:28A08C03B23D11ED893DDC4E07DE752B" xmpMM:DocumentID="xmp.did:28A08C04B23D11ED893DDC4E07DE752B"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:28A08C01B23D11ED893DDC4E07DE752B" stRef:documentID="xmp.did:28A08C02B23D11ED893DDC4E07DE752B"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "ftm.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "obama.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "rmrk.sats"
text/plain;charset=utf-8
  "name": "skybreach.sats"
text/plain;charset=utf-8
  "name": "dogecoin.sats"
text/plain;charset=utf-8
  "name": "MMCrypto.sats"
text/plain;charset=utf-8
  "name": "usc.sats"
text/plain;charset=utf-8
  "name": "blackmarket.sats"
text/plain;charset=utf-8
  "name": "trojans.sats"
text/plain;charset=utf-8
  "name": "banker.sats"
text/plain;charset=utf-8
  "name": "bankofamerica.sats"
text/plain;charset=utf-8
  "name": "doc.sats"
text/plain;charset=utf-8
5{ "p": "sns", "op": "reg", "name": "business.sats" }
text/plain;charset=utf-8
7{ "p": "sns", "op": "reg", "name": "privatejet.sats" }
text/plain;charset=utf-8
4{ "p": "sns", "op": "reg", "name": "diamond.sats" }
text/plain;charset=utf-8
6{ "p": "sns", "op": "reg", "name": "insurance.sats" }
text/plain;charset=utf-8
5{ "p": "sns", "op": "reg", "name": "internet.sats" }
text/plain;charset=utf-8
<{ "p": "sns", "op": "reg", "name": "vacationrentals.sats" }
text/plain;charset=utf-8
1{ "p": "sns", "op": "reg", "name": "beer.sats" }
text/plain;charset=utf-8
0{ "p": "sns", "op": "reg", "name": "owl.sats" }
text/plain;charset=utf-8
0{ "p": "sns", "op": "reg", "name": "0wl.sats" }
text/plain;charset=utf-8
0{ "p": "sns", "op": "reg", "name": "sex.sats" }
text/plain;charset=utf-8
2{ "p": "sns", "op": "reg", "name": "shoes.sats" }
text/plain;charset=utf-8
3{ "p": "sns", "op": "reg", "name": "insure.sats" }
text/plain;charset=utf-8
2{ "p": "sns", "op": "reg", "name": "voice.sats" }
text/plain;charset=utf-8
0{ "p": "sns", "op": "reg", "name": "360.sats" }
text/plain;charset=utf-8
1{ "p": "sns", "op": "reg", "name": "fund.sats" }
text/plain;charset=utf-8
3{ "p": "sns", "op": "reg", "name": "bjv511.sats" }
text/plain;charset=utf-8
2{ "p": "sns", "op": "reg", "name": "slots.sats" }
text/plain;charset=utf-8
3{ "p": "sns", "op": "reg", "name": "icloud.sats" }
text/plain;charset=utf-8
3{ "p": "sns", "op": "reg", "name": "casino.sats" }
text/plain;charset=utf-8
3{ "p": "sns", "op": "reg", "name": "hotels.sats" }
text/plain;charset=utf-8
2{ "p": "sns", "op": "reg", "name": "mrtax.sats" }
text/plain;charset=utf-8
9{ "p": "sns", "op": "reg", "name": "carinsurance.sats" }
text/plain;charset=utf-8
:{ "p": "sns", "op": "reg", "name": "insurance.com.sats" }
text/plain;charset=utf-8
/{ "p": "sns", "op": "reg", "name": "we.sats" }
text/plain;charset=utf-8
.{ "p": "sns", "op": "reg", "name": "z.sats" }
text/plain;charset=utf-8
  "name": "prestonpysh.sats"
((((((((((((((((((((((((((((((((((((((((((((((((((
urn:mpeg:mpegB:cicp:systems:auxiliary:alpha
urn:mpeg:mpegB:cicp:systems:auxiliary:alpha
I49IGJK()MMNTTSUMRXBFY&(YVZ[59]]]`]cdddf\^ggoh@Dhdfhejhjzi25jJMjQWllkpporekrpvuBEwwwxpx{z~{{
-Created with ezgif.com video to GIF converter
I49IGJK()MMNTTSUMRXBFY&(YVZ[59]]]`]cdddf\^ggoh@Dhdfhejhjzi25jJMjQWllM
kpporekrpvuBEwwwxpx{z~{{
urn:mpeg:mpegB:cicp:systems:auxiliary:alpha
urn:mpeg:mpegB:cicp:systems:auxiliary:alpha
urn:mpeg:mpegB:cicp:systems:auxiliary:alpha
urn:mpeg:mpegB:cicp:systems:auxiliary:alpha
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
Aj?=:BNB.BNB:bnb1x4ac5ydh53dqsfc3jke033e6jhqja2tn06aylx:560166:t:0
text/plain;charset=utf-8
  "name": "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@((((........(@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@M
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@....................@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@..................,,,....(@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@...................******@@....@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@(.....................*****@@@@...@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@M
***********@@@@..........................................*******@@@@@..@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@#****************#@@&%%%%%%%//////.........................,*******@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@**********@@@********@@@%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...........*****@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@*********@@@@@@*******@@%%%%%%%%%%%%%%%%%%%**********%%%%%%%%///.........((@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@*********@@@@@@*******@@%%%%%%%%%M
%%%%%%%%                 %%%%%%%%%%%........@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@####@@@@@@@#********@@....//%%%%%%%%%%%%%%%%  %%%%%%%%%% *%%%%%%%%%%%%%%%%//....(@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@***********@@@@@@......%%%%%   %%%       %%%      ((((((   (%%%%%%%%%%%.....@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@***********#@@@@@@@@@@@@((((...   %%*       %%*    ,(((((      %%%%%%%%%%%%%//...((@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@********@@@@@@@@@@@@@@@@@@@@@@@                 ((((((M
(((      %%%%%%%%%%%%%%%%%....@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@#*****@@@@@@@@@@@@@@@@@%%(((((((((((((((((((((((((((((((((%%%%%%%%%%%////......((@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@*****@@@@@@@@@@@@@@@(((((((((((((((((((((((%%%%((((((((((..............@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@@@@@(((((((((((((((((########((((((((((((((@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@@@@(((((((((((((((((((((((((((((((((((((((@@@@@@@@@@@@@@@@@@@@@@M
 @@@@@@@@@@@@@@@@@@@@@@@@@@*****@@@@@@@@@@@@@((((((((((((((((((((((((((((((((((((@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@***@       @@@@@((((((((((((((((((((((((((((((((((@@@@.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@***@(     ,(((@@@@@%%((((((((((((((((((((((((%%@@@((.....(@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@    (((.....@@@@@((((((((((((((((((@@@@@@............@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@****@#((((((........((@@@@@@@@@@@@@@@@@@(((................@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@****@@.........................................*****........@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***#@@@@@@@.................................,,****@(.......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@................................****@@.......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@M
@@@@@@@@@@@@@@..*******************(((/####@...,,,,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@((((((@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@@@@@@@@........................,****@/      @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@@@@@@@@.........**..............****@@      @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@@@@@@@@@@@@.........**,..M
............****#@@//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@@@@@@@@@@@@.........****.................*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@@@@@@@@@@@@.........***#@((..............,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@@@@@@.*********@@@@@.............@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@@@@@@@@@@@@@@@(((@@@@@@@@@@@@@((((((((@@@@@@@@@@@@@@M
@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@@@@@..........@@@@@@@@..........@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@@@@@@@..,,,,,,#@@@@@@@@@...,,,.##@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@@@@@@@........@@@@@@@@@@.......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@@@@@@@@@@@........@@@@@@@@@@.......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@@@@.........@@@@@@@@@@.......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@............@@@@@@@..........@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@L
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.sats"
text/plain;charset=utf-8
  "name": "755.sats"
6j4ion:1.QmUKNGWawqN3dzNwaTpxTzQXGkVeqozdz35v9WK1hifAYS
text/plain;charset=utf-8
  "name": "045.sats"
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350">
    .base{fill:#4d4d4d;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link{fill:blue;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link2:hover{fill:Blue!important;}
    .link3:hover{fill:#1DA1F2!important;}
h="100%" height="100%" fill="#f2a900"/>
  <text font-size="50" x="50%" y="40%" class="base">bitbags.io</text>
  <a href="https://bitbags.io" target="__blank__">
    <text font-size="20" x="50%" y="55%" class="base link2">Inscribe Here</text>
  <a href="https://twitter.com/bitbagsordinal" target="_blank_2">
    <g transform="translate(280, 265) scale(0.5)">
      <path class="base link3" d="M109.75 92.2701C110 130.1 78 156.89 27.38 136.15C39.16 134.49 47.92 131.15 54.38 126.96C47.31 124.39 38.28 115.49 36.19 M
110.71L44.3 109.36C44.3 109.36 35.22 100.27 32.71 90.1001L42.83 91.4801C42.83 91.4801 37.12 83.0201 38.83 67.8701C45.85 79.3801 59.4 89.2201 71.45 92.0001C70 67.0001 94 62.5101 104.66 75.0501L119.56 72.7001L112.41 81.9301L122.62 85.4201L109.75 92.2701Z"/>
text/plain;charset=utf-8
  "name": "rocky.sats"
text/plain;charset=utf-8
  "name": "041.sats"
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350">
    .base{fill:#4d4d4d;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link{fill:blue;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link2:hover{fill:Blue!important;}
    .link3:hover{fill:#1DA1F2!important;}
h="100%" height="100%" fill="#f2a900"/>
  <text font-size="50" x="50%" y="40%" class="base">bitbags.io</text>
  <a href="https://bitbags.io" target="__blank__">
    <text font-size="20" x="50%" y="55%" class="base link2">Inscribe Here</text>
  <a href="https://twitter.com/bitbagsordinal" target="_blank_2">
    <g transform="translate(280, 265) scale(0.5)">
      <path class="base link3" d="M109.75 92.2701C110 130.1 78 156.89 27.38 136.15C39.16 134.49 47.92 131.15 54.38 126.96C47.31 124.39 38.28 115.49 36.19 M
110.71L44.3 109.36C44.3 109.36 35.22 100.27 32.71 90.1001L42.83 91.4801C42.83 91.4801 37.12 83.0201 38.83 67.8701C45.85 79.3801 59.4 89.2201 71.45 92.0001C70 67.0001 94 62.5101 104.66 75.0501L119.56 72.7001L112.41 81.9301L122.62 85.4201L109.75 92.2701Z"/>
text/plain;charset=utf-8
  "name": "ljm.sats"
text/plain;charset=utf-8
  "name": "1688.sats"
text/plain;charset=utf-8
  "name": "stas.sats"
text/plain;charset=utf-8
  "name": "dragon.sats"
text/plain;charset=utf-8
  "name": "shenzhen.sats"
text/plain;charset=utf-8
  "name": "baseball.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "504.sats"
text/plain;charset=utf-8
  "name": "chasing.sats"
text/plain;charset=utf-8
  "name": "tennis.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "vietnam.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "067.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "naked.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "james.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "bingo.sats"
text/plain;charset=utf-8
  "name": "biden.sats"
text/plain;charset=utf-8
  "name": "nostr.sats"
text/plain;charset=utf-8
  "name": "data.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "lin.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "match.sats"
DjB=:ETH.ETH:0x28E65604f780c53B9AbD792E34Fe628d7B29338F:21348161:te:0
text/plain;charset=utf-8
text/plain;charset=utf-8
"!&+7/&)4)!"0A149;>>>%.DIC<H7=>;
;("(;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYM
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "natahala3.sats"
c/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "yuyue.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "043.sats"
text/plain;charset=utf-8
LN  Unicode Character
text/plain;charset=utf-8
  "name": "phoenix.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "1400.sats"
text/plain;charset=utf-8
  "name": "2500.sats"
text/plain;charset=utf-8
  "name": "1600.sats"
text/plain;charset=utf-8
  "name": "1800.sats"
text/plain;charset=utf-8
  "name": "2200.sats"
text/plain;charset=utf-8
  "name": "1900.sats"
text/plain;charset=utf-8
  "name": "2800.sats"
text/plain;charset=utf-8
  "name": "2300.sats"
text/plain;charset=utf-8
  "name": "2100.sats"
text/plain;charset=utf-8
  "name": "3100.sats"
text/plain;charset=utf-8
  "name": "2900.sats"
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-24T14:44:10-05:00" xmp:ModifyDate="2023-02-24T14:44:10-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:4211f848-e399-b344-b640-a15ab45ad64d" xmpMM:DocumentID="adobe:docid:photoshop:36452dda-f91d-cf40-b6ab-6ab4fb3693b7" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:0eaf5a93-f134-d749-9661-884461fd9895" stEvt:when="2023-02-24T14:44:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:4211f848-e399-b344-b640-a15ab45ad64d" stEvt:when="2023-02-24T14:44:10-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:0eaf5a93-f134-d749-9661-884461fd9895" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
text/plain;charset=utf-8
  "name": "tip.sats"
text/plain;charset=utf-8
  "name": "2400.sats"
text/plain;charset=utf-8
  "name": "1300.sats"
text/plain;charset=utf-8
  "name": "meow.sats"
text/plain;charset=utf-8
  "name": "1500.sats"
text/plain;charset=utf-8
  "name": "3200.sats"
text/plain;charset=utf-8
  "name": "1700.sats"
text/plain;charset=utf-8
  "name": "2700.sats"
text/plain;charset=utf-8
  "name": "1200.sats"
text/plain;charset=utf-8
  "name": "123456.sats"
text/plain;charset=utf-8
  "name": "avril.sats",
text/plain;charset=utf-8
  "name": "txt.sats",
text/plain;charset=utf-8
  "name": "night.sats",
FjDOUT:ED56411E570D3600B93856FBB48429C61E5C7ECD95CA7B34012FB39E8652B40F
FjDOUT:82F7C2928C09B6DE8E6ED337AC3E9063CA0E68EE605ACF4B6181E29C9BA19EE6
FjDOUT:65C45B21A8A72069CFF8C98B6501980F85AFABAB897AC8337592C83D1D283096
FjDOUT:70853147074ED60FF18B774B0B088A2EEE12A1E5B3129BC547ADC29E13399034
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "sothebys.sats",
text/plain;charset=utf-8
  "name": "colorcoin.sats",
text/plain;charset=utf-8
  "name": "christies.sats",
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "colorcoins.sats",
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "grail.sats",
text/plain;charset=utf-8
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:31EC7257B23D11ED926C812E85B09E64" xmpMM:DocumentID="xmp.did:31EC7258B23D11ED926C812E85B09E64"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:31EC7255B23D11ED926C812E85B09E64" stRef:documentID="xmp.did:31EC7256B23D11ED926C812E85B09E64"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" shape-rendering="crispEdges" height="320" width="320" preserveAspectRatio="xMinYMin meet"
viewBox="0 0 320 320">
   <ref id="color1" param="fill1" default="#000000"/>
   <ref id="color2" param="fill2" default="#fff"/>
   <ref id="color3" param="fill3" default="#e53b44"/>
   <ref id="color4" param="fill4" default="#2ce8f4"/>
  <path d="M0 0v320h320V0H10Zm20 30h30v10H30v30h20v10H20V40Zm60 0h10v10h10v1M
0h10v10h-10v10H90v10H80V70h10V60h10V50H90V40H80Zm40 0h30v20h-10v10h10v20h-30V40Zm20 30h-10v10h10zm0-10V40h-10v10zm20-20h30v10h-10v40h-10V40h-10zm40 0h30v10h-20v30h20v10h-30V40ZM60 40h10v10H60Zm0 20h10v10H60Zm-40 40h280v50h-10v-40h-80v40h-10v-30h-10v-10h-60v10h-10v80h10v-50h60v50h10v-40h10v40h10v-40h60v40h10v-40h10v140h-10v-60h-20v10h10v50h-60v-40h10v-10h-10v-10h-10v60h-10v-10h-10v-30h-10v30h-40v-30h-10v30h-10v10h-10v-10h-10v10H40v-10H30v10H20V110zm20 190h60v-20H90v10H50v-10H40v10zm10-20h40v-20H80v10H70v-10H60v10H50M
Zm10-20v-10h10v-10H50v20zm10-10v10h10v-10zm70 20h40v-10h-10v-10h-10v10h-20zm30-20h10v-10h-10zm10-10h10v-10h-10zm10 0v10h10v-10zm0 10h-10v10h10zm40 10h10v-10h-10zm10 0v10h10v-10zm10 0h10v-10h-10zm10 0v10h10v-10zm20-50h-60v10h60zm-90 0h-60v10h60zM40 110v10h20v10H40v10h60v-10H80v-10h20v-10H50Zm60 30v60h10v-60zm0 60H40v10h60zm-60 0v-60H30v60zm110-40v10h20v-10h-10z" fill="url(#color1)"/>
  <path fill="url(#color2)" d="M20 30v50h30V70H30V40h20V30H30Zm60 0v10h10V30Zm10 10v10h10V40Zm10 10v10h10V50Zm0 10H90v10h10zM90 70H80vM
10h10zm30-40v50h30V60h-10v10h-10V60h10V50h-10V40h10v10h10V30h-20zm40 0v10h10v40h10V40h10V30h-20zm40 0v50h30V70h-20V40h20V30h-20ZM60 40v10h10V40Zm0 20v10h10V60Zm-40 40v200h10v-10h10v-20h10v-10h10v-10H50v-20h20v10h10v10h10v20h10v20h10v10h10v-10h10v-30h10v-10h20v-10h10v-10h10v-10h10v10h10v10h-10v10h-10v10h10v30h10v10h10v-60h10v10h10v-10h10v10h10v-10h10v10h10v-10h20v60h10V160h-10v40h-10v10h-60v-10h-10v-40h-10v40h-10v10h-60v-10h-10v-80h10v-10h60v10h10v30h10v-40h80v40h10v-50H30Zm110 100h60v-30h-60v20zm90 0h60v-40h-10v10hM
-10v-10h-20v10h-10v-10h-10v30zM40 110h60v10H80v10h20v10h10v60h-10v10H40v-10H30v-60h10v-10h20v-10H40Zm0 90h60v-40H40v30zm10-20h40v10H50Zm90 0h40v10h-40zm90 0h40v10h-40z"/>
  <path fill="url(#color3)" d="M40 140v20h60v-20H50Zm10 40v10h40v-10H60Zm90 0v10h40v-10h-30zm90 0v10h40v-10h-30zm0 70v10h-10v40h60v-50h-10v10h-10v-10h-10v10h-10v-10zm-90 10v30h40v-30h-30z"/>
  <path fill="url(#color4)" d="M130 150v20h20v-10h20v10h20v-20h-50zm100 10v10h10v-10zm30 0v10h10v-10zm-80 70v10h10v-10zm0 10h-10v10h10zm-120 0v10h10v-10zm10 1M
0v10h10v-10zm-20 20v10h40v-10H60Zm-10 20v10h60v-10H50Z"/>
  <script type="text/ecmascript">
   function GetParams()
   var defs = document.getElementsByTagName( "defs" )[0];
   var refList = defs.getElementsByTagName( "ref" );
   for ( var r = refList.length -1; 0 <= r; r-- )
       var eachRef = refList.item( r );
       var id = eachRef.getAttribute( "id" );
       var paramName = eachRef.getAttribute( "param" );
       var defaultVal = eachRefM
.getAttribute( "default" );
       if (!defaultVal)
       if (eachRef.firstChild)
           defaultVal = eachRef.firstChild.nodeValue;
           defaultVal = "";
       refs[ paramName ] = [eachRef, id, defaultVal];
   var paramArray = [];
   var href = document.defaultView.location.href;
   if ( -1 != href.indexOf("?") )
       var paramList = href.split("?")[1].split(/&|;/);
       for ( var p = 0, pLen = paramList.length; pLen >M
       var eachParam = paramList[ p ];
       var valList = eachParam.split("=");
       var name = unescape(valList[0]);
       var value = unescape(valList[1]);
       refs[ name ][2] = value;
   if ( document.defaultView.frameElement )
       var params = document.defaultView.frameElement.getElementsByTagName("param");
       for ( var i = 0, iLen = params.length; iLen > i; i++ )
           var eachParam = params[ i ];
           var name = eachParam.getAttribM
           var value = eachParam.getAttribute( "value" );
           refs[ name ][2] = value;
   for ( paramName in refs )
       var eachParam = refs[ paramName ];
       GetIdRefs( eachParam[1], eachParam[2] );
   function GetIdRefs( id, val )
   var elList = document.documentElement.getElementsByTagName( "*" );
   for ( var i = 0, iLen = elList.length; iLen > i; i++ )
       var eachEl = elList.item( i );
       for ( var a = 0, aLen = eachM
El.attributes.length; aLen > a; a++ )
       var attr = eachEl.attributes[ a ];
       if ( attr && -1 != attr.value.indexOf("#" + id) )
           if ( "tref" == eachEl.localName )
           var t = document.createTextNode( val );
           eachEl.parentNode.replaceChild( t, eachEl );
           eachEl.setAttributeNS( attr.namespaceURI, attr.name, val);
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3241D35CB23D11EDA478F6B25E038204" xmpMM:DocumentID="xmp.did:3241D35DB23D11EDA478F6B25E038204"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3241D35AB23D11EDA478F6B25E038204" stRef:documentID="xmp.did:3241D35BB23D11EDA478F6B25E038204"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3296DB97B23D11EDB03EEBD7076105BB" xmpMM:DocumentID="xmp.did:3296DB98B23D11EDB03EEBD7076105BB"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3296DB95B23D11EDB03EEBD7076105BB" stRef:documentID="xmp.did:3296DB96B23D11EDB03EEBD7076105BB"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
(:3=<9387@H\N@DWE78PmQW_bghg>Mqypdx\egc
/cB8Bcccccccccccccccccccccccccccccccccccccccccccccccccc
text/plain;charset=utf-8
  "name": "motion.sats"
text/plain;charset=utf-8
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:32F0A81FB23D11ED95A1E7707E0DBD2D" xmpMM:DocumentID="xmp.did:32F0A820B23D11ED95A1E7707E0DBD2D"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:32F0A81DB23D11ED95A1E7707E0DBD2D" stRef:documentID="xmp.did:32F0A81EB23D11ED95A1E7707E0DBD2D"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "polkadot.sats"
text/plain;charset=utf-8
  "name": "tinder.sats"
text/plain;charset=utf-8
  "name": "041.sats"
text/plain;charset=utf-8
  "name": "off.sats"
text/plain;charset=utf-8
  "name": "relay.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
My lord, out of the love I beare to some of youere frends, I have a care of youre preservacion, therefore I would aduyse you as you tender your life to devise some excuse to shift youer attendance at this parliament, for God and man hath concurred to punishe the wickedness of this tyme, and thinke not slightly of this advertisement, but retire yourself into your country, where you may expect the event in safety, for though there be no apparance of anni stir, yet I saye they shall receive a terrible blow this parliaM.
ment and yet they shall not seie who hurts them this cowncel is not to be contemned because it may do yowe good and can do yowe no harme for the dangere is passed as soon as yowe have burnt the letter and i hope God will give yowe the grace to mak good use of it to whose holy proteccion i comend yowe.h!
7777777777777777771")n
c/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
  "name": "spaceid.sats"
text/plain;charset=utf-8
  "name": "047.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "slowmist.sats"
text/plain;charset=utf-8
  "name": "jayyi.sats"
text/plain;charset=utf-8
  "name": "041.sats"
text/plain;charset=utf-8
  "name": "miners.sats"
text/plain;charset=utf-8
  "name": "1027.sats"
text/plain;charset=utf-8
  "name": "nyc.sats"
text/plain;charset=utf-8
  "name": "imtoken.sats"
text/plain;charset=utf-8
  "name": "0623.sats"
text/plain;charset=utf-8
  "name": "nvidia.sats"
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "burberry.sats"
CjA=:ETH.ETH:0x5247eFB43709340f5b3f81aF3b6Df9ab0530B0A7:189901597::0
text/plain;charset=utf-8
  "name": "mybtc.sats"
CjA=:ETH.ETH:0x9EE053433af3c6E980224311b3E6d3833000B453:1827394:te:0
text/plain;charset=utf-8
  "name": "046.sats"
text/plain;charset=utf-8
  "name": "4100.sats"
text/plain;charset=utf-8
  "name": "3900.sats"
text/plain;charset=utf-8
  "name": "3800.sats"
text/plain;charset=utf-8
  "name": "3500.sats"
text/plain;charset=utf-8
  "name": "4200.sats"
text/plain;charset=utf-8
  "name": "3300.sats"
text/plain;charset=utf-8
  "name": "3400.sats"
text/plain;charset=utf-8
  "name": "3600.sats"
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-24T14:47:39-05:00" xmp:ModifyDate="2023-02-24T14:47:39-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:f74d3a52-ea21-e845-be2d-66bfe3be64d5" xmpMM:DocumentID="adobe:docid:photoshop:8d9fe763-a678-5341-80eb-7e60e2e87b68" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:8558b2b8-fa10-5c46-adfc-53eb504fb54d" stEvt:when="2023-02-24T14:47:39-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:f74d3a52-ea21-e845-be2d-66bfe3be64d5" stEvt:when="2023-02-24T14:47:39-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:8558b2b8-fa10-5c46-adfc-53eb504fb54d" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>EQ\
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "coloredcoins.sats",
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "coloredcoin.sats",
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "grails.sats",
text/plain;charset=utf-8
text/plain;charset=utf-8
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" shape-rendering="crispEdges" height="320" width="320" preserveAspectRatio="xMinYMin meet"
viewBox="0 0 320 320"><defs>
   <ref id="color1" param="fill1" default="#f0d9fe"/>
   <ref id="color2" param="fill2" default="#bb4cfb"/>
   <ref id="color3" param="fill3" default="#ddb6f8"/>
   <ref id="color4" param="fill4" default="#d389fc"/>
</defs><path d="M0 0v320h320V0H10zm100 70h10v10h-10zm110 0h20v10h-10v10h-10V80zM70 80h10M
v10H70v20H60v10H50v10H40v10h20v10h10v30h10v-10h10v-10h40v30h30v10h10v-20h-10v-10h-10v-10h20v10h10v10h10v10h20v-20h10v10h10v-30h10v-20h-10v-10h10v-10h10V90h-10V80h30v10h10v10h20v20h10v90h-10v20h-10v10h-10v10h-10v20h-30v10h-20v10H110v-10H90v-10H70v-10H60v-10H50v-10H40v-10H30v-20H20v-90h10v-10h10v-10h10V90h20zm20 90v10h10v-10zm-50-30H30v10h10zm170-10h10v10h-10zm40 0v10h10v-10zm-10 30v10h10v-10zm-130 20v10h10v-10z" fill="url(#color1)"/><path d="M100 70v10h10V70zm110 0v10h10V70zM70 80v10h10V80zm0 10H50v10H40v10H30v10H20M
v20h10v-10h20v-10h10v-20h10zm170-10v10h10V80zm30 10v30h10v20h10v30h10v10h-10v10h-10v-10h10v-10h-10v-10h-20v10h10v10h-10v10h-20v10H100v-10H70v-10H60v-10H50v-10H30v-10H20v30h10v40h10v10h10v20h10v10h20v10h10v10h30v10h100v-10h20v-10h20v-10h10v-10h10v-10h10v-10h10v-20h10v-90h-20v-10h10v-10h-20V90z" fill="url(#color2)"/><path d="M220 70v10h10V70zm0 10h-10v10h10zm40 0v10h10V80zM60 100v10h10v-10zm190 0v10h-10v10h-10v10h10v20h-10v40h20v-10h-10v-20h10v-10h40v-10h-10v-20h-20v-20zm0 80h10v-10h-10zm-20 10h-10v-20h-10v20h-20v-10M
h-10v-10h-10v-10h-20v10h10v10h10v10h10v10h50zm-20-60v10h10v-10zm40 0h10v10h-10zM50 140v30h10v10h10v-30H60v-10zm20 40v10h30v10h60v-10h-30v-20h-10v-10H90v10h10v10H90v-10H80v10zm40 0h10v10h-10zm150 80v10h10v-10z" fill="url(#color3)"/><path d="M250 80v20h10v20h10V90h-10V80zm40 30v10h10v-10zM30 130v10h10v-10zm10 10v10H30v10h20v-20zm-10 10v-10H20v10zm220 0v20h10v-10h20v10h10v-20h-30zm40 20v10h10v-10zm0 10h-10v10h10zm-30-10v10h10v-10zm0 10h-10v10h10zm-10 0v-10h-10v10zm-130-20v10h10v-10zM20 180v30h10v-30zm200 0v10h10v-10zmM
10 10v10h10v-10zm-60 0v10h10v-10zM30 220v10h10v-10zm10 10v10h10v-10zm30 30v10h10v-10zm40 20v10h10v-10z" fill="url(#color4)"/><script type="text/ecmascript">
   function GetParams()
   var defs = document.getElementsByTagName( "defs" )[0];
   var refList = defs.getElementsByTagName( "ref" );
   for ( var r = refList.length -1; 0 <= r; r-- )
       var eachRef = refList.item( r );
       var id = eachRef.getAttribute( "id" );
       var paramName = M
eachRef.getAttribute( "param" );
       var defaultVal = eachRef.getAttribute( "default" );
       if (!defaultVal)
       if (eachRef.firstChild)
           defaultVal = eachRef.firstChild.nodeValue;
           defaultVal = "";
       refs[ paramName ] = [eachRef, id, defaultVal];
   var paramArray = [];
   var href = document.defaultView.location.href;
   if ( -1 != href.indexOf("?") )
       var paramList = href.split("?")[1].splitM
       for ( var p = 0, pLen = paramList.length; pLen > p; p++ )
       var eachParam = paramList[ p ];
       var valList = eachParam.split("=");
       var name = unescape(valList[0]);
       var value = unescape(valList[1]);
       refs[ name ][2] = value;
   if ( document.defaultView.frameElement )
       var params = document.defaultView.frameElement.getElementsByTagName("param");
       for ( var i = 0, iLen = params.length; iLen > i; i++ )
chParam = params[ i ];
           var name = eachParam.getAttribute( "name" );
           var value = eachParam.getAttribute( "value" );
           refs[ name ][2] = value;
   for ( paramName in refs )
       var eachParam = refs[ paramName ];
       GetIdRefs( eachParam[1], eachParam[2] );
   function GetIdRefs( id, val )
   var elList = document.documentElement.getElementsByTagName( "*" );
   for ( var i = 0, iLen = elList.length; iLen > i; i++ )
r eachEl = elList.item( i );
       for ( var a = 0, aLen = eachEl.attributes.length; aLen > a; a++ )
       var attr = eachEl.attributes[ a ];
       if ( attr && -1 != attr.value.indexOf("#" + id) )
           if ( "tref" == eachEl.localName )
           var t = document.createTextNode( val );
           eachEl.parentNode.replaceChild( t, eachEl );
           eachEl.setAttributeNS( attr.namespaceURI, attr.name, val);
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3B7B28F0B23D11EDB397A8CCFC788FDE" xmpMM:DocumentID="xmp.did:3B7B28F1B23D11EDB397A8CCFC788FDE"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3B7B28EEB23D11EDB397A8CCFC788FDE" stRef:documentID="xmp.did:3B7B28EFB23D11EDB397A8CCFC788FDE"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3B260071B23D11EDBE8BABD7DA9BCDE9" xmpMM:DocumentID="xmp.did:3B260072B23D11EDBE8BABD7DA9BCDE9"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3B26006FB23D11EDBE8BABD7DA9BCDE9" stRef:documentID="xmp.did:3B260070B23D11EDBE8BABD7DA9BCDE9"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:33AB23FAB23D11ED9DB5C9448A06C5F5" xmpMM:DocumentID="xmp.did:33AB23FBB23D11ED9DB5C9448A06C5F5"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:33AB23F8B23D11ED9DB5C9448A06C5F5" stRef:documentID="xmp.did:33AB23F9B23D11ED9DB5C9448A06C5F5"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3A0906FDB23D11EDB66BCACEC018FEF5" xmpMM:DocumentID="xmp.did:3A0906FEB23D11EDB66BCACEC018FEF5"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3A0906FBB23D11EDB66BCACEC018FEF5" stRef:documentID="xmp.did:3A0906FCB23D11EDB66BCACEC018FEF5"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:39504F55B23D11EDB0DCD7FF8A82B768" xmpMM:DocumentID="xmp.did:39504F56B23D11EDB0DCD7FF8A82B768"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:39504F53B23D11EDB0DCD7FF8A82B768" stRef:documentID="xmp.did:39504F54B23D11EDB0DCD7FF8A82B768"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3C2FF67DB23D11EDBCB69E8704EBCAD5" xmpMM:DocumentID="xmp.did:3C2FF67EB23D11EDBCB69E8704EBCAD5"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3C2FF67BB23D11EDBCB69E8704EBCAD5" stRef:documentID="xmp.did:3C2FF67CB23D11EDBCB69E8704EBCAD5"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:36750095B23D11EDA210ABDBBBC1F29A" xmpMM:DocumentID="xmp.did:36750096B23D11EDA210ABDBBBC1F29A"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:36750093B23D11EDA210ABDBBBC1F29A" stRef:documentID="xmp.did:36750094B23D11EDA210ABDBBBC1F29A"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:34ADC165B23D11ED9FFAC73C46301186" xmpMM:DocumentID="xmp.did:34ADC166B23D11ED9FFAC73C46301186"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:34ADC163B23D11ED9FFAC73C46301186" stRef:documentID="xmp.did:34ADC164B23D11ED9FFAC73C46301186"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:389316EAB23D11ED8E8DFE334E830430" xmpMM:DocumentID="xmp.did:389316EBB23D11ED8E8DFE334E830430"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:389316E8B23D11ED8E8DFE334E830430" stRef:documentID="xmp.did:389316E9B23D11ED8E8DFE334E830430"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" shape-rendering="crispEdges" height="320" width="320" preserveAspectRatio="xMinYMin meet"
viewBox="0 0 320 320">
   <ref id="color1" param="fill1" default="#e7fef7"/>
   <ref id="color2" param="fill2" default="#000000"/>
   <ref id="color3" param="fill3" default="#7999e7"/>
   <ref id="color4" param="fill4" default="#51a16c"/>
  <path fill="url(#color1)" d="M0 0v320h320V0H10Zm130 10h60v10h40v10h10v10hM
10v20h10v50h-10v20h-10v10h-10v10h-40v10h-60v-10H90v-10H80v-10H70v-20H60V60h10V40h10V30h10V20h40zM60 170h20v40H70v10H60v10H40v-20h10v-10h10v-20zm130 0h20v40h-10v10h-10v10h-20v-20h10v-10h10v-20zm-50 10h20v40h-10v10h-10v10h-20v-20h10v-10h10v-20zm130 0h20v40h-10v10h-10v10h-20v-20h10v-10h10v-20ZM90 210h20v40h-10v10H90v10H70v-20h10v-10h10v-20zm130 0h20v40h-10v10h-10v10h-20v-20h10v-10h10v-20ZM40 250h20v40H50v10H40v10H20v-20h10v-10h10v-20zm80 0h20v40h-10v10h-10v10h-20v-20h10v-10h10v-20zm50 0h20v40h-10v10h-10v10h-20v-20h10vM
-10h10v-20zm80 0h20v40h-10v10h-10v10h-20v-20h10v-10h10v-20z"/>
  <path d="M130 10v10H90v10H80v10H70v20H60v50h10v20h10v10h10v10h40v10h60v-10h40v-10h10v-10h10v-20h10V60h-10V40h-10V30h-10V20h-40V10h-50zm0 20h60v10h40v20h10v50h-10v20h-40v10h-60v-10H90v-20H80V60h10V40h40zm-30 30v10h10v10h20V70h10V60h-30zm40 10v10h10V70Zm-40 0H90v10h10zm80-10v10h10v10h20V70h10V60h-30zm40 10v10h10V70Zm-40 0h-10v10h10zm-30 20v10h20V90h-10zm0 20v10h20v-10h-10zm20 10v10h10v-10zm-20 0h-10v10h10zm-90 50v10h20v-10H70Zm130 0v10h20v-10h-10zm-50 1M
0v30h-10v10h10v10h10v-10h10v-40h-10zm-80 10v10H50v10h10v10h10v-10h10v-20H70Zm130 0v10h-10v10h-10v20h20v-10h10v-10h10v-20h-10zm80 10v10h-10v10h-10v20h20v-10h10v-10h10v-20h-10ZM90 210v10h20v-10h-10zm130 0v10h20v-10h-10ZM90 230v10H80v10H70v20h20v-10h10v-10h10v-20h-10zm-50 20v30H30v10h10v10h10v-10h10v-40H50Zm80 0v10h20v-10h-10zm50 0v30h-10v10h10v10h10v-20h10v-30h-10zm80 20v10h-10v10h-10v20h20v-10h10v-10h10v-20h-10z" fill="url(#color2)"/>
  <path fill="url(#color3)" d="M130 30v10H90v20H80v50h10v20h40v10h60v-10h40v-20h10M
V60h-10V40h-40V30h-50zm-30 30h40v10h10v10h-10V70h-10v10h-20V70h-10v10H90V70h10zm80 0h40v10h10v10h-10V70h-10v10h-20V70h-10v10h-10V70h10zm-30 30h20v10h-20zm0 20h20v10h10v10h-10v-10h-20v10h-10v-10h10zm120 70v20h20v-20h-10ZM90 220v10h20v-10h-10zm30 0v20h20v-20h-10zm100 0v20h-10v10h-10v20h20v-10h10v-10h10v-30h-10zm-40 60v10h10v-10zm-30 10v20h20v-20h-10z"/>
  <path fill="url(#color4)" d="M60 180v10h20v-10H70Zm130 0v10h20v-10h-10ZM40 210v20h20v-20H50Zm210 40v20h20v-20h-10zm-130 10v20h-10v10h-10v20h20v-10h10v-10h10v-30h-10M
ZM20 290v20h20v-20H30Z"/>
  <script type="text/ecmascript">
   function GetParams()
   var defs = document.getElementsByTagName( "defs" )[0];
   var refList = defs.getElementsByTagName( "ref" );
   for ( var r = refList.length -1; 0 <= r; r-- )
       var eachRef = refList.item( r );
       var id = eachRef.getAttribute( "id" );
       var paramName = eachRef.getAttribute( "param" );
       var defaultVal = eachRef.getAttribute( "default" );
       if (eachRef.firstChild)
           defaultVal = eachRef.firstChild.nodeValue;
           defaultVal = "";
       refs[ paramName ] = [eachRef, id, defaultVal];
   var paramArray = [];
   var href = document.defaultView.location.href;
   if ( -1 != href.indexOf("?") )
       var paramList = href.split("?")[1].split(/&|;/);
       for ( var p = 0, pLen = paramList.length; pLen > p; p++ )
chParam = paramList[ p ];
       var valList = eachParam.split("=");
       var name = unescape(valList[0]);
       var value = unescape(valList[1]);
       refs[ name ][2] = value;
   if ( document.defaultView.frameElement )
       var params = document.defaultView.frameElement.getElementsByTagName("param");
       for ( var i = 0, iLen = params.length; iLen > i; i++ )
           var eachParam = params[ i ];
           var name = eachParam.getAttribute( "name" );
lue = eachParam.getAttribute( "value" );
           refs[ name ][2] = value;
   for ( paramName in refs )
       var eachParam = refs[ paramName ];
       GetIdRefs( eachParam[1], eachParam[2] );
   function GetIdRefs( id, val )
   var elList = document.documentElement.getElementsByTagName( "*" );
   for ( var i = 0, iLen = elList.length; iLen > i; i++ )
       var eachEl = elList.item( i );
       for ( var a = 0, aLen = eachEl.attributes.length; aLen > a; M
       var attr = eachEl.attributes[ a ];
       if ( attr && -1 != attr.value.indexOf("#" + id) )
           if ( "tref" == eachEl.localName )
           var t = document.createTextNode( val );
           eachEl.parentNode.replaceChild( t, eachEl );
           eachEl.setAttributeNS( attr.namespaceURI, attr.name, val);
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:35C7DB83B23D11EDB1CD8022AAE62D70" xmpMM:DocumentID="xmp.did:35C7DB84B23D11EDB1CD8022AAE62D70"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:35C7DB81B23D11EDB1CD8022AAE62D70" stRef:documentID="xmp.did:35C7DB82B23D11EDB1CD8022AAE62D70"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3400F970B23D11EDA172900175518F9F" xmpMM:DocumentID="xmp.did:3400F971B23D11EDA172900175518F9F"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3400F96EB23D11EDA172900175518F9F" stRef:documentID="xmp.did:3400F96FB23D11EDA172900175518F9F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:372A7518B23D11EDBFF3AC89811BBB8A" xmpMM:DocumentID="xmp.did:372A7519B23D11EDBFF3AC89811BBB8A"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:372A7516B23D11EDBFF3AC89811BBB8A" stRef:documentID="xmp.did:372A7517B23D11EDBFF3AC89811BBB8A"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:378F38C1B23D11EDA1269B68AACC3BD0" xmpMM:DocumentID="xmp.did:378F38C2B23D11EDA1269B68AACC3BD0"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:378F38BFB23D11EDA1269B68AACC3BD0" stRef:documentID="xmp.did:378F38C0B23D11EDA1269B68AACC3BD0"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3AC06996B23D11EDA13E80B28AC74514" xmpMM:DocumentID="xmp.did:3AC06997B23D11EDA13E80B28AC74514"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3AC06994B23D11EDA13E80B28AC74514" stRef:documentID="xmp.did:3AC06995B23D11EDA13E80B28AC74514"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:334D0D39B23D11ED85CEAD8201BD39E8" xmpMM:DocumentID="xmp.did:334D0D3AB23D11ED85CEAD8201BD39E8"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:334D0D37B23D11ED85CEAD8201BD39E8" stRef:documentID="xmp.did:334D0D38B23D11ED85CEAD8201BD39E8"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:39B29DBDB23D11ED9688EBC61227D3BC" xmpMM:DocumentID="xmp.did:39B29DBEB23D11ED9688EBC61227D3BC"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:39B29DBBB23D11ED9688EBC61227D3BC" stRef:documentID="xmp.did:39B29DBCB23D11ED9688EBC61227D3BC"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:37E70D4EB23D11EDB7E1C78744F03CA0" xmpMM:DocumentID="xmp.did:37E70D4FB23D11EDB7E1C78744F03CA0"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:37E70D4CB23D11EDB7E1C78744F03CA0" stRef:documentID="xmp.did:37E70D4DB23D11EDB7E1C78744F03CA0"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3D9B5785B23D11EDAC06ABB9D1310582" xmpMM:DocumentID="xmp.did:3D9B5786B23D11EDAC06ABB9D1310582"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3D9B5783B23D11EDAC06ABB9D1310582" stRef:documentID="xmp.did:3D9B5784B23D11EDAC06ABB9D1310582"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3A61BB6BB23D11EDB013A6C7EE259318" xmpMM:DocumentID="xmp.did:3A61BB6CB23D11EDB013A6C7EE259318"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3A61BB69B23D11EDB013A6C7EE259318" stRef:documentID="xmp.did:3A61BB6AB23D11EDB013A6C7EE259318"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3BD45A7BB23D11ED979B9A472FD5FC70" xmpMM:DocumentID="xmp.did:3BD45A7CB23D11ED979B9A472FD5FC70"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3BD45A79B23D11ED979B9A472FD5FC70" stRef:documentID="xmp.did:3BD45A7AB23D11ED979B9A472FD5FC70"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:356AC1A8B23D11ED9991BD51B7278C2E" xmpMM:DocumentID="xmp.did:356AC1A9B23D11ED9991BD51B7278C2E"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:356AC1A6B23D11ED9991BD51B7278C2E" stRef:documentID="xmp.did:356AC1A7B23D11ED9991BD51B7278C2E"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3CEE843FB23D11ED8CE1A22F5BF16F96" xmpMM:DocumentID="xmp.did:3CEE8440B23D11ED8CE1A22F5BF16F96"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3CEE843DB23D11ED8CE1A22F5BF16F96" stRef:documentID="xmp.did:3CEE843EB23D11ED8CE1A22F5BF16F96"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:38EF671EB23D11ED8F4FC30E7428C4C9" xmpMM:DocumentID="xmp.did:38EF671FB23D11ED8F4FC30E7428C4C9"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:38EF671CB23D11ED8F4FC30E7428C4C9" stRef:documentID="xmp.did:38EF671DB23D11ED8F4FC30E7428C4C9"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:350DE8E5B23D11ED953D8BC23F64A20C" xmpMM:DocumentID="xmp.did:350DE8E6B23D11ED953D8BC23F64A20C"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:350DE8E3B23D11ED953D8BC23F64A20C" stRef:documentID="xmp.did:350DE8E4B23D11ED953D8BC23F64A20C"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:383AFEEAB23D11EDA92AF8228BFB63AE" xmpMM:DocumentID="xmp.did:383AFEEBB23D11EDA92AF8228BFB63AE"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:383AFEE8B23D11EDA92AF8228BFB63AE" stRef:documentID="xmp.did:383AFEE9B23D11EDA92AF8228BFB63AE"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3D44E233B23D11EDA757C8828F0F0684" xmpMM:DocumentID="xmp.did:3D44E234B23D11EDA757C8828F0F0684"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3D44E231B23D11EDA757C8828F0F0684" stRef:documentID="xmp.did:3D44E232B23D11EDA757C8828F0F0684"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:36CE0BF1B23D11EDAFA4E54B200E1460" xmpMM:DocumentID="xmp.did:36CE0BF2B23D11EDAFA4E54B200E1460"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:36CE0BEFB23D11EDAFA4E54B200E1460" stRef:documentID="xmp.did:36CE0BF0B23D11EDAFA4E54B200E1460"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3DF3D68AB23D11ED970AC651AEB680A8" xmpMM:DocumentID="xmp.did:3DF3D68BB23D11ED970AC651AEB680A8"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3DF3D688B23D11ED970AC651AEB680A8" stRef:documentID="xmp.did:3DF3D689B23D11ED970AC651AEB680A8"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3C8CE3A9B23D11EDA045C17D3E7C83E6" xmpMM:DocumentID="xmp.did:3C8CE3AAB23D11EDA045C17D3E7C83E6"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3C8CE3A7B23D11EDA045C17D3E7C83E6" stRef:documentID="xmp.did:3C8CE3A8B23D11EDA045C17D3E7C83E6"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3455B7E0B23D11EDB2388AEF12ECDCC7" xmpMM:DocumentID="xmp.did:3455B7E1B23D11EDB2388AEF12ECDCC7"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3455B7DEB23D11EDB2388AEF12ECDCC7" stRef:documentID="xmp.did:3455B7DFB23D11EDB2388AEF12ECDCC7"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "cinema.sats"
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:361DFF1EB23D11ED945787A9B44E7E04" xmpMM:DocumentID="xmp.did:361DFF1FB23D11ED945787A9B44E7E04"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:361DFF1CB23D11ED945787A9B44E7E04" stRef:documentID="xmp.did:361DFF1DB23D11ED945787A9B44E7E04"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
HjF=:THOR.RUNE:thor1r06szhztchhzex6ef60rz2lyn7t6utp2swqewl:5793476295:t:0
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "1002.sats"
text/plain;charset=utf-8
  "name": "0009.sats"
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350">
    .base{fill:#4d4d4d;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link{fill:blue;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link2:hover{fill:Blue!important;}
    .link3:hover{fill:#1DA1F2!important;}
h="100%" height="100%" fill="#f2a900"/>
  <text font-size="50" x="50%" y="40%" class="base">bitbags.io</text>
  <a href="https://bitbags.io" target="__blank__">
    <text font-size="20" x="50%" y="55%" class="base link2">Inscribe Here</text>
  <a href="https://twitter.com/bitbagsordinal" target="_blank_2">
    <g transform="translate(280, 265) scale(0.5)">
      <path class="base link3" d="M109.75 92.2701C110 130.1 78 156.89 27.38 136.15C39.16 134.49 47.92 131.15 54.38 126.96C47.31 124.39 38.28 115.49 36.19 M
110.71L44.3 109.36C44.3 109.36 35.22 100.27 32.71 90.1001L42.83 91.4801C42.83 91.4801 37.12 83.0201 38.83 67.8701C45.85 79.3801 59.4 89.2201 71.45 92.0001C70 67.0001 94 62.5101 104.66 75.0501L119.56 72.7001L112.41 81.9301L122.62 85.4201L109.75 92.2701Z"/>
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "1904.sats"
text/plain;charset=utf-8
  "name": "045.sats"
text/plain;charset=utf-8
  "name": "day.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "048.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "lila.sats"
text/plain;charset=utf-8
  "name": "111111.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "fed.sats"
text/plain;charset=utf-8
  "name": "2009.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "americans.sats"
text/plain;charset=utf-8
  "name": "poc.sats"
text/plain;charset=utf-8
  "name": "seen.sats"
text/plain;charset=utf-8
  "name": "333333.sats"
text/plain;charset=utf-8
  "name": "444444.sats"
text/plain;charset=utf-8
  "name": "satoshis.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "mystic.sats"
text/plain;charset=utf-8
  "name": "000000.sats"
text/plain;charset=utf-8
  "name": "555555.sats"
text/plain;charset=utf-8
  "name": "mix.sats"
text/plain;charset=utf-8
  "name": "mvp.sats"
text/plain;charset=utf-8
  "name": "jobs.sats"
text/plain;charset=utf-8
  "name": "pos.sats"
text/plain;charset=utf-8
  "name": "mon.sats"
text/plain;charset=utf-8
  "name": "admin.sats"
text/plain;charset=utf-8
  "name": "222222.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "fix.sats"
text/plain;charset=utf-8
  "name": "feed.sats"
text/plain;charset=utf-8
  "name": "login.sats"
text/plain;charset=utf-8
  "name": "8800.sats"
text/plain;charset=utf-8
text/html;charset=utf-8
<meta charset="UTF-8">
<title>Angular Decay</title>
<script id="snippet-random-code" type="text/javascript">
let seed = window.location.href.split('/').find(t => t.includes('i0'));
const alphabet = "0123456789abcdefghijklmnopqrstuvwsyz";
seed = new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_ => alphabet[(Math.random() * alphabet.length) | 0]).join('') + "i0";
let pattern = "seed=";
for (let i = 0; i <M
 seed.length - pattern.length; ++i) {
if (seed.substring(i, i + pattern.length) == pattern) {
seed = seed.substring(i + pattern.length);
function cyrb128($) {
let _ = 1779033703, u = 3144134277, i = 1013904242, l = 2773480762;
for (let n = 0, r; n < $.length; n++) _ = u ^ Math.imul(_ ^ (r = $.charCodeAt(n)), 597399067), u = i ^ Math.imul(u ^ r, 2869860233), i = l ^ Math.imul(i ^ r, 951274213), l = _ ^ Math.imul(l ^ r, 2716044179);
return _ = Math.imul(i ^ _ >>> 18, 597399067), u = Math.imul(lM
 ^ u >>> 22, 2869860233), i = Math.imul(_ ^ i >>> 17, 951274213), l = Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]
function sfc32($, _, u, i) {
return function () {
var l = ($ >>>= 0) + (_ >>>= 0) | 0;
return $ = _ ^ _ >>> 9, _ = u + (u << 3) | 0, u = (u = u << 21 | u >>> 11) + (l = l + (i = i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296
let mathRand = sfc32(...cyrb128(seed));
<style>body {margin: 0px;} </style>M
<canvas id="target"></canvas>
<script type="text/javascript">
const rand = mathRand();
const rand2 = mathRand();
let sqpix,cp,ratio=0.707,bug=false;
if(rand<0.3){sqpix=0;zoom=false;return"Portrait";}
if(rand<0.6){sqpix=0;ratio=1.414;return"Lanscape";}
if(rand<0.95){sqpix=1;return"Square";}
sqpix=1;bug=1;return"Bugged";}
if(rand<0.07){cp=12;return "Paper";}
if(rand<0.14){cp=1;return "DPM";}
if(rand<0.21){cp=2;return "Fecktarn";}
if(rand<0.41){cp=4;return "Desert Drill";}
if(rand<0.5){cp=5;return "Urban";}
if(rand<0.6){cp=6;return "Navy";}
if(rand<0.7){cp=7;return "German Winter";}
if(rand<0.8){cp=8;return "Tree";}
if(rand<0.85){cp=9;return "Orange";}
if(rand<0.9){cp=10;return "Harris";}
if(rand<0.95){cp=11;return "Market";}
cp=0;return "Saint";}
window.$generativeTraits = {"View": T1(rand),"Pallet": T2(rand2) }
const container = document.createElement("div")
container.innerHTML = "<span>seed: " + seed + "</spM
let resizeTmr=null,aniFrame=null;
let ofw,ofh,sz,rz=1;
let gi=0,gj=0,drp=0,drawtot=2,bmp,artcols=[];
var tricount=0,tr=30;
var tx1=[],ty1=[],tx2=[],ty2=[],tx3=[],ty3=[];
var rx1=[],ry1=[],rx2=[],ry2=[],rx3=[],ry3=[];
const init = async () => {
window.addEventListener('resize', async () => {
clearTimeout(resizeTmr)
resizeTmr = setTimeout(async () => {
await layoutCanvas()
await layoutCanvas()
const layoutCanvas = async () => {
const wWidth=window.innerWidth
const wHeight=window.innerHeight
let cHeight=wHeight;
let cWidth=cHeight*ratio;
if(cWidth>wWidth){cWidth=wWidth;cHeight=cWidth/ratio;}
const canvas=document.getElementById('target')
canvas.width=2000*rz;
canvas.height=(2000*rz)/ratio;
canvas.style.position = 'absolute'
canvas.style.width = `${cWidth}px`
canvas.style.height = `${cHeight}px`
canvas.style.left = `${(wWidth - cWidth) / 2}px`
canvas.style.top = `${(wHeight - cHeight) / 2}pM
const drawCanvas = async () => {
if(!tried) setupart();
if (aniFrame) window.cancelAnimationFrame(aniFrame)
const canvas=document.getElementById('target')
const ctx=canvas.getContext('2d')
{let bx=ofw/500,by=ofh/500;
ctx.globalAlpha=0.05;
for(let f=10;f<30; f++){
for(let i=0;i<500; i++){
drawEllipse(ctx, bx*i + ri(3)*sz, by*gj+ ri(3)*sz, bx/2,bx/2,'#ffffff');
drawEllipse(ctx, bx*i + ri(3)*sz, by*gj+ ri(3)*sz, bx/2,bx/2,'M
if(gj>500) { drp=3; gj=0; }
for(let f=0;f<tc;f++){
if(bug) dl(ctx, tx1[f]*sz,ty1[f]*sz, tx2[f]*sz*sz,ty2[f]*sz, artcols[1], 1*sz);
else dl(ctx, tx1[f]*sz,ty1[f]*sz, tx2[f]*sz,ty2[f]*sz, artcols[1], 1*sz);
dl(ctx, tx2[f]*sz,ty2[f]*sz, tx3[f]*sz,ty3[f]*sz, artcols[1], 1*sz);
dl(ctx, tx1[f]*sz,ty1[f]*sz, tx3[f]*sz,ty3[f]*sz, artcols[1], 1*sz);}
for(let f=0;f<rc;f++){
dl(ctx, rx1[f]*sz,ry1[f]*sz, rx2[f]*sz,ry2[f]*sz, artcols[2], 1*sz);
,ry2[f]*sz, rx3[f]*sz,ry3[f]*sz, artcols[2], 1*sz);
dl(ctx, rx1[f]*sz,ry1[f]*sz, rx3[f]*sz,ry3[f]*sz, artcols[2], 1*sz);}
ctx.fillStyle = artcols[0];
ctx.fillRect(0,0,ofw,ofh);
mathRand = sfc32(...cyrb128(seed));
tc=0;rc=0;tricount=0;tr=30;bmp=0;
triharder(500, 500, 500+rir(-tr,tr), 500+rir(-tr,tr));
tricount=1000;tr=rir(10,50);dor=true;bmp=0;
triharder(500, 500, 500+rir(-tr,tr), 500+rir(-tr,tr));
aniFrame = window.requestAnimationM
function triharder( x1,y1, x2,y2)
if(tricount>2500) return;
var x3=x1+rir(-tr,tr);
var y3=y1+rir(-tr,tr);
if(x3<0){x3+=tr;bmp++}
if(x3>1000){x3-=tr;bmp++}
if(y3<0){y3+=tr;bmp++}
if(y3>1000/ratio){y3-=tr;bmp++}
if(dor) {rx1[rc]=x1;ry1[rc]=y1;rx2[rc]=x2;ry2[rc]=y2;rx3[rc]=x3;ry3[rc]=y3;rc++; }
else {tx1[tc]=x1;ty1[tc]=y1;tx2[tc]=x2;ty2[tc]=y2;tx3[tc]=x3;ty3[tc]=y3;tc++;}
if(bmp>15){bmp=0; x3=y3=500;x1=rir(500,500+tr);y1=rir(500,500+tr);x2=rir(500,500-tr);y2=rir(500,500-M
triharder(x3,y3, x1,y1);
if(ri(100)>20) triharder(x3,y3, x2,y2);
const autoDownloadCanvas = async () => {
const element = document.createElement('a')
element.setAttribute('download',`Angular-${ofw}x${ofh}-${seed}`)
element.style.display = 'none'
document.body.appendChild(element)
let imageBlob = null
imageBlob = await new Promise(resolve => document.getElementById('target').toBlob(resolve, 'image/png'))
element.setAttribute('href', window.URL.createObjectURL(imageBlob, {
document.body.removeChild(element)
document.addEventListener('keypress', async (e) => {
e = e || window.event
if (e.key === 's') autoDownloadCanvas()
if (e.key === 'h') { rz++;if(rz>5)rz=1;drp=0;gi=0;gj=0;await layoutCanvas() }
function drawEllipse(ctx,x,y,rx,ry,fill) {
ctx.ellipse(x, y, rx, ry, 0, 0, 2 * Math.PI);
if (fill) {ctx.fillStyle = fill;ctx.fill();}
function dl(ctx,lx,ly,ex,ey,stroke,width) {
if (stroke) {ctx.strokeStyle = stroke;}
if (width) {  ctx.linM
ctx.beginPath();ctx.moveTo(lx,ly);ctx.lineTo(ex,ey);ctx.stroke();
if(cp==12)artcols=['#EDECE0','#303030','#880808'];
if(cp==0) artcols=['#F0BEB2','#F25B40','#3A8D3B'];
if(cp==11)artcols=['#4F97BA','#F9E1B5','#BD2C41'];
if(cp==1) artcols=['#25201E','#D3A252','#686C22'];
if(cp==2) artcols=['#B4CBCA','#1F5FB3','#355026'];
if(cp==3) artcols=['#D1C7C5','#6E5247','#8D695D'];
if(cp==4) artcols= ['#E4DBBE','#8BB8B3','#AF799A'];
if(cp==5) artcols= ['#B8B8B3','#474747','M
if(cp==6) artcols= ['#A6B2C7','#323642','#394A69'];
if(cp==7) artcols= ['#E6E6E4','#343523','#B2B2AD'];
if(cp==8) artcols= ['#A9A18E','#706B5C','#606A4D'];
if(cp==9) artcols= ['#EDECE0','#944645','#F25D34'];
if(cp==10) artcols= ['#9FA6A4','#77694E','#B54933'];
function ri( x){  return Math.floor(mathRand()*x);}
function rir(x,y){ let nr = (y - x) ; return  Math.floor((mathRand()*nr) + x); }
Created with GIMPd.e
text/html;charset=utf-8
    <meta charset="UTF-8">
    <title>"Rays" by Pawe
 Dudko | pdudko.com</title>
    <script id="snippet-random-code" type="text/javascript">
        // not editable
        let seed = window.location.href.split('/').find(t => t.includes('i0'));
        if (seed == null) {
            const alphabet = "0123456789abcdefghijklmnopqrstuvwsyz";
            seed = new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_ => alphabet[(Math.random() *M
 alphabet.length) | 0]).join('') + "i0";
            let pattern = "seed=";
            for (let i = 0; i < seed.length - pattern.length; ++i) {
                if (seed.substring(i, i + pattern.length) == pattern) {
                    seed = seed.substring(i + pattern.length);
                    break;
        function cyrb128($) {
            let _ = 1779033703, u = 3144134277, i = 1013904242, l = 2773480762;
            for (let n = 0, r; n < $.lengthM
; n++) _ = u ^ Math.imul(_ ^ (r = $.charCodeAt(n)), 597399067), u = i ^ Math.imul(u ^ r, 2869860233), i = l ^ Math.imul(i ^ r, 951274213), l = _ ^ Math.imul(l ^ r, 2716044179);
            return _ = Math.imul(i ^ _ >>> 18, 597399067), u = Math.imul(l ^ u >>> 22, 2869860233), i = Math.imul(_ ^ i >>> 17, 951274213), l = Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]
        function sfc32($, _, u, i) {
            return function () {
    u >>>= 0, i >>>= 0;
                var l = ($ >>>= 0) + (_ >>>= 0) | 0;
                return $ = _ ^ _ >>> 9, _ = u + (u << 3) | 0, u = (u = u << 21 | u >>> 11) + (l = l + (i = i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296
        let mathRand = sfc32(...cyrb128(seed));
            margin: 0;
            padding: 0;
            overflow: hidden;
  <canvas id="myCanvas"></canvas>
<script type="text/jaM
console.log("seed:",seed);class Rnd{rD(){return mathRand()}rN(r,t){return r+(t-r)*this.rD()}rI(r,t){return Math.floor(this.rN(r,t+1))}rB(r){return this.rD()<r}}const R=new Rnd;class Perlin{constructor(){this.R=new Rnd,this.grad3=[[1,1,0],[-1,1,0],[1,-1,0],[-1,-1,0],[1,0,1],[-1,0,1],[1,0,-1],[-1,0,-1],[0,1,1],[0,-1,1],[0,1,-1],[0,-1,-1]],this.p=[];for(var r=0;r<256;r++)this.p[r]=Math.floor(256*this.R.rD());for(this.perm=[],r=0;r<512;r++)this.perm[r]=this.p[255&r];this.simplex=[[0,1,2,3],[0,1,3M
,2],[0,0,0,0],[0,2,3,1],[0,0,0,0],[0,0,0,0],[0,0,0,0],[1,2,3,0],[0,2,1,3],[0,0,0,0],[0,3,1,2],[0,3,2,1],[0,0,0,0],[0,0,0,0],[0,0,0,0],[1,3,2,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[1,2,0,3],[0,0,0,0],[1,3,0,2],[0,0,0,0],[0,0,0,0],[0,0,0,0],[2,3,0,1],[2,3,1,0],[1,0,2,3],[1,0,3,2],[0,0,0,0],[0,0,0,0],[0,0,0,0],[2,0,3,1],[0,0,0,0],[2,1,3,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[2,0,1,3],[0,0,0,0],[0,0,0,0],[0,0,0,0],[3,0,1,2],[3,0,2M
,1],[0,0,0,0],[3,1,2,0],[2,1,0,3],[0,0,0,0],[0,0,0,0],[0,0,0,0],[3,1,0,2],[0,0,0,0],[3,2,0,1],[3,2,1,0]]}dot(r,t,e){return r[0]*t+r[1]*e}noise(r,t){var e,i,a=(r+t)*(.5*(Math.sqrt(3)-1)),o=Math.floor(r+a),l=Math.floor(t+a),n=(3-Math.sqrt(3))/6,s=(o+l)*n,g=r-(o-s),c=t-(l-s);g>c?(e=1,i=0):(e=0,i=1);var d=g-e+n,f=c-i+n,p=g-1+2*n,A=c-1+2*n,m=255&o,F=255&l,E=this.perm[m+this.perm[F]]%12,u=this.perm[m+e+this.perm[F+i]]%12,R=this.perm[m+1+this.perm[F+1]]%12,h=.5-g*g-c*c,B=.5-d*d-f*f,D=.5-p*p-A*A;return 70*((h<0?0:(h*=h)*h*M
this.dot(this.grad3[E],g,c))+(B<0?0:(B*=B)*B*this.dot(this.grad3[u],d,f))+(D<0?0:(D*=D)*D*this.dot(this.grad3[R],p,A)))}}const perlin=new Perlin;function map(r,t,e,i,a){return i+(a-i)*(r-t)/(e-t)}let bckCol,dim=Math.min(window.innerWidth,window.innerHeight),spots=R.rI(10,25),radius=[],m=[],mOff=1e-4*R.rN(1,7),x=[],y=[],z=[],S=30,sRot=[],b=1,bOffset=R.rN(0,.005),bMag=1,xOff=[],yOff=[],pC=[],noiseFeat=mathRand()>.79,pFeat=R.rI(1,24),angleFeat=mathRand()>.87?0:mathRand()<.1?1:2,colorBackground=R.rI(0,1);const PI=Math.M
PI,TWO_PI=2*PI;let blurV=[];blurV=blurV=0==angleFeat?[R.rN(0,R.rN(0,1)),0]:1==angleFeat?[0,R.rN(0,R.rN(0,1))]:[R.rN(-.9,.9),R.rN(0,.9)],Math.pow(blurV[0],2)+Math.pow(blurV[1],2)<.18&&(blurV[0]>blurV[1]?blurV[0]+=.35:blurV[1]+=.35);const vs2="attribute vec2 a_position;attribute vec2 a_texCoord;uniform vec2 u_resolution;varying vec2 v_texCoord;\nvoid main(){vec2 clipSpace=a_position/u_resolution*2.0-1.0;gl_Position=vec4(clipSpace*vec2(1,-1),0,1);v_texCoord=a_texCoord;}",fs2="precision mediump float;uniform sampler2D M
u_image;varying vec2 v_texCoord;uniform vec2 dl;float rnd(vec3 scale,float seed){return fract(sin(dot(gl_FragCoord.xyz+seed,scale))*43758.5453+seed);}\nvoid main(){vec4 col=vec4(0.0);float tt=0.0;float off=rnd(vec3(12.9898,78.233,151.7182),0.0);for(float t=-30.0;t<=30.0;t++){float pc=(t+off-0.5)/30.0;float w=1.0-abs(pc);vec4 spl=texture2D(u_image,v_texCoord+dl*pc);spl.rgb*=spl.a;col+=spl*w;tt+=w;}gl_FragColor=col/tt;}";function setup(){for(i=0;i<spots;i++)radius[i]=R.rI(dim/100,dim/4),m[i]=R.rN(0,100),x[i]=R.rN(0,dM
im),y[i]=R.rN(0,dim),z[i]=R.rN(0,dim),xOff[i]=R.rN(4,10),yOff[i]=R.rN(4,10),sRot[i]=R.rN(0,TWO_PI);if(noiseFeat){let r=R.rI(20,200);for(i=0;i<r;i++)radius[spots+i]=R.rI(dim/400,dim/100),m[spots+i]=R.rN(0,10),y[spots+i]=R.rN(0,dim),z[spots+i]=R.rN(0,dim),x[spots+i]=R.rN(0,dim),xOff[spots+i]=R.rN(4,10),yOff[spots+i]=R.rN(4,10),sRot[spots+i]=R.rN(0,PI);spots+=r}angle=0==angleFeat?-PI/4:1==angleFeat?PI/4:R.rN(0,PI),p=pFeat;let r=1==p?["#0B1626","#2F1517","#4599B5","#A83882","#B4DDDD","#DBBEF2"]:2==p?["#0B1626","#2F1517M
","#4599B5","#A84B28","#B4DDDD","#C4E4A2"]:3==p?["#140000","#021c13","#003924","#005841","#750100","#990100","#d7bb30","#ccae00"]:4==p?["#1D1702","#2B0426","#650427","#AD2C00","#ddac0a","#c6c339","#E55130"]:5==p?["#200e36","#2B0426","#366290","#E27D52","#D3EAC0","#EDC557","#A8DAB9"]:6==p?["#200A0E","#080811","#006978","#170F08","#FBFBD6","#02E7CA","#729C9D"]:7==p?["#0A0A3D","#041604","#00C075","#87C000","#F9BD27","#FE8900","#FE003B"]:8==p?["#2A0002","#14060B","#664C4C","#EF3B01","#C11900","#A20005"]:9==p?["#000000"M
,"#0B1626","#68D1E6","#A6DAD7","#DFE3CB","#F2852F","#F96800"]:10==p?["#000000","#2F1517","#2AABCF","#6CBAB5","#C3CAA1","#E54508","#F32A00"]:11==p?["#200e36","#1A0210","#e04372","#5aa9e6","#4a4e69","#e04372","#e6b953"]:12==p?["#131303","#040207","#EFA72F","#EF7717","#77BFA7","#FBEAB5","#5D402E"]:13==p?["#1E1E3D","#002030","#009FAF","#CB323E","#EA6740","#ECC850"]:14==p?["#1E1E3D","#292B30","#592D2D","#DEB968","#FEFDDE","#3D4046"]:15==p?["#040207","#002030","#60A5AA","#FAEDC1","#5F5850","#C0B297"]:16==p?["#0F0F00","#0M
30313","#9C8C68","#FDA5A1","#9E7B52","#E1CC92"]:17==p?["#0A0A1A","#120202","#FF8B00","#000000","#649EE8","#917FFF"]:18==p?["#020202","#0A0A1A","#09BEBB","#12737C","#28211E","#FB344B"]:19==p?["#000000","#200B01","#F92900","#F1D593","#85B7B0","#EFD7A7"]:20==p?["#000000","#1A1A1A","#F35C4B","#F6A440","#F9C965","#FDE4AC","#FFFFB1"]:21==p?["#0D1626","#091425","#051738","#204E75","#005151","#A0995F"]:22==p?["#000000","#091425","#764E37","#DF8D78","#F0D3AE","#C4DFDB"]:23==p?["#020202","#1A1A1A","#605274","#8DB1C4","#F8BE7M
5","#E4615B","#D0303C"]:["#050505","#0F0F0F","#000000","#7F7F7F","#333333","#E5E5E5","#F0F0F0"];pC.push(...r);let t=pC.length-1;for(ii=0;ii<3;ii++)for(i=t-1;i<=t;i++)pC.push(pC[i])}var c=document.createElement("canvas");c.width=dim,c.height=dim;var ctx=c.getContext("2d");function draw(){for(ctx.beginPath(),ctx.rect(0,0,c.width,c.height),ctx.fillStyle=pC[colorBackground],ctx.fill(),i=0;i<spots;i++){let r=pC[i%pC.length],t=map(perlin.noise(m[i],i),-1,1,-dim/xOff[i],dim/xOff[i]),e=map(perlin.noise(m[i],i+200),-1,1,-diM
m/yOff[i],dim/yOff[i]),a=map(perlin.noise(10*m[i],i+999),-1,1,-radius[i]/20,radius[i]/20);ctx.beginPath(),ctx.arc(x[i]+t,y[i]+e,radius[i]+a,0,2*Math.PI),ctx.fillStyle=r,ctx.fill(),m[i]+=mOff}bMag=map(perlin.noise(b,spots),-1,1,.8,1.2),render(),b+=bOffset,window.requestAnimationFrame(draw)}function createShader(r,t,e){var i=r.createShader(t);if(r.shaderSource(i,e),r.compileShader(i),r.getShaderParameter(i,r.COMPILE_STATUS))return i;r.deleteShader(i)}function createProgram(r,t,e){var i=r.createProgram();if(r.attachShM
ader(i,t),r.attachShader(i,e),r.linkProgram(i),r.getProgramParameter(i,r.LINK_STATUS))return i;r.deleteProgram(i)}function setRectangle(r,t,e,i,a){let o=t,l=t+i,n=e,s=e+a;r.bufferData(r.ARRAY_BUFFER,new Float32Array([o,n,l,n,o,s,o,s,l,n,l,s]),r.STATIC_DRAW)}setup(),window.requestAnimationFrame(draw);const canvasGL=document.getElementById("myCanvas");canvasGL.width=dim,canvasGL.height=dim;const gl=canvasGL.getContext("webgl");var vertexShader=createShader(gl,gl.VERTEX_SHADER,vs2),fragmentShader=createShader(gl,gl.FRM
AGMENT_SHADER,fs2),program=createProgram(gl,vertexShader,fragmentShader),positionLocation=gl.getAttribLocation(program,"a_position"),texcoordLocation=gl.getAttribLocation(program,"a_texCoord"),positionBuffer=gl.createBuffer();gl.bindBuffer(gl.ARRAY_BUFFER,positionBuffer),setRectangle(gl,0,0,c.width,c.height);var texcoordBuffer=gl.createBuffer();gl.bindBuffer(gl.ARRAY_BUFFER,texcoordBuffer),gl.bufferData(gl.ARRAY_BUFFER,new Float32Array([0,0,1,0,0,1,0,1,1,0,1,1]),gl.STATIC_DRAW);var texture=gl.createTexture();gl.binM
dTexture(gl.TEXTURE_2D,texture),gl.texParameteri(gl.TEXTURE_2D,gl.TEXTURE_WRAP_S,gl.CLAMP_TO_EDGE),gl.texParameteri(gl.TEXTURE_2D,gl.TEXTURE_WRAP_T,gl.CLAMP_TO_EDGE),gl.texParameteri(gl.TEXTURE_2D,gl.TEXTURE_MIN_FILTER,gl.NEAREST),gl.texParameteri(gl.TEXTURE_2D,gl.TEXTURE_MAG_FILTER,gl.NEAREST);var resolutionLocation=gl.getUniformLocation(program,"u_resolution"),blurVectorLocation=gl.getUniformLocation(program,"dl");function render(){if(gl){gl.texImage2D(gl.TEXTURE_2D,0,gl.RGBA,gl.RGBA,gl.UNSIGNED_BYTE,ctx.canvas),M
gl.useProgram(program),gl.enableVertexAttribArray(positionLocation),gl.bindBuffer(gl.ARRAY_BUFFER,positionBuffer);var r=gl.FLOAT,t=0;gl.vertexAttribPointer(positionLocation,2,r,false,0,t),gl.enableVertexAttribArray(texcoordLocation),gl.bindBuffer(gl.ARRAY_BUFFER,texcoordBuffer),gl.vertexAttribPointer(texcoordLocation,2,r,false,0,t),gl.uniform2f(resolutionLocation,gl.canvas.width,gl.canvas.height),gl.uniform2f(blurVectorLocation,blurV[0]*bMag,blurV[1]*bMag);var e=gl.TRIANGLES;t=0;gl.drawArrays(e,t,6)}else console.loMo
g("Needs WebGL to run")}gl.viewport(0,0,gl.canvas.width,gl.canvas.height);
window.$generativeTraits = {
  "Palette": pFeat,
  "Noisy": noiseFeat,
  "Angle": angleFeat == 0 ? 'horizontal' : angleFeat == 1 ? 'vertical' : 'diagonal'
console.log(window.$generativeTraits)
text/plain;charset=utf-8
  "name": "web.sats"
Created with GIMPd.e
text/html;charset=utf-8
	<meta charset="utf-8">
	<title>TITLE - by yenren</title>
	<meta name="author" content="yenren - https://twitter.com/yenrenART">
	<meta name="license" content="This NFT is released under the NFT License: https://www.nftlicense.org/">
	<style>body{overflow:hidden;background:#222}canvas{display:none;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}</style>
    <script id="snippet-random-code">
	let seed = window.location.href.split('/').find(t=>/[a-fA-F0-9]{64}i0$/.tM
	if (seed == null) {
		const alp = "0123456789abcdef"
		const search = new URLSearchParams(window.location.search)
		seed = search.get('seed') || Array(64).fill(0).map(_=>alp[(Math.random()*alp.length)|0]).join('') + "i0"
	function cyrb128($) {
		let _ = 1779033703, u = 3144134277, i = 1013904242, l = 2773480762;
		for (let n = 0, r; n < $.length; n++) _ = u ^ Math.imul(_ ^ (r = $.charCodeAt(n)), 597399067), u = i ^ Math.imul(u ^ r, 2869860233), i = l ^ Math.imul(i ^ r, 951274213), l = _ ^ Math.imul(M
		return _ = Math.imul(i ^ _ >>> 18, 597399067), u = Math.imul(l ^ u >>> 22, 2869860233), i = Math.imul(_ ^ i >>> 17, 951274213), l = Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]
	function sfc32($, _, u, i) {
		return function () {
			u >>>= 0, i >>>= 0;
			var l = ($ >>>= 0) + (_ >>>= 0) | 0;
			return $ = _ ^ _ >>> 9, _ = u + (u << 3) | 0, u = (u = u << 21 | u >>> 11) + (l = l + (i = i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296
	let mathRand = sfc32(...cyrb128(seed));
	var canvas = document.querySelector('canvas'), ctx = canvas.getContext('2d', { alpha:false });
	var save = location.search.split('s=')[1] || 1080;
	var arA = rI([[0.66,16,50],[0.72,16,50],[0.8,16,48],[1,14,40],[1.25,12,28],[1.5,10,20],[1.75,8,16]]);
	var ro = rN(0, 23) * 15;
	var style = rI([[96,8,32,-1440],[96,8,32,-1440],[128,8,24,-1200],[128,8,24,-1200],[160,12,16,-900],[270,6,8,-600],[M
	var n = style[0], tail = style[1], w0 = style[2], margin = style[3];
	var xk = w0 / rI([3,2,1.5,1,1,1]);
	var xhk = rI([0.5,1,1.5]);
	var ik = rI([4,4,4,8]);
	var jk = rI([0.4,0.4,0.6,0.8]);
	var dv = rI([0.025,0.03,0.035,0.04,0.045]), dx = [rI([0.5,1]), rI([1,2,3]), rI([1,2,3]), rI([1,2,3])];
	var col = rI([1,2,3,4,5,6,7,8,9,10]);
	var c, co = [], colorP = [['361161','53439B','EEC000','6B299D','4DAAE6'],['0A2F50','FFEABB','FFB225','4C96AB','DC6417'],['FFFADA','F66665','B32221','7358EC','4528A2']M
,['FA5D95','AB0D45','FFC86A','51B2DE','0F77A6'],['F0C00A','AD2517','761058','1C8281','FFF3B7'],['D68A0E','F0C768','089777','055358','FFFBC3'],['CA3B6F','F772A3','F7F4DA','5298CA','90E6FF'],['4C72A2','80C4F1','FEFCD3','EF6B33','2E3E58'],['CA404B','906FBD','43A7CD','3DD586','FADF5D'],['DA4435','67288E','FAD770','FF8C00','F9E5FF'],['083A64','D8A303','026FA4','AA032F','FCFBC3'],['DC4452','2499B7','82C36F','EAA956','FFF6D1'],['FFFAD7','EF654F','79E9AA','F5DF5E','413934'],['FFF8C5','A02B52','FFD731','308E9E','374054'],['M
416324','F0D91F','6B280C','AA1700','EA8804'],['FCF5DC','F30A29','1668B0','EEB01D','422E23'],['853037','B23121','E1AA65','F5C9B4','F9F7EA'],['2773B8','6A7E23','FBC72F','FFFEE8','CA493E'],['F5493B','B0246B','0DA07F','32244D','F0E7E1'],['2B0F52','F7B63C','106F6D','FA8722','FF4D35']];
	co = rI(colorP); shuffle(co);
	var bg = (mr() > 0.6) ? '000000' : rI(co);
	var cw = 1000, ch = cw / ar, cx, cy;
		mathRand = sfc32(...cyrb128(seed)); setup(save);
		rectangle(0, 0, cw, ch, (mr() < 0.4) ? bg : rI(co))M
		rotateC(cw / 2, ch / 2, ro);
		if (col == 5) { cx = rN(cw * 0.2, cw * 0.2); cy = rN(ch * 0.2, ch * 0.8); } else if (col == 6) { cx = rN(cw * 0.2, cw * 0.8); cy = rN(ch * 0.3, ch * 0.7); }
		for (let i = 1; i <= n; i++) {
			if (i % ik == 0) {
				for (let j = 1; j <= n; j++) {
					if (mr() < jk) {
						let x0 = w0 * i + margin;
						let y0 = w0 * j + margin;
						for (let k = 1; k <= tail; k++) {
							let x = x0 + 9 * xk * k;
							let y = y0 + 3 * xk * k;
							let w = xk * k + ((c == bM
							let h = xhk * xk * k + ((c == bg) ? 0.5 : 0);
							if (col == 1) {
								c = (k % 2 == 0) ? bg : rI(co);
							} else if (col == 2) {
								c = (k % 2 == 0) ? bg : (y0 < ch * 0.18) ? co[0] : (y0 < ch * 0.36) ? co[1] : (y0 < ch * 0.54) ? co[2] : (y0 < ch * 0.72) ? co[3] : co[4];
							} else if (col == 3) {
								c = (k % 2 == 0) ? bg : (y0 < ch * 0.09) ? co[0] : (y0 < ch * 0.18) ? co[1] : (y0 < ch * 0.27) ? co[2] : (y0 < ch * 0.36) ? co[3] : (y0 < ch * 0.45) ? co[4] : (y0 < cM
h * 0.54) ? co[0] : (y0 < ch * 0.63) ? co[1] : (y0 < ch * 0.72) ? co[2] : (y0 < ch * 0.81) ? co[3] : co[4];
							} else if (col == 4) {
								c = (k % 2 == 0) ? bg : (x0 < cw * 0) ? co[0] : (x0 < cw * 0.2) ? co[1] : (x0 < cw * 0.4) ? co[2] : (x0 < cw * 0.6) ? co[3] : co[4];
							} else if (col == 5) {
								let d = (x0 - cx) ** 2 + (y0 - cy) ** 2 - k * k * rI([0,0,0.25,0.5,0.75,1]);
								d = Math.floor(d);
								c = (k % 2 == 0) ? bg : (d < ch * ch * dv * dx[0]) ? co[0] : (d < ch * ch * dv * (dx[0] + dM
x[1])) ? co[1] : (d < ch * ch * dv * (dx[0] + dx[1] + dx[2])) ? co[2] : (d < ch * ch * dv * (dx[0] + dx[1] + dx[2] + dx[3])) ? co[3] : co[4];
							} else if (col == 6) {
								let d = (x - cx) ** 2 + (y - cy) ** 2 - k * k * rI([0,0,0.25,0.5,0.75,1]);
								c = (k % 2 == 0) ? bg : (d < ch * ch * dv * dx[0]) ? co[0] : (d < ch * ch * dv * (dx[0] + dx[1])) ? co[1] : (d < ch * ch * dv * (dx[0] + dx[1] + dx[2])) ? co[2] : (d < ch * ch * dv * (dx[0] + dx[1] + dx[2] + dx[3])) ? co[3] : co[4];
							} else if (col ==M
								c = (k % 2 == 0) ? bg : (x0 * x0 < cw / 2 * cw / 2 * 0.2) ? co[0] : (x0 * x0 < cw / 2 * cw / 2 * 0.4) ? co[1] : (x0 * x0 < cw / 2 * cw / 2 * 0.6) ? co[2] : (x0 * x0 < cw / 2 * cw / 2 * 0.8) ? co[3] : co[4];
							} else if (col == 8) {
								c = (k % 2 == 0) ? bg : (x * x < cw / 2 * cw / 2 * 0.2) ? co[0] : (x * x < cw / 2 * cw / 2 * 0.4) ? co[1] : (x * x < cw / 2 * cw / 2 * 0.6) ? co[2] : (x * x < cw / 2 * cw / 2 * 0.8) ? co[3] : co[4];
							} else if (col == 9) {
								c = (k % 2 == 0) ? bg : M
(x0 * x0 < cw / 2 * cw / 2 * 0.25 && y0 * y0 < ch / 2 * ch / 2 * 0.25) ? co[0] : (x0 * x0 < cw / 2 * cw / 2 * 1 && y0 * y0 < ch / 2 * ch / 2 * 1) ? co[1] : (x0 * x0 < cw / 2 * cw / 2 * 2 && y0 * y0 < ch / 2 * ch / 2 * 2) ? co[2] : (x0 * x0 < cw / 2 * cw / 2 * 3.25 && y0 * y0 < ch / 2 * ch / 2 * 3.25) ? co[3] : co[4];
							} else if (col == 10) {
								c = (k % 2 == 0) ? bg : (x0 > cw * 0.25 && x0 < cw * 0.45) ? co[0] : (x0 > cw * 0.65 && x0 < cw * 0.85) ? co[1] : (y0 > ch * 0.65 && y0 < ch * 0.85) ? co[2] : (y0M
 > ch * 0.25 && y0 < ch * 0.45) ? co[3] : co[4];
							if (mr() < 0.6) triangle(x, y, x + w, y, x, y + h, (mr() < 0.5) ? rI(co) : c);
							triangle(x, y + h, x + w, y, x + w, y + h, c);
		rotateC(cw / 2, ch / 2, -ro);
		var fw = arA[1], fc = (mr() < 0.12) ? bg : rI(co);
		rectangleE(fw, fw, cw - 2 * fw, ch - 2 * fw, fw * 2, (mr() < 0.5) ? bg : fc);
		rectangleE(fw / 2, fw / 2, cw - fw, ch - fw, fw, (mr() < 0.5) ? bg : fc);
		var gc = ['444444','666666','888M
888','AAAAAA'].concat(co);
		ctx.globalAlpha = 0.32;
		for (let i = 0; i < arA[2] * 1000; i++) {
			rectangle(rN(0, cw), rN(0, ch), 0.5, 5, rI(gc));
			rectangle(rN(0, cw), rN(0, ch), 5, 0.5, rI(gc));
			rectangle(rN(0, cw), rN(0, ch), 0.8, 1.2, rI(gc));
			rectangle(rN(0, cw), rN(0, ch), 1.2, 0.8, rI(gc));
	function mr() { return mathRand() }
	function rI(arr) { return arr[Math.floor(mr() * arr.length)] }
	function rN(min, max) { return Math.floor(mr() * (max - min + 1) + min) }
	function rotateC(x, yM
		ctx.translate(x, y); ctx.rotate(a * Math.PI / 180); ctx.translate(-x, -y);
	function triangle(x1, y1, x2, y2, x3, y3, c) {
		ctx.beginPath(); ctx.moveTo(x1, y1); ctx.lineTo(x2, y2); ctx.lineTo(x3, y3); ctx.fillStyle = '#'+c; ctx.fill();
	function rectangle(x, y, w, h, c) {
		ctx.fillStyle = '#'+c; ctx.fillRect(x, y, w, h);
	function rectangleE(x, y, w, h, t, c) {
		ctx.lineWidth = t; ctx.strokeStyle = '#'+c; ctx.strokeRect(x, y, w, h);
	function shuffle(arr) {
		for (let i = arr.length - 1;M
			let n = Math.floor(mr() * (i + 1));
			[arr[i], arr[n]] = [arr[n], arr[i]];
	function setup(size) {
		let w = innerWidth, h = innerHeight;
		save = save ?? size;
		let s = save / cw;
		canvas.width = save; canvas.height = save / ar;
		canvas.style.width = ((w < h * ar) ? w : h * ar)+'px'; canvas.style.height = ((w < h * ar) ? w / ar : h)+'px';
		canvas.style.display = 'block';
	onload = draw; var d; onresize = function() { clearTimeout(d); d = setTimeout(draw, 10L
	document.addEventListener('keydown', function(e) {
		if (e.keyCode == 83) {
			let a = document.createElement('a'); a.download = 'Broken-by-yenren.png'; a.href = canvas.toDataURL('image/png'); a.click();
text/html;charset=utf-8
    <meta charset="UTF-8">
    <title>"Rays" by Pawe
 Dudko | pdudko.com</title>
    <script id="snippet-random-code" type="text/javascript">
        // not editable
        let seed = window.location.href.split('/').find(t => t.includes('i0'));
        if (seed == null) {
            const alphabet = "0123456789abcdefghijklmnopqrstuvwsyz";
            seed = new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_ => alphabet[(Math.random() *M
 alphabet.length) | 0]).join('') + "i0";
            let pattern = "seed=";
            for (let i = 0; i < seed.length - pattern.length; ++i) {
                if (seed.substring(i, i + pattern.length) == pattern) {
                    seed = seed.substring(i + pattern.length);
                    break;
        function cyrb128($) {
            let _ = 1779033703, u = 3144134277, i = 1013904242, l = 2773480762;
            for (let n = 0, r; n < $.lengthM
; n++) _ = u ^ Math.imul(_ ^ (r = $.charCodeAt(n)), 597399067), u = i ^ Math.imul(u ^ r, 2869860233), i = l ^ Math.imul(i ^ r, 951274213), l = _ ^ Math.imul(l ^ r, 2716044179);
            return _ = Math.imul(i ^ _ >>> 18, 597399067), u = Math.imul(l ^ u >>> 22, 2869860233), i = Math.imul(_ ^ i >>> 17, 951274213), l = Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]
        function sfc32($, _, u, i) {
            return function () {
    u >>>= 0, i >>>= 0;
                var l = ($ >>>= 0) + (_ >>>= 0) | 0;
                return $ = _ ^ _ >>> 9, _ = u + (u << 3) | 0, u = (u = u << 21 | u >>> 11) + (l = l + (i = i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296
        let mathRand = sfc32(...cyrb128(seed));
            margin: 0;
            padding: 0;
            overflow: hidden;
  <canvas id="myCanvas"></canvas>
<script type="text/jaM
console.log("seed:",seed);class Rnd{rD(){return mathRand()}rN(r,t){return r+(t-r)*this.rD()}rI(r,t){return Math.floor(this.rN(r,t+1))}rB(r){return this.rD()<r}}const R=new Rnd;class Perlin{constructor(){this.R=new Rnd,this.grad3=[[1,1,0],[-1,1,0],[1,-1,0],[-1,-1,0],[1,0,1],[-1,0,1],[1,0,-1],[-1,0,-1],[0,1,1],[0,-1,1],[0,1,-1],[0,-1,-1]],this.p=[];for(var r=0;r<256;r++)this.p[r]=Math.floor(256*this.R.rD());for(this.perm=[],r=0;r<512;r++)this.perm[r]=this.p[255&r];this.simplex=[[0,1,2,3],[0,1,3M
,2],[0,0,0,0],[0,2,3,1],[0,0,0,0],[0,0,0,0],[0,0,0,0],[1,2,3,0],[0,2,1,3],[0,0,0,0],[0,3,1,2],[0,3,2,1],[0,0,0,0],[0,0,0,0],[0,0,0,0],[1,3,2,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[1,2,0,3],[0,0,0,0],[1,3,0,2],[0,0,0,0],[0,0,0,0],[0,0,0,0],[2,3,0,1],[2,3,1,0],[1,0,2,3],[1,0,3,2],[0,0,0,0],[0,0,0,0],[0,0,0,0],[2,0,3,1],[0,0,0,0],[2,1,3,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0],[2,0,1,3],[0,0,0,0],[0,0,0,0],[0,0,0,0],[3,0,1,2],[3,0,2M
,1],[0,0,0,0],[3,1,2,0],[2,1,0,3],[0,0,0,0],[0,0,0,0],[0,0,0,0],[3,1,0,2],[0,0,0,0],[3,2,0,1],[3,2,1,0]]}dot(r,t,e){return r[0]*t+r[1]*e}noise(r,t){var e,i,a=(r+t)*(.5*(Math.sqrt(3)-1)),o=Math.floor(r+a),l=Math.floor(t+a),n=(3-Math.sqrt(3))/6,s=(o+l)*n,g=r-(o-s),c=t-(l-s);g>c?(e=1,i=0):(e=0,i=1);var d=g-e+n,f=c-i+n,p=g-1+2*n,A=c-1+2*n,m=255&o,F=255&l,E=this.perm[m+this.perm[F]]%12,u=this.perm[m+e+this.perm[F+i]]%12,R=this.perm[m+1+this.perm[F+1]]%12,h=.5-g*g-c*c,B=.5-d*d-f*f,D=.5-p*p-A*A;return 70*((h<0?0:(h*=h)*h*M
this.dot(this.grad3[E],g,c))+(B<0?0:(B*=B)*B*this.dot(this.grad3[u],d,f))+(D<0?0:(D*=D)*D*this.dot(this.grad3[R],p,A)))}}const perlin=new Perlin;function map(r,t,e,i,a){return i+(a-i)*(r-t)/(e-t)}let bckCol,dim=Math.min(window.innerWidth,window.innerHeight),spots=R.rI(10,25),radius=[],m=[],mOff=1e-4*R.rN(1,7),x=[],y=[],z=[],S=30,sRot=[],b=1,bOffset=R.rN(0,.005),bMag=1,xOff=[],yOff=[],pC=[],noiseFeat=mathRand()>.79,pFeat=R.rI(1,24),angleFeat=mathRand()>.87?0:mathRand()<.1?1:2,colorBackground=R.rI(0,1);const PI=Math.M
PI,TWO_PI=2*PI;let blurV=[];blurV=blurV=0==angleFeat?[R.rN(0,R.rN(0,1)),0]:1==angleFeat?[0,R.rN(0,R.rN(0,1))]:[R.rN(-.9,.9),R.rN(0,.9)],Math.pow(blurV[0],2)+Math.pow(blurV[1],2)<.18&&(blurV[0]>blurV[1]?blurV[0]+=.35:blurV[1]+=.35);const vs2="attribute vec2 a_position;attribute vec2 a_texCoord;uniform vec2 u_resolution;varying vec2 v_texCoord;\nvoid main(){vec2 clipSpace=a_position/u_resolution*2.0-1.0;gl_Position=vec4(clipSpace*vec2(1,-1),0,1);v_texCoord=a_texCoord;}",fs2="precision mediump float;uniform sampler2D M
u_image;varying vec2 v_texCoord;uniform vec2 dl;float rnd(vec3 scale,float seed){return fract(sin(dot(gl_FragCoord.xyz+seed,scale))*43758.5453+seed);}\nvoid main(){vec4 col=vec4(0.0);float tt=0.0;float off=rnd(vec3(12.9898,78.233,151.7182),0.0);for(float t=-30.0;t<=30.0;t++){float pc=(t+off-0.5)/30.0;float w=1.0-abs(pc);vec4 spl=texture2D(u_image,v_texCoord+dl*pc);spl.rgb*=spl.a;col+=spl*w;tt+=w;}gl_FragColor=col/tt;}";function setup(){for(i=0;i<spots;i++)radius[i]=R.rI(dim/100,dim/4),m[i]=R.rN(0,100),x[i]=R.rN(0,dM
im),y[i]=R.rN(0,dim),z[i]=R.rN(0,dim),xOff[i]=R.rN(4,10),yOff[i]=R.rN(4,10),sRot[i]=R.rN(0,TWO_PI);if(noiseFeat){let r=R.rI(20,200);for(i=0;i<r;i++)radius[spots+i]=R.rI(dim/400,dim/100),m[spots+i]=R.rN(0,10),y[spots+i]=R.rN(0,dim),z[spots+i]=R.rN(0,dim),x[spots+i]=R.rN(0,dim),xOff[spots+i]=R.rN(4,10),yOff[spots+i]=R.rN(4,10),sRot[spots+i]=R.rN(0,PI);spots+=r}angle=0==angleFeat?-PI/4:1==angleFeat?PI/4:R.rN(0,PI),p=pFeat;let r=1==p?["#0B1626","#2F1517","#4599B5","#A83882","#B4DDDD","#DBBEF2"]:2==p?["#0B1626","#2F1517M
","#4599B5","#A84B28","#B4DDDD","#C4E4A2"]:3==p?["#140000","#021c13","#003924","#005841","#750100","#990100","#d7bb30","#ccae00"]:4==p?["#1D1702","#2B0426","#650427","#AD2C00","#ddac0a","#c6c339","#E55130"]:5==p?["#200e36","#2B0426","#366290","#E27D52","#D3EAC0","#EDC557","#A8DAB9"]:6==p?["#200A0E","#080811","#006978","#170F08","#FBFBD6","#02E7CA","#729C9D"]:7==p?["#0A0A3D","#041604","#00C075","#87C000","#F9BD27","#FE8900","#FE003B"]:8==p?["#2A0002","#14060B","#664C4C","#EF3B01","#C11900","#A20005"]:9==p?["#000000"M
,"#0B1626","#68D1E6","#A6DAD7","#DFE3CB","#F2852F","#F96800"]:10==p?["#000000","#2F1517","#2AABCF","#6CBAB5","#C3CAA1","#E54508","#F32A00"]:11==p?["#200e36","#1A0210","#e04372","#5aa9e6","#4a4e69","#e04372","#e6b953"]:12==p?["#131303","#040207","#EFA72F","#EF7717","#77BFA7","#FBEAB5","#5D402E"]:13==p?["#1E1E3D","#002030","#009FAF","#CB323E","#EA6740","#ECC850"]:14==p?["#1E1E3D","#292B30","#592D2D","#DEB968","#FEFDDE","#3D4046"]:15==p?["#040207","#002030","#60A5AA","#FAEDC1","#5F5850","#C0B297"]:16==p?["#0F0F00","#0M
30313","#9C8C68","#FDA5A1","#9E7B52","#E1CC92"]:17==p?["#0A0A1A","#120202","#FF8B00","#000000","#649EE8","#917FFF"]:18==p?["#020202","#0A0A1A","#09BEBB","#12737C","#28211E","#FB344B"]:19==p?["#000000","#200B01","#F92900","#F1D593","#85B7B0","#EFD7A7"]:20==p?["#000000","#1A1A1A","#F35C4B","#F6A440","#F9C965","#FDE4AC","#FFFFB1"]:21==p?["#0D1626","#091425","#051738","#204E75","#005151","#A0995F"]:22==p?["#000000","#091425","#764E37","#DF8D78","#F0D3AE","#C4DFDB"]:23==p?["#020202","#1A1A1A","#605274","#8DB1C4","#F8BE7M
5","#E4615B","#D0303C"]:["#050505","#0F0F0F","#000000","#7F7F7F","#333333","#E5E5E5","#F0F0F0"];pC.push(...r);let t=pC.length-1;for(ii=0;ii<3;ii++)for(i=t-1;i<=t;i++)pC.push(pC[i])}var c=document.createElement("canvas");c.width=dim,c.height=dim;var ctx=c.getContext("2d");function draw(){for(ctx.beginPath(),ctx.rect(0,0,c.width,c.height),ctx.fillStyle=pC[colorBackground],ctx.fill(),i=0;i<spots;i++){let r=pC[i%pC.length],t=map(perlin.noise(m[i],i),-1,1,-dim/xOff[i],dim/xOff[i]),e=map(perlin.noise(m[i],i+200),-1,1,-diM
m/yOff[i],dim/yOff[i]),a=map(perlin.noise(10*m[i],i+999),-1,1,-radius[i]/20,radius[i]/20);ctx.beginPath(),ctx.arc(x[i]+t,y[i]+e,radius[i]+a,0,2*Math.PI),ctx.fillStyle=r,ctx.fill(),m[i]+=mOff}bMag=map(perlin.noise(b,spots),-1,1,.8,1.2),render(),b+=bOffset,window.requestAnimationFrame(draw)}function createShader(r,t,e){var i=r.createShader(t);if(r.shaderSource(i,e),r.compileShader(i),r.getShaderParameter(i,r.COMPILE_STATUS))return i;r.deleteShader(i)}function createProgram(r,t,e){var i=r.createProgram();if(r.attachShM
ader(i,t),r.attachShader(i,e),r.linkProgram(i),r.getProgramParameter(i,r.LINK_STATUS))return i;r.deleteProgram(i)}function setRectangle(r,t,e,i,a){let o=t,l=t+i,n=e,s=e+a;r.bufferData(r.ARRAY_BUFFER,new Float32Array([o,n,l,n,o,s,o,s,l,n,l,s]),r.STATIC_DRAW)}setup(),window.requestAnimationFrame(draw);const canvasGL=document.getElementById("myCanvas");canvasGL.width=dim,canvasGL.height=dim;const gl=canvasGL.getContext("webgl");var vertexShader=createShader(gl,gl.VERTEX_SHADER,vs2),fragmentShader=createShader(gl,gl.FRM
AGMENT_SHADER,fs2),program=createProgram(gl,vertexShader,fragmentShader),positionLocation=gl.getAttribLocation(program,"a_position"),texcoordLocation=gl.getAttribLocation(program,"a_texCoord"),positionBuffer=gl.createBuffer();gl.bindBuffer(gl.ARRAY_BUFFER,positionBuffer),setRectangle(gl,0,0,c.width,c.height);var texcoordBuffer=gl.createBuffer();gl.bindBuffer(gl.ARRAY_BUFFER,texcoordBuffer),gl.bufferData(gl.ARRAY_BUFFER,new Float32Array([0,0,1,0,0,1,0,1,1,0,1,1]),gl.STATIC_DRAW);var texture=gl.createTexture();gl.binM
dTexture(gl.TEXTURE_2D,texture),gl.texParameteri(gl.TEXTURE_2D,gl.TEXTURE_WRAP_S,gl.CLAMP_TO_EDGE),gl.texParameteri(gl.TEXTURE_2D,gl.TEXTURE_WRAP_T,gl.CLAMP_TO_EDGE),gl.texParameteri(gl.TEXTURE_2D,gl.TEXTURE_MIN_FILTER,gl.NEAREST),gl.texParameteri(gl.TEXTURE_2D,gl.TEXTURE_MAG_FILTER,gl.NEAREST);var resolutionLocation=gl.getUniformLocation(program,"u_resolution"),blurVectorLocation=gl.getUniformLocation(program,"dl");function render(){if(gl){gl.texImage2D(gl.TEXTURE_2D,0,gl.RGBA,gl.RGBA,gl.UNSIGNED_BYTE,ctx.canvas),M
gl.useProgram(program),gl.enableVertexAttribArray(positionLocation),gl.bindBuffer(gl.ARRAY_BUFFER,positionBuffer);var r=gl.FLOAT,t=0;gl.vertexAttribPointer(positionLocation,2,r,false,0,t),gl.enableVertexAttribArray(texcoordLocation),gl.bindBuffer(gl.ARRAY_BUFFER,texcoordBuffer),gl.vertexAttribPointer(texcoordLocation,2,r,false,0,t),gl.uniform2f(resolutionLocation,gl.canvas.width,gl.canvas.height),gl.uniform2f(blurVectorLocation,blurV[0]*bMag,blurV[1]*bMag);var e=gl.TRIANGLES;t=0;gl.drawArrays(e,t,6)}else console.loMo
g("Needs WebGL to run")}gl.viewport(0,0,gl.canvas.width,gl.canvas.height);
window.$generativeTraits = {
  "Palette": pFeat,
  "Noisy": noiseFeat,
  "Angle": angleFeat == 0 ? 'horizontal' : angleFeat == 1 ? 'vertical' : 'diagonal'
console.log(window.$generativeTraits)
text/html;charset=utf-8
    <meta charset="UTF-8">
    <title>A simple template for launching your art on Bitcoin</title>
    <script sandbox="allow-scripts" type="text/javascript"
        src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script>
    <script sandbox="allow-scripts" type="text/javascript"
        src="https://cdnjs.cloudflare.com/ajax/libs/tone/14.8.49/Tone.js"></script>
    <script sandbox="allow-scripts" type="text/javascript"
        src="https://cdn.jsdelivr.nM
et/npm/tonal/browser/tonal.min.js"></script>
    <script type="text/javascript">
        var cnv;let points=[],start=0,speed=2,wdt,margin=60,w=500,h=300,tileWidth=100,tileHeight=100,sclX=5,sclY=10,paletteIndex2=0,paletteType,paletteIndex3=0,globalNote,mainIndex=0,bnd,phi=3.14*(137.51/180),cbn=0,cbn2=0,duration=0,savedTime,startx1=0,starty1=0,start1=0,rootInc=0,format,currentKey,voiceChord=!1,randForm=0,notePlay,pastNote,keyFifths=[],sequence=[],chordArray=[],bassChord=[],reading,state,lastState,oscill,oscill2,trM
ig=!1,bckg=["#F3F3F3","#000000"],palette1=[["#ce2d42","#082880","#7462f9","#f4b53f","#123676","#9c223d","#e6c7b4"],["#f43b79","#1136ed","#6b43dd","#ef9029","#4aa4ae","#69239b","#f7f1b4"],["#7fefe4","#be3edd","#70cfe5","#f2c666","#e6c7b4","#583fc4","#fff57d"],["#80aded","#7b66f7","#658fdb","#f2e18b","#f7f1b4","#773caa","#f4b537"],["#a5e2f2","#a783ed","#61c1db","#f7c872","#6eabf4","#6d52dd","#ff7db2"],["#d8d8d8","#898de0","#89afe5","#f9e78f","#85b2e8","#8110e5","#bf2b6e"],["#7094fc","#643ac9","#306bef","#9100dd","#e6M
c7b4","#e2396d","#ef3a65"],["#80aded","#a28fef","#4688e8","#db003a","#f7f1b4","#d632a4","#bc174e"],["#594499","#db3e3e","#25ceb2","#02827b","#a0a09f","#56661d","#34067c"],["#425999","#bc3f3f","#9fe2cc","#108fc1","#d37676","#132691","#5b3c96"],["#ffeda1","#91205c","#2929e2","#9509b7","#70b9c0","#5474e8","#d30b8c"],["#f9cfc7","#721b74","#1c70ea","#7c1d93","#919bdb","#5574ce","#f25c87"],["#f25a7b","#e960af","#992843","#8b52f7","#6eabf4","#3714a1","#445b96"],["#ff399c","#e73250","#d32f53","#33bbff","#7de7ff","#69239b",M
"#8041f9"],["#6f6674","#34a0a5","#992843","#f98450","#6eabf4","#3714a1","#445b96"],["#4d82aa","#24c6c6","#d32f53","#f973a0","#7de7ff","#69239b","#8041f9"],["#ff6d40","#361ee0","#992843","#e6c7b4","#9370f2","#3714a1","#445b96"],["#e6372f","#3a338e","#d32f53","#f7f1b4","#8092ff","#69239b","#8041f9"],["#ffa943","#2177f4","#35fc93","#f9cfd2","#6eabf4","#3714a1","#445b96"],["#ffce45","#2f7083","#5affdf","#fcf4b7","#7de7ff","#69239b","#8041f9"],["#41d9f2","#528cd1","#3a6eba","#5f64c1","#4a97f4","#7426bf","#f7d52f"],["#71M
f2ff","#249cff","#63a1ea","#7f88db","#56a6f4","#7f0caf","#f7b643"],["#41d9f2","#51fcbb","#d3057b","#295cff","#7d22ff","#51d7e5","#e6c7b4"],["#71f2ff","#81fcca","#f91cb0","#0239c1","#8450d6","#05bdc6","#f7f1b4"],["#43bbef","#53f9e4","#bf2640","#5082ff","#8648ff","#36ffcf","#881ed3"],["#6bcced","#fce586","#f93ebb","#52a1ff","#8e51a8","#05bdc6","#ff0895"],["#a745ed","#fcbbbb","#f20a41","#ffd252","#0606bf","#ff459e","#881ed3"],["#7b19d1","#a7d0f9","#ba0f40","#fcd5bb","#4545ce","#9666ff","#ff0895"],["#31a4dd","#6f3bff",M
"#f20a41","#4470a5","#7171f4","#e710f9","#2e92ff"],["#ffffab","#8e7de2","#ba0f40","#9312b2","#85b5f9","#830591","#034a7f"],["#06a0ba","#6f3bff","#f20a41","#8777f7","#4848c1","#6b11f7","#e6c7b4"],["#2bc5cc","#8e7de2","#ba0f40","#6155bf","#4b4bf7","#a318b7","#f7f1b4"],["#06a0ba","#6f3bff","#8473ff","#fce875","#4848c1","#ffb3c9","#2e92ff"],["#2bc5cc","#8e7de2","#9e61ba","#ffd2c7","#0f0fce","#f7e579","#034a7f"],["#c10839","#6f3bff","#ff06a6","#f2a5bb","#4848c1","#117ff7","#579ef2"],["#a20dd3","#8e7de2","#aa08ff","#f2ecM
79","#0f0fce","#a60abc","#1b64ce"],["#06a0ba","#6f3bff","#fca660","#f7f377","#9149bf","#f71165","#31f0ff"],["#2bc5cc","#8e7de2","#dd582a","#ffe09c","#630ca8","#a8275c","#04717c"],["#e041b3","#3e71ff","#ffec64","#77c1f7","#9149bf","#f71165","#e6c7b4"],["#f95089","#8e7de2","#f99175","#1d6bdd","#630ca8","#a8275c","#f7f1b4"],["#f4d334","#0636cc","#8989ef","#e6c7b4","#8005e0","#fc68a4","#3386ff"],["#fc889e","#3b72a3","#2d5cc4","#f7f1b4","#f938cb","#d61a1a","#04717c"],["#f4d334","#3ef6ff","#5347f4","#b877f7","#9149bf","#M
f71165","#e6c7b4"],["#fc889e","#1fb2b2","#2d5cc4","#6e1ed6","#630ca8","#a8275c","#f7f1b4"],["#f4d334","#3ef6ff","#5347f4","#f7f777","#9149bf","#ef5090","#e6c7b4"],["#fc889e","#1fb2b2","#2d5cc4","#ffce88","#630ca8","#ba0457","#f7f1b4"],["#f4d334","#3ef6ff","#5347f4","#77c4f7","#9149bf","#f71165","#854fba"],["#fc889e","#1fb2b2","#2d5cc4","#2187bf","#630ca8","#a8275c","#e783ea"],["#f4d334","#3ef6ff","#f97575","#f4dc78","#9149bf","#f71165","#e6c7b4"],["#fc889e","#1fb2b2","#cc2929","#f28b79","#630ca8","#a8275c","#f7f1b4M
"],["#f4d334","#3ef6ff","#f97575","#f279ab","#9149bf","#645eea","#e6c7b4"],["#fc889e","#52adff","#cc2929","#e81073","#630ca8","#3a3acc","#f7f1b4"],["#3ac9d8","#6f3bff","#44acf2","#fce875","#bf23f9","#ffb3c9","#2e92ff"],["#44acf2","#8e7de2","#6cffff","#ffd2c7","#9449ce","#f7e579","#034a7f"],["#06a0ba","#6f3bff","#fc4c7e","#f9b175","#6c6ce5","#8f58f9","#e6c7b4"],["#2bc5cc","#8e7de2","#cf4ef9","#f7df77","#4949c1","#a915ff","#f7f1b4"],["#ef01c4","#065ca8","#1c00ba","#ffee94","#c053ba","#8f58f9","#4ea8f9"],["#a60160","#M
30bec3","#5e52db","#ffebae","#da55f2","#a915ff","#4febf7"],["#f44260","#3c5ba0","#845ecc","#f4b53f","#3d9fc1","#9c223d","#e6c7b4"],["#f43b79","#4058ad","#6c3ca5","#ef9029","#317ec4","#69239b","#f7f1b4"],["#f44260","#3c5ba0","#7070e8","#f27740","#3d9fc1","#d34040","#e6c7b4"],["#f43b79","#4058ad","#4d4dc1","#ef9029","#317ec4","#ed5487","#f7f1b4"],["#f244ee","#5c75c6","#7070e8","#3cd3b6","#3d9fc1","#d34040","#e6c7b4"],["#f43b79","#637cc1","#4d4dc1","#1cb7b7","#317ec4","#ed5487","#f7f1b4"],["#e5491f","#2058d3","#7462f9M
","#40f2d0","#123676","#9c223d","#e6c7b4"],["#ef973f","#177199","#6b43dd","#15abba","#4aa4ae","#69239b","#f7f1b4"],["#e22079","#2058d3","#7462f9","#40f2d0","#5a92e5","#9c223d","#e6c7b4"],["#f21c59","#177199","#6b43dd","#15abba","#4658f9","#69239b","#f7f1b4"],["#e22079","#2058d3","#e6c7b4","#40f2d0","#5a92e5","#ba4564","#edf28b"],["#f21c59","#177199","#f7f1b4","#15abba","#4658f9","#e5336a","#43f7c8"],["#e22079","#4b80e0","#e6c7b4","#41a9ef","#5a92e5","#bc0d8b","#f7adf7"],["#f21c59","#197abc","#f7f1b4","#36a9cc","#46M
58f9","#d3057f","#43f7c8"],["#e22079","#4b80e0","#e6c7b4","#435ced","#e2b55a","#ea397d","#f4e2ae"],["#f21c59","#197abc","#f7f1b4","#7f63f7","#f98562","#e84b3a","#e9f49f"],["#0850b7","#6771f9","#8213bc","#75f9e0","#4848c1","#ffb3c9","#2e92ff"],["#3081e2","#5285dd","#9604af","#15abba","#0f0fce","#f7e579","#034a7f"],["#d80e3e","#6771f9","#8213bc","#f7ad77","#4848c1","#ffb3c9","#31b5ff"],["#ef4878","#5285dd","#9604af","#f4cb78","#0f0fce","#f7e579","#2a76d1"],["#f98246","#69acf7","#8213bc","#f7ad77","#4848c1","#ffb3c9",M
"#31b5ff"],["#ed7d4a","#5285dd","#b529d3","#f4cb78","#0f0fce","#f7e579","#2a76d1"],["#f7cd48","#69d6f4","#8213bc","#f7ad77","#7649bf","#ffb3c9","#e6c7b4"],["#f49090","#21b5d8","#b529d3","#f4cb78","#5829b2","#f7e579","#f7f1b4"],["#4a82f4","#f22a51","#8213bc","#f7ad77","#905df4","#ffb3c9","#0c85ba"],["#4cb2f2","#b72c4e","#b529d3","#f4cb78","#542ad3","#f7e579","#096889"],["#4a82f4","#f22a51","#1522ba","#f7ad77","#d32fc0","#b6fffa","#0c85ba"],["#4cb2f2","#b72c4e","#483d9b","#f4cb78","#e50a6e","#f1ffb8","#096889"],["#4aM
82f4","#f22a51","#4b23db","#f7ad77","#d1304b","#5b99f4","#1dbcb4"],["#4cb2f2","#b72c4e","#694eea","#f4cb78","#d61660","#5cd3f2","#096889"],["#ad4cf2","#f22a51","#8213bc","#f478b0","#5ff2f2","#ffb3c9","#0c85ba"],["#8b05e2","#b72c4e","#b529d3","#f4cb78","#3ea6b7","#f7e579","#096889"],["#584def","#f22a51","#a52cdd","#f2c679","#60caef","#d2b6ff","#0d53b7"],["#4f24c6","#b72c4e","#b529d3","#efaa7b","#3ea6b7","#f7e579","#458bdd"],["#584def","#ef592b","#2cdbc1","#f2c679","#6290ed","#b8fff1","#0d53b7"],["#4f24c6","#f27949",M
"#2ec0d8","#efaa7b","#4067b5","#f7e579","#458bdd"],["#584def","#ed2e8a","#2eacd8","#f2c679","#6290ed","#6929ce","#0d53b7"],["#4f24c6","#c11670","#3070d6","#efaa7b","#4067b5","#4a4add","#458bdd"],["#584def","#ed2e8a","#2eacd8","#ef9c7b","#6290ed","#6929ce","#0d53b7"],["#4f24c6","#c11670","#3070d6","#fc583d","#4067b5","#4a4add","#458bdd"],["#b7b7b7","#0a0a0a","#ffffff","#dbdcdd","#b2b2b2","#a7a7a8","#4e4f4f"],["#d8d8d8","#636363","#dbdcdd","#b2b2b2","#4e4f4f","#e0e1e2","#3f3f3f"],],paletteIndex,colorIndex,colorIndex2M
,grayscale,paletteMode,element,flavour,key,trigger=!1,anim=!1,gridIndex=0,count=0,direction,currentChord=0,nextChord=0,keyArray=["C","D","E","F","G","A","B"],flavours=["major","minor"],fifths=[["C","G","D","A","E","B","F#","Db","Ab","Eb","Bb","F"],["A","E","B","F#","C#","G#","D#","Bb","F","C","G","D"]],midSeq4,mapScale,mixer,stereo,synth2,synth4,synth6,synth3,feedback,reverb5,delay5,delay4,delay2,reverb3,lfo,pingPong,pingPong1,panner,autoPan,FFT,wave,meter,pendulum;function centerCanvas(){var e=(windowWidth-width)/M
2,t=(windowHeight-height)/2;cnv.position(e,t)}function setup(){wdt=windowWidth<windowHeight?windowWidth:windowHeight,wdt-=margin,cnv=createCanvas(wdt,wdt),centerCanvas(),bIndex=1,background(0),center=createVector(width/2,height/2),noFill(),noStroke(),smooth(),strokeWeight(1);let e=int(1990*mathRand());noiseSeed(e),randomSeed(e),noiseDetail(2,1),pixelDensity(displayDensity()),initializeAudio();let t=int(map(mathRand(),0,1,0,flavours.length));flavour=flavours[t];let f=int(map(mathRand(),0,1,0,fifths[t].length));key=fM
ifths[t][f],mapScale=(scale=(scale=(scale=(scale=(scale=(scale=(scale=Tonal.Scale.get(key+"1 "+flavour).notes).concat(Tonal.Scale.get(key+"2 "+flavour).notes)).concat(Tonal.Scale.get(key+"3 "+flavour).notes)).concat(Tonal.Scale.get(key+"4 "+flavour).notes)).concat(Tonal.Scale.get(key+"5 "+flavour).notes)).concat(Tonal.Scale.get(key+"6 "+flavour).notes)).concat(Tonal.Scale.get(key+"7 "+flavour).notes)).slice(14,28);for(let i=0;i<mapScale.length;i++){mapScale.length,mapScale[i].length>2?keyFifths.push(mapScale[i].sliM
ce(0,2)):keyFifths.push(mapScale[i].slice(0,1));.5>random(1)?currentKey-=1:currentKey+=1}let a=[];for(let $=0;$<keyFifths.length;$++)a.push(fifths[t].indexOf(keyFifths[$]));for(let s=0;s<a.length;s++)-1===a[s]&&(keyFifths.splice(s,1),a.splice(s,1));for(let c=0;c<a.length;c++)a[c]===a[0]-1&&(sequence.push(keyFifths[0]),sequence.push(keyFifths[c])),a[c]===a[0]+1&&sequence.push(keyFifths[c]),a[c]===a[0]+3&&(sequence.push(keyFifths[0]),sequence.push(keyFifths[c])),a[c]===a[0]+2&&sequence.push(keyFifths[c]),a[c]===a[0]+M
4&&sequence.push(keyFifths[c]);for(let n=0;n<15;n++)for(let d=0;d<sequence.length;d++)chordArray.push(generateChord(`${sequence[d]}2`,!0));for(let _=0;_<15;_++)for(let r=0;r<sequence.length;r++)bassChord.push(generateChord(`${sequence[r]}3`,!0));paletteMode=mathRand(),paletteIndexSub=(paletteIndex=2*int(map(mathRand(),0,1,0,50)))+1,paletteIndex3=2*int(map(mathRand(),0,1,0,50)),colorIndex=int(map(mathRand(),0,1,0,palette1[0].length)),colorIndex2=int(map(mathRand(),0,1,0,palette1[0].length)),paletteType=mathRand(),grM
ayscale=98===paletteIndex,oscill=mathRand(),oscill2=mathRand(),format=mathRand(),direction=int(map(mathRand(),0,1,0,2)),format<.5?(w=width,h=.4*height):(w=.4*width,h=height),tileWidth=floor(w/sclX)+1,tileHeight=floor(h/sclY)+1,chordNotes=chordArray;for(let b=0;b<=w;b+=tileWidth)for(let o=0;o<=h;o+=tileHeight){let l=gridIndex;points.push(new GridPoint(b-w/2,o-h/2,tileWidth,tileHeight,0,l,0)),gridIndex=(gridIndex+1)%14}let p=map(mathRand(),0,1,.1,.5),u=points;for(let y in points)mathRand()>p?(points[y].subdivide(u,y,M
2),points.splice(y,1),count++):(u.push(points[y]),points.splice(y,1));element=(points=u).length;let g;g=paletteMode<.5?7:3,window.$generativeTraits={Type:"Audio",BPM:"60",Aspect:"Grid",Key:key,Flavour:flavour,Elements:element,Subdivision:count,Palette:g,Grayscale:grayscale,Property:"Object"}}function initializeAudio(){Tone.Transport.bpm.value=60,(mixer=new Tone.Gain).toDestination(),FFT=new Tone.FFT(64),Tone.Master.connect(FFT),wave=new Tone.Waveform,(pendulum=new Tone.LFO(.05)).start(),(meter=new Tone.Meter).normaM
lRange=!0,pendulum.connect(meter),panner=new Tone.Panner(0).chain(mixer);let e=new Tone.Chorus({frequency:.83,depth:.7,wet:.85}),t=new Tone.Reverb({decay:3/4,wet:.5});t.generate();let f=new Tone.FeedbackDelay({delayTime:3/8,feedback:.32,wet:.36});(pingPong=new Tone.PingPongDelay(3/4,.5).toDestination()).set({wet:.3});let i=new Tone.Filter(2250,"lowpass",-24),a=new Tone.Filter(320,"highpass",-48);new Tone.LFO(1,250,2250).connect(i.frequency).start();let $=new Tone.FeedbackDelay({delayTime:.005,feedback:.1,wet:.33});M
new Tone.LFO(1,-1,1).connect(panner.pan).start(),(synth4=new Tone.PolySynth(Tone.FMSynth).chain(e,f,t,pingPong,i,a,$,mixer)).set({harmonicity:3,modulationIndex:3,oscillator:{type:"sine"},envelope:{attack:2e-4,decay:.1,sustain:.08,release:.03},modulation:{type:"sine"},modulationEnvelope:{attack:4e-4,decay:.1,sustain:.09,release:.01},filterEnvelope:{attack:2e-4,decay:.2,sustain:.5,release:.4,baseFrequency:200,octaves:2.6},volume:-16}),delay5=new Tone.FeedbackDelay({delayTime:3/8,feedback:.3,wet:.2});let s=new Tone.ReM
verb({decay:3/16,wet:.25});s.generate();let c=new Tone.Filter(2250,"lowpass",-24);(synth6=new Tone.PolySynth(Tone.Synth).chain(delay5,s,pingPong,c,mixer)).set({harmonicity:3,modulationIndex:3,detune:0,oscillator:{pitch:7,type:"sine"},envelope:{attack:1,decay:.1,sustain:.02,release:.03},modulation:{type:"sine"},modulationEnvelope:{attack:1.5,decay:.1,sustain:.02,release:.06},filterEnvelope:{attack:2,decay:.2,sustain:.5,release:.4,baseFrequency:200,octaves:2.6},volume:-24}),synth6.connect(wave),Tone.Transport.schedulM
eRepeat(()=>{pingPong.set({delayTime:random([3/4,3/16,3/8,.25])}),pingPong.set({wet:random([0,.1,.5])}),f.set({delayTime:random([3/8,.25])}),delay5.set({delayTime:random([3/8,.25])})},"2m")}function draw(){background(0,20),translate(center.x,center.y);let e=.5-meter.getValue(0),t=wave.getValue(0),f=FFT.getValue(0),i=map(e,-.5,.5,-PI,PI);for(let a=0;a<points.length;a++)points[a].r=points[a].r3,points[a].move(),points[a].animate(a,i,f),points[a].render(),points[a].display(a,t,f),points[a].start+=.1,points[a].offset+=M
.006;anim&&(start+=.02),trigger&&(playChord(),Tone.Transport.start(),trigger=!1)}function playChord(){Tone.Transport.schedule(bounceChord,"1"),Tone.Transport.start()}function bounceChord(){currentChord=nextChord,Promise.all([playSynthChord(chordNotes[currentChord],12,12),playStringChord(bassChord[currentChord],6,6),]).then(e=>{int(random(2));let t=int(random(6,18))+"m";!function f(i){let a=e[0],$=e[1];new Tone.BufferSource({url:a,playbackRate:.125}).toDestination().start(i),new Tone.BufferSource({url:$,playbackRateM
:.125}).toDestination().start(i),Tone.Transport.scheduleOnce(f,"+"+t)}(Tone.now())}),Tone.Transport.start(),nextChord<chordNotes.length-1?nextChord+=1:nextChord=0,Tone.Transport.schedule(bounceChord,"+2m")}function playSynthChord(e,t,f){let i=Tone.Time(t).toSeconds(),a=Tone.Time(f).toSeconds();return Tone.Offline(()=>{synth6.triggerAttackRelease(e,i)},i+a)}function playStringChord(e,t,f){let i=Tone.Time(t).toSeconds(),a=Tone.Time(f).toSeconds();return Tone.Offline(()=>{synth4.triggerAttackRelease(e,i)},i+a)}functioM
n voicing(e,t){let f=scale.indexOf(e)+t-1,i;if(void 0!==scale[f])i=scale[f];else if(3===(i=scale[f-7]).length)parseInt(i.slice(2));else{let a=parseInt(i.slice(1))+1;i=`${i.slice(0,1)}${a}`}return i}const getNextChordNote=(e,t)=>{let f=scale.indexOf(e)+t-1,i;if(void 0!==scale[f])i=scale[f];else if(3===(i=scale[f-7]).length)parseInt(i.slice(2));else{let a=parseInt(i.slice(1))+1;i=`${i.slice(0,1)}${a}`}return i};function generateChord(e,t){let f=1,i=1,a=1,$=1,s=1,c=1,n=1;t?(f=generateIndice1(),i=generateIndice1(),a=geM
nerateIndice1(),$=generateIndice1(),s=generateIndice(),c=generateIndice2(),n=generateIndice2()):(f=1,i=1,a=1,$=1,s=1,c=1,n=1);let d=voicing(e,f),_=voicing(getNextChordNote(e,3),i),r=voicing(getNextChordNote(e,5),a),b=voicing(getNextChordNote(e,7),$),o=voicing(getNextChordNote(e,9),s);return voicing(getNextChordNote(e,11),c),voicing(getNextChordNote(e,13),n),[d,_,r,b,o]}function generateIndice(){let e=int(map(mathRand(),0,1,0,3));return 0===e?-8:1===e?1:2===e?8:void 0}function generateIndice1(){return mathRand()>.5?M
1:8}function generateIndice2(){return mathRand()>.5?-8:1}class GridPoint{constructor(e,t,f,i,a,$,s){int(map(e+t,-width/2+-height/2,width/2+height/2,0,sclX+sclY)),int(map(t,-height/2,height/2,0,4)),this.x=e,this.y=t,this.w=f,this.c2=f,this.wx=e,this.hy=t,this.ws=f,this.hs=i,this.h=i,this.r=f,this.r2=f,this.r3=f,this.mv=0,this.theta=0,this.centerX=this.x+this.w/2,this.centerY=this.y+this.h/2,this.c=int(map(mathRand(),0,1,0,3)),this.paletteIndex2=int(map(dist(this.centerX,this.centerY,0,0),0,500,0,palette1[0].length))M
,this.randForm=int(map(mathRand(),0,1,0,5)),this.randIndex=paletteMode<.5?int(map(mathRand(),0,1,0,palette1[0].length)):paletteIndex2,this.randIndex2=int(map(mathRand(),0,1,0,palette1[0].length)),this.randIndex3=int(map(mathRand(),0,1,0,palette1[0].length)),this.randIndex4=int(map(mathRand(),0,1,0,palette1[0].length)),this.start=0,this.alpha=255,this.pIndex=paletteIndex,this.pi=paletteIndex3,this.rt=map(mathRand(),0,1,PI/6,PI/3),this.incr,this.rst=random(0,TAU),this.rst2=random(0,TAU),this.rad=0,this.sub=s,this.offM
set=20*mathRand(),this.offset2=0,this.div=int(map(mathRand(),0,1,10,30)),this.strk=1,this.isOn=a,this.note=$,this.init(),paletteIndex2=(paletteIndex2+1)%3}subdivide(e,t,f){let i=this.w/f,a=this.h/f,$=this.sub+1,s=this.note+7;e.push(new GridPoint(this.x,this.y,i,a,this.isOn,s,$),new GridPoint(this.x+i,this.y,i,a,this.isOn,s,$),new GridPoint(this.x,this.y+a,i,a,this.isOn,s,$),new GridPoint(this.x+i,this.y+a,i,a,this.isOn,s,$))}move(){if(0<=this.t&&this.t<this.t1){let e=norm(this.t,0,this.t1-1);this.mv=lerp(0,TAU,easeM
OutQuint(e)),this.rad=lerp(0,this.w/4,easeOutQuint(e))}this.t1<this.t&&this.init(),this.t++}init(){this.t=-int(random(map(speed,1,5,500,100))),this.t1=map(speed,1,5,220,60)}animate(e,t,f){this.theta=t+e*PI/4;let i=int(map(this.x,-width/2,width/2,0,f.length)),a=f[i];a=a===-1/0?0:f[i],this.incr=map(a,0,-100,0,.2),this.i=map(e,0,points.length,0,TWO_PI),this.xoff=map(cos(this.i),-1,1,0,3),this.yoff=map(sin(this.i),-1,1,0,3),this.n=noise(this.xoff+this.offset+this.incr,this.yoff+this.offset+this.incr),this.n4=noise(thisM
.xoff+50,this.yoff+50),this.n5=noise(this.xoff+50+start,this.yoff+50+start),this.n6=noise(this.offset,this.offset),this.angle=noise(this.xoff+this.offset,this.yoff+this.offset)*TAU*4,this.xa=this.x,this.ya=this.y*sin(map(this.n,0,1,0,TAU)),this.xb=this.x*sin(this.mv),this.r=map(this.n,0,1,this.w/2,this.w),this.r3=map(this.n,0,1,this.w/2,this.w),this.r2=map(this.n,0,1,0,5),this.alpha=map(this.n5,0,1,120,180),this.delay=int(map(this.n4,0,1,2,1))}render(){strokeWeight(.1);fill(color(palette1[this.pIndex][this.randIndeM
x])),circle(this.x,this.ya,this.r2),circle(this.x+this.w,this.ya,this.r2),circle(this.x,this.ya+this.h,this.r2),circle(this.x+this.w,this.ya+this.h,this.r2)}display(e,t,f){if(0===direction)for(let i=this.ya;i<=this.ya+this.h;i+=2){beginShape();for(let a=this.xa;a<=this.xa+this.w;a+=5){let $=int(map(this.ya*this.xa,(this.ya+this.h)*(this.xa+this.w),0,f.length)),s=f[$];s=s===-1/0?0:f[$],this.incr2=map(s,0,-100,0,6),this.n3=noise(this.incr2,this.incr2),this.n2=noise(this.xoff+this.offset2+this.incr2,this.yoff+this.offM
set2+this.incr2),this.n4=map(this.n3,0,1,.9,1.1),this.z=oscill<.5?map(this.n2,0,1,.9,1.1):1;let c=int(map(this.n2,0,1,0,255));int(map(this.n2,0,1,0,palette1[0].length));let n=map(i,this.y,this.y+this.h,0,1),d,_=color(palette1[this.pIndex][this.randIndex]),r=color(palette1[this.pIndex+1][this.randIndex]);(d=lerpColor(_,r,n)).setAlpha(c),noFill(),stroke(d),strokeWeight(.5),vertex(a,i*this.z),this.offset2+=.1}endShape()}else if(1===direction)for(let b=this.xa;b<=this.xa+this.w;b+=2){beginShape();for(let o=this.ya;o<=tM
his.ya+this.h;o+=5){let l=int(map(e,points.length,0,f.length)),p=f[l];p=p===-1/0?0:f[l],this.incr2=map(p,0,-100,0,3),this.n3=noise(this.incr2,this.incr2),this.n2=noise(this.xoff+this.offset2+this.incr2,this.yoff+this.offset2+this.incr2),this.n4=map(this.n3,0,1,.9,1.1),this.z=oscill<.5?map(this.n2,0,1,.9,1.1):1,this.z2=oscill2<.5?map(this.n2,0,1,.999,1.009):1;let u=int(map(this.n2,0,1,0,255));int(map(this.n2,0,1,0,palette1[0].length));let y=map(o,this.y,this.y+this.h,0,1),g,x=color(palette1[this.pIndex][this.randIndM
ex]),m=color(palette1[this.pIndex+1][this.randIndex]);(g=lerpColor(x,m,y)).setAlpha(u),noFill(),stroke(g),strokeWeight(.5),vertex(b*this.z2,o*this.z),this.offset2+=.1}endShape()}if(0===this.c);else if(1===this.c){strokeWeight(.5);let v=0;for(let I=1;I<t.length;I++)if(t[I-1]<0&&t[I]>=0){v=I;break}let k=v+t.length/2,F=100*this.h;for(let C=v;C<=k;C++){let S=map(C-1,v,k,this.xb,this.xb+this.w),T=map(t[C-1],-12,12,this.y-F,this.y+F+this.h),P=map(C,v,k,this.xb,this.xb+this.w),q=map(t[C],-12,12,this.y-F,this.y+F+this.h);lM
ine(S,T,P,q)}}}}function mapNote(e,t){let f=t.length,i=t[modulo(e,f)],a=Tonal.Note.octave(t[0])+floor(e/f);return Tonal.Note.pitchClass(i)+a}function modulo(e,t){return(e%t+t)%t}function easeOutQuint(e){return 1+--e*e*e*e*e}function windowResized(){centerCanvas()}function keyTyped(){return"p"===key&&saveCanvas("liquidentropy","jpg"),!1}function touchStarted(){return Tone.start(),anim||(trigger=!0,Tone.Transport.start()),anim=!0,3===touches.length&&saveCanvas("liquidentropy","jpg"),!1}function mousePressed(){return M
Tone.start(),anim||(trigger=!0,Tone.Transport.start()),anim=!0,!1}
    <script id="snippet-random-code" type="text/javascript">
        // DO NOT EDIT THIS SECTION
        let seed = window.location.href.split('/').find(t => t.includes('i0'));
        if (seed == null) {
            const alphabet = "0123456789abcdefghijklmnopqrstuvwsyz";
            seed = new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_ => alphabet[(Math.random() * alphabet.length) | 0]).join('M
            let pattern = "seed=";
            for (let i = 0; i < seed.length - pattern.length; ++i) {
                if (seed.substring(i, i + pattern.length) == pattern) {
                    seed = seed.substring(i + pattern.length);
                    break;
        function cyrb128($) {
            let _ = 1779033703, u = 3144134277, i = 1013904242, l = 2773480762;
            for (let n = 0, r; n < $.length; n++) _ = u ^ Math.imul(_ ^ (M
r = $.charCodeAt(n)), 597399067), u = i ^ Math.imul(u ^ r, 2869860233), i = l ^ Math.imul(i ^ r, 951274213), l = _ ^ Math.imul(l ^ r, 2716044179);
            return _ = Math.imul(i ^ _ >>> 18, 597399067), u = Math.imul(l ^ u >>> 22, 2869860233), i = Math.imul(_ ^ i >>> 17, 951274213), l = Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]
        function sfc32($, _, u, i) {
            return function () {
                u >>>= 0, i >>>= 0;
          var l = ($ >>>= 0) + (_ >>>= 0) | 0;
                return $ = _ ^ _ >>> 9, _ = u + (u << 3) | 0, u = (u = u << 21 | u >>> 11) + (l = l + (i = i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296
        // IMPORTANT: Instead of Math.random(), use this function mathRand() for random number generation.
        // This function generates a random number between 0 and 1 with on-chain seed.
        let mathRand = sfc32(...cyrb128(seed));
 background-color: #000000;
            margin: 0px;
            overflow: hidden;
            width: 100%;
            height: 100%;
    <script type="text/javascript">
text/plain;charset=utf-8
  "name": "zezima.sats"
text/plain;charset=utf-8
  "name": "cashback.sats"
text/plain;charset=utf-8
  "name": "damon.sats"
text/plain;charset=utf-8
  "name": "josh.sats"
text/plain;charset=utf-8
  "name": "garyvee.sats"
text/plain;charset=utf-8
  "name": "collector.sats"
text/plain;charset=utf-8
  "name": "curated.sats"
text/plain;charset=utf-8
  "name": "gallery.sats"
text/plain;charset=utf-8
{"attributes":[{"trait_type":"Fur","value":"Dark Brown"},{"trait_type":"Eyes","value":"Angry"},{"trait_type":"Hat","value":"Safari"},{"trait_type":"Mouth","value":"Bored Unshaven"},{"trait_type":"Background","value":"Gray"}],"external_url":"https://baycbitcoin.com/index/bayc/4584","image":"ipfs://QmWwSKeAhhs1CNNDDkMaYgdWvZjrCUyfczc51JXp81i3H1/4584.png"}
 .)10.)-,3:J>36F7,-@WAFLNRSR2>ZaZP`JQRO
&O5-5OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
text/plain;charset=utf-8
  "name": "goddess.sats"
text/plain;charset=utf-8
  "name": "777777.sats"
DjB=:BNB.BNB:bnb169d5h0qxv6zgmzea9z6tp9zxgyfgdmz86gyjxk:47850126:te:0
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "8100.sats"
text/plain;charset=utf-8
  "name": "9600.sats"
text/plain;charset=utf-8
  "name": "6700.sats"
text/plain;charset=utf-8
  "name": "9800.sats"
text/plain;charset=utf-8
  "name": "4600.sats"
text/plain;charset=utf-8
  "name": "4900.sats"
text/plain;charset=utf-8
  "name": "5400.sats"
text/plain;charset=utf-8
  "name": "7200.sats"
text/plain;charset=utf-8
  "name": "9200.sats"
text/plain;charset=utf-8
  "name": "8400.sats"
text/plain;charset=utf-8
  "name": "7300.sats"
text/plain;charset=utf-8
  "name": "4500.sats"
text/plain;charset=utf-8
  "name": "7700.sats"
text/plain;charset=utf-8
  "name": "7500.sats"
text/plain;charset=utf-8
  "name": "8300.sats"
text/plain;charset=utf-8
  "name": "8600.sats"
text/plain;charset=utf-8
  "name": "6100.sats"
text/plain;charset=utf-8
  "name": "6600.sats"
text/plain;charset=utf-8
  "name": "6400.sats"
text/plain;charset=utf-8
  "name": "4700.sats"
text/plain;charset=utf-8
  "name": "5600.sats"
text/plain;charset=utf-8
  "name": "9500.sats"
text/plain;charset=utf-8
  "name": "8700.sats"
text/plain;charset=utf-8
  "name": "7600.sats"
text/plain;charset=utf-8
  "name": "6200.sats"
text/plain;charset=utf-8
  "name": "9300.sats"
text/plain;charset=utf-8
  "name": "5500.sats"
text/plain;charset=utf-8
  "name": "4400.sats"
text/plain;charset=utf-8
  "name": "4800.sats"
text/plain;charset=utf-8
  "name": "7100.sats"
text/plain;charset=utf-8
  "name": "5700.sats"
text/plain;charset=utf-8
  "name": "6900.sats"
text/plain;charset=utf-8
  "name": "9700.sats"
text/plain;charset=utf-8
  "name": "7400.sats"
text/plain;charset=utf-8
  "name": "9100.sats"
text/plain;charset=utf-8
  "name": "7800.sats"
text/plain;charset=utf-8
  "name": "6300.sats"
text/plain;charset=utf-8
  "name": "5900.sats"
text/plain;charset=utf-8
  "name": "5200.sats"
text/plain;charset=utf-8
  "name": "5800.sats"
text/plain;charset=utf-8
  "name": "8900.sats"
text/plain;charset=utf-8
  "name": "8500.sats"
text/plain;charset=utf-8
  "name": "5300.sats"
text/plain;charset=utf-8
  "name": "6500.sats"
text/plain;charset=utf-8
  "name": "crown.sats"
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-24T15:09:50-05:00" xmp:ModifyDate="2023-02-24T15:09:50-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:4c7b9353-8ac1-3342-bafb-224945f7380b" xmpMM:DocumentID="adobe:docid:photoshop:e3e5e1e3-98b4-4044-ae2f-61c59b0420f3" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:1f10cf23-f0e1-8b43-9b3d-ac6747d7814d" stEvt:when="2023-02-24T15:09:50-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:4c7b9353-8ac1-3342-bafb-224945f7380b" stEvt:when="2023-02-24T15:09:50-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:1f10cf23-f0e1-8b43-9b3d-ac6747d7814d" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
(:3=<9387@H\N@DWE78PmQW_bghg>Mqypdx\egc
/cB8Bcccccccccccccccccccccccccccccccccccccccccccccccccc
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3F5B9E24B23D11EDBABCE3AAAE2A55E4" xmpMM:DocumentID="xmp.did:3F5B9E25B23D11EDBABCE3AAAE2A55E4"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3F5B9E22B23D11EDBABCE3AAAE2A55E4" stRef:documentID="xmp.did:3F5B9E23B23D11EDBABCE3AAAE2A55E4"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:411DFC8CB23D11ED9121E91F3711E36D" xmpMM:DocumentID="xmp.did:411DFC8DB23D11ED9121E91F3711E36D"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:411DFC8AB23D11ED9121E91F3711E36D" stRef:documentID="xmp.did:411DFC8BB23D11ED9121E91F3711E36D"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" shape-rendering="crispEdges" height="320" width="320" preserveAspectRatio="xMinYMin meet"
viewBox="0 0 320 320"><defs>
   <ref id="color1" param="fill1" default="#194341"/>
   <ref id="color2" param="fill2" default="#aa0000"/>
   <ref id="color3" param="fill3" default="#ff0000"/>
   <ref id="color4" param="fill4" default="#dfdfff"/>
  <g stroke-width="10"><path d="M0 0v180h80v-30h20v-10h110v10h20v10h20v20h70V0H1M
0zm90 30h140v80h-10v10H100v-10H90V40zm10 80h10V90h-10v10zm120 0V90h-10v20zm-90 70v10h10v-10z" fill="url(#color1)"/><path d="M90 30v10h10v30H90v10h10v10h10V70h10V60h-10V40h10v20h10V40h60v20h10V40h10v20h-10v10h10v20h10V80h10V70h-10V40h10V30H100zm130 60v20h10V90zm0 20h-10v10h10zM100 90H90v20h10v-10zm0 20v10h10v-10zm0 30v10h10v-10zm100 0v10h10v-10zM80 150v10h10v-10zm140 0v10h10v-10zm20 10v10h10v-10zm0 10h-20v30h20v-20zm0 30v10h-30v10h40v-20zm10 0h20v10h10v-10h10v10h-10v20h-10v20h10v-10h10v10h10v-10h10v10h10v-70h-10v10hM
-10v-10h-10v10h-40zm60 50h-10v10h10zm0 10v10h10v-10zm0 10h-10v10h10zm-10 0v-10h-10v10zm-10 0h-10v10h10zm-10 0v-10h-10v10zm-10 0h-10v10h10zm-10 0v-10h-10v10zm-10 0h-10v10h10zm-10 0v-10h-10v10zm-10 0h-10v10h10zm-10 0v-10h-10v10zm-10 0h-10v10h10zm-10 0v-10h-10v10zm-10 0h-10v10h10zm-10 0v-10h-10v10zm-10 0h-10v10h10zm-10 0v-10h-10v10zm-10 0h-10v10h10zm-10 0v-10h-10v10zm-10 0h-10v10h10zm-10 0v-10h-10v10zm-10 0h-10v10h10zm-10 0v-10H90v10zm-10 0H80v10h10zm-10 0v-10H70v10zm-10 0H60v10h10zm-10 0v-10H50v10zm-10 0H40v10h10zm-1M
0 0v-10H30v10zm-10 0H20v10h10zm-10 0v-10H10v10zm-10 0H0v10h10zm0-10v-10H0v10zm0-10h10v-10h10v10h10v-10h10v-10H40v-20H30v-10h10v10h10v-10h20v-10H40v-10H30v10H20v-10H10v10H0v10h10v10H0v30h10zm40-10v10h10v-10zm10 10v10h10v-10zm-10 0H40v10h10zm-20 0H20v10h10zm50 10h10v-10H80zm140 0h10v-10h-10zm0-10v-10h-10v10zm0-10h30v-10h-30zm30-10h10v-10h-10zm0 10v10h10v-10zm10 10v10h10v-10zm-10 0h-10v10h10zm30 10h10v-10h-10zM80 180v10h10v-10zm40 10v30h30v-30h-20zm-30 10v10H70v10h40v-10h-10v-10zm-20 20H60v10h10zm0 10v10h30v-10H80zm-5M
0-10h10v10H20zm280 0h10v10h-10zm-190 20v10h10v-10zm20 0v10h10v-10zm20 0v10h10v-10zm20 0v10h10v-10zm20 0v10h10v-10zM20 290v10h10v-10zm40 0v10h10v-10zm40 0v10h10v-10zm40 0v10h10v-10zm40 0v10h10v-10zm40 0v10h10v-10zm40 0v10h10v-10zm40 0v10h10v-10zM0 310v10h10v-10zm40 0v10h10v-10zm40 0v10h10v-10zm40 0v10h10v-10zm40 0v10h10v-10zm40 0v10h10v-10zm40 0v10h10v-10zm40 0v10h10v-10z" fill="url(#color2)"/><path d="M90 40v30h10V40zm20 0v20h10V40zm90 0v20h10V40zm20 0v30h10V40zM90 80v10h10V80zm130 0v10h10V80zm-120 70v10H90v10h10v1M
0h100v-10h10v-10h-10v-10h-90zM0 180v10h10v-10zm20 0v10h10v-10zm20 0v10h40v-10H50zm210 0v10h40v-10h-30zm50 0v10h10v-10zM0 200v10h10v-10zm30 0v10h10v-10zm250 0v10h10v-10zM20 220v10h10v-10zm280 0v10h10v-10zM0 240v10h10v-10zm10 10v10h10v-10zm10 0h10v-10H20zm10 0v10h10v-10zm10 0h10v-10H40zm10 0v10h10v-10zm10 0h10v-10H60zm10 0v10h10v-10zm10 10v10h10v-10zm10 0h10v-10H90zm10-10h10v-10h-10zm0 10v10h10v-10zm10 10v10h-10v-10H90v10H80v-10H70v10H60v-10H50v10H40v-10H30v10H20v-10H10v10H0v30h10v10h30v-10h10v10h30v-10h10v10h30v-10hM
10v10h30v-10h10v10h30v-10h10v10h30v-10h10v10h30v-10h10v10h30v-50h-10v10h-10v-10h-10v10h-10v-10h-10v10h-10v-10h-10v10h-10v-10h-10v10h-10v-10h-10v10h-10v-10h-10v10h-10v-10h-10v10h-10v-10h-10v10h-10v-10h-10v10h-10v-10zm10 0h10v-10h-10zm20 0h10v-10h-10zm20 0h10v-10h-10zm20 0h10v-10h-10zm20 0h10v-10h-10zm20 0h10v-10h-10zm10-10h10v-10h-10zm10 0v10h10v-10zm10 0h10v-10h-10zm10-10h10v-10h-10zm10 0v10h10v-10zm10 0h10v-10h-10zm10 0v10h10v-10zm10 0h10v-10h-10zm10 0v10h10v-10zm0 10h-10v10h10zm-20 0h-10v10h10zm-20 0h-10v10h10zM1M
0 270v-10H0v10zm10 0h10v-10H20zm20 0h10v-10H40zm20 0h10v-10H60zm60-30v10h10v-10zm20 0v10h10v-10zm20 0v10h10v-10zm20 0v10h10v-10zm20 0v10h10v-10zM20 290h10v10H20zm40 0h10v10H60zm40 0h10v10h-10zm40 0h10v10h-10zm40 0h10v10h-10zm40 0h10v10h-10zm40 0h10v10h-10zm40 0h10v10h-10z" fill="url(#color3)"/><path d="M130 40v20h-10v10h-10v50h100V70h-10V60h-10V40h-50zm-20 100v10h90v-10h-80zm90 10v10h10v10h-10v10h-60v10h10v30h-30v-30h10v-10h-30v-10H90v-10H80v20h10v10H70v10H50v10H40v20h10v10h20v-10H60v-10h10v-10h20v-10h10v10h10v10H7M
0v10h30v10h120v-10h30v-10h-40v-10h30v-10h-20v-30h20v-10h-20v-10h-10zm40 20v30h10v-30zm10 30v20h10v10h-10v10h20v-10h10v-20h-10v-10h-10zm0 40h-30v10h30zm-30 10H100v10h120zm-120 0v-10H70v10h20zm-10-90h10v-10H90z" fill="url(#color4)"/></g><script type="text/ecmascript">
   function GetParams()
   var defs = document.getElementsByTagName( "defs" )[0];
   var refList = defs.getElementsByTagName( "ref" );
   for ( var r = refList.length -1; 0 <= r; r-- )
       var eachRef = refList.item( r );
       var id = eachRef.getAttribute( "id" );
       var paramName = eachRef.getAttribute( "param" );
       var defaultVal = eachRef.getAttribute( "default" );
       if (!defaultVal)
       if (eachRef.firstChild)
           defaultVal = eachRef.firstChild.nodeValue;
           defaultVal = "";
       refs[ paramName ] = [eachRef, id, defaultVal];
   var paramArray = [];
   var href = document.defM
aultView.location.href;
   if ( -1 != href.indexOf("?") )
       var paramList = href.split("?")[1].split(/&|;/);
       for ( var p = 0, pLen = paramList.length; pLen > p; p++ )
       var eachParam = paramList[ p ];
       var valList = eachParam.split("=");
       var name = unescape(valList[0]);
       var value = unescape(valList[1]);
       refs[ name ][2] = value;
   if ( document.defaultView.frameElement )
       var params = document.defaultView.frameElement.getElementsM
       for ( var i = 0, iLen = params.length; iLen > i; i++ )
           var eachParam = params[ i ];
           var name = eachParam.getAttribute( "name" );
           var value = eachParam.getAttribute( "value" );
           refs[ name ][2] = value;
   for ( paramName in refs )
       var eachParam = refs[ paramName ];
       GetIdRefs( eachParam[1], eachParam[2] );
   function GetIdRefs( id, val )
   var elList = document.documenM
tElement.getElementsByTagName( "*" );
   for ( var i = 0, iLen = elList.length; iLen > i; i++ )
       var eachEl = elList.item( i );
       for ( var a = 0, aLen = eachEl.attributes.length; aLen > a; a++ )
       var attr = eachEl.attributes[ a ];
       if ( attr && -1 != attr.value.indexOf("#" + id) )
           if ( "tref" == eachEl.localName )
           var t = document.createTextNode( val );
           eachEl.parentNode.replaceChild( t, eachEl );
           eachEl.setAttributeNS( attr.namespaceURI, attr.name, val);
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4004F062B23D11EDA5A6BD47375C083E" xmpMM:DocumentID="xmp.did:4004F063B23D11EDA5A6BD47375C083E"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4004F060B23D11EDA5A6BD47375C083E" stRef:documentID="xmp.did:4004F061B23D11EDA5A6BD47375C083E"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:405AED83B23D11EDAE6DED63911E8794" xmpMM:DocumentID="xmp.did:405AED84B23D11EDAE6DED63911E8794"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:405AED81B23D11EDAE6DED63911E8794" stRef:documentID="xmp.did:405AED82B23D11EDAE6DED63911E8794"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" shape-rendering="crispEdges" height="320" width="320" preserveAspectRatio="xMinYMin meet"
viewBox="0 0 320 320">
   <ref id="color1" param="fill1" default="#0a9e87"/>
   <ref id="color2" param="fill2" default="#65ffe6"/>
   <ref id="color3" param="fill3" default="#591031"/>
   <ref id="color4" param="fill4" default="#940b0f"/>
  <path fill="url(#color1)" d="M0 0v320h60v-10H50v-10H40v-10H30v-20H20v-7M
0h10v-10h10v-10h10v-10h10v20H50v10H40v40h10v10h20v-10h10v-20h10v-30H80v-10h10v-70H80V90H70V80h10V70h10V50H80V40H50V30h30V20h40V10h10v10h-10v10h30V20h10V10h10v10h-10v10h20V20h10v10h10V20h10V10h10v10h10v10h40V20h10v20H120v10h20v10h-20V50h-10v100h20v-10h-10v-10h10v-20h10v-10h20V90h10v10h-10v10h30V90h10V80h10v10h-10v20h-10v10h-10v10h20v-10h10v10h-10v10h-10v20h-20v10h10v10h10v-10h10v10h-10v10h-10v10h-10v10h10v10h-10v40h20v10h10v20h10v10h40v-10h10v-10h10v-20h10v-10h-10v-10h10v10h10v10h10v60h20V0h-40v10h-10V0h-80v10h-10V0M
H10Zm170 170h-10v10h-10v-10h-10v20h10v10h10v-10h10v-10zm-30 0v-10h-10v10zm0-60v10h10v-10zm80-90h-10v10h10zm30-10h10v10h-10ZM90 80v10h10V80Z"/>
  <path fill="url(#color2)" d="M180 0v10h10V0Zm90 0v10h10V0ZM160 10v10h10V10Zm0 10h-10v10h10zm50-10v10h10V10Zm10 10v10h10V20Zm-10 0h-10v10h10zm40-10v10h10V10Zm-70 10v10h10V20Zm90 0v10h10V20ZM110 30v10h10V30Zm90 50v10h10V80Zm0 10h-10v20h10v-10zm-10 20h-30v-10h-20v10h10v10h-10v-10h-10v20h-10v10h10v20h10v10h10v10h10v-10h10v-10h20v-20h10v-10h-20v-10h10zm10 20h10v-10h-10zm-30 40vM
30h10v-10h10v-10h-10v-10zm20 10h10v-10h-10zm-30-80h10V90h-10ZM80 90v20h10v70h10v-10h10v10h10v-30h-10v-50h-10V90H90Zm60 50h10v10h-10zm20 0h10v10h-10zm-10 70v10h10v-10zm-20 10v20h20v-10h-10v-10zm-40 20v10h10v-10zm20 0v10h10v-10zm50 10v10h-10v20h10v10h10v10h10v-10h10v-10h-20v-30zm-10 30h-20v10h-10v30h30v-30zm-70 10v20h10v10h20v-20h-10v-10H90Z"/>
  <path fill="url(#color3)" d="M120 10v10h10V10Zm0 10h-10v10h10zm0 10v10h160V30H130zm0 10h-10v10h10zm0 10v10h20V50h-10Zm-10-10V30H60v10h30v10h10V40Zm10 110v20h10v-20zm10 20v20M
h10v-20zm10 20v30h10v-10h10v-10h-10v-10zm20 10h10v-10h-10ZM50 170v10H40v10H30v10H20v70h10v20h10v10h10v10h10v10h30v-10H80v-20h20v10h10v20h10v-30h10v-10h20v-10h-30v10H80v-20h10v-40H80v20H70v10H50v-10H40v-40h10v-10h10v-20zm100 110v40h150v-60h-10v-10h-10v10h-10v20h-10v10h-10v10h-40v-10h-10v-20h-10v-10h-20v20h20v10h-10v10h-10v-10h-10v-10zm130-30v-10h-10v10zm-120-10v10h10v-10zm0 10h-10v10h10z"/>
  <path fill="url(#color4)" d="M80 20v10h30V20H90ZM50 30v10h10V30Zm30 10v10h10V40Zm10 10v20H80v10H70v10h20V80h10v20h10V40h-10v1M
0zm50 90v10h10v-10zm20 0v10h10v-10zm-60 30v10H80v10h10v50h10v10H90v10H80v20h40v-10h30v-20h10v-10h10v-20h10v-10h-10v-10h-10v20h-20v10h10v10h-20v-20h10v-30h-10v-20h-10v10h-10v-10zm10 70h10v10h-10z"/>
  <script type="text/ecmascript">
   function GetParams()
   var defs = document.getElementsByTagName( "defs" )[0];
   var refList = defs.getElementsByTagName( "ref" );
   for ( var r = refList.length -1; 0 <= r; r-- )
       var eachRef = refList.item(M
       var id = eachRef.getAttribute( "id" );
       var paramName = eachRef.getAttribute( "param" );
       var defaultVal = eachRef.getAttribute( "default" );
       if (!defaultVal)
       if (eachRef.firstChild)
           defaultVal = eachRef.firstChild.nodeValue;
           defaultVal = "";
       refs[ paramName ] = [eachRef, id, defaultVal];
   var paramArray = [];
   var href = document.defaultView.location.href;
!= href.indexOf("?") )
       var paramList = href.split("?")[1].split(/&|;/);
       for ( var p = 0, pLen = paramList.length; pLen > p; p++ )
       var eachParam = paramList[ p ];
       var valList = eachParam.split("=");
       var name = unescape(valList[0]);
       var value = unescape(valList[1]);
       refs[ name ][2] = value;
   if ( document.defaultView.frameElement )
       var params = document.defaultView.frameElement.getElementsByTagName("param");
var i = 0, iLen = params.length; iLen > i; i++ )
           var eachParam = params[ i ];
           var name = eachParam.getAttribute( "name" );
           var value = eachParam.getAttribute( "value" );
           refs[ name ][2] = value;
   for ( paramName in refs )
       var eachParam = refs[ paramName ];
       GetIdRefs( eachParam[1], eachParam[2] );
   function GetIdRefs( id, val )
   var elList = document.documentElement.getElementsByTagName( "*" M
   for ( var i = 0, iLen = elList.length; iLen > i; i++ )
       var eachEl = elList.item( i );
       for ( var a = 0, aLen = eachEl.attributes.length; aLen > a; a++ )
       var attr = eachEl.attributes[ a ];
       if ( attr && -1 != attr.value.indexOf("#" + id) )
           if ( "tref" == eachEl.localName )
           var t = document.createTextNode( val );
           eachEl.parentNode.replaceChild( t, eachEl );
           eachEl.sLyetAttributeNS( attr.namespaceURI, attr.name, val);
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3E4E0FF5B23D11EDAB4296E993CBD41B" xmpMM:DocumentID="xmp.did:3E4E0FF6B23D11EDAB4296E993CBD41B"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3E4E0FF3B23D11EDAB4296E993CBD41B" stRef:documentID="xmp.did:3E4E0FF4B23D11EDAB4296E993CBD41B"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3F0312D7B23D11ED8BF3E3290B6E9F2F" xmpMM:DocumentID="xmp.did:3F0312D8B23D11ED8BF3E3290B6E9F2F"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3F0312D5B23D11ED8BF3E3290B6E9F2F" stRef:documentID="xmp.did:3F0312D6B23D11ED8BF3E3290B6E9F2F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3EA5BDAFB23D11ED9421E16F9794B214" xmpMM:DocumentID="xmp.did:3EA5BDB0B23D11ED9421E16F9794B214"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3EA5BDADB23D11ED9421E16F9794B214" stRef:documentID="xmp.did:3EA5BDAEB23D11ED9421E16F9794B214"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:40BB211AB23D11EDB6B6E3565DAFB0FD" xmpMM:DocumentID="xmp.did:40BB211BB23D11EDB6B6E3565DAFB0FD"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:40BB2118B23D11EDB6B6E3565DAFB0FD" stRef:documentID="xmp.did:40BB2119B23D11EDB6B6E3565DAFB0FD"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:41757EB6B23D11ED863BCFBDB7CC606D" xmpMM:DocumentID="xmp.did:41757EB7B23D11ED863BCFBDB7CC606D"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:41757EB4B23D11ED863BCFBDB7CC606D" stRef:documentID="xmp.did:41757EB5B23D11ED863BCFBDB7CC606D"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:3FAF9967B23D11ED8058E31D4C4990C3" xmpMM:DocumentID="xmp.did:3FAF9968B23D11ED8058E31D4C4990C3"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:3FAF9965B23D11ED8058E31D4C4990C3" stRef:documentID="xmp.did:3FAF9966B23D11ED8058E31D4C4990C3"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "kucoin.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
c/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
  "name": "KILLABEARS.sats"
text/plain;charset=utf-8
  "name": "8686.sats"
text/plain;charset=utf-8
  "name": "polo.sats"
text/plain;charset=utf-8
  "name": "tomas.sats"
text/plain;charset=utf-8
  "name": "memeland.sats"
text/plain;charset=utf-8
  "name": "marco.sats"
text/plain;charset=utf-8
  "name": "ordinalsmaxi.sats"
text/plain;charset=utf-8
  "name": "luka.sats"
text/plain;charset=utf-8
  "name": "grab.sats"
text/plain;charset=utf-8
  "name": "prg.sats"
text/plain;charset=utf-8
  "name": "kro.sats"
text/plain;charset=utf-8
  "name": "pierre.sats"
text/plain;charset=utf-8
  "name": "manuel.sats"
text/plain;charset=utf-8
  "name": "pacman.sats"
text/plain;charset=utf-8
  "name": "moar.sats"
text/plain;charset=utf-8
  "name": "warren.sats"
text/plain;charset=utf-8
  "name": "ted.sats"
text/plain;charset=utf-8
  "name": "joon.sats"
text/plain;charset=utf-8
  "name": "keung.sats"
text/plain;charset=utf-8
  "name": "teddy.sats"
text/plain;charset=utf-8
  "name": "raymond.sats"
text/plain;charset=utf-8
  "name": "yellowcard.sats"
text/plain;charset=utf-8
  "name": "prague.sats"
text/plain;charset=utf-8
  "name": "mrk.sats"
text/plain;charset=utf-8
  "name": "5566.sats"
text/plain;charset=utf-8
  "name": "9900.sats"
text/plain;charset=utf-8
  "name": "gdp.sats"
text/plain;charset=utf-8
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350">
    .base{fill:#4d4d4d;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link{fill:blue;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link2:hover{fill:Blue!important;}
    .link3:hover{fill:#1DA1F2!important;}
h="100%" height="100%" fill="#f2a900"/>
  <text font-size="50" x="50%" y="40%" class="base">bitbags.io</text>
  <a href="https://bitbags.io" target="__blank__">
    <text font-size="20" x="50%" y="55%" class="base link2">Inscribe Here</text>
  <a href="https://twitter.com/bitbagsordinal" target="_blank_2">
    <g transform="translate(280, 265) scale(0.5)">
      <path class="base link3" d="M109.75 92.2701C110 130.1 78 156.89 27.38 136.15C39.16 134.49 47.92 131.15 54.38 126.96C47.31 124.39 38.28 115.49 36.19 M
110.71L44.3 109.36C44.3 109.36 35.22 100.27 32.71 90.1001L42.83 91.4801C42.83 91.4801 37.12 83.0201 38.83 67.8701C45.85 79.3801 59.4 89.2201 71.45 92.0001C70 67.0001 94 62.5101 104.66 75.0501L119.56 72.7001L112.41 81.9301L122.62 85.4201L109.75 92.2701Z"/>
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "piggybank.sats"
4j2DC-L5:EVLEEiboHRfaJ4nv3Hnmr5+p4LBjMkSK78yJfg/PnIg=
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "macbook.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "greece.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "jpegs.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "1003.sats"
text/html;charset=utf-8
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Ordinal Automata</title> <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script> <script id="snippet-random-code" type="text/javascript"> let seed=window.location.href.split('/').find(t=> t.includes('i0')); if (seed==null){const alphabet="0123456789abcdefghijklmnopqrstuvwsyz"; seed=new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_=> alphabetM
[(Math.random() * alphabet.length) | 0]).join('') + "i0";}else{let pattern="seed="; for (let i=0; i < seed.length - pattern.length; ++i){if (seed.substring(i, i + pattern.length)==pattern){seed=seed.substring(i + pattern.length); break;}}}function cyrb128($){let _=1779033703, u=3144134277, i=1013904242, l=2773480762; for (let n=0, r; n < $.length; n++) _=u ^ Math.imul(_ ^ (r=$.charCodeAt(n)), 597399067), u=i ^ Math.imul(u ^ r, 2869860233), i=l ^ Math.imul(i ^ r, 951274213), l=_ ^ Math.imul(l ^ r, 2716044179); returM
n _=Math.imul(i ^ _ >>> 18, 597399067), u=Math.imul(l ^ u >>> 22, 2869860233), i=Math.imul(_ ^ i >>> 17, 951274213), l=Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]}function sfc32($, _, u, i){return function (){u >>>=0, i >>>=0; var l=($ >>>=0) + (_ >>>=0) | 0; return $=_ ^ _ >>> 9, _=u + (u << 3) | 0, u=(u=u << 21 | u >>> 11) + (l=l + (i=i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296}}let mathRand=sfc32(...cyrb128(seed)); </script> <style>body{margin: 0px;}<M
/style></head><body><script type="text/javascript">const rand=mathRand();function getRule(dcml){var s=(dcml >>> 0).toString(2).split(""); if (8 - s.length > 0){return Array(8 - s.length).fill(0).concat(s.map(Number));}else{return s.map(Number);}}function setCell(r, p){var i=parseInt(p.join(""), 2); switch (i){case 7: return r[0]; case 6: return r[1]; case 5: return r[2]; case 4: return r[3]; case 3: return r[4]; case 2: return r[5]; case 1: return r[6]; case 0: return r[7]; default: console.log("ERROR: setCell unhaM
ndled case."); return r[0];}}function genGrid(fr, rule){var result=[fr]; var row=fr; for (let r=1; r < cc; r++){var nextRow=[]; for (let i=0; i < cc; i++){var c1=0; var c2=0; var c3=0; if (i==0){c1=0; c2=row[i]; c3=row[i + 1];}else if (i==cc - 1){c1=row[i - 1]; c2=row[i]; c3=0;}else{c1=row[i - 1]; c2=row[i]; c3=row[i + 1];}nextRow.push(setCell(rule, [c1, c2, c3]));}row=nextRow; result.push(row);}return result;}filterRules=[0, 2, 4, 6, 8, 10, 12, 14, 16, 20, 24, 32, 34, 36, 38, 40, 42, 44, 46, 48, 52, 56, 64, 66, 72M
, 74, 76, 80, 84, 88, 96, 98, 100, 104, 106, 108, 112, 116, 120, 128, 130, 132, 136, 138, 140, 142, 144, 148, 152, 160, 162, 164, 166, 168, 170, 172, 174, 176, 180, 184, 192, 194, 196, 200, 202, 204, 208, 212, 216, 224, 226, 228, 232, 234, 236, 240, 244, 248];cc=100;m=24;rr1=parseInt(mathRand() * 256);rr2=parseInt(mathRand() * 256);rr3=parseInt(mathRand() * 256);while(true){if (filterRules.includes(rr1) || filterRules.includes(rr2) || filterRules.includes(rr3)){rr1=parseInt(mathRand() * 256); rr2=parseInt(mathRand(M
) * 256); rr3=parseInt(mathRand() * 256);}else{break;}}console.log('rules:', rr1, rr2, rr3);r1=getRule(rr1);r2=getRule(rr2);r3=getRule(rr3);fr1=Array(cc).fill(0);fr1[parseInt(fr1.length / 2)]=1;fr2=Array(cc).fill(0);fr2[parseInt(mathRand() * fr2.length / 2)]=1;fr3=Array(cc).fill(0);fr3[parseInt(mathRand() * fr3.length / 2)]=1;grid1=genGrid(fr1, r1);grid2=genGrid(fr2, r2);grid3=genGrid(fr3, r3);var soc=mathRand() * 1;pd=1;function setup(){console.log('pd:', pd); console.log('soc:', soc); pixelDensity(pd); canvas=creM
ateCanvas(cc * m, cc * m); background(255); noLoop(); blendMode(MULTIPLY);}function draw(){noStroke(); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid1[x][y]==1){fill('#0074a2'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}push(); translate(m/2,m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid2[x][y]==1){fill('#00aa93'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, mM
);}}}pop(); push(); translate(-m/2,-m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid3[x][y]==1){fill('#ff48b0'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}pop(); push(); blendMode(BLEND); strokeWeight(m); stroke('#000000'); line(0,0,width,0); line(0,0,0,height); line(0,height,width,height); line(width,0,width,height); pop(); console.log(seed);}function keyReleased(){if (key=='h' ){pd=4; console.log('in h'); setup(); draw(); buff=creL
ateGraphics(width, height); buff.copy(canvas, 0,0,width,height,0,0,width,height); buff.save(seed + '.png');}}</script></body></html>
text/plain;charset=utf-8
DjB=:ETH.ETH:0xdE146Ef7ef9810a1d2E1D4ACE29F79FeC53E7e2E:1363289185::0
text/plain;charset=utf-8
  "name": "cristo.sats"
text/plain;charset=utf-8
FjDOUT:557AADF2B643C626AB434D3182EB89BA636A01BA075499BDDF352D8E1E6F762F
FjDOUT:32A36D1ACA35D9EF4AE4CDFE04061B0710182799A3AE24B583FC337CC5462C65
text/plain;charset=utf-8
text/plain;charset=utf-8
Financiamento.satsh!
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-24T15:18:28-05:00" xmp:ModifyDate="2023-02-24T15:18:28-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:7aaf7ba4-5f3e-6742-ad40-7ad61f2ffb9f" xmpMM:DocumentID="adobe:docid:photoshop:3a146b1f-9f93-5f4b-9e6e-ae9fae52bd53" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:81edf0d4-b8dd-244b-b8d5-6c7ae339d2b2" stEvt:when="2023-02-24T15:18:28-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:7aaf7ba4-5f3e-6742-ad40-7ad61f2ffb9f" stEvt:when="2023-02-24T15:18:28-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:81edf0d4-b8dd-244b-b8d5-6c7ae339d2b2" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
 d408e6bac9642e46917ad77e9b58b9c8H0E
 1efe6f9a61ca16cc3451a628296098feG0D
text/plain;charset=utf-8
  "name": "whale.sats"
text/plain;charset=utf-8
CjA=:ETH.ETH:0xdE146Ef7ef9810a1d2E1D4ACE29F79FeC53E7e2E:455666619::0
FjDOUT:C2ADD3B331134EC230F673AB122ACA80880A2707FEAD27B25412CFFD951E55CD
{"attributes":[{"trait_type":"Mouth","value":"Phoneme Vuh"},{"trait_type":"Hat","value":"Cowboy Hat"},{"trait_type":"Background","value":"Orange"},{"trait_type":"Eyes","value":"Holographic"},{"trait_type":"Fur","value":"Brown"}],"external_url":"https://baycbitcoin.com/index/bayc/9400","image":"ipfs://QmWwSKeAhhs1CNNDDkMaYgdWvZjrCUyfczc51JXp81i3H1/9400.png"}
 .)10.)-,3:J>36F7,-@WAFLNRSR2>ZaZP`JQRO
&O5-5OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
text/plain;charset=utf-8
  "name": "file.sats"
{"attributes":[{"trait_type":"Earring","value":"Silver Stud"},{"trait_type":"Eyes","value":"Bored"},{"trait_type":"Mouth","value":"Bored Unshaven"},{"trait_type":"Fur","value":"Blue"},{"trait_type":"Hat","value":"Short Mohawk"},{"trait_type":"Background","value":"Orange"},{"trait_type":"Clothes","value":"Hawaiian"}],"external_url":"https://baycbitcoin.com/index/bayc/5967","image":"ipfs://QmWwSKeAhhs1CNNDDkMaYgdWvZjrCUyfczc51JXp81i3H1/5967.png"}
 .)10.)-,3:J>36F7,-@WAFLNRSR2>ZaZP`JQRO
&O5-5OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
FjDOUT:F3AD4A3C559B1618AF51AC948EB17132084C29BCCFE79C2880688C4C19DFDE6D
text/plain;charset=utf-8
  "name": "coinage.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "kfc.sats"
text/plain;charset=utf-8
  "name": "serbia.sats"
text/plain;charset=utf-8
  "name": "0880.sats"
Bj@=:ETH.ETH:0x481bC761548720e0743808755009d95FF77654a0:15097823::0
FjDOUT:239F1890A7680FC1B690E80ADDC70139029884E3296A5343373D169880732091
text/plain;charset=utf-8
  "name": "8080.sats"
text/plain;charset=utf-8
  "name": "8880.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-24T15:27:06-05:00" xmp:ModifyDate="2023-02-24T15:27:06-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:e6b64bb2-f603-a545-b778-efa6fff82a22" xmpMM:DocumentID="adobe:docid:photoshop:b5b75f1a-277b-6d46-9659-ea93664f9365" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:4059515a-d992-5d4a-bf6e-5d047dbb7973" stEvt:when="2023-02-24T15:27:06-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e6b64bb2-f603-a545-b778-efa6fff82a22" stEvt:when="2023-02-24T15:27:06-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4059515a-d992-5d4a-bf6e-5d047dbb7973" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
text/plain;charset=utf-8
  "name": "administrator.sats"
text/plain;charset=utf-8
  "name": "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@((((........(@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@M
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@....................@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@..................,,,....(@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@...................******@@....@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@(.....................*****@@@@...@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@M
***********@@@@..........................................*******@@@@@..@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@#****************#@@&%%%%%%%//////.........................,*******@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@**********@@@********@@@%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...........*****@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@*********@@@@@@*******@@%%%%%%%%%%%%%%%%%%%**********%%%%%%%%///.........((@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@*********@@@@@@*******@@%%%%%%%%%M
%%%%%%%%.................%%%%%%%%%%%........@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@####@@@@@@@#********@@....//%%%%%%%%%%%%%%%%..%%%%%%%%%%.*%%%%%%%%%%%%%%%%//....(@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@***********@@@@@@......%%%%%...%%%.......%%%......((((((...(%%%%%%%%%%%.....@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@***********#@@@@@@@@@@@@((((......%%*.......%%*....,(((((......%%%%%%%%%%%%%//...((@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@********@@@@@@@@@@@@@@@@@@@@@@@.................((((((M
(((......%%%%%%%%%%%%%%%%%....@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@#*****@@@@@@@@@@@@@@@@@%%(((((((((((((((((((((((((((((((((%%%%%%%%%%%////......((@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@*****@@@@@@@@@@@@@@@(((((((((((((((((((((((%%%%((((((((((..............@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@@@@@(((((((((((((((((########((((((((((((((@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@@@@(((((((((((((((((((((((((((((((((((((((@@@@@@@@@@@@@@@@@@@@@@M
 @@@@@@@@@@@@@@@@@@@@@@@@@@*****@@@@@@@@@@@@@((((((((((((((((((((((((((((((((((((@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@***@.......@@@@@((((((((((((((((((((((((((((((((((@@@@.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@***@(.....,(((@@@@@%%((((((((((((((((((((((((%%@@@((.....(@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@....(((.....@@@@@((((((((((((((((((@@@@@@............@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@****@#((((((........((@@@@@@@@@@@@@@@@@@(((................@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@****@@.........................................*****........@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***#@@@@@@@.................................,,****@(.......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@................................****@@.......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@M
@@@@@@@@@@@@@@..*******************(((/####@...,,,,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@((((((@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@@@@@@@@........................,****@/......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@@@@@@@@.........**..............****@@......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@@@@@@@@@@@@.........**,..M
............****#@@//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@@@@@@@@@@@@.........****.................*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@@@@@@@@@@@@.........***#@((..............,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@@@@@@.*********@@@@@.............@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@@@@@@@@@@@@@@@(((@@@@@@@@@@@@@((((((((@@@@@@@@@@@@@@M
@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@****@@@@@@@@@@@@@@..........@@@@@@@@..........@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@@@@@@@..,,,,,,#@@@@@@@@@...,,,.##@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@@@@@@@........@@@@@@@@@@.......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@***@@@@@@@@@@@@@........@@@@@@@@@@.......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@@@@.........@@@@@@@@@@.......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**@@@@@@@@@............@@@@@@@..........@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@L
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.sats"
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4D277E39B23D11ED958E97D70D3D1F6E" xmpMM:DocumentID="xmp.did:4D277E3AB23D11ED958E97D70D3D1F6E"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4D277E37B23D11ED958E97D70D3D1F6E" stRef:documentID="xmp.did:4D277E38B23D11ED958E97D70D3D1F6E"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:45F3E7E0B23D11EDA68EC08C73AEDF4A" xmpMM:DocumentID="xmp.did:45F3E7E1B23D11EDA68EC08C73AEDF4A"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:45F3E7DEB23D11EDA68EC08C73AEDF4A" stRef:documentID="xmp.did:45F3E7DFB23D11EDA68EC08C73AEDF4A"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4F9ECBDDB23D11EDA587E00B8D9412F3" xmpMM:DocumentID="xmp.did:4F9ECBDEB23D11EDA587E00B8D9412F3"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4F9ECBDBB23D11EDA587E00B8D9412F3" stRef:documentID="xmp.did:4F9ECBDCB23D11EDA587E00B8D9412F3"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4336EB65B23D11ED9C8EE27F9D3B290A" xmpMM:DocumentID="xmp.did:4336EB66B23D11ED9C8EE27F9D3B290A"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4336EB63B23D11ED9C8EE27F9D3B290A" stRef:documentID="xmp.did:4336EB64B23D11ED9C8EE27F9D3B290A"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4F4667FDB23D11ED8E5E9D1023BE9894" xmpMM:DocumentID="xmp.did:4F4667FEB23D11ED8E5E9D1023BE9894"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4F4667FBB23D11ED8E5E9D1023BE9894" stRef:documentID="xmp.did:4F4667FCB23D11ED8E5E9D1023BE9894"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4D7EAF8EB23D11ED9A16C5972013E1E6" xmpMM:DocumentID="xmp.did:4D7EAF8FB23D11ED9A16C5972013E1E6"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4D7EAF8CB23D11ED9A16C5972013E1E6" stRef:documentID="xmp.did:4D7EAF8DB23D11ED9A16C5972013E1E6"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:41C92C46B23D11ED9D5EDAD81F20EFE2" xmpMM:DocumentID="xmp.did:41C92C47B23D11ED9D5EDAD81F20EFE2"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:41C92C44B23D11ED9D5EDAD81F20EFE2" stRef:documentID="xmp.did:41C92C45B23D11ED9D5EDAD81F20EFE2"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4E33DEAEB23D11ED9064C96834C60FE8" xmpMM:DocumentID="xmp.did:4E33DEAFB23D11ED9064C96834C60FE8"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4E33DEACB23D11ED9064C96834C60FE8" stRef:documentID="xmp.did:4E33DEADB23D11ED9064C96834C60FE8"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4C11A1F8B23D11EDAE14A3B27FA1C055" xmpMM:DocumentID="xmp.did:4C11A1F9B23D11EDAE14A3B27FA1C055"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4C11A1F6B23D11EDAE14A3B27FA1C055" stRef:documentID="xmp.did:4C11A1F7B23D11EDAE14A3B27FA1C055"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:46AEDD99B23D11EDB8F8A9F880265684" xmpMM:DocumentID="xmp.did:46AEDD9AB23D11EDB8F8A9F880265684"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:46AEDD97B23D11EDB8F8A9F880265684" stRef:documentID="xmp.did:46AEDD98B23D11EDB8F8A9F880265684"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:5054F72AB23D11EDBC59D9E1822ED88F" xmpMM:DocumentID="xmp.did:5054F72BB23D11EDBC59D9E1822ED88F"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:5054F728B23D11EDBC59D9E1822ED88F" stRef:documentID="xmp.did:5054F729B23D11EDBC59D9E1822ED88F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4E99C1AFB23D11ED9332F620FBCE58FD" xmpMM:DocumentID="xmp.did:4E99C1B0B23D11ED9332F620FBCE58FD"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4E99C1ADB23D11ED9332F620FBCE58FD" stRef:documentID="xmp.did:4E99C1AEB23D11ED9332F620FBCE58FD"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:44E52FB6B23D11EDBF0F8BDC84CFBCA1" xmpMM:DocumentID="xmp.did:44E52FB7B23D11EDBF0F8BDC84CFBCA1"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:44E52FB4B23D11EDBF0F8BDC84CFBCA1" stRef:documentID="xmp.did:44E52FB5B23D11EDBF0F8BDC84CFBCA1"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4EF37644B23D11ED8711F611501426EF" xmpMM:DocumentID="xmp.did:4EF37645B23D11ED8711F611501426EF"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4EF37642B23D11ED8711F611501426EF" stRef:documentID="xmp.did:4EF37643B23D11ED8711F611501426EF"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:48203801B23D11EDA992A1B1AA92070A" xmpMM:DocumentID="xmp.did:48203802B23D11EDA992A1B1AA92070A"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:482037FFB23D11EDA992A1B1AA92070A" stRef:documentID="xmp.did:48203800B23D11EDA992A1B1AA92070A"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4FF7702AB23D11EDB0B2A96AA1C57FBB" xmpMM:DocumentID="xmp.did:4FF7702BB23D11EDB0B2A96AA1C57FBB"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4FF77028B23D11EDB0B2A96AA1C57FBB" stRef:documentID="xmp.did:4FF77029B23D11EDB0B2A96AA1C57FBB"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4651328CB23D11EDABE5D582786B19A4" xmpMM:DocumentID="xmp.did:4651328DB23D11EDABE5D582786B19A4"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4651328AB23D11EDABE5D582786B19A4" stRef:documentID="xmp.did:4651328BB23D11EDABE5D582786B19A4"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:42790D24B23D11ED931381572E5F9FCF" xmpMM:DocumentID="xmp.did:42790D25B23D11ED931381572E5F9FCF"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:42790D22B23D11ED931381572E5F9FCF" stRef:documentID="xmp.did:42790D23B23D11ED931381572E5F9FCF"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:421F92C7B23D11EDBA5FC4772C1C2E65" xmpMM:DocumentID="xmp.did:421F92C8B23D11EDBA5FC4772C1C2E65"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:421F92C5B23D11EDBA5FC4772C1C2E65" stRef:documentID="xmp.did:421F92C6B23D11EDBA5FC4772C1C2E65"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:48DBF3F5B23D11ED8823AF3C4E69146E" xmpMM:DocumentID="xmp.did:48DBF3F6B23D11ED8823AF3C4E69146E"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:48DBF3F3B23D11ED8823AF3C4E69146E" stRef:documentID="xmp.did:48DBF3F4B23D11ED8823AF3C4E69146E"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4DDC9800B23D11ED903EDA12E408DA1C" xmpMM:DocumentID="xmp.did:4DDC9801B23D11ED903EDA12E408DA1C"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4DDC97FEB23D11ED903EDA12E408DA1C" stRef:documentID="xmp.did:4DDC97FFB23D11ED903EDA12E408DA1C"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:47CBA210B23D11ED96D9AEC89EDE68FB" xmpMM:DocumentID="xmp.did:47CBA211B23D11ED96D9AEC89EDE68FB"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:47CBA20EB23D11ED96D9AEC89EDE68FB" stRef:documentID="xmp.did:47CBA20FB23D11ED96D9AEC89EDE68FB"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4A463C91B23D11ED8B6CA5D7BB7B19B4" xmpMM:DocumentID="xmp.did:4A463C92B23D11ED8B6CA5D7BB7B19B4"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4A463C8FB23D11ED8B6CA5D7BB7B19B4" stRef:documentID="xmp.did:4A463C90B23D11ED8B6CA5D7BB7B19B4"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4541BEF6B23D11ED8AD08F8AA7568C2D" xmpMM:DocumentID="xmp.did:4541BEF7B23D11ED8AD08F8AA7568C2D"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4541BEF4B23D11ED8AD08F8AA7568C2D" stRef:documentID="xmp.did:4541BEF5B23D11ED8AD08F8AA7568C2D"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4B04776AB23D11ED8C8EBFF23F8477FC" xmpMM:DocumentID="xmp.did:4B04776BB23D11ED8C8EBFF23F8477FC"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4B047768B23D11ED8C8EBFF23F8477FC" stRef:documentID="xmp.did:4B047769B23D11ED8C8EBFF23F8477FC"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" shape-rendering="crispEdges" height="320" width="320" preserveAspectRatio="xMinYMin meet"
viewBox="0 0 320 320">
   <ref id="color1" param="fill1" default="#524107"/>
   <ref id="color2" param="fill2" default="#1f6a07"/>
   <ref id="color3" param="fill3" default="#d0a236"/>
   <ref id="color4" param="fill4" default="#7d5a09"/>
  <path fill="url(#color1)" d="M0 0v60h10V10h10V0H10Zm10 60v10h10v10h10V7M
0h10v10h10v10H40v10H30v10h10v10H30v10h10v10H30v10h10v10H30v10h10v10H30v10H20v40h10v-20h10v-10h10v-10h20v-30H60v-60h10V90h10V80h30V70h70v10h30v10h10v10h10v20h-10v10h10v20h-10v10h20v20h-10v10h30v10h10v10h10v20h-10v10h-10v10h-20v10h-30v20h10v10h20v-10h10v10h10v-10h10v10h20v-10h-10v-10h10v-10h-10v-10h10v-10h10v-10h-10v-10h10v-10h-10v-10h-10v-10h-10v-10h10v-10h-10v-10h10v-10h10v-10h-10v-10h10v-10h10v-10h-20V90h-10V80h10V70h10V60h-10V50h10V40h-10V30h-10V20h-10v10h-10v10h10v10h-10v10h-10V50h-10v10h-10V50h10V40h-10V30h-10vM
10h-10V30h-10V20h-10v10h-10v10h-10v10h-10V40h-10V30h-10v10h-10V30h-10v10h-10V30H90V20H80v10H70V20H60v10H50v10H40v10H30v10H20Zm20-10V40H20v10Zm0-10h10V30H30Zm0-10V20H20v10zm10 0h10V20H40Zm30-10h10V10H70Zm0-10V0H30v10h30zm20 10h10V10H90Zm10 0v10h10V20Zm20 10h10V20h-10zm20 0h10V20h-10zm10 0v10h10V30Zm50 0h10V20h-10zm20 0h10V20h-10zm10 0v10h10V30Zm10 0h10V20h-10zm0 10v10h10V40Zm40-10h10V20h-10zm10 0v10h10V30Zm0 20v10h10V50Zm10 10v50h10v110h10V60h-10zm-20 20v10h10V80Zm10 50v10h10v-10zm0 20v10h10v-10zm0 10h-10v10h10zm0 1M
0v10h10v-10zm0 10h-10v10h10zm0 10v10h10v-10zm0 60v10h10v-10zm0 20v10h10v-10zm0 20v10h10v-10zm-20 0h-10v10h10zm-60-10h-10v10h10zm-10 10h-10v10h10zm-10 0v-10h-10v10zm-10 0h-10v10h10zm-10 0v-10h10v-10h-80v-10H70v-10H50v-10H40v10H30v20h10v20h10v-10h10v-10h10v10H60v10h10v10h10v-10h10v10h20v-10h10v-10h10v10h10v10h20v-10h-10v-10h10v10zm-40 0h-10v10h10zm-70 0H50v10h10zm-20 0H30v10h10zm-10 0v-10H20v10zm-10-10v-20H10V100H0v220h50v-10H10v-30ZM10 100h20V90H20V80H10v10Zm20-10h10V80H30Zm0 160v-10H20v10zm0-10h10v-10H30Zm160 40h10M
v-10h-10zm40-90h-10v10h10zm-10 10h-40v10h40zm0-40h-10v10h10zm-10 10h-30v10h30zm-30 10h-30v10h30zm-30 10h-10v30h10v-20zm-10 30h-10v30h-20v10h80v-10h-50v-20zm50 30h30v-10h-30zm30-10h10v-10h-10zm10-10h10v-10h-10zm10-10h10v-20h-10v10zm-130 30v-10H80v10h20zm-30-10v-10H70v10zm-10-10v-10H60v10zm-10-10v-20H50v20zm80-30v-50h-10v50zm-10-50v-10H80v20h10v60h10v-70h20zm-40 70H80v10h10Zm-10-80v-10H70v10zm140 0h-10v10h10zm-10 10h-20v10h20zm-20 10h-30v10h30zM30 180v-10H20v10zm0-20v-10H20v10zm0-20v-10H20v10zm0-20v-10H20v10zM110 0v1M
0h100V0h-90zm110 0v10h100V0h-90zm90 20v30h10V20ZM180 120v10h10v-10zm-20 10v10h10v-10zm150 100v80h-60v-10h-40v20h110v-90ZM60 310v10h140v-10H70Z"/>
  <path fill="url(#color2)" d="M20 0v10H10v50h10V20h50V10H30V0Zm50 10h40V0H70Zm40 0v10h50v10h10V20h130v40h20V50h-10V20h10V10H220V0h-10v10h-90zm190 50h-10v40h-10v10h20V70Zm0 50v190h-20v-10h-10v10h-20v10h60v-80h10v-10h-10V110zm-50 190v-20h-10v10h-30v10h30zm-40 0H20v-20H10v30h40v10h10v-10h140v10h10v-10ZM20 280h20v-10H30v-10H20v10zm0-20V150h10v-10H20v-40H10v160zM10 100V80h10VM
70H10V60H0v40zm40 90v10h20v-10H60Zm0 10H40v10h10Zm-10 10H30v20h10v-10zm0 20v10h10v-10zm10 10v10h10v-10zm190-50v10h20v-10h-10zm20 10v10h10v-10zm10 10v20h10v-20zm0 20h-10v10h10zm-10 10h-20v10h20zm-20 10h-30v10h30zm-30 10H100v10h110zm-110 0v-10H70v10h20z"/>
  <path fill="url(#color3)" d="M80 10v10h10V10Zm10 10v10h10V20Zm10 0h10V10h-10zm10 0v10h10V20Zm10 10v10h10V30Zm10 0h10V20h-10zm10 0v10h10V30Zm10 0h10V20h-10zm10 0v10h10V30Zm10 0h10V20h-10zm-10 10h-10v10h10zm-50-10h-10v10h10zM80 20H70v10h10Zm-50 0v10h10V20Zm10 10v10M
h10V30Zm10 0h10V20H50ZM40 40H30v10h10ZM30 50H20v10h10Zm0-10V30H20v10Zm160-20v10h10V20Zm10 10v10h10V30Zm10 0h10V20h-10zm10 0v10h10V30Zm10 0h10V20h-10zm10 0v10h10V30Zm10 0h10V20h-10zm0 10v10h10V40Zm0 10h-10v10h10zm-10 0V40h-10v10zm-10 0h-10v10h10zm40-30v10h10V20Zm10 10v10h10V30Zm10 0h10V20h-10zm0 10v10h10V40Zm0 10h-10v10h10zM30 70v10h10V70Zm10 10v10h10V80Zm0 10H30v10h10Zm-10 10H20v10h10zm0 10v10h10v-10zm0 10H20v10h10zm0 10v10h10v-10Zm0-40V80H20v10Zm80-20v10H80v10H70v10H60v20h10v-10h10v-10h40V90h50v10h20v10h10v10h-10vM
10h-20v10h-30v10h50v-10h20v-10h10v-10h10v-20h-10V90h-10V80h-30V70h-60zm80 80v10h-50v20h40v-10h20v-10h10v-10h-10zm-10 30v10h-30v20h30v-10h10v-10h10v-10h-10ZM280 70v10h10V70Zm0 10h-10v10h10zm0 10v10h10V90Zm-150 10v20h20v-20h-10zm160 20v10h10v-10zm0 10h-10v10h10zm0 10v10h10v-10zm0 10h-10v10h10zm0 10v10h10v-10zm0 10h-10v10h10zm0 10v10h10v-10zm0 10h-10v10h10zm0 10v10h10v-10zm-10-10v-10h-10v10zm0-20v-10h-10v10zM60 130v20h10v10h10v10h10v-20H80v-10H70v-10zm20 40H70v10h10zm0 10v10h10v-10zm0 10H70v10H60v20h10v10h10v-20h10v-1M
0H80Zm10 20v30h20v10h20v-30h-10v-10h-20zm30 0h20v-20h-30v-10h-10v20h20zm-10-30h20v-20h-20v-10h-10v20h10zm0-30h20v-10h-20zm-80 0v10h10v-10zm0 10H20v10h10zm0 10v10h10v-10zm0 10H20v10h10zm160 30v10h-50v30h40v-10h30v-30h-10zm100 10v10h10v-10ZM20 230v10h10v-10zm10 10v10h10v-10zm0 10H20v10h10zm260-10v10h10v-10zm0 10h-10v10h10zm0 10v10h10v-10zm0 10h-10v10h10zm0 10v10h10v-10zm0 10h-10v10h10zM60 270v10h10v-10zm0 10H50v10h10zm0 10v10h10v-10zm-10 0H40v10h10zm-10 0v-10H30v10zm-10 0H20v10h10zm150-20v10h10v-10zm10 10v10h10v-10zmM
10 0h10v-10h-10zm10 0v10h10v-10zm0 10h-10v10h10zm-20 0h-10v10h10zm-10 0v-10h-10v10zm-10 0h-10v10h10zm-10 0v-10h-10v10zm-40-10v10h10v-10zm10 10v10h10v-10zm-10 0h-10v10h10zm140-10v10h10v-10zm0 10h-10v10h10zm-180 0v10h10v-10z"/>
  <path fill="url(#color4)" d="M120 90v10H80v10H70v10h10v10h50v10h30v-10h20v-10h20v-10h-10v-10h-20V90h-40Zm-40 40H70v10h10zm-10 0v-10H60v10zm60-30h20v20h-20v-10zm90 30v10h-10v20h10v-10h10v-20zm0 30v10h-10v10h-10v10h-10v10h30v-10h10v-10h10v-20h-10zm10 30v10h-10v10h-10v30h10v-10h10v-10h10v-30zm1M
0 30v10h-10v10h-10v10h20v-10h20v-10h10v-20h-10v-10h-10v20zm-30-50v-10h-10v10zm-110-30v10h10v-10zm10 10v10h20v-10h-10zm-50 0v10h10v-10zm10 10v10h10v-10zm10 10v10h10v-10zm0 10H70v10h10zm0 10v10h10v-10zm60-40v10h20v-10h-10zm-40 20v10h10v-10zm10 10v10h20v-10h-10zm30 0v10h10v-10zm-40 20v10h20v-10h-10zm20 10v10h20v-10h-10zm-80 0v20h10v10h10v10h20v-10H70v-10H60v-10H50v-10zm40 30h10v-20H80v10zm70-30v10h40v-10h-30zm30 30v10h10v-10zm10 10v10h20v-10h-10zm-90 0v10h10v-10z"/>
  <script type="text/ecmascript">
   function GetParams()
   var defs = document.getElementsByTagName( "defs" )[0];
   var refList = defs.getElementsByTagName( "ref" );
   for ( var r = refList.length -1; 0 <= r; r-- )
       var eachRef = refList.item( r );
       var id = eachRef.getAttribute( "id" );
       var paramName = eachRef.getAttribute( "param" );
       var defaultVal = eachRef.getAttribute( "default" );
       if (!defaultVal)
       if (eachRef.firstChild)
 defaultVal = eachRef.firstChild.nodeValue;
           defaultVal = "";
       refs[ paramName ] = [eachRef, id, defaultVal];
   var paramArray = [];
   var href = document.defaultView.location.href;
   if ( -1 != href.indexOf("?") )
       var paramList = href.split("?")[1].split(/&|;/);
       for ( var p = 0, pLen = paramList.length; pLen > p; p++ )
       var eachParam = paramList[ p ];
       var valList = eachParam.split("=");
 name = unescape(valList[0]);
       var value = unescape(valList[1]);
       refs[ name ][2] = value;
   if ( document.defaultView.frameElement )
       var params = document.defaultView.frameElement.getElementsByTagName("param");
       for ( var i = 0, iLen = params.length; iLen > i; i++ )
           var eachParam = params[ i ];
           var name = eachParam.getAttribute( "name" );
           var value = eachParam.getAttribute( "value" );
           refs[ name ][2] M
   for ( paramName in refs )
       var eachParam = refs[ paramName ];
       GetIdRefs( eachParam[1], eachParam[2] );
   function GetIdRefs( id, val )
   var elList = document.documentElement.getElementsByTagName( "*" );
   for ( var i = 0, iLen = elList.length; iLen > i; i++ )
       var eachEl = elList.item( i );
       for ( var a = 0, aLen = eachEl.attributes.length; aLen > a; a++ )
       var attr = eachEl.attributes[ a ];
       if ( attr && -1M
 != attr.value.indexOf("#" + id) )
           if ( "tref" == eachEl.localName )
           var t = document.createTextNode( val );
           eachEl.parentNode.replaceChild( t, eachEl );
           eachEl.setAttributeNS( attr.namespaceURI, attr.name, val);
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:487DBCBAB23D11ED817FE74B5C1D7FF6" xmpMM:DocumentID="xmp.did:487DBCBBB23D11ED817FE74B5C1D7FF6"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:487DBCB8B23D11ED817FE74B5C1D7FF6" stRef:documentID="xmp.did:487DBCB9B23D11ED817FE74B5C1D7FF6"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4B5B6889B23D11EDA4BBA5D467615CD1" xmpMM:DocumentID="xmp.did:4B5B688AB23D11EDA4BBA5D467615CD1"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4B5B6887B23D11EDA4BBA5D467615CD1" stRef:documentID="xmp.did:4B5B6888B23D11EDA4BBA5D467615CD1"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" shape-rendering="crispEdges" height="320" width="320" preserveAspectRatio="xMinYMin meet"
viewBox="0 0 320 320">
   <ref id="color1" param="fill1" default="#ff5e56"/>
   <ref id="color2" param="fill2" default="#ffdc8f"/>
   <ref id="color3" param="fill3" default="#64cae0"/>
   <ref id="color4" param="fill4" default="#cd2b27"/>
  <path fill="url(#color1)" d="M0 0v10h10V0Zm130 90v10h10v10h40v-10h10V90M
h-50zm-20 20v10h-10v70h10v20h10v10h10v10h10v30h-10v20h10v20h10v-90h-10v-20h-10v-10h-10v-10h-10v-40h10v-20zm90 0v20h10v40h-10v10h-10v10h-10v20h-10v90h10v-20h10v-20h-10v-30h10v-10h10v-10h10v-20h10v-70h-10v-10ZM40 140v20h20v-20H50Zm220 0v20h20v-20h-10z"/>
  <path fill="url(#color2)" d="M10 0v10h70V0H20Zm70 10v10H60v10h30V10Zm10 0h10V0H90Zm10 0v20h120V10h-10v10H110V10Zm10 0h100V0H110zm110 0h10V0h-10zm10 0v20h30V20h-20V10Zm10 0h80V0h-80ZM0 20v10h50V20H10Zm270 0v10h50V20h-40ZM0 40v10h30V40H10Zm30 10v10H20v10H10v10H0v80h1M
0v10h10v10h40v10h10v10h10v20h10v10h10v20h10v30h10v-20h10v-30h-10v-10h-10v-10h-10v-10H90v-80h10v-20h10V80H40v10H30v10H20v30h10v10h10v-10h10v10h10v20H50v10H40v-10H20v-10H10V90h10V80h10V70h10V60h70v10h10v10h20V70h40v10h20V70h10V60h70v10h10v10h10v10h10v60h-10v10h-20v10h-10v-10h-10v-20h10v-10h10v10h10v-10h10v-30h-10V90h-10V80h-60v10h-10v10h10v20h10v80h-10v10h-10v10h-10v10h-10v30h10v20h10v-30h10v-20h10v-10h10v-20h10v-10h10v-10h40v-10h10v-10h10V80h-10V70h-10V60h-10V50h-10V40h-70v10h-10v10h-80V50h-10V40H40v10zm90 0h80V40h-M
80zm170 0h30V40h-30zm20 20h10V60h-10zm0 100v10h10v-10zm-50 20v10h-10v20h10v-10h10v-10h50v-10h-50zm10 20v10h50v-10h-40zm0 10h-10v10h10zm0 10v20h10v-10h40v-10h-40zm10 20v30h10v-20h30v-10h-30zm10 30v30h10v-20h10v-10h10v-10h-20v10zm20 10v20h10v-20zm0 20h-10v10h10zm-20 0h-10v10h10zm-10 0v-30h-10v30zm-10 0h-10v10h10zm-10 0v-30h-10v30zm-10 0h-10v10h10zm-10 0v-30h-10v30zm-10 0h-10v10h10zm-10 0v-30h-10v30zm-10 0h-10v10h10zm-10 0v-30h-10v20h-10v20h10v-10zm20-30h10v-30h-10v20zm10-30h10v-20h-10v10zm10-20h10v-10h-10zm10 0v20h10M
v-20zm10 20v30h10v-30zm-10 0h-10v30h10v-20zm-130 30v30h10v10h10v-20h-10v-20zm0 30h-10v10h10zm-10 0v-30h-10v30zm-10 0H90v10h10zm-10 0v-30H80v30zm-10 0H70v10h10zm-10 0v-30H60v30zm-10 0H50v10h10zm-10 0v-30H40v30zm-10 0H30v10h10zm-10 0v-30H20v-10H0v10h10v10h10v20zm-10 0H10v10h10zm-10 0v-20H0v20zm20-30h10v-30H0v10h30v10zm10-30h10v-20H0v10h40Zm10-20h10v-10H50Zm0-10v-10H0v10h40zm0-10h10v10h10v-20H60v-10H0v10h50zm20 10v10h10v-10zm10 10v20h10v-20zm10 20v30h10v-30zm-10 0H70v30h10v-20zm-10 0v-20H60v20zm-10 0H50v30h10v-20Zm-50M
-80H0v10h10Zm0-100V60H0v10z"/>
  <path fill="url(#color3)" d="M80 0v10h10V0Zm10 10v20H60V20H50v10H40v10h70v10h10V40h80v10h10V40h70v10h10V30h-20V20h-10v10h-30V10h-10v20H100V10Zm10 0h10V0h-10zm10 0v10h100V10h-90zm100 0h10V0h-10zm20 0h10V0h-10zm10 0v10h20V10h-10zm50 40v10h10V50Zm10 10v10h10V60ZM200 50h-80v10h80zM40 40H30v10h10ZM30 50H20v10h10ZM20 60H10v10h10Zm40-40h20V10H60ZM0 160v10h10v-10zm10 10v10H0v10h60v-10H20v-10zm50 20v10h10v-10zm10 10v20h10v-20zm10 20v10h10v-10zm10 10v20h10v-20zm10 20v30h10v-30zm10 30v30h10v-3M
0zm10 30v10h10v-10zm-10 0h-10v10h10zm-10 0v-30H90v30zm-10-30v-30H80v30zm-10 0H70v30h10v-20zm-10 0v-30H60v30zm-10 0H50v20h10v-10zm-10 0v-30H40v30zm-10-30v-10H20v10h10zm10 0h10v-20H50v10zm0-20v-10H10v10h30zm0-10h10v-10H50Zm0-10v-10H0v10h40zm10 10v10h10v-10zm10 10v20h10v-20zm240-70v10h10v-10zm0 10h-10v10h-40v10h60v-10h-10zm-50 20h-10v10h10zm-10 10h-10v20h10v-10zm0 20v10h10v-10zm10 0h10v-10h-10zm10-10h50v-10h-50zm0 10v10h40v-10h-30zm0 10h-10v20h10v-10zm0 20v30h10v-30zm10 0h20v-10h-20zm-10 30h-10v20h10v-10zm-10 0v-30h-1M
0v30zm-10 0h-10v30h10v-20zm-10 0v-30h-10v30zm-10 0h-10v30h10v-20zm-10 30h-10v10h10zm-10 0v-30h-10v30zm-10 0h-10v10h10zm10-30h10v-30h-10v20zm10-30h10v-20h-10v10zm10-20h10v-10h-10zm10 0v20h10v-20ZM20 260v10h10v-10zm270 0v10h10v-10z"/>
  <path fill="url(#color4)" d="M0 10v10h60V10H10Zm260 0v10h60V10h-50ZM0 30v10h40V30H10Zm290 0v10h30V30h-20ZM0 50v10h20V50H10Zm300 0v10h20V50h-10ZM40 60v10H30v10H20v10H10v60h10v10h20v-20H30v-10H20v-30h10V90h10V80h70v20h-10v20h10v-10h10v20h-10v40h10v10h10v10h10v20h10v90h-10v20h40v-20h-10vM
-90h10v-20h10v-10h10v-10h10v-40h-10v-20h10v10h10v-20h-10V90h10V80h60v10h10v10h10v30h-10v10h-10v20h20v-10h10V90h-10V80h-10V70h-10V60h-70v10h-10v10h-20V70h-40v10h-20V70h-10V60H50Zm240 100h-10v10h10zm0-20v-10h-10v10zm-60-20v70h-10v20h10v-10h10v-80zm-10 90h-10v10h10zm-10 10h-10v10h10zm-10 10h-10v30h10v-20zm0 30v20h10v-20zm0 20h-10v20h10v-10zm-50 20v-20h-10v20zm-10-20v-20h-10v20zm0-20h10v-30h-10v20zm0-30v-10h-10v10zm-10-10v-10h-10v10zm-10-10v-20h-10v-70H90v80h10v10zm-70-70h10v-10H40Zm0 20v10h10v-10ZM0 70v10h10V70Zm310 0M
v10h10V70ZM130 90h60v10h-10v10h-40v-10h-10ZM0 220v10h10v-10zm310 0v10h10v-10ZM0 240v10h20v-10H10Zm300 0v10h20v-10h-10ZM0 260v10h20v-10H10Zm20 10v10h10v-10zm10 10v30h10v-30zm10 30v10h10v-10zm10 0h10v-10H50Zm10 0v10h10v-10zm-30 0H20v10h10zm-10 0v-20H10v20zm-10 0H0v10h10zm0-20v-10H0v10zm290-30v10h20v-10h-10zm0 10h-10v10h10zm-10 10h-10v30h10v-20zm0 30v10h10v-10zm10 0h10v-20h-10v10zm10-20h10v-10h-10zm0 20v10h10v-10zm-30 0h-10v10h10zm-10 0v-10h-10v10zm-10 0h-10v10h10zm-180 0v10h10v-10zm150 0v10h10v-10z"/>
   function GetParams()
   var defs = document.getElementsByTagName( "defs" )[0];
   var refList = defs.getElementsByTagName( "ref" );
   for ( var r = refList.length -1; 0 <= r; r-- )
       var eachRef = refList.item( r );
       var id = eachRef.getAttribute( "id" );
       var paramName = eachRef.getAttribute( "param" );
       var defaultVal = eachRef.getAttribute( "default" );
       if (!defaultVal)
           defaultVal = eachRef.firstChild.nodeValue;
           defaultVal = "";
       refs[ paramName ] = [eachRef, id, defaultVal];
   var paramArray = [];
   var href = document.defaultView.location.href;
   if ( -1 != href.indexOf("?") )
       var paramList = href.split("?")[1].split(/&|;/);
       for ( var p = 0, pLen = paramList.length; pLen > p; p++ )
       var eachParam = paramList[ p ];
st = eachParam.split("=");
       var name = unescape(valList[0]);
       var value = unescape(valList[1]);
       refs[ name ][2] = value;
   if ( document.defaultView.frameElement )
       var params = document.defaultView.frameElement.getElementsByTagName("param");
       for ( var i = 0, iLen = params.length; iLen > i; i++ )
           var eachParam = params[ i ];
           var name = eachParam.getAttribute( "name" );
           var value = eachParam.getAttribute( "value" );
           refs[ name ][2] = value;
   for ( paramName in refs )
       var eachParam = refs[ paramName ];
       GetIdRefs( eachParam[1], eachParam[2] );
   function GetIdRefs( id, val )
   var elList = document.documentElement.getElementsByTagName( "*" );
   for ( var i = 0, iLen = elList.length; iLen > i; i++ )
       var eachEl = elList.item( i );
       for ( var a = 0, aLen = eachEl.attributes.length; aLen > a; a++ )
       var attr = eachEl.atM
       if ( attr && -1 != attr.value.indexOf("#" + id) )
           if ( "tref" == eachEl.localName )
           var t = document.createTextNode( val );
           eachEl.parentNode.replaceChild( t, eachEl );
           eachEl.setAttributeNS( attr.namespaceURI, attr.name, val);
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4390BC07B23D11ED8C2AE57614CF2004" xmpMM:DocumentID="xmp.did:4390BC08B23D11ED8C2AE57614CF2004"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4390BC05B23D11ED8C2AE57614CF2004" stRef:documentID="xmp.did:4390BC06B23D11ED8C2AE57614CF2004"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:493B44D4B23D11EDAB52FF04BC17D547" xmpMM:DocumentID="xmp.did:493B44D5B23D11EDAB52FF04BC17D547"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:493B44D2B23D11EDAB52FF04BC17D547" stRef:documentID="xmp.did:493B44D3B23D11EDAB52FF04BC17D547"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:476E4AECB23D11EDAE529922CBE77361" xmpMM:DocumentID="xmp.did:476E4AEDB23D11EDAE529922CBE77361"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:476E4AEAB23D11EDAE529922CBE77361" stRef:documentID="xmp.did:476E4AEBB23D11EDAE529922CBE77361"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:49EA4EE2B23D11ED87AE863C8E5C3F3E" xmpMM:DocumentID="xmp.did:49EA4EE3B23D11ED87AE863C8E5C3F3E"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:49EA4EE0B23D11ED87AE863C8E5C3F3E" stRef:documentID="xmp.did:49EA4EE1B23D11ED87AE863C8E5C3F3E"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:443A58C2B23D11EDA81BD873304C1B15" xmpMM:DocumentID="xmp.did:443A58C3B23D11EDA81BD873304C1B15"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:443A58C0B23D11EDA81BD873304C1B15" stRef:documentID="xmp.did:443A58C1B23D11EDA81BD873304C1B15"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4708B6CCB23D11EDA262B2C74B8C30B9" xmpMM:DocumentID="xmp.did:4708B6CDB23D11EDA262B2C74B8C30B9"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4708B6CAB23D11EDA262B2C74B8C30B9" stRef:documentID="xmp.did:4708B6CBB23D11EDA262B2C74B8C30B9"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4CD0AD91B23D11EDADE1E1090535120D" xmpMM:DocumentID="xmp.did:4CD0AD92B23D11EDADE1E1090535120D"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4CD0AD8FB23D11EDADE1E1090535120D" stRef:documentID="xmp.did:4CD0AD90B23D11EDADE1E1090535120D"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4BB2FF9FB23D11ED875A90C303CB12FF" xmpMM:DocumentID="xmp.did:4BB2FFA0B23D11ED875A90C303CB12FF"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4BB2FF9DB23D11ED875A90C303CB12FF" stRef:documentID="xmp.did:4BB2FF9EB23D11ED875A90C303CB12FF"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:49923178B23D11EDBF28A3D8578B13EF" xmpMM:DocumentID="xmp.did:49923179B23D11EDBF28A3D8578B13EF"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:49923176B23D11EDBF28A3D8578B13EF" stRef:documentID="xmp.did:49923177B23D11EDBF28A3D8578B13EF"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:448DBC9BB23D11ED84AC81046D67C3A6" xmpMM:DocumentID="xmp.did:448DBC9CB23D11ED84AC81046D67C3A6"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:448DBC99B23D11ED84AC81046D67C3A6" stRef:documentID="xmp.did:448DBC9AB23D11ED84AC81046D67C3A6"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4C6CB96EB23D11ED801CBA780FD42C9E" xmpMM:DocumentID="xmp.did:4C6CB96FB23D11ED801CBA780FD42C9E"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4C6CB96CB23D11ED801CBA780FD42C9E" stRef:documentID="xmp.did:4C6CB96DB23D11ED801CBA780FD42C9E"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:45A0CB66B23D11ED8CD280515FE5C66F" xmpMM:DocumentID="xmp.did:45A0CB67B23D11ED8CD280515FE5C66F"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:45A0CB64B23D11ED8CD280515FE5C66F" stRef:documentID="xmp.did:45A0CB65B23D11ED8CD280515FE5C66F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:43E658FBB23D11EDA5779AEFFE50E60B" xmpMM:DocumentID="xmp.did:43E658FCB23D11EDA5779AEFFE50E60B"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:43E658F9B23D11EDA5779AEFFE50E60B" stRef:documentID="xmp.did:43E658FAB23D11EDA5779AEFFE50E60B"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:42D6BB32B23D11EDB854CC9C700B6A6D" xmpMM:DocumentID="xmp.did:42D6BB33B23D11EDB854CC9C700B6A6D"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:42D6BB30B23D11EDB854CC9C700B6A6D" stRef:documentID="xmp.did:42D6BB31B23D11EDB854CC9C700B6A6D"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:4A9F6971B23D11EDA4EDA0AE20E57C8E" xmpMM:DocumentID="xmp.did:4A9F6972B23D11EDA4EDA0AE20E57C8E"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:4A9F696FB23D11EDA4EDA0AE20E57C8E" stRef:documentID="xmp.did:4A9F6970B23D11EDA4EDA0AE20E57C8E"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
c/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
  "name": "luis.sats"
{"attributes":[{"trait_type":"Earring","value":"Cross"},{"trait_type":"Clothes","value":"Lumberjack Shirt"},{"trait_type":"Background","value":"Gray"},{"trait_type":"Mouth","value":"Rage"},{"trait_type":"Eyes","value":"Crazy"},{"trait_type":"Fur","value":"Pink"}],"external_url":"https://baycbitcoin.com/index/bayc/7102","image":"ipfs://QmWwSKeAhhs1CNNDDkMaYgdWvZjrCUyfczc51JXp81i3H1/7102.png"}
-,3:J>36F7,-@WAFLNRSR2>ZaZP`JQRO
&O5-5OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
{"attributes":[{"trait_type":"Background","value":"Army Green"},{"trait_type":"Clothes","value":"Guayabera"},{"trait_type":"Fur","value":"Gray"},{"trait_type":"Eyes","value":"Wide Eyed"},{"trait_type":"Mouth","value":"Bored Party Horn"},{"trait_type":"Hat","value":"Bitcoin Hat Yellow"}],"external_url":"https://baycbitcoin.com/index/bayc/8262","image":"ipfs://QmWwSKeAhhs1CNNDDkMaYgdWvZjrCUyfczc51JXp81i3H1/8262.png"}
 .)10.)-,3:J>36F7,-@WAFLNRSR2>ZaZP`JQRO
&O5-5OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
text/plain;charset=utf-8
  "name": "keen.sats"
text/plain;charset=utf-8
  "name": "hungary.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "loot.sats"
Aj?=:ETH.ETH:0x4c7551Ce5eaFb7d4FC8111C574fA3b2B33b93Ffe:3363644::0
text/plain;charset=utf-8
  "name": "ireland.sats"
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-25T11:54:04-05:00" xmp:ModifyDate="2023-02-25T11:54:04-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:4c6ba569-b951-6a4b-b0ec-796fa47db497" xmpMM:DocumentID="adobe:docid:photoshop:1211ea5f-f2f3-df4a-be65-e13e19f74467" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:c899719c-fcfb-6242-a477-58d7692691d8" stEvt:when="2023-02-25T11:54:04-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:4c6ba569-b951-6a4b-b0ec-796fa47db497" stEvt:when="2023-02-25T11:54:04-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:c899719c-fcfb-6242-a477-58d7692691d8" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>bwS7
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "ming.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "filecoin.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "marty.sats"
text/plain;charset=utf-8
  "name": "metamask.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
    "name": "makersmark.sats"
text/plain;charset=utf-8
  "name": "twitter.btc"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "bobloukas.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "lsp.sats"
text/plain;charset=utf-8
  "name": "1222.sats"
text/plain;charset=utf-8
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350">
    .base{fill:#4d4d4d;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link{fill:blue;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link2:hover{fill:Blue!important;}
    .link3:hover{fill:#1DA1F2!important;}
h="100%" height="100%" fill="#f2a900"/>
  <text font-size="50" x="50%" y="40%" class="base">bitbags.io</text>
  <a href="https://bitbags.io" target="__blank__">
    <text font-size="20" x="50%" y="55%" class="base link2">Inscribe Here</text>
  <a href="https://twitter.com/bitbagsordinal" target="_blank_2">
    <g transform="translate(280, 265) scale(0.5)">
      <path class="base link3" d="M109.75 92.2701C110 130.1 78 156.89 27.38 136.15C39.16 134.49 47.92 131.15 54.38 126.96C47.31 124.39 38.28 115.49 36.19 M
110.71L44.3 109.36C44.3 109.36 35.22 100.27 32.71 90.1001L42.83 91.4801C42.83 91.4801 37.12 83.0201 38.83 67.8701C45.85 79.3801 59.4 89.2201 71.45 92.0001C70 67.0001 94 62.5101 104.66 75.0501L119.56 72.7001L112.41 81.9301L122.62 85.4201L109.75 92.2701Z"/>
text/plain;charset=utf-8
  "name": "safe.sats"
text/html;charset=utf-8
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Ordinal Automata</title> <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script> <script id="snippet-random-code" type="text/javascript"> let seed=window.location.href.split('/').find(t=> t.includes('i0')); if (seed==null){const alphabet="0123456789abcdefghijklmnopqrstuvwsyz"; seed=new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_=> alphabetM
[(Math.random() * alphabet.length) | 0]).join('') + "i0";}else{let pattern="seed="; for (let i=0; i < seed.length - pattern.length; ++i){if (seed.substring(i, i + pattern.length)==pattern){seed=seed.substring(i + pattern.length); break;}}}function cyrb128($){let _=1779033703, u=3144134277, i=1013904242, l=2773480762; for (let n=0, r; n < $.length; n++) _=u ^ Math.imul(_ ^ (r=$.charCodeAt(n)), 597399067), u=i ^ Math.imul(u ^ r, 2869860233), i=l ^ Math.imul(i ^ r, 951274213), l=_ ^ Math.imul(l ^ r, 2716044179); returM
n _=Math.imul(i ^ _ >>> 18, 597399067), u=Math.imul(l ^ u >>> 22, 2869860233), i=Math.imul(_ ^ i >>> 17, 951274213), l=Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]}function sfc32($, _, u, i){return function (){u >>>=0, i >>>=0; var l=($ >>>=0) + (_ >>>=0) | 0; return $=_ ^ _ >>> 9, _=u + (u << 3) | 0, u=(u=u << 21 | u >>> 11) + (l=l + (i=i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296}}let mathRand=sfc32(...cyrb128(seed)); </script> <style>body{margin: 0px;}<M
/style></head><body><script type="text/javascript">const rand=mathRand();function getRule(dcml){var s=(dcml >>> 0).toString(2).split(""); if (8 - s.length > 0){return Array(8 - s.length).fill(0).concat(s.map(Number));}else{return s.map(Number);}}function setCell(r, p){var i=parseInt(p.join(""), 2); switch (i){case 7: return r[0]; case 6: return r[1]; case 5: return r[2]; case 4: return r[3]; case 3: return r[4]; case 2: return r[5]; case 1: return r[6]; case 0: return r[7]; default: console.log("ERROR: setCell unhaM
ndled case."); return r[0];}}function genGrid(fr, rule){var result=[fr]; var row=fr; for (let r=1; r < cc; r++){var nextRow=[]; for (let i=0; i < cc; i++){var c1=0; var c2=0; var c3=0; if (i==0){c1=0; c2=row[i]; c3=row[i + 1];}else if (i==cc - 1){c1=row[i - 1]; c2=row[i]; c3=0;}else{c1=row[i - 1]; c2=row[i]; c3=row[i + 1];}nextRow.push(setCell(rule, [c1, c2, c3]));}row=nextRow; result.push(row);}return result;}filterRules=[0, 2, 4, 6, 8, 10, 12, 14, 16, 20, 24, 32, 34, 36, 38, 40, 42, 44, 46, 48, 52, 56, 64, 66, 72M
, 74, 76, 80, 84, 88, 96, 98, 100, 104, 106, 108, 112, 116, 120, 128, 130, 132, 136, 138, 140, 142, 144, 148, 152, 160, 162, 164, 166, 168, 170, 172, 174, 176, 180, 184, 192, 194, 196, 200, 202, 204, 208, 212, 216, 224, 226, 228, 232, 234, 236, 240, 244, 248];cc=100;m=24;rr1=parseInt(mathRand() * 256);rr2=parseInt(mathRand() * 256);rr3=parseInt(mathRand() * 256);while(true){if (filterRules.includes(rr1) || filterRules.includes(rr2) || filterRules.includes(rr3)){rr1=parseInt(mathRand() * 256); rr2=parseInt(mathRand(M
) * 256); rr3=parseInt(mathRand() * 256);}else{break;}}console.log('rules:', rr1, rr2, rr3);r1=getRule(rr1);r2=getRule(rr2);r3=getRule(rr3);fr1=Array(cc).fill(0);fr1[parseInt(fr1.length / 2)]=1;fr2=Array(cc).fill(0);fr2[parseInt(mathRand() * fr2.length / 2)]=1;fr3=Array(cc).fill(0);fr3[parseInt(mathRand() * fr3.length / 2)]=1;grid1=genGrid(fr1, r1);grid2=genGrid(fr2, r2);grid3=genGrid(fr3, r3);var soc=mathRand() * 1;pd=1;function setup(){console.log('pd:', pd); console.log('soc:', soc); pixelDensity(pd); canvas=creM
ateCanvas(cc * m, cc * m); background(255); noLoop(); blendMode(MULTIPLY);}function draw(){noStroke(); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid1[x][y]==1){fill('#0074a2'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}push(); translate(m/2,m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid2[x][y]==1){fill('#00aa93'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, mM
);}}}pop(); push(); translate(-m/2,-m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid3[x][y]==1){fill('#ff48b0'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}pop(); push(); blendMode(BLEND); strokeWeight(m); stroke('#000000'); line(0,0,width,0); line(0,0,0,height); line(0,height,width,height); line(width,0,width,height); pop(); console.log(seed);}function keyReleased(){if (key=='h' ){pd=4; console.log('in h'); setup(); draw(); buff=creL
ateGraphics(width, height); buff.copy(canvas, 0,0,width,height,0,0,width,height); buff.save(seed + '.png');}}</script></body></html>
text/html;charset=utf-8
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Ordinal Automata</title> <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script> <script id="snippet-random-code" type="text/javascript"> let seed=window.location.href.split('/').find(t=> t.includes('i0')); if (seed==null){const alphabet="0123456789abcdefghijklmnopqrstuvwsyz"; seed=new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_=> alphabetM
[(Math.random() * alphabet.length) | 0]).join('') + "i0";}else{let pattern="seed="; for (let i=0; i < seed.length - pattern.length; ++i){if (seed.substring(i, i + pattern.length)==pattern){seed=seed.substring(i + pattern.length); break;}}}function cyrb128($){let _=1779033703, u=3144134277, i=1013904242, l=2773480762; for (let n=0, r; n < $.length; n++) _=u ^ Math.imul(_ ^ (r=$.charCodeAt(n)), 597399067), u=i ^ Math.imul(u ^ r, 2869860233), i=l ^ Math.imul(i ^ r, 951274213), l=_ ^ Math.imul(l ^ r, 2716044179); returM
n _=Math.imul(i ^ _ >>> 18, 597399067), u=Math.imul(l ^ u >>> 22, 2869860233), i=Math.imul(_ ^ i >>> 17, 951274213), l=Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]}function sfc32($, _, u, i){return function (){u >>>=0, i >>>=0; var l=($ >>>=0) + (_ >>>=0) | 0; return $=_ ^ _ >>> 9, _=u + (u << 3) | 0, u=(u=u << 21 | u >>> 11) + (l=l + (i=i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296}}let mathRand=sfc32(...cyrb128(seed)); </script> <style>body{margin: 0px;}<M
/style></head><body><script type="text/javascript">const rand=mathRand();function getRule(dcml){var s=(dcml >>> 0).toString(2).split(""); if (8 - s.length > 0){return Array(8 - s.length).fill(0).concat(s.map(Number));}else{return s.map(Number);}}function setCell(r, p){var i=parseInt(p.join(""), 2); switch (i){case 7: return r[0]; case 6: return r[1]; case 5: return r[2]; case 4: return r[3]; case 3: return r[4]; case 2: return r[5]; case 1: return r[6]; case 0: return r[7]; default: console.log("ERROR: setCell unhaM
ndled case."); return r[0];}}function genGrid(fr, rule){var result=[fr]; var row=fr; for (let r=1; r < cc; r++){var nextRow=[]; for (let i=0; i < cc; i++){var c1=0; var c2=0; var c3=0; if (i==0){c1=0; c2=row[i]; c3=row[i + 1];}else if (i==cc - 1){c1=row[i - 1]; c2=row[i]; c3=0;}else{c1=row[i - 1]; c2=row[i]; c3=row[i + 1];}nextRow.push(setCell(rule, [c1, c2, c3]));}row=nextRow; result.push(row);}return result;}filterRules=[0, 2, 4, 6, 8, 10, 12, 14, 16, 20, 24, 32, 34, 36, 38, 40, 42, 44, 46, 48, 52, 56, 64, 66, 72M
, 74, 76, 80, 84, 88, 96, 98, 100, 104, 106, 108, 112, 116, 120, 128, 130, 132, 136, 138, 140, 142, 144, 148, 152, 160, 162, 164, 166, 168, 170, 172, 174, 176, 180, 184, 192, 194, 196, 200, 202, 204, 208, 212, 216, 224, 226, 228, 232, 234, 236, 240, 244, 248];cc=100;m=24;rr1=parseInt(mathRand() * 256);rr2=parseInt(mathRand() * 256);rr3=parseInt(mathRand() * 256);while(true){if (filterRules.includes(rr1) || filterRules.includes(rr2) || filterRules.includes(rr3)){rr1=parseInt(mathRand() * 256); rr2=parseInt(mathRand(M
) * 256); rr3=parseInt(mathRand() * 256);}else{break;}}console.log('rules:', rr1, rr2, rr3);r1=getRule(rr1);r2=getRule(rr2);r3=getRule(rr3);fr1=Array(cc).fill(0);fr1[parseInt(fr1.length / 2)]=1;fr2=Array(cc).fill(0);fr2[parseInt(mathRand() * fr2.length / 2)]=1;fr3=Array(cc).fill(0);fr3[parseInt(mathRand() * fr3.length / 2)]=1;grid1=genGrid(fr1, r1);grid2=genGrid(fr2, r2);grid3=genGrid(fr3, r3);var soc=mathRand() * 1;pd=1;function setup(){console.log('pd:', pd); console.log('soc:', soc); pixelDensity(pd); canvas=creM
ateCanvas(cc * m, cc * m); background(255); noLoop(); blendMode(MULTIPLY);}function draw(){noStroke(); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid1[x][y]==1){fill('#0074a2'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}push(); translate(m/2,m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid2[x][y]==1){fill('#00aa93'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, mM
);}}}pop(); push(); translate(-m/2,-m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid3[x][y]==1){fill('#ff48b0'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}pop(); push(); blendMode(BLEND); strokeWeight(m); stroke('#000000'); line(0,0,width,0); line(0,0,0,height); line(0,height,width,height); line(width,0,width,height); pop(); console.log(seed);}function keyReleased(){if (key=='h' ){pd=4; console.log('in h'); setup(); draw(); buff=creL
ateGraphics(width, height); buff.copy(canvas, 0,0,width,height,0,0,width,height); buff.save(seed + '.png');}}</script></body></html>
text/html;charset=utf-8
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Ordinal Automata</title> <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script> <script id="snippet-random-code" type="text/javascript"> let seed=window.location.href.split('/').find(t=> t.includes('i0')); if (seed==null){const alphabet="0123456789abcdefghijklmnopqrstuvwsyz"; seed=new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_=> alphabetM
[(Math.random() * alphabet.length) | 0]).join('') + "i0";}else{let pattern="seed="; for (let i=0; i < seed.length - pattern.length; ++i){if (seed.substring(i, i + pattern.length)==pattern){seed=seed.substring(i + pattern.length); break;}}}function cyrb128($){let _=1779033703, u=3144134277, i=1013904242, l=2773480762; for (let n=0, r; n < $.length; n++) _=u ^ Math.imul(_ ^ (r=$.charCodeAt(n)), 597399067), u=i ^ Math.imul(u ^ r, 2869860233), i=l ^ Math.imul(i ^ r, 951274213), l=_ ^ Math.imul(l ^ r, 2716044179); returM
n _=Math.imul(i ^ _ >>> 18, 597399067), u=Math.imul(l ^ u >>> 22, 2869860233), i=Math.imul(_ ^ i >>> 17, 951274213), l=Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]}function sfc32($, _, u, i){return function (){u >>>=0, i >>>=0; var l=($ >>>=0) + (_ >>>=0) | 0; return $=_ ^ _ >>> 9, _=u + (u << 3) | 0, u=(u=u << 21 | u >>> 11) + (l=l + (i=i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296}}let mathRand=sfc32(...cyrb128(seed)); </script> <style>body{margin: 0px;}<M
/style></head><body><script type="text/javascript">const rand=mathRand();function getRule(dcml){var s=(dcml >>> 0).toString(2).split(""); if (8 - s.length > 0){return Array(8 - s.length).fill(0).concat(s.map(Number));}else{return s.map(Number);}}function setCell(r, p){var i=parseInt(p.join(""), 2); switch (i){case 7: return r[0]; case 6: return r[1]; case 5: return r[2]; case 4: return r[3]; case 3: return r[4]; case 2: return r[5]; case 1: return r[6]; case 0: return r[7]; default: console.log("ERROR: setCell unhaM
ndled case."); return r[0];}}function genGrid(fr, rule){var result=[fr]; var row=fr; for (let r=1; r < cc; r++){var nextRow=[]; for (let i=0; i < cc; i++){var c1=0; var c2=0; var c3=0; if (i==0){c1=0; c2=row[i]; c3=row[i + 1];}else if (i==cc - 1){c1=row[i - 1]; c2=row[i]; c3=0;}else{c1=row[i - 1]; c2=row[i]; c3=row[i + 1];}nextRow.push(setCell(rule, [c1, c2, c3]));}row=nextRow; result.push(row);}return result;}filterRules=[0, 2, 4, 6, 8, 10, 12, 14, 16, 20, 24, 32, 34, 36, 38, 40, 42, 44, 46, 48, 52, 56, 64, 66, 72M
, 74, 76, 80, 84, 88, 96, 98, 100, 104, 106, 108, 112, 116, 120, 128, 130, 132, 136, 138, 140, 142, 144, 148, 152, 160, 162, 164, 166, 168, 170, 172, 174, 176, 180, 184, 192, 194, 196, 200, 202, 204, 208, 212, 216, 224, 226, 228, 232, 234, 236, 240, 244, 248];cc=100;m=24;rr1=parseInt(mathRand() * 256);rr2=parseInt(mathRand() * 256);rr3=parseInt(mathRand() * 256);while(true){if (filterRules.includes(rr1) || filterRules.includes(rr2) || filterRules.includes(rr3)){rr1=parseInt(mathRand() * 256); rr2=parseInt(mathRand(M
) * 256); rr3=parseInt(mathRand() * 256);}else{break;}}console.log('rules:', rr1, rr2, rr3);r1=getRule(rr1);r2=getRule(rr2);r3=getRule(rr3);fr1=Array(cc).fill(0);fr1[parseInt(fr1.length / 2)]=1;fr2=Array(cc).fill(0);fr2[parseInt(mathRand() * fr2.length / 2)]=1;fr3=Array(cc).fill(0);fr3[parseInt(mathRand() * fr3.length / 2)]=1;grid1=genGrid(fr1, r1);grid2=genGrid(fr2, r2);grid3=genGrid(fr3, r3);var soc=mathRand() * 1;pd=1;function setup(){console.log('pd:', pd); console.log('soc:', soc); pixelDensity(pd); canvas=creM
ateCanvas(cc * m, cc * m); background(255); noLoop(); blendMode(MULTIPLY);}function draw(){noStroke(); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid1[x][y]==1){fill('#0074a2'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}push(); translate(m/2,m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid2[x][y]==1){fill('#00aa93'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, mM
);}}}pop(); push(); translate(-m/2,-m/2); for (let x=0; x < cc; x++){for (let y=0; y < cc; y++){if (grid3[x][y]==1){fill('#ff48b0'); soc < 0.5 ? square(y * m, x * m, m) : circle(y * m, x * m, m);}else{fill(255); square(y * m, x * m, m);}}}pop(); push(); blendMode(BLEND); strokeWeight(m); stroke('#000000'); line(0,0,width,0); line(0,0,0,height); line(0,height,width,height); line(width,0,width,height); pop(); console.log(seed);}function keyReleased(){if (key=='h' ){pd=4; console.log('in h'); setup(); draw(); buff=creL
ateGraphics(width, height); buff.copy(canvas, 0,0,width,height,0,0,width,height); buff.save(seed + '.png');}}</script></body></html>
text/plain;charset=utf-8
  "name": "sisi.sats"
text/plain;charset=utf-8
  "name": "UAE.sats"
text/plain;charset=utf-8
LjJnip5:Jaye:02a4f86759437cf230ce0340ae64682605765624d90c2553323b5bbbcfd8ef82J
text/plain;charset=utf-8
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-25T12:02:14-05:00" xmp:ModifyDate="2023-02-25T12:02:14-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:ef145ba5-1858-044a-8cfc-0bc8fc9bbd7e" xmpMM:DocumentID="adobe:docid:photoshop:40ff75c5-8c4c-9741-9781-27e17f86e507" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:f19e140f-4a61-6749-9828-556f2a7c65fa" stEvt:when="2023-02-25T12:02:14-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:ef145ba5-1858-044a-8cfc-0bc8fc9bbd7e" stEvt:when="2023-02-25T12:02:14-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:f19e140f-4a61-6749-9828-556f2a7c65fa" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>I
FjDOUT:A1E76C61D00085DB41EED713B4834335DE8D7AEDF17F9889CF738EDBE9738BD0
text/plain;charset=utf-8
FjDOUT:F7C2D627E0C6A0AEEAB063A15D1BB1E304777175F017A4D01201E6B38766F4DE
text/plain;charset=utf-8
text/plain;charset=utf-8
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
  "name": "ken.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
221656898:97:98:99=<;BBCF6;H  IGGIIMK++OKOQQQWQSXVWZ58\BF\X]``_a`fg-/gffi_aihmil}jhsk@BkfilJNmSYomnrrqtfmtq}usuw}
)Optimized with https://ezgif.com/optimize
""!'&%("!)&(++*0		0/0443766869898:
G5;IGHJ)*JJNPKPQRRW&'X58XQSZUY\[\]AE``i`a`b13fegjhikADk]alJOlkvm14oSYppppp}rinsaiusuvv
)Optimized with https://ezgif.com/optimize
text/plain;charset=utf-8
text/plain;charset=utf-8
$!#'''GDDUUW[YZkkkppp
-++1/0544;:8>=<IHJPKNQQQ^PTcbcdchkktliotssvtzz
887986:98;:;@;?A@@W8?_\_ldilo~mCHoV]yel~}
)Optimized with https://ezgif.com/optimize
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
Copyright (c) 1998 Hewlett-Packard Company
IEC http://www.iec.ch
IEC http://www.iec.ch
.IEC 61966-2.1 Default RGB colour space - sRGB
.IEC 61966-2.1 Default RGB colour space - sRGB
,Reference Viewing Condition in IEC61966-2.1
,Reference Viewing Condition in IEC61966-2.1
#"#)))/-.211664987:98;:9;;9>8;>=>A
CBBGEHKLLSMQTHLTSSX47X>BXUY\\\^]cc]_dcdgfjgfqh@ChIOhdfhk{iRXmklpnorpvu_gvBDwwvzy}}mt~JO
)Optimized with https://ezgif.com/optimize
text/plain;charset=utf-8
  "name": "mac.sats"
text/plain;charset=utf-8
///433767898:97:98;99<;:>=>?
LLMP%&R6;ROPUQUXAFXXX]\]_]ccdcf,/f[^g6:h@ChdfhejhhohkziIOiQXklkppprdjrpvuBEv{
)Optimized with https://ezgif.com/optimize
text/plain;charset=utf-8
c/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
  "name": "2046.sats"
text/plain;charset=utf-8
  "name": "cia.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "ming.sats"h!
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "punk6529.sats"
Aj?npub1x6gxrjdpacjc62x3y0e4lyfedzyy65kyj29t0026g4z0el2g70esc0rtxj
text/plain;charset=utf-8
  "name": "0005.sats"
Copyright 2007 Apple Inc., all rights reserved.
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
text/plain;charset=utf-8
  "name": "0007.sats"
text/plain;charset=utf-8
  "name": "linux.sats"
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-25T12:09:16-05:00" xmp:ModifyDate="2023-02-25T12:09:16-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:586e9d83-55a5-8b47-94f8-75d5be78fb5f" xmpMM:DocumentID="adobe:docid:photoshop:8ec299cd-43a8-b94d-9047-4448ce71e39c" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:c87182bf-3285-2c4b-8b03-af2b2cd75540" stEvt:when="2023-02-25T12:09:16-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:586e9d83-55a5-8b47-94f8-75d5be78fb5f" stEvt:when="2023-02-25T12:09:16-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:c87182bf-3285-2c4b-8b03-af2b2cd75540" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:53ECE492B23D11EDB169F9CF0E2AF082" xmpMM:DocumentID="xmp.did:53ECE493B23D11EDB169F9CF0E2AF082"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:53ECE490B23D11EDB169F9CF0E2AF082" stRef:documentID="xmp.did:53ECE491B23D11EDB169F9CF0E2AF082"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:544CEB42B23D11ED8F42EDAD510DF637" xmpMM:DocumentID="xmp.did:544CEB43B23D11ED8F42EDAD510DF637"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:544CEB40B23D11ED8F42EDAD510DF637" stRef:documentID="xmp.did:544CEB41B23D11ED8F42EDAD510DF637"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:5172CC80B23D11ED84499458EF4A63C2" xmpMM:DocumentID="xmp.did:5172CC81B23D11ED84499458EF4A63C2"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:5172CC7EB23D11ED84499458EF4A63C2" stRef:documentID="xmp.did:5172CC7FB23D11ED84499458EF4A63C2"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:51CDA87FB23D11ED98BCA1C3015BC25E" xmpMM:DocumentID="xmp.did:51CDA880B23D11ED98BCA1C3015BC25E"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:51CDA87DB23D11ED98BCA1C3015BC25E" stRef:documentID="xmp.did:51CDA87EB23D11ED98BCA1C3015BC25E"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:510FE451B23D11ED91A7B63E781C2971" xmpMM:DocumentID="xmp.did:510FE452B23D11ED91A7B63E781C2971"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:510FE44FB23D11ED91A7B63E781C2971" stRef:documentID="xmp.did:510FE450B23D11ED91A7B63E781C2971"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:53389074B23D11ED8243B8386E5106F7" xmpMM:DocumentID="xmp.did:53389075B23D11ED8243B8386E5106F7"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:53389072B23D11ED8243B8386E5106F7" stRef:documentID="xmp.did:53389073B23D11ED8243B8386E5106F7"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:528E0239B23D11EDAD2C9CC94DDE1EA2" xmpMM:DocumentID="xmp.did:528E023AB23D11EDAD2C9CC94DDE1EA2"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:528E0237B23D11EDAD2C9CC94DDE1EA2" stRef:documentID="xmp.did:528E0238B23D11EDAD2C9CC94DDE1EA2"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:50B523FBB23D11ED8EB2DD4008D37FC8" xmpMM:DocumentID="xmp.did:50B523FCB23D11ED8EB2DD4008D37FC8"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:50B523F9B23D11ED8EB2DD4008D37FC8" stRef:documentID="xmp.did:50B523FAB23D11ED8EB2DD4008D37FC8"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:52353B4CB23D11EDAAE1D40D2E03F092" xmpMM:DocumentID="xmp.did:52353B4DB23D11EDAAE1D40D2E03F092"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:52353B4AB23D11EDAAE1D40D2E03F092" stRef:documentID="xmp.did:52353B4BB23D11EDAAE1D40D2E03F092"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:52E06281B23D11EDBF18D2A4270FE07B" xmpMM:DocumentID="xmp.did:52E06282B23D11EDBF18D2A4270FE07B"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:52E0627FB23D11EDBF18D2A4270FE07B" stRef:documentID="xmp.did:52E06280B23D11EDBF18D2A4270FE07B"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:53917564B23D11ED80ED86FB5899F5F8" xmpMM:DocumentID="xmp.did:53917565B23D11ED80ED86FB5899F5F8"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:53917562B23D11ED80ED86FB5899F5F8" stRef:documentID="xmp.did:53917563B23D11ED80ED86FB5899F5F8"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
text/plain;charset=utf-8
  "name": "0.sats"h!
text/plain;charset=utf-8
text/plain;charset=utf-8
((((((((((((((((((((((((((((((((((((((((((((((((((
text/plain;charset=utf-8
text/plain;charset=utf-8
2023-02-26T08:15:23+00:00
2023-02-26T08:15:23+00:00
2023-02-26T08:15:23+00:00
text/plain;charset=utf-8
text/plain;charset=utf-8
201665986989997:98;:9;:;=<<><=??>D
HBDHHGI&(LKMP24Q9?SMQTUTW&)XXZ^]]bQXb_bcEHd,1edjefeehvh9>kjjnkmoEHplsqs}rrqsNTs_duX[utuxv|yho{
-Created with ezgif.com video to GIF converter
201665986989997:98;:9;:;=<<><=??>D
HBDHHGI&(LKMP24Q9?SMQTUTW&)XXZ^]]bQXb_bcEHd,1edjefeehvh9>kjjnkmoEHplM
sqs}rrqsNTs_duX[utuxv|yho{
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
%$$+*+?>=onorqquruyyy
ut987:99;9;<;:XQRZTYhhsj^bjm}kgix~
;:8H7>]AFa`fjinoTXtr~xcjxmp{rz
)Optimized with https://ezgif.com/optimize
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "Arab.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "peru.sats"
text/plain;charset=utf-8
  "name": "0004.sats"
text/plain;charset=utf-8
  "name": "lifefoem.sats"
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-25T12:15:51-05:00" xmp:ModifyDate="2023-02-25T12:15:51-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:fe4e7f84-f714-c845-8538-29d28f425a24" xmpMM:DocumentID="adobe:docid:photoshop:7551cebe-89d0-6040-9bb6-a90dd3ceb98f" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:72bb449a-2446-924a-b07e-102992910d00" stEvt:when="2023-02-25T12:15:51-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:fe4e7f84-f714-c845-8538-29d28f425a24" stEvt:when="2023-02-25T12:15:51-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:72bb449a-2446-924a-b07e-102992910d00" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
text/plain;charset=utf-8
  "name": "looksrare.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
&bo'CE)\^)is+cg-IW/JK0ny2em5dc5w
6Wd6lp7RS=sy?XX@ek@ktAfaAnkCy
 iw!cm#BH(p})QW-kt.fm/_c/x
AA~NN~G+OWM~IBFJcbM2cg
+EI0ls3^`4PR5r{8gk?VY?|
*+==tHC<!JGGD@@>DKL@'KOOSRSLL
1KO7ls8QU;dg<t}?X[ElnFqvF}
"<A#[b+CF,dk.PW/lu1JM1s
=gg=nr@u{BZ[JccKnnK|
##99EQUbM5bd[LJC@CCJt(LWRVRtJNR
)DF,ci1LO1X`2pz5kq5x
Q=)XPB94249o??2TUROVRRT
-jt.ai/EH/JN/QY7MO:SU:_b:jm<sz@WZ@{
(V^+EI.kt/KP/ci6s}8QS;
48 <>!m{&AC&gq'N_(YY+
0nx2LO3hl:SV=t~>bm>pr?|
8ls;gh<p}?\Z@[fDrxEy
$p}%\e%dn/KM/hp0ad1nx1w
2TX:fl=d`=ns=t|>WXB[cB|
&ck&hu'DE,o|-Z`0LO2kq5ch5w
,:DDP_gR5mgVQOIIOQTL6ceca[^UU[UV\egg
cp ;=#kx+FH+dj/Z`1q|3jq7PS8|
QUFB:55:?E9&NZRNJNHJJo
fs!>E#WZ#Xb'kw)GL)bi0gm0s
4PR6mt9\b<gk>syAXYCM
:A"T\#jw(EI,`f.r}/iq2MP9VZ;s{<eh>nrD~
dq!>C%TX&\d(dl,HM,ju.q}7af7lq9TW;u}CquC{
text/plain;charset=utf-8
((((((((((((((((((((((((((((((((((((((((((((((((((
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
((((((((((((((((((((((((((((((((((((((((((((((((((
text/plain;charset=utf-8
text/plain;charset=utf-8
((((((((((((((((((((((((((((((((((((((((((((((((((
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"yeyi.sats"}h!
text/plain;charset=utf-8
text/plain;charset=utf-8
312659765:89:97:98:99;;9<
I!!IHLM,-M5;PHKQLOQQQU>BVTWZZZ\(+]5:]\a`\^b`ad@BeRWedheenfGMfbdfiyjhinnmp25pbhpntsADuz
-Created with ezgif.com video to GIF converter
312659765:89:97:98:99;;9<
I!!IHLM,-M5;PHKQLOQQQU>BVTWZZZ\(+]5:]\a`\^b`ad@BeRWedheenfGMfbdfiyjhinnmp25pbM
text/plain;charset=utf-8
((((((((((((((((((((((((((((((((((((((((((((((((((
text/plain;charset=utf-8
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
urn:mpeg:mpegB:cicp:systems:auxiliary:alpha
text/plain;charset=utf-8
text/plain;charset=utf-8
urn:mpeg:mpegB:cicp:systems:auxiliary:alpha
text/plain;charset=utf-8
c/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
  "name": "ghost.sats"
text/plain;charset=utf-8
  "name": "brazil.sats"
text/plain;charset=utf-8
  "name": "wang.sats"
text/plain;charset=utf-8
 "name": "blur.sats"
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-25T18:51:43-05:00" xmp:ModifyDate="2023-02-25T18:51:43-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:b3def879-4e57-a44b-9b6a-fd71910a33be" xmpMM:DocumentID="adobe:docid:photoshop:1c5257fa-fcbc-bf47-b515-d7e6e6729e40" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:392dc5cc-eac9-a947-83c7-1bf2b39e15fe" stEvt:when="2023-02-25T18:51:43-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:b3def879-4e57-a44b-9b6a-fd71910a33be" stEvt:when="2023-02-25T18:51:43-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:392dc5cc-eac9-a947-83c7-1bf2b39e15fe" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>4
text/plain;charset=utf-8
  "name": "bra.sats"
text/plain;charset=utf-8
  "name": "neo.sats"
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
urn:mpeg:mpegB:cicp:systems:auxiliary:alpha
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
async function requestPreview(e,t){try{let a=await (await fetch("preview/"+e)).text();return document.getElementById(t).insertAdjacentHTML("afterend",a),!0}catch(r){console.log("Must download outside web server: "+r);try{let c=await (await fetch("https://ordinals.com/preview/"+e)).text();return document.getElementById(t).insertAdjacentHTML("afterend",c),!0}catch{return console.log("ordinals.com is not responding: "+r),!1}}}requestPreview("e15e19c587985e7dbb0554a6b51df976fdc8d95f4350b759c10b07399d34a7bbi0","part1").M
then(e=>console.log(e)),requestPreview("6381b7d0ec90ed443efe32982a25b4dcc14ca92f2a404e3bc7730e5348703aa8i0","part2").then(e=>console.log(e)),requestPreview("5523a78c393f0b0da21dc8d84d01572c8f4b17e6c8974df805ccc2cfc6c6eb24i0","part3").then(e=>console.log(e)),requestPreview("c3d12c237ec730f89606f7fe5d0a377faa7d5690c1f19ffe65bf7c9955089828i0","part4").then(e=>console.log(e)),requestPreview("467c7942178e16d2a9341eaab02be17760758b7d086e7b1c1d792214b4844b15i0","part5").then(e=>console.log(e));
text/plain;charset=utf-8
!W'*YLM[=CjitkKOl?DyMQyXZ{qv
)Optimized with https://ezgif.com/optimize
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
urn:mpeg:mpegB:cicp:systems:auxiliary:alpha
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
2023-02-26T08:08:53+00:00
2023-02-26T08:08:53+00:00
2023-02-26T08:08:53+00:00
221878898986:98;:9;;9<8;>==A
S++S48TTTVLQYAEZV[]^]^]g_*+`58dcde^`gegihsj@BjRYjjykINngknmmq_frprrq
)Optimized with https://ezgif.com/optimize
urn:mpeg:mpegB:cicp:systems:auxiliary:alpha
text/plain;charset=utf-8
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
"3 %  % 3-7,),7-Q@88@Q^OJO^qeeq
text/plain;charset=utf-8
text/plain;charset=utf-8
urn:mpeg:mpegB:cicp:systems:auxiliary:alpha
urn:mpeg:mpegB:cicp:systems:auxiliary:alpha
text/plain;charset=utf-8
text/plain;charset=utf-8
.,.332878986999:98:99;:9=8;===B
H()LKKQBFQLQS6:SSSU,,YWY[Za_Y\a*,a]ab58ccce?AeFKeOTgeojiikcgl[cnmnnmuon{pr
)Optimized with https://ezgif.com/optimize
c/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "2220.sats"
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-25T20:00:03-05:00" xmp:ModifyDate="2023-02-25T20:00:03-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:e2873e46-0265-b846-b26f-41c5a3f79de4" xmpMM:DocumentID="adobe:docid:photoshop:d0fd5c0a-b60a-ce4a-907d-031065cd79f0" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:ac89c7b0-6992-b945-96f3-f20e130d034a" stEvt:when="2023-02-25T20:00:03-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2873e46-0265-b846-b26f-41c5a3f79de4" stEvt:when="2023-02-25T20:00:03-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:ac89c7b0-6992-b945-96f3-f20e130d034a" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
text/plain;charset=utf-8
  "name": "dai.sats"
text/plain;charset=utf-8
  "name": "7788.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "turkey.sats"
text/plain;charset=utf-8
  "name": "3330.sats"
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-25T21:59:56-05:00" xmp:ModifyDate="2023-02-25T21:59:56-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:875219d0-56c2-a940-ae59-8c40c123a302" xmpMM:DocumentID="adobe:docid:photoshop:e16f3ada-6635-1f4a-833d-f6539385f124" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:eea4a9e6-ad1e-994e-a25b-0cd9b980d9fb" stEvt:when="2023-02-25T21:59:56-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:875219d0-56c2-a940-ae59-8c40c123a302" stEvt:when="2023-02-25T21:59:56-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:eea4a9e6-ad1e-994e-a25b-0cd9b980d9fb" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>(T
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "healthinsurance.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
<svg viewBox="0 0 900 650" xmlns="http://www.w3.org/2000/svg"><rect width="900" height="650" fill="#ffdc00"/><text x="205" y="568" fill="#e30000" font-family="'Times New Roman'" font-size="225px" style="line-height:125%">
</text><path d="m351 397c-19-3-46-8-61-12l-26-8v-13c0-16-14-47-24-53-4-2-7-6-7-8s-4-7-8-11c-22-20-25-23-25-27 0-2-3-6-7-8-6-2-7-6-6-11s-1-10-4-12c-6-5-6-21 1-26 3-2 4-7 3-13-2-10 6-20 19-20 4 0 11-3 15-7 5-5 9-6 22-4 11 1 16 1 16-2s4-3 14-2c12 2 15 1 22-6 6-7 10-9 18-7 7 1 11-1 18-7 6-6 10-M
8 17-6 6 1 12 0 15-2s10-3 16-2c6 2 15 1 19-1 5-3 8-3 11 0 2 2 7 4 11 4 6 0 7-1 3-4-2-3-4-7-4-11s-2-9-4-11c-3-3-1-5 10-9.2 8-3 17-6.8 20-8.4 4-1.9 7-1.7 7 0.4 0 1.8 3 3.3 8 3.3s12 2.2 16 5c8 4.9 8 5.9 3 19.9-5 15-5 15 3 13 4-1 10-2 13-2h21c9 0 16 2 18 4 1 2 7 2 13 1 8-1 12 0 19 6 6 6 12 8 18 7 7-2 12 0 18 7 7 7 11 8 20 6 7-1 14 0 17 2s10 3 17 2c10-2 14-1 19 5 4 3 12 6 17 6 13 0 19 8 17 20-1 7 1 12 5 15 9 7 9 16 2 21-3 3-6 8-6 13s-3 12-7 15-7 8-7 10c0 3-4 6-8 8s-7 6-7 9c0 2-3 6-7 8s-8 6-9 9c-1 4-5 8-9 9-7 2-19 29-22 M
51-2 14-2 15-22 21-41 12-70 15-149 17-58 1-87 0-112-4zm66-33c76-1 132-1 162 2 44 3 52 3 45-3-19-17-351-15-351 2 0 4 3 5 14 3 7-1 66-3 130-4zm-107-31c63-9 267-5 315 6 6 1 9 0 9-3 0-11-124-21-221-18-56 2-146 10-150 14-3 3 4 8 10 6 3 0 20-3 37-5zm18-22s-4-1-10-1-13-2-16-5c-5-6-11-6-11-1 0 7 13 12 24 10 6-1 12-2 13-3zm271 1c6-5 7-12 2-12-1 0-5 3-7 5-3 3-9 5-14 6h-10l9 3c13 3 15 3 20-2zm-226-2c2-2-2-3-8-3-5 0-14-2-18-5-5-3-9-4-10-2s3 6 10 8c14 6 23 7 26 2zm175-1c7-3 13-7 13-9s-4-1-11 2c-6 3-14 5-18 5s-8 1-8 3c0 5 10 4 2M
4-1zm-122-2c0-2-6-3-13-3s-12 1-12 3 5 3 12 3 13-1 13-3zm69 0c0-2-4-3-10-3s-12 1-13 3c-2 2 3 3 10 3 8 0 13-1 13-3zm-217-5c3-4-2-12-7-12-3 0-5 2-5 5 0 7 7 11 12 7zm352-3c3-3 3-5 0-7-5-3-11 1-11 7s5 6 11 0zm-250-6c3-9 0-13-6-10-6 2-11 10-8 14 4 6 12 3 14-4zm37-1c0-6-11-14-15-10-4 3 5 19 11 18 2-1 4-5 4-8zm80-8c-4-6-12-4-16 4-4 5-4 7 0 9 6 4 19-8 16-13zm35 10c0-6-7-13-12-13-3 0-4 14 0 17 4 4 12 2 12-4zm-173-12c3-9-3-17-9-13-3 2-3 3-1 6 6 5 5 9-1 9-3 0-6 1-6 3s4 3 8 3 8-2 9-8zm195 6c0-2-3-4-6-5-5-2-5-4-2-7 2-2 3-5 2-6-6M
-5-9-2-9 9 0 9 1 11 7 11 4 0 8-1 8-2zm-117-6c0-6-8-5-10 1-1 2 1 4 4 4s6-2 6-5zm33 0c0-2-2-5-4-5-4 0-7 5-5 8 5 4 9 2 9-3zm-160-3c0-3-2-4-4-3s-3 3-2 5c3 4 6 4 6-2zm25-2c0-1-2-3-4-3s-3 2-3 3c0 2 1 4 3 4s4-2 4-4zm233 0c0-1-1-3-3-3s-4 2-4 3c0 2 2 4 4 4s3-2 3-4zm26 0c0-1-2-3-4-3s-4 2-4 3c0 2 2 4 4 4s4-2 4-4zm-295-14c0-10-2-12-15-16l-14-5 1-19c0-20 0-20-11-21-12-1-31 10-31 17 0 3 5 8 10 12 10 9 11 19 3 27-6 5-5 6 6 11 7 2 21 5 32 5h19zm349 6c13-6 14-9 6-15s-7-11 5-21c13-12 14-13 2-23-10-9-33-12-36-4 0 2 0 11 1 21 1 16 1 1M
7-9 19-15 3-20 8-20 19 0 9 1 9 21 9 11 0 25-2 30-5zm-240-6c0-6 2-9 5-9 9 0 7-3-8-17l-13-13 8-13c10-17 10-24 2-21-4 2-17 3-30 4-25 2-27 5-15 19l8 8-10 11c-11 12-11 13 0 22 5 5 9 10 9 12 0 4 6 5 22 5 21 0 22-1 22-8zm17 4c-1-5-7-5-9 0-1 2 1 4 5 4 3 0 5-2 4-4zm56 0c0-1-2-3-4-3s-4 2-4 3c0 2 2 4 4 4s4-2 4-4zm54-2c0-3 4-9 8-13 7-7 8-9 4-13-12-16-13-20-5-29 10-12 8-15-11-15-9 0-21-1-27-3-11-3-12-2-12 4 0 4 2 10 5 14 9 10 7 20-5 28-11 7-15 16-8 16 2 0 5 4 6 9 2 7 4 8 24 8 18 0 21-1 21-6zm-213-6c1-2 4-5 7-5s6 3 7 5c3 6 14 7 M
14 1 0-13-33-18-40-6-5 9-5 10 3 10 4 0 8-2 9-5zm239 0c0-2 3-5 7-5s8 3 9 5c1 3 4 5 7 5 6 0 7-3 4-11-3-7-28-7-36 0s-7 11 2 11c4 0 7-2 7-5zm-97-5c4-5-5-13-13-13-4 0-10 2-14 4-6 2-7 4-3 8 5 5 27 6 30 1zm-143-20c0-5-8-13-12-13-2 0-3 4-3 9 0 6 2 8 7 8 4 0 8-2 8-4zm271 0c1-2 1-5 0-8-2-5-3-5-9 0-4 4-8 8-8 9 0 4 14 3 17-1zm-253-8c0-4-8-14-11-14-4 0-5 10-1 14 3 2 12 3 12 0zm234-5c2-8-4-12-9-6-5 7-4 13 2 13 3 0 6-3 7-7zm-278 1c0-2-3-4-7-5-5-1-8 0-8 3s4 5 8 5 7-2 7-3zm59 1c1-1-1-7-5-13-3-5-7-12-7-14 0-9 19-20 40-24 11-2 24-6 2M
8-9 8-5 9-5-25 1-32 5-41 9-47 22-7 17 5 46 16 37zm111-2c-1-3-8-5-17-5s-16 2-17 5c-1 2 4 4 17 4s18-2 17-4zm92-5c6-11 5-28-2-36-5-8-19-13-43-16-8-1-18-3-22-4-7-1-7-1-1 4 4 2 15 5 23 7 20 2 39 14 41 24 1 4-1 11-5 15-5 8-5 15 2 15 1 0 4-4 7-9zm61 5c-1-3-2-4-4-4-1 1-5 1-8 1s-5 2-5 3c0 2 4 4 9 4 6 0 9-2 8-4zm-196-13c1-11 1-11-6-5-10 8-11 19-2 18 5-1 7-5 8-13zm70 9c-1-5-9-15-14-15-6 0-6 10 0 15 6 6 14 5 14 0zm-258-17c13-12 17-18 10-18-1 0-4 3-5 6-1 4-7 10-13 13s-11 7-11 8c0 5 7 2 19-9zm82 6c2-5-10-15-14-12-2 1-3 5-3 10 0 M
6 1 8 8 7 4-1 8-3 9-5zm281-4c0-11-3-13-10-6-7 6-5 16 3 16 6 0 7-3 7-10zm86 7c1-2-4-5-11-8s-13-9-15-12c-1-4-4-6-6-5s3 7 10 15c15 13 18 15 22 10zm-219-14c0-6-26-9-31-4-7 6 1 11 16 10 11-1 15-2 15-6zm-240-6c0-6-7-6-8 1-1 4 0 5 3 4 3 0 5-3 5-5zm457 1c0-3-2-5-5-5-6 0-8 4-3 8 4 4 8 2 8-3zm-251-22c0-5 1-10 3-11 6-3 5-11-1-11-7 0-9 7-9 25 0 12 1 14 3 11s4-9 4-14zm42-18c-1-2-4-4-6-4-4 0-5 12 0 15 2 1 4 7 5 14 0 10 0 9 2-4 0-9 0-18-1-21zm-142 23c3-4 5-9 4-10-4-3-21 9-21 14 0 8 10 6 17-4zm253 4c0-5-17-17-21-14-1 1 1 5 4 7 3 3M
 6 7 6 9s2 3 5 3 6-2 6-5zm-124-7c0-3-4-5-11-5s-11 2-11 5c0 4 4 5 11 5s11-1 11-5zm-9-23c-4-4-7 2-4 8 3 5 3 5 5 0 1-4 0-7-1-8zm20-23c0-4-13-11-19-11-8 0-25 7-25 10 0 2 10 3 22 3s22-1 22-2zm-6-19c0-2-3-4-8-5-12-1.3-27 3-24 7s32 2 32-2z" fill="#070679"/></svg>
<svg viewBox="0 0 900 650" xmlns="http://www.w3.org/2000/svg"><rect width="900" height="650" fill="#ffdc00"/><text x="205" y="568" fill="#e30000" font-family="'Times New Roman'" font-size="225px" style="line-height:125%">
</text><path d="m351 397c-19-3-46-8-61-12l-26-8v-13c0-16-14-47-24-53-4-2-7-6-7-8s-4-7-8-11c-22-20-25-23-25-27 0-2-3-6-7-8-6-2-7-6-6-11s-1-10-4-12c-6-5-6-21 1-26 3-2 4-7 3-13-2-10 6-20 19-20 4 0 11-3 15-7 5-5 9-6 22-4 11 1 16 1 16-2s4-3 14-2c12 2 15 1 22-6 6-7 10-9 18-7 7 1 11-1 18-7 6-6 10-M
8 17-6 6 1 12 0 15-2s10-3 16-2c6 2 15 1 19-1 5-3 8-3 11 0 2 2 7 4 11 4 6 0 7-1 3-4-2-3-4-7-4-11s-2-9-4-11c-3-3-1-5 10-9.2 8-3 17-6.8 20-8.4 4-1.9 7-1.7 7 0.4 0 1.8 3 3.3 8 3.3s12 2.2 16 5c8 4.9 8 5.9 3 19.9-5 15-5 15 3 13 4-1 10-2 13-2h21c9 0 16 2 18 4 1 2 7 2 13 1 8-1 12 0 19 6 6 6 12 8 18 7 7-2 12 0 18 7 7 7 11 8 20 6 7-1 14 0 17 2s10 3 17 2c10-2 14-1 19 5 4 3 12 6 17 6 13 0 19 8 17 20-1 7 1 12 5 15 9 7 9 16 2 21-3 3-6 8-6 13s-3 12-7 15-7 8-7 10c0 3-4 6-8 8s-7 6-7 9c0 2-3 6-7 8s-8 6-9 9c-1 4-5 8-9 9-7 2-19 29-22 M
51-2 14-2 15-22 21-41 12-70 15-149 17-58 1-87 0-112-4zm66-33c76-1 132-1 162 2 44 3 52 3 45-3-19-17-351-15-351 2 0 4 3 5 14 3 7-1 66-3 130-4zm-107-31c63-9 267-5 315 6 6 1 9 0 9-3 0-11-124-21-221-18-56 2-146 10-150 14-3 3 4 8 10 6 3 0 20-3 37-5zm18-22s-4-1-10-1-13-2-16-5c-5-6-11-6-11-1 0 7 13 12 24 10 6-1 12-2 13-3zm271 1c6-5 7-12 2-12-1 0-5 3-7 5-3 3-9 5-14 6h-10l9 3c13 3 15 3 20-2zm-226-2c2-2-2-3-8-3-5 0-14-2-18-5-5-3-9-4-10-2s3 6 10 8c14 6 23 7 26 2zm175-1c7-3 13-7 13-9s-4-1-11 2c-6 3-14 5-18 5s-8 1-8 3c0 5 10 4 2M
4-1zm-122-2c0-2-6-3-13-3s-12 1-12 3 5 3 12 3 13-1 13-3zm69 0c0-2-4-3-10-3s-12 1-13 3c-2 2 3 3 10 3 8 0 13-1 13-3zm-217-5c3-4-2-12-7-12-3 0-5 2-5 5 0 7 7 11 12 7zm352-3c3-3 3-5 0-7-5-3-11 1-11 7s5 6 11 0zm-250-6c3-9 0-13-6-10-6 2-11 10-8 14 4 6 12 3 14-4zm37-1c0-6-11-14-15-10-4 3 5 19 11 18 2-1 4-5 4-8zm80-8c-4-6-12-4-16 4-4 5-4 7 0 9 6 4 19-8 16-13zm35 10c0-6-7-13-12-13-3 0-4 14 0 17 4 4 12 2 12-4zm-173-12c3-9-3-17-9-13-3 2-3 3-1 6 6 5 5 9-1 9-3 0-6 1-6 3s4 3 8 3 8-2 9-8zm195 6c0-2-3-4-6-5-5-2-5-4-2-7 2-2 3-5 2-6-6M
-5-9-2-9 9 0 9 1 11 7 11 4 0 8-1 8-2zm-117-6c0-6-8-5-10 1-1 2 1 4 4 4s6-2 6-5zm33 0c0-2-2-5-4-5-4 0-7 5-5 8 5 4 9 2 9-3zm-160-3c0-3-2-4-4-3s-3 3-2 5c3 4 6 4 6-2zm25-2c0-1-2-3-4-3s-3 2-3 3c0 2 1 4 3 4s4-2 4-4zm233 0c0-1-1-3-3-3s-4 2-4 3c0 2 2 4 4 4s3-2 3-4zm26 0c0-1-2-3-4-3s-4 2-4 3c0 2 2 4 4 4s4-2 4-4zm-295-14c0-10-2-12-15-16l-14-5 1-19c0-20 0-20-11-21-12-1-31 10-31 17 0 3 5 8 10 12 10 9 11 19 3 27-6 5-5 6 6 11 7 2 21 5 32 5h19zm349 6c13-6 14-9 6-15s-7-11 5-21c13-12 14-13 2-23-10-9-33-12-36-4 0 2 0 11 1 21 1 16 1 1M
7-9 19-15 3-20 8-20 19 0 9 1 9 21 9 11 0 25-2 30-5zm-240-6c0-6 2-9 5-9 9 0 7-3-8-17l-13-13 8-13c10-17 10-24 2-21-4 2-17 3-30 4-25 2-27 5-15 19l8 8-10 11c-11 12-11 13 0 22 5 5 9 10 9 12 0 4 6 5 22 5 21 0 22-1 22-8zm17 4c-1-5-7-5-9 0-1 2 1 4 5 4 3 0 5-2 4-4zm56 0c0-1-2-3-4-3s-4 2-4 3c0 2 2 4 4 4s4-2 4-4zm54-2c0-3 4-9 8-13 7-7 8-9 4-13-12-16-13-20-5-29 10-12 8-15-11-15-9 0-21-1-27-3-11-3-12-2-12 4 0 4 2 10 5 14 9 10 7 20-5 28-11 7-15 16-8 16 2 0 5 4 6 9 2 7 4 8 24 8 18 0 21-1 21-6zm-213-6c1-2 4-5 7-5s6 3 7 5c3 6 14 7 M
14 1 0-13-33-18-40-6-5 9-5 10 3 10 4 0 8-2 9-5zm239 0c0-2 3-5 7-5s8 3 9 5c1 3 4 5 7 5 6 0 7-3 4-11-3-7-28-7-36 0s-7 11 2 11c4 0 7-2 7-5zm-97-5c4-5-5-13-13-13-4 0-10 2-14 4-6 2-7 4-3 8 5 5 27 6 30 1zm-143-20c0-5-8-13-12-13-2 0-3 4-3 9 0 6 2 8 7 8 4 0 8-2 8-4zm271 0c1-2 1-5 0-8-2-5-3-5-9 0-4 4-8 8-8 9 0 4 14 3 17-1zm-253-8c0-4-8-14-11-14-4 0-5 10-1 14 3 2 12 3 12 0zm234-5c2-8-4-12-9-6-5 7-4 13 2 13 3 0 6-3 7-7zm-278 1c0-2-3-4-7-5-5-1-8 0-8 3s4 5 8 5 7-2 7-3zm59 1c1-1-1-7-5-13-3-5-7-12-7-14 0-9 19-20 40-24 11-2 24-6 2M
8-9 8-5 9-5-25 1-32 5-41 9-47 22-7 17 5 46 16 37zm111-2c-1-3-8-5-17-5s-16 2-17 5c-1 2 4 4 17 4s18-2 17-4zm92-5c6-11 5-28-2-36-5-8-19-13-43-16-8-1-18-3-22-4-7-1-7-1-1 4 4 2 15 5 23 7 20 2 39 14 41 24 1 4-1 11-5 15-5 8-5 15 2 15 1 0 4-4 7-9zm61 5c-1-3-2-4-4-4-1 1-5 1-8 1s-5 2-5 3c0 2 4 4 9 4 6 0 9-2 8-4zm-196-13c1-11 1-11-6-5-10 8-11 19-2 18 5-1 7-5 8-13zm70 9c-1-5-9-15-14-15-6 0-6 10 0 15 6 6 14 5 14 0zm-258-17c13-12 17-18 10-18-1 0-4 3-5 6-1 4-7 10-13 13s-11 7-11 8c0 5 7 2 19-9zm82 6c2-5-10-15-14-12-2 1-3 5-3 10 0 M
6 1 8 8 7 4-1 8-3 9-5zm281-4c0-11-3-13-10-6-7 6-5 16 3 16 6 0 7-3 7-10zm86 7c1-2-4-5-11-8s-13-9-15-12c-1-4-4-6-6-5s3 7 10 15c15 13 18 15 22 10zm-219-14c0-6-26-9-31-4-7 6 1 11 16 10 11-1 15-2 15-6zm-240-6c0-6-7-6-8 1-1 4 0 5 3 4 3 0 5-3 5-5zm457 1c0-3-2-5-5-5-6 0-8 4-3 8 4 4 8 2 8-3zm-251-22c0-5 1-10 3-11 6-3 5-11-1-11-7 0-9 7-9 25 0 12 1 14 3 11s4-9 4-14zm42-18c-1-2-4-4-6-4-4 0-5 12 0 15 2 1 4 7 5 14 0 10 0 9 2-4 0-9 0-18-1-21zm-142 23c3-4 5-9 4-10-4-3-21 9-21 14 0 8 10 6 17-4zm253 4c0-5-17-17-21-14-1 1 1 5 4 7 3 3M
 6 7 6 9s2 3 5 3 6-2 6-5zm-124-7c0-3-4-5-11-5s-11 2-11 5c0 4 4 5 11 5s11-1 11-5zm-9-23c-4-4-7 2-4 8 3 5 3 5 5 0 1-4 0-7-1-8zm20-23c0-4-13-11-19-11-8 0-25 7-25 10 0 2 10 3 22 3s22-1 22-2zm-6-19c0-2-3-4-8-5-12-1.3-27 3-24 7s32 2 32-2z" fill="#070679"/></svg>
<svg viewBox="0 0 900 650" xmlns="http://www.w3.org/2000/svg"><rect width="900" height="650" fill="#ffdc00"/><text x="205" y="568" fill="#e30000" font-family="'Times New Roman'" font-size="225px" style="line-height:125%">
</text><path d="m351 397c-19-3-46-8-61-12l-26-8v-13c0-16-14-47-24-53-4-2-7-6-7-8s-4-7-8-11c-22-20-25-23-25-27 0-2-3-6-7-8-6-2-7-6-6-11s-1-10-4-12c-6-5-6-21 1-26 3-2 4-7 3-13-2-10 6-20 19-20 4 0 11-3 15-7 5-5 9-6 22-4 11 1 16 1 16-2s4-3 14-2c12 2 15 1 22-6 6-7 10-9 18-7 7 1 11-1 18-7 6-6 10-M
8 17-6 6 1 12 0 15-2s10-3 16-2c6 2 15 1 19-1 5-3 8-3 11 0 2 2 7 4 11 4 6 0 7-1 3-4-2-3-4-7-4-11s-2-9-4-11c-3-3-1-5 10-9.2 8-3 17-6.8 20-8.4 4-1.9 7-1.7 7 0.4 0 1.8 3 3.3 8 3.3s12 2.2 16 5c8 4.9 8 5.9 3 19.9-5 15-5 15 3 13 4-1 10-2 13-2h21c9 0 16 2 18 4 1 2 7 2 13 1 8-1 12 0 19 6 6 6 12 8 18 7 7-2 12 0 18 7 7 7 11 8 20 6 7-1 14 0 17 2s10 3 17 2c10-2 14-1 19 5 4 3 12 6 17 6 13 0 19 8 17 20-1 7 1 12 5 15 9 7 9 16 2 21-3 3-6 8-6 13s-3 12-7 15-7 8-7 10c0 3-4 6-8 8s-7 6-7 9c0 2-3 6-7 8s-8 6-9 9c-1 4-5 8-9 9-7 2-19 29-22 M
51-2 14-2 15-22 21-41 12-70 15-149 17-58 1-87 0-112-4zm66-33c76-1 132-1 162 2 44 3 52 3 45-3-19-17-351-15-351 2 0 4 3 5 14 3 7-1 66-3 130-4zm-107-31c63-9 267-5 315 6 6 1 9 0 9-3 0-11-124-21-221-18-56 2-146 10-150 14-3 3 4 8 10 6 3 0 20-3 37-5zm18-22s-4-1-10-1-13-2-16-5c-5-6-11-6-11-1 0 7 13 12 24 10 6-1 12-2 13-3zm271 1c6-5 7-12 2-12-1 0-5 3-7 5-3 3-9 5-14 6h-10l9 3c13 3 15 3 20-2zm-226-2c2-2-2-3-8-3-5 0-14-2-18-5-5-3-9-4-10-2s3 6 10 8c14 6 23 7 26 2zm175-1c7-3 13-7 13-9s-4-1-11 2c-6 3-14 5-18 5s-8 1-8 3c0 5 10 4 2M
4-1zm-122-2c0-2-6-3-13-3s-12 1-12 3 5 3 12 3 13-1 13-3zm69 0c0-2-4-3-10-3s-12 1-13 3c-2 2 3 3 10 3 8 0 13-1 13-3zm-217-5c3-4-2-12-7-12-3 0-5 2-5 5 0 7 7 11 12 7zm352-3c3-3 3-5 0-7-5-3-11 1-11 7s5 6 11 0zm-250-6c3-9 0-13-6-10-6 2-11 10-8 14 4 6 12 3 14-4zm37-1c0-6-11-14-15-10-4 3 5 19 11 18 2-1 4-5 4-8zm80-8c-4-6-12-4-16 4-4 5-4 7 0 9 6 4 19-8 16-13zm35 10c0-6-7-13-12-13-3 0-4 14 0 17 4 4 12 2 12-4zm-173-12c3-9-3-17-9-13-3 2-3 3-1 6 6 5 5 9-1 9-3 0-6 1-6 3s4 3 8 3 8-2 9-8zm195 6c0-2-3-4-6-5-5-2-5-4-2-7 2-2 3-5 2-6-6M
-5-9-2-9 9 0 9 1 11 7 11 4 0 8-1 8-2zm-117-6c0-6-8-5-10 1-1 2 1 4 4 4s6-2 6-5zm33 0c0-2-2-5-4-5-4 0-7 5-5 8 5 4 9 2 9-3zm-160-3c0-3-2-4-4-3s-3 3-2 5c3 4 6 4 6-2zm25-2c0-1-2-3-4-3s-3 2-3 3c0 2 1 4 3 4s4-2 4-4zm233 0c0-1-1-3-3-3s-4 2-4 3c0 2 2 4 4 4s3-2 3-4zm26 0c0-1-2-3-4-3s-4 2-4 3c0 2 2 4 4 4s4-2 4-4zm-295-14c0-10-2-12-15-16l-14-5 1-19c0-20 0-20-11-21-12-1-31 10-31 17 0 3 5 8 10 12 10 9 11 19 3 27-6 5-5 6 6 11 7 2 21 5 32 5h19zm349 6c13-6 14-9 6-15s-7-11 5-21c13-12 14-13 2-23-10-9-33-12-36-4 0 2 0 11 1 21 1 16 1 1M
7-9 19-15 3-20 8-20 19 0 9 1 9 21 9 11 0 25-2 30-5zm-240-6c0-6 2-9 5-9 9 0 7-3-8-17l-13-13 8-13c10-17 10-24 2-21-4 2-17 3-30 4-25 2-27 5-15 19l8 8-10 11c-11 12-11 13 0 22 5 5 9 10 9 12 0 4 6 5 22 5 21 0 22-1 22-8zm17 4c-1-5-7-5-9 0-1 2 1 4 5 4 3 0 5-2 4-4zm56 0c0-1-2-3-4-3s-4 2-4 3c0 2 2 4 4 4s4-2 4-4zm54-2c0-3 4-9 8-13 7-7 8-9 4-13-12-16-13-20-5-29 10-12 8-15-11-15-9 0-21-1-27-3-11-3-12-2-12 4 0 4 2 10 5 14 9 10 7 20-5 28-11 7-15 16-8 16 2 0 5 4 6 9 2 7 4 8 24 8 18 0 21-1 21-6zm-213-6c1-2 4-5 7-5s6 3 7 5c3 6 14 7 M
14 1 0-13-33-18-40-6-5 9-5 10 3 10 4 0 8-2 9-5zm239 0c0-2 3-5 7-5s8 3 9 5c1 3 4 5 7 5 6 0 7-3 4-11-3-7-28-7-36 0s-7 11 2 11c4 0 7-2 7-5zm-97-5c4-5-5-13-13-13-4 0-10 2-14 4-6 2-7 4-3 8 5 5 27 6 30 1zm-143-20c0-5-8-13-12-13-2 0-3 4-3 9 0 6 2 8 7 8 4 0 8-2 8-4zm271 0c1-2 1-5 0-8-2-5-3-5-9 0-4 4-8 8-8 9 0 4 14 3 17-1zm-253-8c0-4-8-14-11-14-4 0-5 10-1 14 3 2 12 3 12 0zm234-5c2-8-4-12-9-6-5 7-4 13 2 13 3 0 6-3 7-7zm-278 1c0-2-3-4-7-5-5-1-8 0-8 3s4 5 8 5 7-2 7-3zm59 1c1-1-1-7-5-13-3-5-7-12-7-14 0-9 19-20 40-24 11-2 24-6 2M
8-9 8-5 9-5-25 1-32 5-41 9-47 22-7 17 5 46 16 37zm111-2c-1-3-8-5-17-5s-16 2-17 5c-1 2 4 4 17 4s18-2 17-4zm92-5c6-11 5-28-2-36-5-8-19-13-43-16-8-1-18-3-22-4-7-1-7-1-1 4 4 2 15 5 23 7 20 2 39 14 41 24 1 4-1 11-5 15-5 8-5 15 2 15 1 0 4-4 7-9zm61 5c-1-3-2-4-4-4-1 1-5 1-8 1s-5 2-5 3c0 2 4 4 9 4 6 0 9-2 8-4zm-196-13c1-11 1-11-6-5-10 8-11 19-2 18 5-1 7-5 8-13zm70 9c-1-5-9-15-14-15-6 0-6 10 0 15 6 6 14 5 14 0zm-258-17c13-12 17-18 10-18-1 0-4 3-5 6-1 4-7 10-13 13s-11 7-11 8c0 5 7 2 19-9zm82 6c2-5-10-15-14-12-2 1-3 5-3 10 0 M
6 1 8 8 7 4-1 8-3 9-5zm281-4c0-11-3-13-10-6-7 6-5 16 3 16 6 0 7-3 7-10zm86 7c1-2-4-5-11-8s-13-9-15-12c-1-4-4-6-6-5s3 7 10 15c15 13 18 15 22 10zm-219-14c0-6-26-9-31-4-7 6 1 11 16 10 11-1 15-2 15-6zm-240-6c0-6-7-6-8 1-1 4 0 5 3 4 3 0 5-3 5-5zm457 1c0-3-2-5-5-5-6 0-8 4-3 8 4 4 8 2 8-3zm-251-22c0-5 1-10 3-11 6-3 5-11-1-11-7 0-9 7-9 25 0 12 1 14 3 11s4-9 4-14zm42-18c-1-2-4-4-6-4-4 0-5 12 0 15 2 1 4 7 5 14 0 10 0 9 2-4 0-9 0-18-1-21zm-142 23c3-4 5-9 4-10-4-3-21 9-21 14 0 8 10 6 17-4zm253 4c0-5-17-17-21-14-1 1 1 5 4 7 3 3M
 6 7 6 9s2 3 5 3 6-2 6-5zm-124-7c0-3-4-5-11-5s-11 2-11 5c0 4 4 5 11 5s11-1 11-5zm-9-23c-4-4-7 2-4 8 3 5 3 5 5 0 1-4 0-7-1-8zm20-23c0-4-13-11-19-11-8 0-25 7-25 10 0 2 10 3 22 3s22-1 22-2zm-6-19c0-2-3-4-8-5-12-1.3-27 3-24 7s32 2 32-2z" fill="#070679"/></svg>
<svg viewBox="0 0 900 650" xmlns="http://www.w3.org/2000/svg"><rect width="900" height="650" fill="#ffdc00"/><text x="205" y="568" fill="#e30000" font-family="'Times New Roman'" font-size="225px" style="line-height:125%">
</text><path d="m351 397c-19-3-46-8-61-12l-26-8v-13c0-16-14-47-24-53-4-2-7-6-7-8s-4-7-8-11c-22-20-25-23-25-27 0-2-3-6-7-8-6-2-7-6-6-11s-1-10-4-12c-6-5-6-21 1-26 3-2 4-7 3-13-2-10 6-20 19-20 4 0 11-3 15-7 5-5 9-6 22-4 11 1 16 1 16-2s4-3 14-2c12 2 15 1 22-6 6-7 10-9 18-7 7 1 11-1 18-7 6-6 10-M
8 17-6 6 1 12 0 15-2s10-3 16-2c6 2 15 1 19-1 5-3 8-3 11 0 2 2 7 4 11 4 6 0 7-1 3-4-2-3-4-7-4-11s-2-9-4-11c-3-3-1-5 10-9.2 8-3 17-6.8 20-8.4 4-1.9 7-1.7 7 0.4 0 1.8 3 3.3 8 3.3s12 2.2 16 5c8 4.9 8 5.9 3 19.9-5 15-5 15 3 13 4-1 10-2 13-2h21c9 0 16 2 18 4 1 2 7 2 13 1 8-1 12 0 19 6 6 6 12 8 18 7 7-2 12 0 18 7 7 7 11 8 20 6 7-1 14 0 17 2s10 3 17 2c10-2 14-1 19 5 4 3 12 6 17 6 13 0 19 8 17 20-1 7 1 12 5 15 9 7 9 16 2 21-3 3-6 8-6 13s-3 12-7 15-7 8-7 10c0 3-4 6-8 8s-7 6-7 9c0 2-3 6-7 8s-8 6-9 9c-1 4-5 8-9 9-7 2-19 29-22 M
51-2 14-2 15-22 21-41 12-70 15-149 17-58 1-87 0-112-4zm66-33c76-1 132-1 162 2 44 3 52 3 45-3-19-17-351-15-351 2 0 4 3 5 14 3 7-1 66-3 130-4zm-107-31c63-9 267-5 315 6 6 1 9 0 9-3 0-11-124-21-221-18-56 2-146 10-150 14-3 3 4 8 10 6 3 0 20-3 37-5zm18-22s-4-1-10-1-13-2-16-5c-5-6-11-6-11-1 0 7 13 12 24 10 6-1 12-2 13-3zm271 1c6-5 7-12 2-12-1 0-5 3-7 5-3 3-9 5-14 6h-10l9 3c13 3 15 3 20-2zm-226-2c2-2-2-3-8-3-5 0-14-2-18-5-5-3-9-4-10-2s3 6 10 8c14 6 23 7 26 2zm175-1c7-3 13-7 13-9s-4-1-11 2c-6 3-14 5-18 5s-8 1-8 3c0 5 10 4 2M
4-1zm-122-2c0-2-6-3-13-3s-12 1-12 3 5 3 12 3 13-1 13-3zm69 0c0-2-4-3-10-3s-12 1-13 3c-2 2 3 3 10 3 8 0 13-1 13-3zm-217-5c3-4-2-12-7-12-3 0-5 2-5 5 0 7 7 11 12 7zm352-3c3-3 3-5 0-7-5-3-11 1-11 7s5 6 11 0zm-250-6c3-9 0-13-6-10-6 2-11 10-8 14 4 6 12 3 14-4zm37-1c0-6-11-14-15-10-4 3 5 19 11 18 2-1 4-5 4-8zm80-8c-4-6-12-4-16 4-4 5-4 7 0 9 6 4 19-8 16-13zm35 10c0-6-7-13-12-13-3 0-4 14 0 17 4 4 12 2 12-4zm-173-12c3-9-3-17-9-13-3 2-3 3-1 6 6 5 5 9-1 9-3 0-6 1-6 3s4 3 8 3 8-2 9-8zm195 6c0-2-3-4-6-5-5-2-5-4-2-7 2-2 3-5 2-6-6M
-5-9-2-9 9 0 9 1 11 7 11 4 0 8-1 8-2zm-117-6c0-6-8-5-10 1-1 2 1 4 4 4s6-2 6-5zm33 0c0-2-2-5-4-5-4 0-7 5-5 8 5 4 9 2 9-3zm-160-3c0-3-2-4-4-3s-3 3-2 5c3 4 6 4 6-2zm25-2c0-1-2-3-4-3s-3 2-3 3c0 2 1 4 3 4s4-2 4-4zm233 0c0-1-1-3-3-3s-4 2-4 3c0 2 2 4 4 4s3-2 3-4zm26 0c0-1-2-3-4-3s-4 2-4 3c0 2 2 4 4 4s4-2 4-4zm-295-14c0-10-2-12-15-16l-14-5 1-19c0-20 0-20-11-21-12-1-31 10-31 17 0 3 5 8 10 12 10 9 11 19 3 27-6 5-5 6 6 11 7 2 21 5 32 5h19zm349 6c13-6 14-9 6-15s-7-11 5-21c13-12 14-13 2-23-10-9-33-12-36-4 0 2 0 11 1 21 1 16 1 1M
7-9 19-15 3-20 8-20 19 0 9 1 9 21 9 11 0 25-2 30-5zm-240-6c0-6 2-9 5-9 9 0 7-3-8-17l-13-13 8-13c10-17 10-24 2-21-4 2-17 3-30 4-25 2-27 5-15 19l8 8-10 11c-11 12-11 13 0 22 5 5 9 10 9 12 0 4 6 5 22 5 21 0 22-1 22-8zm17 4c-1-5-7-5-9 0-1 2 1 4 5 4 3 0 5-2 4-4zm56 0c0-1-2-3-4-3s-4 2-4 3c0 2 2 4 4 4s4-2 4-4zm54-2c0-3 4-9 8-13 7-7 8-9 4-13-12-16-13-20-5-29 10-12 8-15-11-15-9 0-21-1-27-3-11-3-12-2-12 4 0 4 2 10 5 14 9 10 7 20-5 28-11 7-15 16-8 16 2 0 5 4 6 9 2 7 4 8 24 8 18 0 21-1 21-6zm-213-6c1-2 4-5 7-5s6 3 7 5c3 6 14 7 M
14 1 0-13-33-18-40-6-5 9-5 10 3 10 4 0 8-2 9-5zm239 0c0-2 3-5 7-5s8 3 9 5c1 3 4 5 7 5 6 0 7-3 4-11-3-7-28-7-36 0s-7 11 2 11c4 0 7-2 7-5zm-97-5c4-5-5-13-13-13-4 0-10 2-14 4-6 2-7 4-3 8 5 5 27 6 30 1zm-143-20c0-5-8-13-12-13-2 0-3 4-3 9 0 6 2 8 7 8 4 0 8-2 8-4zm271 0c1-2 1-5 0-8-2-5-3-5-9 0-4 4-8 8-8 9 0 4 14 3 17-1zm-253-8c0-4-8-14-11-14-4 0-5 10-1 14 3 2 12 3 12 0zm234-5c2-8-4-12-9-6-5 7-4 13 2 13 3 0 6-3 7-7zm-278 1c0-2-3-4-7-5-5-1-8 0-8 3s4 5 8 5 7-2 7-3zm59 1c1-1-1-7-5-13-3-5-7-12-7-14 0-9 19-20 40-24 11-2 24-6 2M
8-9 8-5 9-5-25 1-32 5-41 9-47 22-7 17 5 46 16 37zm111-2c-1-3-8-5-17-5s-16 2-17 5c-1 2 4 4 17 4s18-2 17-4zm92-5c6-11 5-28-2-36-5-8-19-13-43-16-8-1-18-3-22-4-7-1-7-1-1 4 4 2 15 5 23 7 20 2 39 14 41 24 1 4-1 11-5 15-5 8-5 15 2 15 1 0 4-4 7-9zm61 5c-1-3-2-4-4-4-1 1-5 1-8 1s-5 2-5 3c0 2 4 4 9 4 6 0 9-2 8-4zm-196-13c1-11 1-11-6-5-10 8-11 19-2 18 5-1 7-5 8-13zm70 9c-1-5-9-15-14-15-6 0-6 10 0 15 6 6 14 5 14 0zm-258-17c13-12 17-18 10-18-1 0-4 3-5 6-1 4-7 10-13 13s-11 7-11 8c0 5 7 2 19-9zm82 6c2-5-10-15-14-12-2 1-3 5-3 10 0 M
6 1 8 8 7 4-1 8-3 9-5zm281-4c0-11-3-13-10-6-7 6-5 16 3 16 6 0 7-3 7-10zm86 7c1-2-4-5-11-8s-13-9-15-12c-1-4-4-6-6-5s3 7 10 15c15 13 18 15 22 10zm-219-14c0-6-26-9-31-4-7 6 1 11 16 10 11-1 15-2 15-6zm-240-6c0-6-7-6-8 1-1 4 0 5 3 4 3 0 5-3 5-5zm457 1c0-3-2-5-5-5-6 0-8 4-3 8 4 4 8 2 8-3zm-251-22c0-5 1-10 3-11 6-3 5-11-1-11-7 0-9 7-9 25 0 12 1 14 3 11s4-9 4-14zm42-18c-1-2-4-4-6-4-4 0-5 12 0 15 2 1 4 7 5 14 0 10 0 9 2-4 0-9 0-18-1-21zm-142 23c3-4 5-9 4-10-4-3-21 9-21 14 0 8 10 6 17-4zm253 4c0-5-17-17-21-14-1 1 1 5 4 7 3 3M
 6 7 6 9s2 3 5 3 6-2 6-5zm-124-7c0-3-4-5-11-5s-11 2-11 5c0 4 4 5 11 5s11-1 11-5zm-9-23c-4-4-7 2-4 8 3 5 3 5 5 0 1-4 0-7-1-8zm20-23c0-4-13-11-19-11-8 0-25 7-25 10 0 2 10 3 22 3s22-1 22-2zm-6-19c0-2-3-4-8-5-12-1.3-27 3-24 7s32 2 32-2z" fill="#070679"/></svg>
<svg viewBox="0 0 900 650" xmlns="http://www.w3.org/2000/svg"><rect width="900" height="650" fill="#ffdc00"/><text x="205" y="568" fill="#e30000" font-family="'Times New Roman'" font-size="225px" style="line-height:125%">
</text><path d="m351 397c-19-3-46-8-61-12l-26-8v-13c0-16-14-47-24-53-4-2-7-6-7-8s-4-7-8-11c-22-20-25-23-25-27 0-2-3-6-7-8-6-2-7-6-6-11s-1-10-4-12c-6-5-6-21 1-26 3-2 4-7 3-13-2-10 6-20 19-20 4 0 11-3 15-7 5-5 9-6 22-4 11 1 16 1 16-2s4-3 14-2c12 2 15 1 22-6 6-7 10-9 18-7 7 1 11-1 18-7 6-6 10-M
8 17-6 6 1 12 0 15-2s10-3 16-2c6 2 15 1 19-1 5-3 8-3 11 0 2 2 7 4 11 4 6 0 7-1 3-4-2-3-4-7-4-11s-2-9-4-11c-3-3-1-5 10-9.2 8-3 17-6.8 20-8.4 4-1.9 7-1.7 7 0.4 0 1.8 3 3.3 8 3.3s12 2.2 16 5c8 4.9 8 5.9 3 19.9-5 15-5 15 3 13 4-1 10-2 13-2h21c9 0 16 2 18 4 1 2 7 2 13 1 8-1 12 0 19 6 6 6 12 8 18 7 7-2 12 0 18 7 7 7 11 8 20 6 7-1 14 0 17 2s10 3 17 2c10-2 14-1 19 5 4 3 12 6 17 6 13 0 19 8 17 20-1 7 1 12 5 15 9 7 9 16 2 21-3 3-6 8-6 13s-3 12-7 15-7 8-7 10c0 3-4 6-8 8s-7 6-7 9c0 2-3 6-7 8s-8 6-9 9c-1 4-5 8-9 9-7 2-19 29-22 M
51-2 14-2 15-22 21-41 12-70 15-149 17-58 1-87 0-112-4zm66-33c76-1 132-1 162 2 44 3 52 3 45-3-19-17-351-15-351 2 0 4 3 5 14 3 7-1 66-3 130-4zm-107-31c63-9 267-5 315 6 6 1 9 0 9-3 0-11-124-21-221-18-56 2-146 10-150 14-3 3 4 8 10 6 3 0 20-3 37-5zm18-22s-4-1-10-1-13-2-16-5c-5-6-11-6-11-1 0 7 13 12 24 10 6-1 12-2 13-3zm271 1c6-5 7-12 2-12-1 0-5 3-7 5-3 3-9 5-14 6h-10l9 3c13 3 15 3 20-2zm-226-2c2-2-2-3-8-3-5 0-14-2-18-5-5-3-9-4-10-2s3 6 10 8c14 6 23 7 26 2zm175-1c7-3 13-7 13-9s-4-1-11 2c-6 3-14 5-18 5s-8 1-8 3c0 5 10 4 2M
4-1zm-122-2c0-2-6-3-13-3s-12 1-12 3 5 3 12 3 13-1 13-3zm69 0c0-2-4-3-10-3s-12 1-13 3c-2 2 3 3 10 3 8 0 13-1 13-3zm-217-5c3-4-2-12-7-12-3 0-5 2-5 5 0 7 7 11 12 7zm352-3c3-3 3-5 0-7-5-3-11 1-11 7s5 6 11 0zm-250-6c3-9 0-13-6-10-6 2-11 10-8 14 4 6 12 3 14-4zm37-1c0-6-11-14-15-10-4 3 5 19 11 18 2-1 4-5 4-8zm80-8c-4-6-12-4-16 4-4 5-4 7 0 9 6 4 19-8 16-13zm35 10c0-6-7-13-12-13-3 0-4 14 0 17 4 4 12 2 12-4zm-173-12c3-9-3-17-9-13-3 2-3 3-1 6 6 5 5 9-1 9-3 0-6 1-6 3s4 3 8 3 8-2 9-8zm195 6c0-2-3-4-6-5-5-2-5-4-2-7 2-2 3-5 2-6-6M
-5-9-2-9 9 0 9 1 11 7 11 4 0 8-1 8-2zm-117-6c0-6-8-5-10 1-1 2 1 4 4 4s6-2 6-5zm33 0c0-2-2-5-4-5-4 0-7 5-5 8 5 4 9 2 9-3zm-160-3c0-3-2-4-4-3s-3 3-2 5c3 4 6 4 6-2zm25-2c0-1-2-3-4-3s-3 2-3 3c0 2 1 4 3 4s4-2 4-4zm233 0c0-1-1-3-3-3s-4 2-4 3c0 2 2 4 4 4s3-2 3-4zm26 0c0-1-2-3-4-3s-4 2-4 3c0 2 2 4 4 4s4-2 4-4zm-295-14c0-10-2-12-15-16l-14-5 1-19c0-20 0-20-11-21-12-1-31 10-31 17 0 3 5 8 10 12 10 9 11 19 3 27-6 5-5 6 6 11 7 2 21 5 32 5h19zm349 6c13-6 14-9 6-15s-7-11 5-21c13-12 14-13 2-23-10-9-33-12-36-4 0 2 0 11 1 21 1 16 1 1M
7-9 19-15 3-20 8-20 19 0 9 1 9 21 9 11 0 25-2 30-5zm-240-6c0-6 2-9 5-9 9 0 7-3-8-17l-13-13 8-13c10-17 10-24 2-21-4 2-17 3-30 4-25 2-27 5-15 19l8 8-10 11c-11 12-11 13 0 22 5 5 9 10 9 12 0 4 6 5 22 5 21 0 22-1 22-8zm17 4c-1-5-7-5-9 0-1 2 1 4 5 4 3 0 5-2 4-4zm56 0c0-1-2-3-4-3s-4 2-4 3c0 2 2 4 4 4s4-2 4-4zm54-2c0-3 4-9 8-13 7-7 8-9 4-13-12-16-13-20-5-29 10-12 8-15-11-15-9 0-21-1-27-3-11-3-12-2-12 4 0 4 2 10 5 14 9 10 7 20-5 28-11 7-15 16-8 16 2 0 5 4 6 9 2 7 4 8 24 8 18 0 21-1 21-6zm-213-6c1-2 4-5 7-5s6 3 7 5c3 6 14 7 M
14 1 0-13-33-18-40-6-5 9-5 10 3 10 4 0 8-2 9-5zm239 0c0-2 3-5 7-5s8 3 9 5c1 3 4 5 7 5 6 0 7-3 4-11-3-7-28-7-36 0s-7 11 2 11c4 0 7-2 7-5zm-97-5c4-5-5-13-13-13-4 0-10 2-14 4-6 2-7 4-3 8 5 5 27 6 30 1zm-143-20c0-5-8-13-12-13-2 0-3 4-3 9 0 6 2 8 7 8 4 0 8-2 8-4zm271 0c1-2 1-5 0-8-2-5-3-5-9 0-4 4-8 8-8 9 0 4 14 3 17-1zm-253-8c0-4-8-14-11-14-4 0-5 10-1 14 3 2 12 3 12 0zm234-5c2-8-4-12-9-6-5 7-4 13 2 13 3 0 6-3 7-7zm-278 1c0-2-3-4-7-5-5-1-8 0-8 3s4 5 8 5 7-2 7-3zm59 1c1-1-1-7-5-13-3-5-7-12-7-14 0-9 19-20 40-24 11-2 24-6 2M
8-9 8-5 9-5-25 1-32 5-41 9-47 22-7 17 5 46 16 37zm111-2c-1-3-8-5-17-5s-16 2-17 5c-1 2 4 4 17 4s18-2 17-4zm92-5c6-11 5-28-2-36-5-8-19-13-43-16-8-1-18-3-22-4-7-1-7-1-1 4 4 2 15 5 23 7 20 2 39 14 41 24 1 4-1 11-5 15-5 8-5 15 2 15 1 0 4-4 7-9zm61 5c-1-3-2-4-4-4-1 1-5 1-8 1s-5 2-5 3c0 2 4 4 9 4 6 0 9-2 8-4zm-196-13c1-11 1-11-6-5-10 8-11 19-2 18 5-1 7-5 8-13zm70 9c-1-5-9-15-14-15-6 0-6 10 0 15 6 6 14 5 14 0zm-258-17c13-12 17-18 10-18-1 0-4 3-5 6-1 4-7 10-13 13s-11 7-11 8c0 5 7 2 19-9zm82 6c2-5-10-15-14-12-2 1-3 5-3 10 0 M
6 1 8 8 7 4-1 8-3 9-5zm281-4c0-11-3-13-10-6-7 6-5 16 3 16 6 0 7-3 7-10zm86 7c1-2-4-5-11-8s-13-9-15-12c-1-4-4-6-6-5s3 7 10 15c15 13 18 15 22 10zm-219-14c0-6-26-9-31-4-7 6 1 11 16 10 11-1 15-2 15-6zm-240-6c0-6-7-6-8 1-1 4 0 5 3 4 3 0 5-3 5-5zm457 1c0-3-2-5-5-5-6 0-8 4-3 8 4 4 8 2 8-3zm-251-22c0-5 1-10 3-11 6-3 5-11-1-11-7 0-9 7-9 25 0 12 1 14 3 11s4-9 4-14zm42-18c-1-2-4-4-6-4-4 0-5 12 0 15 2 1 4 7 5 14 0 10 0 9 2-4 0-9 0-18-1-21zm-142 23c3-4 5-9 4-10-4-3-21 9-21 14 0 8 10 6 17-4zm253 4c0-5-17-17-21-14-1 1 1 5 4 7 3 3M
 6 7 6 9s2 3 5 3 6-2 6-5zm-124-7c0-3-4-5-11-5s-11 2-11 5c0 4 4 5 11 5s11-1 11-5zm-9-23c-4-4-7 2-4 8 3 5 3 5 5 0 1-4 0-7-1-8zm20-23c0-4-13-11-19-11-8 0-25 7-25 10 0 2 10 3 22 3s22-1 22-2zm-6-19c0-2-3-4-8-5-12-1.3-27 3-24 7s32 2 32-2z" fill="#070679"/></svg>
{"attributes":[{"trait_type":"Hat","value":"Commie Hat"},{"trait_type":"Eyes","value":"Crazy"},{"trait_type":"Fur","value":"Blue"},{"trait_type":"Mouth","value":"Phoneme L"},{"trait_type":"Background","value":"Army Green"},{"trait_type":"Clothes","value":"Puffy Vest"}],"external_url":"https://baycbitcoin.com/index/bayc/341","image":"ipfs://QmWwSKeAhhs1CNNDDkMaYgdWvZjrCUyfczc51JXp81i3H1/341.png"}
10.)-,3:J>36F7,-@WAFLNRSR2>ZaZP`JQRO
&O5-5OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350">
    .base{fill:#4d4d4d;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link{fill:blue;font-weight:700;font-family:Verdana,sans-serif;font-style:italic;letter-spacing:-.2px;text-anchor:middle;dominant-baseline:central}
    .link2:hover{fill:Blue!important;}
    .link3:hover{fill:#1DA1F2!important;}
h="100%" height="100%" fill="#f2a900"/>
  <text font-size="50" x="50%" y="40%" class="base">bitbags.io</text>
  <a href="https://bitbags.io" target="__blank__">
    <text font-size="20" x="50%" y="55%" class="base link2">Inscribe Here</text>
  <a href="https://twitter.com/bitbagsordinal" target="_blank_2">
    <g transform="translate(280, 265) scale(0.5)">
      <path class="base link3" d="M109.75 92.2701C110 130.1 78 156.89 27.38 136.15C39.16 134.49 47.92 131.15 54.38 126.96C47.31 124.39 38.28 115.49 36.19 M
110.71L44.3 109.36C44.3 109.36 35.22 100.27 32.71 90.1001L42.83 91.4801C42.83 91.4801 37.12 83.0201 38.83 67.8701C45.85 79.3801 59.4 89.2201 71.45 92.0001C70 67.0001 94 62.5101 104.66 75.0501L119.56 72.7001L112.41 81.9301L122.62 85.4201L109.75 92.2701Z"/>
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "Jackie Chan.sats"
text/plain;charset=utf-8
  "name": "idk.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
	qiTXtXML:com.adobe.xmp
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sTypM
e/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" xmp:CreatorTool="Adobe Photoshop CC 2019 (Windows)" xmp:CreateDate="2023-02-21T15:59:10-05:00" xmp:MetadataDate="2023-02-25T22:41:34-05:00" xmp:ModifyDate="2023-02-25T22:41:34-05:00" dc:format="image/png" xmpMM:InstanceID="xmp.iid:acbc8a57-f4e5-e746-9c7f-8a8694e96952" xmpMM:DocumentID="adobe:docid:photoshop:eab31056-0a9b-1143-85c6-231b86dc2ff8" xmpMM:OriginalDocumentID="xmp.did:72e15e1M
d-f2b2-c741-8018-1127a6f9c617" photoshop:ColorMode="3"> <xmpMM:History> <rdf:Seq> <rdf:li stEvt:action="created" stEvt:instanceID="xmp.iid:72e15e1d-f2b2-c741-8018-1127a6f9c617" stEvt:when="2023-02-21T15:59:10-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:e2cac013-b1d9-8242-9e52-b7001689fa20" stEvt:when="2023-02-22T04:32:13-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="saved" stEvt:insM
tanceID="xmp.iid:66ffc5e0-81e4-0b42-89f4-37195fe590bf" stEvt:when="2023-02-25T22:41:34-05:00" stEvt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> <rdf:li stEvt:action="converted" stEvt:parameters="from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="derived" stEvt:parameters="converted from application/vnd.adobe.photoshop to image/png"/> <rdf:li stEvt:action="saved" stEvt:instanceID="xmp.iid:acbc8a57-f4e5-e746-9c7f-8a8694e96952" stEvt:when="2023-02-25T22:41:34-05:00" stM
Evt:softwareAgent="Adobe Photoshop CC 2019 (Windows)" stEvt:changed="/"/> </rdf:Seq> </xmpMM:History> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:66ffc5e0-81e4-0b42-89f4-37195fe590bf" stRef:documentID="adobe:docid:photoshop:7ea46a93-d1f8-6149-8771-c8bcefeb3406" stRef:originalDocumentID="xmp.did:72e15e1d-f2b2-c741-8018-1127a6f9c617"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
-http://ns.adobe.com/xap/1.0/
" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 7.1-c000 79.dabacbb, 2021/04/14-00:39:44        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe PhotoshoM
p 23.0 (Windows)" xmpMM:InstanceID="xmp.iid:54A78DFDB23D11ED879F9A4871903058" xmpMM:DocumentID="xmp.did:54A78DFEB23D11ED879F9A4871903058"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:54A78DFBB23D11ED879F9A4871903058" stRef:documentID="xmp.did:54A78DFCB23D11ED879F9A4871903058"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>
)A&&AB///BG?>>?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
))4&4?((?G?5?GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
FjDOUT:BE26AC1CBC5D4B55CFFFD800EF8DB6A2BB558C756A7B9B048909862CCD49EBE5
FjDOUT:D002A95E02CD64C20AFAD322BDE3677682693396A8DDB1C3F6567B4A3D35FD20
text/plain;charset=utf-8
  "name": "cuba.sats"
text/plain;charset=utf-8
c/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
  "name": "2021.sats"
text/plain;charset=utf-8
text/plain;charset=utf-8
  "name": "blowjob.sats"
text/plain;charset=utf-8
  "name": "boston.sats"
text/plain;charset=utf-8
  "name": "metallica.sats"
text/html;charset=utf-8
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Ordinal Automata</title> <script sandbox="allow-scripts" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.min.js"></script> <script id="snippet-random-code" type="text/javascript"> let seed=window.location.href.split('/').find(t=> t.includes('i0')); if (seed==null){const alphabet="0123456789abcdefghijklmnopqrstuvwsyz"; seed=new URLSearchParams(window.location.search).get("seed") || Array(64).fill(0).map(_=> alphabetM
[(Math.random() * alphabet.length) | 0]).join('') + "i0";}else{let pattern="seed="; for (let i=0; i < seed.length - pattern.length; ++i){if (seed.substring(i, i + pattern.length)==pattern){seed=seed.substring(i + pattern.length); break;}}}function cyrb128($){let _=1779033703, u=3144134277, i=1013904242, l=2773480762; for (let n=0, r; n < $.length; n++) _=u ^ Math.imul(_ ^ (r=$.charCodeAt(n)), 597399067), u=i ^ Math.imul(u ^ r, 2869860233), i=l ^ Math.imul(i ^ r, 951274213), l=_ ^ Math.imul(l ^ r, 2716044179); returM
n _=Math.imul(i ^ _ >>> 18, 597399067), u=Math.imul(l ^ u >>> 22, 2869860233), i=Math.imul(_ ^ i >>> 17, 951274213), l=Math.imul(u ^ l >>> 19, 2716044179), [(_ ^ u ^ i ^ l) >>> 0, (u ^ _) >>> 0, (i ^ _) >>> 0, (l ^ _) >>> 0]}function sfc32($, _, u, i){return function (){u >>>=0, i >>>=0; var l=($ >>>=0) + (_ >>>=0) | 0; return $=_ ^ _ >>> 9, _=u + (u << 3) | 0, u=(u=u << 21 | u >>> 11) + (l=l + (i=i + 1 | 0) | 0) | 0, (l >>> 0) / 4294967296}}let mathRand=sfc32(...cyrb128(seed)); </script> <style>body{margin: 0px;}<M
/style></head><body><script type="text/javascript">const rand=mathRand();function getRule(dcml){var s=(dcml >>> 0).toString(2).split(""); if (8 - s.length > 0){return Array(8 - s.length).fill(0).concat(s.map(Number));}else{return s.map(Number);}}function setCell(r, p){var i=parseInt(p.join(""), 2); switch (i){case 7: return r[0]; case 6: return r[1]; case 5: return r[2]; case 4: return r[3]; case 3: return r[4]; case 2: return r[5]; case 1: return r[6]; case 0: return r[7]; default: console.log("ERROR: setCell unhaM
ndled case."); return r[0];}}function genGrid(fr, rule){var result=[fr]; var row=fr; for (let r=1; r < cc; r++){var nextRow=[]; for (let i=0; i < cc; i++){var c1=0; var c2=0; var c3=0; if (i==0){c1=0; c2=row[i]; c3=row[i + 1];}else if (i==cc - 1){c1=row[i - 1]; c2=row[i]; c3=0;}else{c1=row[i - 1]; c2=row[i]; c3=row[i + 1];}nextRow.push(setCell(rule, [c1, c2, c3]));}row=nextRow; result.push(row);}return result;}filterRules=[0, 2, 4, 6, 8, 10, 12, 14, 16, 20, 24, 32, 34, 36, 38, 40, 42, 44, 46, 48, 52, 56, 64, 66, 72M
, 74, 76, 80, 84, 88, 96, 98, 100, 104, 106, 108, 112, 116, 120, 128, 130, 132, 136, 138, 140, 142, 144, 148, 152, 160, 162, 164, 166, 168, 170, 172, 174, 176, 180, 184, 192, 194, 196, 200, 202, 204, 208, 212, 216, 224, 226, 228, 232, 234, 236, 240, 244, 248];cc=100;m=24;rr1=parseInt(mathRand() * 256);rr2=par