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)
}
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
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
}
}
}
see scripts/language_bytes.sh
.
- Japanese: native
- English: intermidiate (not business level)
- other languages: via machine translate
content of ./components/en/SKILL.md
- Java, Kotlin, Scala: production level
- VBA, C#, PHP, Ruby, Rust, JavaScript, TypeScript: hobby level
- Python, Dirt: not so experienced
- SQL: production level
- Excel(*1), GraphQL: hobby level
*1: can use the functions without any inconvenience
- Javadoc, Scaladoc: production level
- Microsoft Word(*2), MediaWiki, Markdown: hobby level
*2: can typing and formatting without any inconvenience
- apache configuration, Laravel: hobby level
content of ./components/en/PROPERTY.md
- typing speed
- up to 5.5 type/sec
- can type 700 Japanese characters in 10 minutes
- have access to JetBrains products via open-source license
- applied repository: GiganticMinecraft/SeichiAssist
content of ./components/en/PRODUCT.md
- neosvr-inventory-management - Inventory clean up helper for inventory in NeosVR
- GiganticMinecraft/SeichiRanking - maintenance
- KisaragiEffective/webhook-handler
- KisaragiEffective/portfolio.ksrgte.ch
- GiganticMinecraft/SeichiAssist - core maintainer
- GiganticMinecraft/SeichiAssistBE
- WGTabCompleter
- sign-picture-ported - alternate version of Team-Fruit/SignPicture
- DoNotIncludeDefaultResourceForSize - exclude built-in fonts from displayed size
- EnableSitModeOnLaunch - turn on sit mode since launched
- NoPulseFromDisplayImpulse - turn off effect shown by Impulse's Display
- ksrgte.ch is my domain.
- Icon: from picrew.me, license: allowed redistribute, modify
- for trusted user: see @KisaragiEffective/private
- This README is validated by GitHubActions.