Skip to content

Instantly share code, notes, and snippets.

View KoMinkyu's full-sized avatar
🐢
working

KoMinkyu KoMinkyu

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

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:

@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']
@KoMinkyu
KoMinkyu / Interface.gs
Last active December 29, 2015 08:53
이화앱센터 새 이름 공모전 Google sheet apps script
var PASSPHRASE = "";
function onRegisterNewNameIdeaClicked() {
var sheet = SpreadsheetApp.getActiveSheet();
var newName = getNewNameIdeaFromInputBox();
if (newName == null || newName == "") {
alertInputCorrectNameIdea();
return;
}
@KoMinkyu
KoMinkyu / AboutPopup
Last active August 29, 2015 14:13
최다은 2015년 1월 16일 첫 번째 숙제
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="#aa000000"
android:padding="50dp"
tools:context=".MainActivity">
<ImageView
@KoMinkyu
KoMinkyu / User.py
Last active August 29, 2015 13:57
User.py and UserTest.py
#coding:utf8
__author__ = 'yd'
import datetime
from sqlalchemy import or_, Table, ForeignKey
from sqlalchemy import Sequence
from sqlalchemy.orm import relationship
from sqlalchemy import Column, Integer, String, Boolean, DateTime
from database import Base, session
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bg"
android:gravity="center_horizontal"
android:orientation="vertical" >
<EditText
android:id="@+id/editText1"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="#ff22965c">
<ImageView
android:layout_height="150dp"
android:layout_width="120dp"
android:layout_marginTop="100dp"
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/screen2"
tools:context=".MainActivity$PlaceholderFragment">
<EditText
android:layout_width="290dp"
android:layout_height="43dp"
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"
android:orientation="vertical"
tools:context=".MainActivity"
android:layout_margin="10dp"
android:background="#FFFFFF" >