- How do I create a Contact Group? Gmail 終於有 Contact Group
- How do I set up an automatic vacation response? Gmail 將可以設定「外遊」訊息
- Google whistles a new tune Google 加強音樂資訊的搜尋功能
- New Firefox extensions 兩個 Google Lab 出品的 Firefox extension: Blogger Web Comment 使用 Blog search 取得網頁的相關連結和評論, 而 Google Safe Browsing 則幫你辨認偽冒網站
On the name of USB flash memory drives
I've been somewhat confused about what to call USB flash memory 'diskdrives' for some time, since I've seen several names. Courtesy of PeteZaitcev here ,who should know since he works on the Linux kernel USB stack amongother things, I now have a pretty definite answer; they are properlycalled 'USB keys'. A 'Memory Stick' (with the capitals) is somethingentirely different, and 'memory stick' risks being confused with it.
(I suppose I could just
真身小劇場
裡面,有一個好蠢的肥女子(上鏡真係好肥,我唔想再上鏡了),沾到少少胡椒噴霧。在她之後,可以見到一位年輕的南韓示威者,中招的程度不可同日而語。這在在提醒著我們香港人,我們的付出,
我很憤怒,我很憤怒
請大家來支持韓國農民及各地朋友,與這樣粗暴的警方劃清界線!
請聯署: 致國際友人的感謝信
〔今期焦點〕
編輯部按:數千國外示威者, 出錢出力來到香港反世貿, 究竟世貿係?咩, 點解要反? 這一期的電子報收集了inmediahk及其他中文網上媒體關於世貿的報導和評論, 希望大家能有
拗底撐飯蓋
呢個係咩意思呢——就係連日來民間對反世貿示威、韓國農民的支持不斷上升,游行更有市民及學生加入。朋友沿途與
胡椒與水樽
再到灣仔貨物起缷區之前,抄抄書
請廣傳:致國際友人的感謝信
(信件將於12月1
20051215網摘 – 很多 Google news
Another introspection trick
Here's another example of Python's introspection and commandinterpreter being useful:
[x for x in dir(m) if isinstance(getattr(m, x), str) and 'localhost' in getattr(m, x)]
One of our Mailman lists had been accidentally set up thinking thatthe machine's name was 'localhost', instead of the machine's actualhostname, and this was causing problems. Mailman is written in Pythonand offers access to the internals of list data