Skip to content
View KisaragiEffective's full-sized avatar
🔧
painful state
🔧
painful state
  • Some(_)
  • Hokkaido, Japan

Organizations

@GiganticMinecraft @ksrgtech
Block or Report

Block or report KisaragiEffective

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

KisaragiEffective

求人のスカウト

求人のスカウトは私が登録した求人プラットフォームを通じて送信するか、あるいはkisaragi.effective+jobs.handler@gmail.comに送るものとします。 2024年4月21日0時0分 (日本時間) から、自動化されたスカウトへの対策として、それ以外のメールアドレスまたはダイレクトメッセージなどの送信者と私のみが閲覧可能な経路で受信した場合、基礎費用として10万円、加えてメール本文の文字数×105.86円 (端数切り上げ) を送信した者あるいは送信した企業に請求するものとします。なお、ここで言う「文字数」とは、本文をUnicodeのグリフの列として見たとき、そのグリフの列に含まれるコードポイントの数を指すものとします。

Stats

github stats languages

Bytes of code in this account

As of 2023-12-08 (JST):

{
  "Rust": 666722,
  "Kotlin": 369699,
  "Shell": 148402,
  "Java": 88631,
  "Scala": 81298,
  "HTML": 56633,
  "C#": 20112,
  "JavaScript": 2927,
  "PHP": 2019,
  "PowerShell": 1944,
  "CSS": 1296,
  "Dockerfile": 748,
  "Ruby": 650,
  "Procfile": 52
}
Method

GraphQL query

query { 
  user(login: "KisaragiEffective") { 
    login
    repositories(first: 100, isFork: false, privacy: PUBLIC) {
      nodes {
        name
        primaryLanguage {
          name
        }
        languages(first: 100) {
          edges {
            node {
              name
              color
            }
            size
          }
        }
        
      }
      totalDiskUsage
      pageInfo {
        endCursor
        startCursor
        hasNextPage
      }
      totalCount
    }
  }
}

Shell Script

see scripts/language_bytes.sh.

Languages

  • Japanese: native
  • English: intermidiate (not business level)
  • other languages: via machine translate

Skills

content of ./components/en/SKILL.md

Programming languages

  • Java, Kotlin, Scala: production level
  • VBA, C#, PHP, Ruby, Rust, JavaScript, TypeScript: hobby level
  • Python, Dirt: not so experienced

Query languages

  • SQL: production level
  • Excel(*1), GraphQL: hobby level

*1: can use the functions without any inconvenience

Document system

  • Javadoc, Scaladoc: production level
  • Microsoft Word(*2), MediaWiki, Markdown: hobby level

*2: can typing and formatting without any inconvenience

HTTP

  • apache configuration, Laravel: hobby level

Other tools

Properties

content of ./components/en/PROPERTY.md

Repos

Library

Product

content of ./components/en/PRODUCT.md

Standalone

Working

Archived

Addon/Plugin

Bukkit plugins

for FabricMC

for NeosVR

Notes

Pinned

  1. origlang origlang Public

    Rust 3

  2. reinventory-manager reinventory-manager Public

    A handy tool that is intended to help your inventory cleanup or dump.

    Rust 15 1

  3. toy-blog toy-blog Public

    Yet another headless CMS implementation

    Rust 2 1

  4. parallel-minecraft-downloader parallel-minecraft-downloader Public

    Faster small asset download!

    Rust 1

  5. KisaragiArchive/sign-picture-ported KisaragiArchive/sign-picture-ported Public archive

    SignPicture porting for Fabric (and modern Minecraft)

    Java 7

  6. random-name-generator random-name-generator Public

    Yet another product name generator

    HTML