Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am kototoibashi on github.
  • I am kuriuzu (https://keybase.io/kuriuzu) on keybase.
  • I have a public key whose fingerprint is 1BAC 841E 0625 3B2B 4792 A4A3 BE62 8B62 FFFD B3B7

To claim this, I am signing this object:

@kototoibashi
kototoibashi / conv.js
Created February 19, 2020 11:01
LatLng to 100m Meshcode
const latlng_to_mesh = (latlng) => {
return [
(latlng[0] - 0) / (1/60/60*30/10),
(latlng[1] - 100) / (1 / 60 / 60 * 45/10)
]
}
const latlng_to_meshcode = (latlng) => {
const mesh = latlng_to_mesh(latlng)
const lat3 = ("00000" + Math.floor(mesh[0])).slice(-5)

test

@kototoibashi
kototoibashi / スクール・アーキテクト 感想とか(下書き).md
Last active July 19, 2020 11:10
スクール・アーキテクト 感想(下書き)

こういう作品が大好きなので、またいつか最高の作品に出会えることを信じて

この怪文書を書くきっかけについて書いたブログ記事も読んでね https://kuriuzublog.wordpress.com/2020/07/15/2020-7/

  • 1巻
    • 帯テキスト・表
      • 日々につまづく少女たち!
      • 少女もろもろ十人十色、事情と私情のいろいろ事象。
    • 帯テキスト・裏
  • 中学生女子たちのへんてこ日常/非日常を描いた、へんてこ4コママンガです。
@kototoibashi
kototoibashi / README.md
Last active November 10, 2020 14:41
Galaxy Z Flip SCV47 add Band19&26

au版Galaxy Z Flip SCV47をdocomo回線で使うためにB19を有効化する方法

  • 改造前: LTE: B1/3/5/7/12/13/18/20/28/38/40/41
  • 改造後: LTE: B1/3/5/7/12/13/18/19/20/26/28/38/40/41

software

  • QPST 2.7.496
  • QXDM 3.14.1144

enable MODEM DIAG

  1. install "Phone by Google" com.google.android.dialer and set default dialer
@kototoibashi
kototoibashi / README.md
Last active June 8, 2021 06:36
Galaxy Fold 5G (SM-F907N) /policyman/carrier_policy.xml

*#27663368378#

@kototoibashi
kototoibashi / a.py
Last active June 8, 2021 06:36
Galaxy Fold 5G nv_lte_bc_config
num = 565011723196639
print(num)
for i in range(45):
print("{}: {}".format(i+1,(num>>i)&0x01))
@kototoibashi
kototoibashi / UserScript.js
Last active June 7, 2021 12:30
Pixivの検索画面でサムネイルにカーソル乗せたときに拡大画像を表示するUserScript
// ==UserScript==
// @name PIXIV hover
// @version 1
// @include https://www.pixiv.net/*
// @grant none
// ==/UserScript==
let current_url = ""
let applied = {}
@kototoibashi
kototoibashi / nd-hud1.log
Created June 18, 2021 11:24
Pioneer ND-HUD1 起動ログ
U-Boot 2009.08 ( 7月 18 2012 - 15:59:01)
CPU: Freescale i.MX51 family 3.0V at 600 MHz
mx51 pll1: 600MHz
mx51 pll2: 665MHz
mx51 pll3: 216MHz
ipg clock : 66500000Hz
ipg per clock : 665000000Hz
uart clock : 66500000Hz
cspi clock : 54000000Hz