Giter Club home page Giter Club logo

blog's Introduction

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

blog's People

Contributors

aiya000 avatar amasamichiando avatar arowm avatar aruneko avatar cdepillabout avatar dfordivam avatar falsandtru avatar fumieval avatar haru2036 avatar hexirp avatar hiratara avatar hsjoihs avatar igrep avatar kakkun61 avatar kayhide avatar kazu-yamamoto avatar kentoku24 avatar lotz84 avatar matonix avatar matsubara0507 avatar mizunashi-mana avatar mrsekut avatar nakaji-dayo avatar takenobu-hs avatar waddlaw avatar

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.