Emacs and Elisp
- LISP Syntax Problem of Piping Functions
A blog from Xah Lee regarding the syntax of Lisp. The comments are also worth reading (I personally tend to agree with Sebastian).
- EIM
A Pinyin Chinese input method (lack of Double-Pinyin functionality).
- Emacs Lisp Cookbook
As titled.
- Emacs: Delete the file that is associated with the current buffer
A little function that moves the file that is associated with the current buffer to the system’s trash bin.
- buffer-move.el
A Emacs package for adjusting buffer positions, please see its comments for details.
Python and OpenERP
- What is monkey-patching
A stackoverflow thread that explains what monkey-patching is.
- OpenERP: How to define the thousand separator
An OpenERP Help link on configuring the thousand separator.
- OpenERP Search Filter: Last Three Months
My own blog on creating search filters such as “The Last Three Months”.
Linux and System Admin
- Using Git and Dropbox together effectively
A stackoverflow thread on using git in combination with Dropbox. Some of my personal projects (e.g. init.el) are now managed in this way.
- Change PostgreSQL user’s password
A stackoverflow thread on changing the password of a postgresql user.