배우고 싶은 것
- VIM Grammar
- JS(ES6, ES5)
- node.js
영어 독서
- 모르는 단어 마다 하나하나 찾아보지 말자
- 그 문장의 핵심 단어는 찾아보자
한국 사람들은 추석, 설날 등 명절이 되면 몹시 바쁘다. 그러나 나는 이러한 명절들에 별 관심이 없다. 남들은 추석이나 설날이 최고의 명절이라고 생각하지만 나에게는 한글날이 … Read more “(한컴타자) 나의 사랑 한글날”
<meta name="viewport" content="width=device-width, initial-scale=1.0">
I’ve always, in daily life, set English(U.S.) as default… Read more “국문법 스터디 노트 #1”
This study note is from Tutorialspoint(https://www.tutorialspoint.com/ruby/… Read more “루비 프로그래밍 언어 스터디 노트 #1”
printf
in CString.format("%.6f", weight);
// Integer types
byte, 1 byte
short, 2 bytes
int, 4 bytes
long, 8 bytes
// Floating
… Read more “자바 스터디 노트 #1” Here’s the format.
$ ln -s [TARGET FILE or DIR] [LINK-NAME]