From here.
Run http-kit in lein
Fixed issues after installing Ubuntu 14.04
Ubuntu 14.04 was released several days before, and I ran into several problems with it. Here is a note how to fix them.
Qi2Pa1 Code(1)
Qi2Pa1 = 奇葩
How to create ringtones for iPhone with iTunes
Long time ago I got the knowledge that iPhone did not support customized ringtones. This is not a fact anymore. Here is how to make a customized iPhone ringtone.
Refer here.
Tabs and split screens in vim
Use pandoc to generate reveal.js slidesshows
From here.
Clojure Notes
Resolve the 'WARNING: JAXP feature XMLConstants.FEATURE_SECURE_PROCESSING cannot be set on a SAXParserFactory' problem
In a Java project which uses Jersey as the REST client, there’s some warning message while it runs:
why there is no log appending to log file
Today I found a program cannot append log to log file as usual, and there is no any error. I’m pretty sure I didn’t change anything about the logger configuration of the program yesterday. So weird.