Skip to content

Instantly share code, notes, and snippets.

View KoMinkyu's full-sized avatar
🐢
working

KoMinkyu KoMinkyu

🐢
working
View GitHub Profile
@KoMinkyu
KoMinkyu / runner.py
Created January 19, 2016 10:42
용구용구 ADB script
import subprocess
import time
adb_tap_command = ['./adb', 'shell', 'input', 'tap']
adb_tap_command = ['input', 'tap']
f_skill_position = ['107', '1190']
s_skill_position = ['284', '1190']
t_skill_position = ['445', '1190']

Keybase proof

I hereby claim:

  • I am kominkyu on github.
  • I am minkyuko (https://keybase.io/minkyuko) on keybase.
  • I have a public key ASCCD5c2KWv32Y9hpWItNgVeB-hJuPPSc69MJWbmjvwgfgo

To claim this, I am signing this object:

data class ViewState(
val loginButtonEnabled: ObservableBoolean = ObservableBoolean(false)
) : ViewStateType
sealed class Mutation : MutationType {
class LoginButtonEnabled(val enabled: Boolean) : Mutation()
}