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

Sponsors

@Fukuro99
@kazu0617

Sponsoring

@anatawa12

Organizations

@GiganticMinecraft @ksrgtech @SigilSearch

Block or report KisaragiEffective

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 ResoniteImportHelper Public archive

    Convert Unity avatar into glTF, then import to Resonite

    C# 30

  2. reinventory-manager reinventory-manager Public

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

    Rust 16 1

  3. origlang origlang Public

    Rust 5

  4. toy-blog toy-blog Public

    Yet another headless CMS implementation

    Rust 6 1

  5. parallel-minecraft-downloader parallel-minecraft-downloader Public

    Faster small asset download!

    Rust 1