Skip to content
View trackiss's full-sized avatar
Block or Report

Block or report trackiss

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

trackiss

case class MyProfile extends GitHubProfile (
    name      = "trackiss".aka("とらきす")
    locate    = Japan.Gifu,
    birthDate = LocalDate.parse("2000-11-24"),

    history = History.empty[Job]
      .join("岐阜工業高等専門学校 電気情報工学科")
      .drop("岐阜工業高等専門学校 電気情報工学科")
      .join("名古屋工学院専門学校 高度情報学科")
      .graduate("名古屋工学院専門学校 高度情報学科")
      .join("Chatwork株式会社")
      .asScala,

    links = Map(
        "GitHub"      -> this.toUrl,
        "X"           -> "https://x.com/twi_trackiss",
        "HatenaBlog"  -> "https://trackiss.hateblo.jp",
        "Qiita"       -> "https://qiita.com/trackiss",
        "SpeakerDeck" -> "https://speakerdeck.com/trackiss"
    )
)

Popular repositories Loading

  1. PGraphicsTest PGraphicsTest Public archive

    Processing 1

  2. GMS2Manual_jp GMS2Manual_jp Public archive

    [WIPing] Japanese l10n of GameMaker Studio 2's User Manual.

    HTML 1

  3. scala-rampart scala-rampart Public

    🏰 Determine how intervals relate to each other.

    Scala 1

  4. edition-jekyll-template edition-jekyll-template Public

    Forked from CloudCannon/edition-jekyll-template

    📚 Product documentation template for Jekyll

    JavaScript

  5. GainerLedMatrixer GainerLedMatrixer Public archive

    供養。一番最初に作ったプログラム

    Processing

  6. win10Calc win10Calc Public archive

    [Archive] Win10 like Calculator on .NET Core, FluentWPF, and Roslyn.

    C#