Skip to content
View kAIto47802's full-sized avatar
🍒
🍒

Highlights

  • Pro

Block or report kAIto47802

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
kAIto47802/README.md
Last update: 2026/02/07

     For more information, please visit my personal website: https://kaito47802.github.io.

      mail k.ai.to47802 [at] gmail.com

let first = "kaito".replace("ai", "AI");
let last = i32::from_str_radix("baba", 16).unwrap();
assert_eq!("kAIto47802", format!("{first}{last}"));
first = "kaito".replace("ai", "AI")
last = int("baba", 16)
assert "kAIto47802" == f"{first}{last}"
const first = "kaito".replace("ai", "AI");
const last = parseInt("baba", 16);
console.assert("kAIto47802" === `${first}${last}`);


(Since 2023/06/01)

Pinned Loading

  1. sarulab-speech/UTMOSv2 sarulab-speech/UTMOSv2 Public

    UTokyo-SaruLab MOS Prediction System

    Python 298 30

  2. Prover-Agent Prover-Agent Public

    Prover Agent: An Agent-Based Framework for Formal Mathematical Proofs

    Python 21 1

  3. notist notist Public

    A Simple Package to Send Notifications of Script Execution Status

    Python 3

  4. condPED-ANOVA condPED-ANOVA Public

    Conditional PED-ANOVA: Hyperparameter Importance in Hierarchical & Dynamic Search Spaces

    Python