Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)V
Posts
1
Comments
36
Joined
2 yr. ago

  • No, actually did, try for yourself.

  • Chatgpt just told me there is one r in elephant.

  • Overpass Turbo, oh yeah.

  • Bitte.

  • Das Selbstische Mem von Richard Dohlensippe.

  • Freitag, Freitag

  • We all know his name is Johneff. Johneff Kennedy. Johneff is the long form of Jeff.

  • Solange er seinen Precht zuhause lässt.

  • It is now save to disenchant your orb.

  • I'll spend your 100 million, too, if you want. I'll be the second idiot to shoot his car into space.

  • I'll take your billion.

  • Cool, I love learning new terms that will haunt me in the future.

  • Thanks, I hate it.

  • I imagined what an Elasticsearch query style Python XML syntax would look like.You must share my pain.

  •  
        
    <fun>
      <name>sum</name>
      <in>
        <int>
          <name>foo</name>
        </int>
        <int>
          <name>bar</name>
          <default_value>
            <int>0</int>
          </default_value>
        </int>
      </in>
      <out>
        <int>
          <calculation>
            <numerical_operation>
              <operator_plus>
                <operand>
                  <var>foo</var>
                </operand>
                <operand>
                  <var>bar</var>
                </operand>
              </operator_plus>
            </numerical_operation>
          </calculation>
        </int>
      </out>
    </fun>