나의 사랑 한글날
한국 사람들은 추석, 설날 등 명절이 되면 몹시 바쁘다. 그러나 나는 이러한 명절들에 별 관심이 없다. 남들은 추석이나 설날이 최고의 명절이라고 생각하지만 나에게는 한글날이 … Read more “(한컴타자) 나의 사랑 한글날”
한국 사람들은 추석, 설날 등 명절이 되면 몹시 바쁘다. 그러나 나는 이러한 명절들에 별 관심이 없다. 남들은 추석이나 설날이 최고의 명절이라고 생각하지만 나에게는 한글날이 … 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] $ grep -n '검색할 문자열' ./*
옵션 설명
-n: 행의 번호(line number)를 함께 출력
-l: 패턴이 포함된 파일의 이름을 출력
-r: 재귀적으로(recursively)… Read more “UNIX/Linux 명령어 – grep”