I have a habit of making daily course notes using (Probably not the most suitable way for you readers). By using this Makefile script I can automatically generate date based file, and avoiding overriding the current date notes.
Category archives: Personal
Vim configuration
This is my VIM configuration, I’d like to make a note here and remember what I did if I ever encounter a system re-install.
Adjust WordPress Twenty Fourteen Skin Fitting FullHD Screens
WordPress 3.8 has a nice look, it also brings a new skin called Twenty Fourteen. (It does look a bit like its back-end managing portal.) Under 1920x1080p or higher resolution, this theme is not optimized, it occupies half left of the screen and some of half right screen, and it look just weird and wasted. […]
OpenSSL 1.0.1e RPM for CentOS 6
The SRPM is from http://www.ptudor.net/linux/openssl/. And this is a x86_64 arch build by myself. Please enjoy.
Installing Fedora on Lenovo Y510p
I bought a brand new Lenovo Y510p 2 months back, and it arrived 2 days ago (what a speed!). Yesterday evening I finally got a chance to install Linux onto my baby. I have to say that wasn’t an easy job. Here are the steps that I did last night.
ghost (blog publishing) at a glance
Recently a new blog publishing service called ghost burst out in its existance for public testing, I am very curious of this new competitor of WordPress so I installed it and made a few tests.
Online learning in Chinese – XuetangX
China announces edX platform to power its new online learning portal XuetangX. This online is especially useful for Chinese students who wish to get some supplementary knowledge on academic courses. For English speaking learners, this website provides English translation subtitles in their course video (maybe not all). Beside the subtitles, the professors use English during […]
Permalink fixed
I got complains from my cute classmate Vince saying that my blog’s article links were so ugly (the default wordpress permalink). So I fixed it.
Deterministic Finite Automata in C
In our a5p2 question, we need to write a general template for the deterministic finite automata, with input details are listed below:
A4P2
A4P2 is relatively a simple straightforward question. Here is the link to the question.