Introduction to Virtual Machine
People might have heard about virtual machine, but never really know what it really is. The most common...
[vi/vim tips] Indent codes in vi/vim editor
Have you ever experienced awful code arrangements after pasting the codes to vi or vim editor? Well, you...
lil Note about char in C Language
Example code I wrote in Lion Programming Course [code language=”c”] #include <stdio.h> int main () { char a;...
The third course at Lion club in Department of Computer Science
I first heard about it in the second semester of my freshman year. My schoolmate who majors in...
My very first practical Sikuli program with Python scripting
The thought of creating this little program starts from a very simple and funny thing; as you might...
[My Mind] Having the first assignment of C programming course at Department of Computer Science!
This Tuesday, professor of the C programming course gave us our very first assignment. We were asked to...