Semantic Relations and the Lexicon Study
2011-02-09 11:20:39

5.2.2 ~ 5 fin : 14th

6.1 : 15th, 16th

6.2~ 6fin : 17th

7th : 18th

▼ more
work list
2011-02-08 17:24:58

[BiKE]

1. Fri Seminar => Paper..

- 14th ~ 19th

- make kn file..

- find previous works

- define my theory..?

- 20th

- and meeting.

- make kn file.

2. SNA Paper / 8th ~ 18th

3. iPhone App / 7th ~ 18th

- make layout and Twitter information / 7th ~ 11th

- link to url / ~18th

4. Eng SNA Paper / 18th ~ 28th

[SSM]

1. Test(16,17) 14th ~ 17th

2. SNA Seminar 11th ~ 13th

3. prepare interview 14th ~

[Car]

1. 10th day..

▼ more
SNA 논문수정1
2011-02-08 17:15:59

음;; ~ 18 논문 수정~

▼ more
alert in iPhone
2011-02-07 21:27:59

NSString *messageString = [[NSString alloc] initWithFormat:@"you scrolled %f", y];

UIAlertView *alert = [[UIAlertView alloc] initWithTitle : @"Hey, do you see the disclosure button?"

message : messageString

delegate : nil

cancelButtonTitle : @"Won't happen again"

otherButtonTitles : nil];

[messageString release];

[alert show];

[alert release];

▼ more