Skip to content
View anpang54's full-sized avatar

Block or report anpang54

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
anpang54/README.md

Hi there!

I'm Anpang. Well, the username anpang was taken, so I'm anpang54 here on Github.
I do coding as a hobby. I mainly do web development, but I also make some games.

Pinned Loading

  1. acrylic-os/packager acrylic-os/packager Public

    A simple command-line tool that manages Acrylic packages.

    C++

  2. under-construction under-construction Public

    Puts a giant "under construction" sign on your website.

    JavaScript

  3. podotian-keyboard podotian-keyboard Public

    A simple webpage for typing Podotian words and sentences

    HTML

  4. A simple Python implementation of a ... A simple Python implementation of a modified Stalin sort which adds the elements back. See https://anpang54.tumblr.com/post/777156545609957376/20250305. The Stalin sort part is based on https://github.com/gustavo-depaula/stalin-sort/blob/master/python/simple_loop.py.
    1
    
                  
    2
    # function
    3
    
                  
    4
    def gorbachev_sort(xs):
    5