Skip to content
View applemango's full-sized avatar
👋
hey!!!!
👋
hey!!!!

Organizations

@1eq2 @boorutan

Block or report applemango

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
applemango/README.md

Applemango

Pinned Loading

  1. boorutan/booru-japanese-tag boorutan/booru-japanese-tag Public

    Translate Danbooru tags into Japanese ( 3.0% done )

    Go 6

  2. virtual dom virtual dom
    1
    //@ts-check
    2
    
                  
    3
    /**
    4
     * @typedef {"button" | "div" | "p" | "h1" | "input" | "img" | "a" | "h2" | "h3" | "h4" | "h5" | "h6"} VNodeType
    5
     *
  3. 1行で書いたdjangoのhello, world! 1行で書いたdjangoのhello, world!
    1
    [us := lambda u, j: [u("", lambda r: j({"msg": "Hello, world!"}))],i:=__import__,o:=i("os"),s:=i("sys"),p:=i("pymysql"),d:=i("django"),i("django.core.wsgi"),u:= d.urls.path,j:=d.http.JsonResponse,urlpatterns := us(u, j),p.install_as_MySQLdb(),d.conf.settings.configure(DEBUG=True,ALLOWED_HOSTS=["*"],ROOT_URLCONF=__name__,SECRET_KEY=d.utils.crypto.get_random_string(50),MIDDLEWARE=["django.middleware.common.CommonMiddleware"]),app:=d.core.wsgi.get_wsgi_application(),d.core.management.execute_from_command_line(s.argv)]
  4. boorutan/boorutan-web boorutan/boorutan-web Public

    booru web client

    TypeScript 7

  5. vdule-menu-bar vdule-menu-bar Public

    Vtuberの配信予定をMacのMenu barに表示するやつ

    Swift

  6. googleスプレッドシートのテンプレートにあるtodoで、完了済みにし... googleスプレッドシートのテンプレートにあるtodoで、完了済みにしたアイテムをランダムにオフにするプログラム
    1
    const numberToSheetPosition = (x, y) => {
    2
      const xL = ["A", "B", "C", "D"]
    3
      return `${xL[x]}${y+1}`
    4
    }
    5