Giter Club home page Giter Club logo

KisaragiEffective

About scouting policy

val (t, f) = scoutsStream().partition(s => {
  s.source.registeredBy(this) || (s.from[Email] && s.recipient == "[email protected]")
})

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

Kisaragi's Projects

neosvr-mod-manager icon neosvr-mod-manager

⚒️ A Mod Manager For NeosModLoader. Easily install mods and maintain them with ease.

nikka-leaps icon nikka-leaps

Monitor your VRAM usage by specific process. Useful when investigating on game lags.

no_knightmare icon no_knightmare

「ナイト系」に対する(非)網羅的なスパムフィルター

oreorebot2 icon oreorebot2

はらちょをdiscord.jsで作り直し。オレオレBOTです。別に詐欺とかはしません

osu icon osu

rhythm is just a *click* away!

paperlib icon paperlib

Plugin Library for interfacing with Paper Specific API's with graceful fallback that maintains Spigot Compatibility, such as Async Chunk Loading.

petra icon petra

ギガンティック▽防衛鯖

pull-request-practice icon pull-request-practice

書籍「わかばちゃんと学ぶGit使い方入門」のプルリクエスト練習用リポジトリです。プルリクを送る練習が自由にできます🔰このリポジトリは誰でもフォーク・クローンができる公開リポジトリです。コミット情報に名前とメールアドレスを記録したくない方は、SourceTreeの[設定]アイコン > [高度な設定]タブ( Windows版だと [詳細]タブ) > [ユーザー情報]欄から、ユーザー名を「ニックネーム」・メールアドレスを「自分のアカウント名@users.noreply.github.com」にしてから練習してくださいね

radwimps icon radwimps

君の then-then-then 世は Promise で Future

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.