반응형
반응형

명성은 얻는 것이요. 인격은 주는 것이다. - 테일러

반응형
반응형

[CSS] css 참고 사이트.   transform, transition, Animation

 

CSS3 transform:skew
CSS3 transform:rotate
CSS3 transform-origin

 

transform
transition
animation

 

http://tcbs17.cafe24.com/tc/html5/css_/css_demo2/index.html


SVG : Scalable Vector Graphics

 

CSS 참고 사이트
http://htmlcss.kr/
http://w3schools.com/
http://css3generator.com/
http://caniuse.com/

반응형
반응형

《국도 드라이브코스 베스트10 리스트》

지역

노 선 ( 위 치 )

연장
(
)

주변 여행명소

강원

삼림욕 절로 되는 산중도로, 국도 46호선
(고성군 간성읍 홀리~간성읍 교동리)

23.1

12선녀탕, 통일전망대
용대자연휴양림
건봉사, 화진포호

머물고 싶은 해변도로, 국도 7호선
(삼척시 원덕읍 월천리~근덕면 궁촌리)

24.3

용화해변, 해안도로
임원해수욕장
대금굴, 죽서루

충북

향수에 젖어보는 길, 국도 37호선
(옥천군 옥천읍 죽향리~안내면 정방리)

15.5

장령산자연휴양림
장계국민관광지
용암사, 정지용문학관

충남

안면송 솔향 그윽한 섬길, 국도 77호선
(태안군 고남면 고남리~안면읍 창기리)

20.1

안면도자연휴양림
꽃지해수욕장
천상병시인생가

전북

구천동계곡 따라 가는 길, 국도 37호선
(거창군 고제면 개명리~무주군 설천면 두길리)

25.4

덕유산자연휴양림
반디랜드, 구천동계곡
안국사, 구천동관광특구

산과 바다를 한번에 느끼는 국도 30호선
(부안군 진서면 곰소리~변산면 대항리)

34.1

내소사, 채석강
사랑의 낙조공원
변산해수욕장

전남

섬진강 물길따라 가는 길, 국도 17호선
(구례군 황전면 비촌리~곡성군 오곡면 오지리)

22.4

섬진강기차마을
섬진강천문대
압록유원지(오토캠핑장)

해당화 피는 해안도로, 국도 77호선
(영광군 백수읍 대전리~백수읍 구수리)

12.3

해안절벽
불갑사, 법성포
가미미해수욕장

경북

청량산 운치에 취하는 산길, 국도 35호선
(봉화군 명호면 북곡리~법전면 소천리)

23.1

청량산도립공원
청암정(충재고택)
승부역, 만산고택

경남

다리의 향연, 국도 3, 77호선
(사천시 대방동 삼천포대교~남해군 미조면 송정리)

34.4

독일마을, 해오름예술촌
남일대코끼리바위
실안낙조/죽방렴

반응형
반응형

Erlang

 

http://www.erlang.org/

 

wiki kor : http://xper.org/wiki/seminar/ErlangLanguage

 

What is Erlang?

Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance.

 

 

Starting erlang

If you are running a unix system type "erl" or, if you are running on windows start Erlang by clicking on the Erlang start icon. You should see something like this:

$ erl
Erlang R14B (erts-5.8.1.1) [source] [smp:2:2] [rq:2] [async-threads:0] [kernel-poll:false]

Eshell V5.8.1.1 (abort with ^G)

 


1>

 

The ">" prompt means the system is waiting for input.Using Erlang as a calculator

 

1> 2*6.
12
2>

 

Remember to terminate every expression with a DOT followed by a newline!

Editing previous expressions

Previous expressions can be retrieved and edited using simple emacs line editing commands. The most common of these are:

  • ^P fetch the previous line.
  • ^N fetch the next line.
  • ^A Go to the beginning of the current line.
  • ^E Go to the end of the current line.
  • ^D Delete the character under the cursor.
  • ^F Go forward by one character.
  • ^B Go Back by one character.
  • Return Evaluate the current command.

Note: ^X means press Control + X

Try typing Control+P to see what happens.

Compiling your first program

Type the following into a file using your favorite text editor:

 

 

-module(test).
-export([fac/1]).

 

 
fac(0) -> 1;
fac(N) -> N * fac(N-1).

 

 

Save the file as test.erl The file name must be the same as the module name.

Compile the program by typing c(test) then run it:

 

 

3> c(test).
{ok,test}
30> test:fac(20).
2432902008176640000
4> test:fac(40).
815915283247897734345611269596115894272000000000
32>

 

 

Now go and write some games!

Digging deeper
반응형
반응형

파일검색 프로그램 - Everything search engine

http://www.voidtools.com/

 

  • Download
  • FAQ
  • Support
  • Forums
  • Donate
  • Contact
  • Everything search engine

    Locate files and folders by name instantly.

    Everything
    • Small installation file
    • Clean and simple user interface
    • Quick file indexing
    • Quick searching
    • Minimal resource usage
    • Share files with others easily
    • Real-time updating
    • More...

    For more information please visit the Everything FAQ


    Download Everything for Windows 2000, XP, 2003, Vista, 2008 and Windows 7

    Everything-1.2.1.371.exe (334 KB)

    Everything-1.2.1.371.zip (Portable, 272 KB)

    (See list of changes)Older versionsMD5

    Donate with PayPal Flattr this

    Download Everything 1.3.3.658b Beta for Windows

    Everything-1.3.3.658b.x64.exe (Installer, x64, 520 KB)

    Everything-1.3.3.658b.x86.exe (Installer, x86, 440 KB)

    Everything-1.3.3.658b.x64.zip (Portable, x64, 533 KB)

    Everything-1.3.3.658b.x86.zip (Portable, x86, 425 KB)

    (See list of changes)MD5

    Donate with PayPal Flattr this

     

    반응형
    반응형

    [OST/하울의 움직이는 성] 지브리 25주년 기념 공연실황이구요.

     작곡가 히사이시 조가 직접 피아노를 칩니다.

    곡목은 영화의 메인테마인 '인생의 회전목마(Merry Go Round Life)'

    후반부 전체 연주 장면은 가슴을 쿵쿵 뛰게만드네요.

     

     

     

     

    .

    반응형

    + Recent posts