Modified Pwitter to support 3rd party twitter API
2009-10-11 14:06:13
查看原文
Pwitter is a good open source Twitter client for Mac. I just added supporting for 3rd party twitter API to it to make it better.
You can get my patch here or my build here.
There's no GUI for setting 3rd part...
A script for Columbus V-900 GPS
2009-04-28 03:47:57
查看原文
Columbus V-900 is so far the GPS that best fit my requirements: it can log, it can take waypoints while logging, and it (can) have a big storage for logging (via TF card). I got one from WC, a friend to give it...
Python script to convert from IP range to IP mask
2009-04-02 10:57:10
查看原文
This script will convert a line contains start and end IP separated by space like:
221.192.0.0 221.199.207.255
Into IP mask format (with comment) like:
#221.192.0.0 - 221.199.207.255
221.192.0.0/14
2...
NucleusCMS patch: use UTF-8 base64 to encode email subject
2009-03-27 16:10:27
查看原文
The emails sent by NucleusCMS (e.g. new comment notification) didn't encode the subject, but just put the raw text there. For english language file, that's OK. But for other languages such as Chinese, it's not ...
Note: dhcpd configuration
2009-02-25 13:07:09
查看原文
Although I've got 802.11n working on my Asus Eee Box, copy big files between Eee Box and my lap-top over WiFi is slow (as my Time Capsule is far away). So I use a cable for file copying, that's gigabit!
But I ...
The high memory usage of Squid with external acl
2009-01-05 11:09:03
查看原文
We configured some Squid 2.6 servers that use external_acl_type to use some headers sent by client for access control. And the authentication isn't username/password routine, but use some tag to calculate hash....
Flickr Video vs. Youtube
2008-04-14 14:03:36
查看原文
Finally, Video on Flickr!
I've uploaded a test video:
And here's the same video on youtube, to be compared:
So here's the comparison:
* Speed: youtube is much much faster than flickr, anyway, youtube cons...
Yet another NP_Trackback hack
2007-12-02 05:35:40
查看原文
I've got an email from my host administrator to warn me that one of my MySQL table consumed lots of system load, and the table is nucleus_trackback.
But I haven't got any "real" trackbacks, so they are all spa...
AFP versus SMB
2007-11-19 15:38:32
查看原文
I have a Linux file server in my home running Debian Lenny, and I always use SMB for file sharing, it have a very very bad performance. Today I suddenly remember Apple have an AFP protocol, so gave it a try.
I...
Gmail IMAP and Date in emails
2007-10-27 08:54:37
查看原文
UPDATE: As in RFC 2822, the format Gmail used is "obsolete", which means although it's not recommended, clients such as Thunderbird should support it.
Finally I've got my Gmail account with IMAP access. I use ...