반응형
반응형
조용필 Cho Yong Pil 설렘 Romance 뮤직비디오 (M/V) - Official Music Video

 

반응형
반응형

빨리 가려거든 혼자 가라. 멀리 가려거든 함께 가라.
빨리 가려거든 직선으로 가라. 멀리 가려거든 곡선으로 가라.
외나무가 되려거든 혼자 서라. 푸른 숲이 되려거든 함께 서라.
- 인디언 속담 (다이애나 홍 한국독서경영연구원장)

 

인생은 혼자, 빨리 가는 것이 아닙니다.
멀리보고, 더불어, 천천히 가는 것이 멋진 인생입니다.
가족과 함께하는 멋진 한가위 되시기 바랍니다.

 

반응형
반응형

수행이란
태평양으로 나가서 몸집을 불린 연어들이
고향을 찾아서 다시 본래자리로 역류하는 것과
같은 것인데 어찌 쉬운 일이겠는가. 험한 물길을
거슬러서 다시 돌아간다는 것이 목숨을
한 번 내던지는 각오 없이
가능하겠는가.


- 일선의《소리:파도소리를 타고 들어가라》중에서 -


* 연어는 산란을 위해
험한 물길을 거슬러 고향을 찾아갑니다.
사람은 명절 때가 되면 부모와 옛친구를 찾아
고향으로 돌아갑니다. 전국의 길이 죄다 막히고
다섯 시간 열 시간이 걸려도 참고 갑니다.
고향을 찾아가는 것도 수행입니다.
열심히 산 사람에게 주어지는
행복한 수행입니다.



반응형

'생활의 발견 > 아침편지' 카테고리의 다른 글

'도사'가 되라  (0) 2013.09.23
내 어머니  (0) 2013.09.21
허준과 유의태  (0) 2013.09.16
멋지게 살기 위해서  (0) 2013.09.14
좋은 부모 되기 정말 어렵다  (0) 2013.09.13
반응형

 

 

 

 

 

 

 

낙원의 파랑새는 자신을 잡으려하지 않는 사람의 손위에 날아와 앉는다

                                                                            

                                                                                  - 존 베리

 

 

 

 

 

 

 

 

 

.

반응형
반응형

Favico.js: Animate your favicon

favico.js

 

http://lab.ejci.net/favico.js/

 

 

 

반응형
반응형

 

This works similarly to other nUnit testing frameworks, though somewhat customized for javascript. It is exceedingly small, but also surprisingly powerful.

Go to HowToWriteAndRunTests to learn how to use this framework.

Ant Based Javascript Testing Framework

In its original form RhinoUnit is run from an ANT scriptdef task using the Rhino engine - and uses all the helpful things that ANT provides for that. It is intended, however, that in the future the framework can be reused in other forms.

Unit Testing Javascript

It will do all the normal tests

  • string and object comparisons
  • regexp comparisons
  • collection comparisons (contains, containsExactly, etc)

 

And does them in a more natural form. For example assert.that("string", not(matches(/somethingelse/))); checks that the string "string" doesn't match the regular expression /somethingelse/.

Advanced Tests

RhinoUnit provides some more advanced tests. You can

  • ensure that a function has been called (by wrapping it with assert.mustCall(), or using an assert.functionThatMustBeCalled()). See AssertMustCall
  • ensure that an exception is thrown (using shouldThrowException(...)
  • ensure that the global namespace isn't polluted by poor variable scoping

See APIDescription for a list of all assertions and functions that are available.

반응형

+ Recent posts