2011년 3월 17일 목요일

type] typing test.

윈도우 개발자가 그랬었다.

왜 리눅스 하는 사람들은 일일이 치냐고 Ctrl+C, V가 있는데

그 말이 맞다고 생각했는데.

막상 지금이 되어 보니 내가 책을 안보고 할 수 있는 코딩은 없었다.

머릿속에서 나오곤 했었는데 그런 기억도 희미하고.

그래서 type이란 말머리를 만들었다.

내 블로그는 구글꺼라 검색 기능이 뛰어나니까. 생각났을 때 조금만 치면

찾을 수 있겠지.

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 android:orientation="vertical"
 android:layout_width="fill_parent"
 android:layout_height="fill_parent"
 >
<TextView
 android:layout_width="fill_parent"
 android:layout_height="wrap_content"
 android:text="main activities"
 android:textSize=30sp"
 android:textColor="$ff0000"
 />
<Button
 android:id="@+id/call"
 android:layout_width="wrap_content"
 android:layout_height="wrap_content"
 android:text="Call"
 />
</LinearLayout>

댓글 없음:

댓글 쓰기

국정원의 댓글 공작을 지탄합니다.

대학원생의 투고 지도 ④ (완결) — 논문의 수준이란 무엇인가: 사다리와 사분위, 첫 논문 전략

완결편이다. "논문 수준"이라는 말을 해부하고, 에듀테크 석사생의 첫 논문 전략으로 마친다. 학위논문과 학술지 논문은 다른 장르다 먼저 가장 흔한 혼동부터. 학위논문(thesis)은 "내가 연구를 수행할 줄 안다...