VIME: 在 VIM 中实现输入法Published on 2020-02-23
花了几天晩饭后的时间用 vimscript 写了一个流畅的输入法。可以反查,可以拼音。
A pbm image filter for scanned multipage documentsPublished on 2020-01-22
I always scan important and unimportant letters into digital documents, whereas the physical papers are archived only for a few months and then going to be dropped. Digital documents can surely better be sorted, categorized and they are digitally searchable. Besides, the next time when I have to move to another apartment, there is no need to carry all papers. However, the scanned documents sometimes have artifacts like false alarms in the empty spaces and white spots within black strokes. In order to fix that, I wrote an image filter to handle them in a quick and dirty way.
一个用 Haskell 实现的 IRC BotUpdated on 2012-01-22
An IRC bot written in Haskell
Chrome Plugin: Disable Images (Chrome 插件:禁止图片)Updated on 2011-12-21
A browser extention for Chrome/Chromium to toggle the state of disabling images with a shortcut button. The purplse is to save data traffic for the surfing through a mobile network.
写了一个外挂式输入法Published on 2010-09-14
去年做了一个类似南极星的外挂输入法,挂上我自己维护的郑码码表,用来在机房的 Windows 计算机上输入中文。 现开放源码。
修改远程窗口文本的动态连接库Published on 2006-08-14
常在所写的工具中用到这个功能,提取出来单独作为一个库。