'분류 전체보기'에 해당되는 글 666건
...
Your dedication is inspring!
Not quite, but you're learning! Try again.1
Keep up the great work!
You nailed it! Good job!
You are really on a roll.
Perseverance, that's the answer.
You almost had it, but not quite.
Great job!
You are doing so well!!
All that practice is paying off!
All that hard work is paying off!
You got it!
You got it right!
That's the answer I was looking for, but try again.
Keep working like that and you'll get there!
You are doing so well!
That's a job well done!
Nice work!
That's correct!
You are amazing!
You are quite good my friend!
Excellent work!
...
https://swirlstats.com/students.html
....
> library("swirl")
> swirl()
...
swirl | Students
You’re a student! The swirl R package makes it fun and easy to learn R programming and data science. If you are new to R, have no fear. On this page, we’ll walk you through each of the steps required to begin using swirl today! Step 1: Get R In order to ru
swirlstats.com
(filetype.vim 파일 변경)
" Oracle Pro*C/C++
" au BufNewFile,BufRead *.pc setf proc
au BufNewFile,BufRead *.pc setf esqlc
(출처 : http://junsik.tistory.com/16 )
:scriptnames
(
https://stackoverflow.com/questions/10921441/where-is-my-vimrc-file
)
https://s3-us-west-2.amazonaws.com/assets.sourceinsight.com/download/v4/doc/SourceInsight4UserGuide.pdf
1.
Options->Text 창에 Font 를 변경 : Consolas -> 바탕체
Options->Text 창에 locale 을 변경 : ko_KR, eucKR
<--- vi 사용하지 않고, tail 만 쓸 거면 이것만 해도 된다
2.
####### .bashrc 파일 설정 ##############
### export LANG=ko_KR.UTF-8
alias ls='ls -F --show-control-chars --color=tty'
3.
####### .inputrc 파일 설정 ##############
# Allow 8-bit input/output
set meta-flag on
set convert-meta off
set input-meta on
set output-meta on
참조: https://m.blog.naver.com/PostView.nhn?blogId=msyang59&logNo=220062856338&proxyReferer=https%3A%2F%2Fwww.google.co.kr%2F
https://www.eclipse.org/downloads/packages/technologyeppdownloadsreleaseoxygenreclipse-cpp-oxygen-r-win32-x8664zip
jdk1.8
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
http://eine.tistory.com/5