lisp程序员眼里的其他程序员

March 27th, 2010 no comment
list

地球一小时:周6 3月27日20:30 关上灯 你也是绿色之星

March 27th, 2010 no comment
Earth Hour 2010 Poster

邀请大家来参与WWF(世界自然基金会)发起的“地球一小时”。 关于地球一小时:http://www.earthhour.org.cn/eh.php?uid=294568

随机生成网卡MAC地址

March 27th, 2010 no comment

#!/bin/sh exec 2>/dev/null dd if=/dev/urandom bs=1 count=6 | od -t x1 \ | awk -F ” ” ‘{if($0~/^0000000 /){$1=””;print $0;}}’ | sed ‘s/^ //;s/ /:/’