Skip to content
View KisaragiEffective's full-sized avatar
🔇
sick
🔇
sick
  • Some(_)
  • Hokkaido, Japan

Sponsors

@konto250
@blhsrwznrghfzpr
@Fukuro99

Organizations

@GiganticMinecraft @ksrgtech

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

About scouting policy

val (t, f) = scoutsStream().partition(s => {
  s.source.registeredBy(this) || (s.from[Email] && s.recipient == "kisaragi.effective+jobs.handler@gmail.com")
})

t.foreach(accept)
f.foreach { s =>
  requestPayment(s, jpy(100_000 + 105.86 * s.body.codePoints.count))
  discard(s)
}

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 Loading

  1. ResoniteImportHelper Public

    Convert Unity avatar into glTF, then import to Resonite

    C# 26

  2. reinventory-manager Public

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

    Rust 16 1

  3. origlang Public

    Rust 4

  4. toy-blog Public

    Yet another headless CMS implementation

    Rust 5 1

  5. parallel-minecraft-downloader Public

    Faster small asset download!

    Rust 1

2,872 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing KisaragiEffective's contributions from April 07, 2024 to April 13, 2025. The contributions are 59% commits, 19% pull requests, 17% issues, 5% code review.

Contribution activity

April 2025

Created 1 repository

Created a pull request in KisaragiEffective/origlang that received 2 comments

chore: update cargo-deny config

+5 −3 lines changed 2 comments
Opened 10 other pull requests in 5 repositories
Reviewed 1 pull request in 1 repository
KisaragiEffective/origlang 1 pull request

Created an issue in KisaragiEffective/origlang that received 1 comment

Unicode-DFS-2016 と Unicode-3.0 を deny.toml から追い出してexceptionにする

本来これらのライセンスは一般的なクレートに用いられるべきではなく、unicode-identやidnaなどごく一部のクレートにのみ適用されるべきであるため。

1 comment
Opened 2 other issues in 2 repositories
7 contributions in private repositories Apr 12
Loading