Skip to content

Instantly share code, notes, and snippets.

View umeruma's full-sized avatar
🍣
Hungry

Takumi Saito umeruma

🍣
Hungry
  • Digitallove Inc.
  • Tokyo, JP
  • 13:10 (UTC +09:00)
View GitHub Profile
@umeruma
umeruma / mymind-exporter.js
Last active August 9, 2023 14:49
mymindをスクロールしてカードのURLをリスト化する, login mymind on pc browser, open console and run script.
const height = document.body.getBoundingClientRect().height
const inHeight = window.innerHeight
const scrollNum = Math.floor(height / inHeight)
let cards = {}
const DEF_DELAY = 1000
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms || DEF_DELAY))
}
for (let i = 0; i <= scrollNum; i++) {
@umeruma
umeruma / WindowsKeyboardSetting.md
Created February 27, 2018 08:23
Capslock to Control, One-shot Win to Alt, Change IME Mode by One-shot Alt

Keybase proof

I hereby claim:

  • I am umeruma on github.
  • I am umeruma (https://keybase.io/umeruma) on keybase.
  • I have a public key whose fingerprint is 2A37 302E 2193 AD42 9D60 826D 9FBD 5F2F 82FE 58CC

To claim this, I am signing this object:

@umeruma
umeruma / config.py
Last active June 2, 2016 11:05
config for keyhac
import sys
import os
import datetime
import pyauto
from keyhac import *
## IME切り替え
def configure(keymap):
def switch_ime(flag):