A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

Added a Scratch account list

steve0greatness,
created on Sunday, 4 February 2024, 22:40:07 (1707086407), received on Monday, 6 May 2024, 02:55:37 (1714964137)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>

5ae46ea4a268a3a10fd76b394725d19a9bd098be

build.py

@@ -146,8 +146,10 @@ def GetLists():

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        List["title"] = ListDict["title"]
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        if "paragraph" in ListDict:
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                            List["content"] += "<p>%s</p>" % ListDict["paragraph"]
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                    List["content"] += "<ul>"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        for item in ListDict["list"]:
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                        List["content"] += LIST_PARSER_DICT[item["type"]](item, 0)
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                        List["content"] += "<li>" + LIST_PARSER_DICT[item["type"]](item, 0) + "</li>"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                    List["content"] += "</ul>"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                    Lists.append(List)
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                    sitemap.append(SITEMAP_HREF + "list/" + slug)
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                sitemap.append(SITEMAP_HREF + "list/")
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                            
                                

lists/link-tree.yml

@@ -37,6 +37,7 @@ list:

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  - type: link
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                    href: https://scratch.mit.edu/users/steve0greatness
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                    text: Scratch
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                comment: there's more, see the <a href="/list/scratch-acc.html">Scratch Accounts</a> list.
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  - type: link
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                    href: http://beetleblocks.com/users/Steve0Greatness
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                    text: BeetleBlocks
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                            
                                

lists/scratch-acc.yml

@@ -0,0 +1,72 @@

                                
                                
                                
                            
                                
                                    
                                        
                                        title: Scratch Accounts
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        paragraph: I have a lot of <a href="https://scratch.mit.edu/"Scratch</a> accounts, so here's a list of them all.
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        list:
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/Steve0Greatness/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@Steve0Greatness"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/S0G/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@S0G"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/Steves_greatness/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@Steves_greatness"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/Scratch_C0/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@Scratch_C0"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/test-account4newidea/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@test-account4newidea"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/Anonymouslysignedin/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@Anonymouslysignedin"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/Ninjad-on-the-forums/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@Ninjad-on-the-forums"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/ScratchNewsWorldWide/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@ScratchNewsWorldWide"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/awesomecolors82/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@awesomecolors82"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/ghadskjfljdfskl/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@ghadskjfljdfskl"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/NotSteve0Greatness/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@NotSteve0Greatness"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/this_user/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@this_user"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/Steve0Comics/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@Steve0Comics"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/SteveDOTedu/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@SteveDOTedu"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/Qwertyamongus/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@Qwertyamongus"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/Steve0Greatness64/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@Steve0Greatness64"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/The-best-charry/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@The-best-charry"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/HatShirtPantsShoes/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@HatShirtPantsShoes"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/Steve-ist-Gut/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@Steve-ist-Gut"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/ForuminAsNew2Scratch/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@ForuminAsNew2Scratch"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/fc-/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@fc-"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/Clippy-Cat/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@Clippy-Cat"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - type: link
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            href: https://scratch.mit.edu/users/Steve_Greatness/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            text: "@Steve_Greatness"