Skip to content
View morioprog's full-sized avatar
🏠
WFH
🏠
WFH
Block or Report

Block or report morioprog

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

Follow @morio_prog About me AtCoder Codeforces

Pinned Loading

  1. nova nova Public

    Rewrite of PuyoPuyo AI "ghoti" (WIP)

    Rust 1

  2. ghoti ghoti Public

    ぷよぷよAI (no longer updated)

    Rust 9

  3. covid19-rating-graph covid19-rating-graph Public archive

    HTML 20

  4. AtCoderSubmissionUserColorizer AtCoderSubmissionUserColorizer Public

    AtCoderの提出一覧のユーザ名を色付けするUserScript

    JavaScript 7

  5. compro-snippet-from-file compro-snippet-from-file Public

    TypeScript

  6. 競技プログラミングのコンテスト予定を表示するiOSウィジェット(導入方法... 競技プログラミングのコンテスト予定を表示するiOSウィジェット(導入方法:https://blog.morio.dev/2021/01/contest_schedule_widget/)
    1
    // 初期設定
    2
    // 1. CLIST(`https://clist.by/`)にログイン
    3
    // 2. `https://clist.by/api/v1/doc/`の上部の「show my api-key」を選択
    4
    // 3. 出てきたモーダル下部の「Param query」を下のCLIST_APIに貼り付け
    5
    const CLIST_API = "/?username=*****&api_key=****************************************";