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() | |
| } |
I hereby claim:
To claim this, I am signing this object:
| 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'] |
| var PASSPHRASE = ""; | |
| function onRegisterNewNameIdeaClicked() { | |
| var sheet = SpreadsheetApp.getActiveSheet(); | |
| var newName = getNewNameIdeaFromInputBox(); | |
| if (newName == null || newName == "") { | |
| alertInputCorrectNameIdea(); | |
| return; | |
| } |
| package com.handmark.pulltorefresh.library; | |
| import android.content.Context; | |
| import android.util.AttributeSet; | |
| import android.view.View; | |
| import org.lucasr.twowayview.widget.TwoWayView; | |
| public class SimplePullToRefreshTwoWayView extends PullToRefreshBase<TwoWayView> { | |
| public SimplePullToRefreshTwoWayView(Context context) { |
| <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 |
| #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" |