I use Picasa a lot even Google stopped developing it. I put the Picasa folder on Desktop so it can be replicated by iCloud which makes that I can have…
Youdao already in the MELPA package, just M-x package-list-packages to find Youdao-dictionary and install it, here is the commands: Below are commands you can use: `youdao-dictionary-search-at-point' Search word at point…
(require 'package) ;; You might already have this line (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) (when (< emacs-major-version 24) ;; For important compatibility libraries like cl-lib (add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")))…
This is a complicated story, as you know I love traditional Chinese characters. Meanwhile, I write in traditional Chinese and the input method I selected Canji and also wrote the…
After clean up the python on MacOS, it still doesn’t work well in emacs. I found emacs still called the wrong python. My shell load 2.7.13 and emacs used 2.7.10,…
I have 2.7.10, 2.7.13, 2.6, 3.4, 3.5, 3.6 python versions on my MacOS, I don’t even know which one I called. Of course, I can use which python to find…
In my blog, some category has hundreds titles, almost all the themes will show all the details in the category index. Which makes my category page become really huge, it…
This is a note for charging iPad under ubuntu. Don’t trust any old posts that use apt-get, those all were expired or can’t be installed. Directly go to https://github.com/nitsanw/ipad_charge to clone…
The Windows version XAMPP shipped with perl mysql module, but it doesn’t work. You can find mysql.dll under the directory, but it can’t be loaded. Also, cpan and ppm doesn’t…