work list
2012-04-10 17:41:19

1. 면담 준비 : word, 계획 ~ 4.12

2. MAP / SV : 과제 정보 및 종합 정보 ~ 4.15

3. 충남대 : Viterbi algorithm 분석 ~ 4.20

4. Thesis

- Method ~ 4.10

- Implement ~ 4.12

- 1st draft ~ 4.20

- Future work or other researches.. like CEM? ~ 4.26

5. problems to fix.

- preparing for moving.

▼ more
Syntactic sugar
2012-04-10 12:55:39

Syntactic sugar is a computer science term that refers to syntax within a programming language that is designed to make things easier to read or to express.

It makes the language "sweeter" for humans to use: things can be expressed more clearly, more concisely, or in an alternative style that some may prefer.

Specifically, a construct in a language is called syntactic sugar if it can be removed from the language without any effect on what the language can do: functionality and expressive power will remain the same. All applications of the construct can be systematically replaced with equivalents that do not use it. For instance, in imperative programming languages, for loops can be systematically replaced with while loops, which in turn can be systematically replaced with gotos.

More generally, the term is used to characterize syntax as being designed for ease of expression, for instance list comprehension in Python. In C#, the property construct may be called syntactic sugar: it is roughly, but not exactly equivalent to a getter-setter pair of functions.

Language processors, including compilers, static analyzers, and the like, often expand sugared constructs into more fundamental constructs before processing, a process sometimes called "desugaring".

▼ more
work list
2012-04-09 08:10:42

1. 면담 준비 : word, 계획 ~ 4.12

2. MAP / SV : 과제 정보 및 종합 정보 ~ 4.15

3. 충남대 : Viterbi algorithm 분석 ~ 4.20

4. Thesis

- Method ~ 4.9

- Implement ~ 4.12

- 1st draft ~ 4.20

- Future work or other researches.. like CEM? ~ 4.26

5. problems to fix.

- preparing for moving.

- fixing HMD

▼ more
불확실한 정보지만..
2012-04-09 06:40:15

연예인이 언론에서 모습이 가꿔지는 것은

언론의 무서움을 보여주는 단면이다.

진실을 볼 수 있는 사람은 없다지만..

정도라는게 있는 건데, 그래도 공인은 "공" 이라는 글자가 말해주듯

타인의 평가의 잣대에 오르는 사람인데

정말 신기하다.

결국 시청자의 거울이라면 정말 수치스러운 일이다.

▼ more