真假阿叔?
Javascript
- Ajax.RssReader 使用 prototype 的 javascript rss reader
- Narrative JavaScript 處理你的 asynchronous call,使之可疊起來。不過,使用上不太方便,因為有新 syntax 和要 compile
YouTube
- YouTube 新聞 六月了
真假阿叔?
Javascript
YouTube
Rosetta Stone for Unix is a very handycross-index of various commands and tasks across various Unix variants.The index of tasks is especially handy as a quick 'how do I do this onX' pointer. It's available in several formats, and as a bonus you getsome helpful links as well.
(Since I was just using this today to figure out how to do variousthings on Solaris, I figured I should finally get around to mentioningit.)
(From a Slashdot comment .)
People have been calling the nofollow tag afailure for a while, most recently in Blog Spam, and a 'nofollow'Post-Mortem , which hit the geek news today. Comment spam has not exactly diminished sincenofollow's adoption, which is not a good result for somethingintroduced with the title 'Preventing comment spam' .Calling it a failure is pretty easy.
The cynical take on nofollow is a bit different: nofollow is actuallya clever way to improve search engine results . While it's not
朋友們
本人的首個音樂紀錄專集
「燃亮了 像雪飛花」
將在2006年6月3日 首日發佈
我會在當晚10:30pm後到達尖沙咀文化中心外「翱翔的法國人」雕塑前的空地
有興趣者可在當晚免費索取 ( 數量有限 )
或帶同妳自家製作
I know of three command-line programs that will fiddle with theX selection (and/or the cut buffers) in a way that's usefulfor shell scripts: xsnarf from Smarasderagd's collectionof X things , xcb , and xclip .
I use xsnarf for a variety of reasons, I think partly historical (inthat I had it around well before I found the others); I'm jotting downthe other two here partly so that I have the information handy the nexttime someone asks me
In the spirit of my little shell scripts, here's a simple way to get auseful summary of disk space usage on a Unix system:
du | sort -nr | less
(substitute the pager of your choice for less , and use ' du -x ' asnecessary.)
This is less pretty than the various graphical disk space visualizationprograms that float around, but I find it gives me pretty much theinformation I need. It's pretty easy to narrow down what areas of thefilesystem,