奈何

文化界十個選委全數提名曾蔭權參選行政長官。其中幾名代表下午到競選辦與曾蔭權會面,選委高志森在會後說,曾蔭權較熟悉政府運作,所以決定提名他。會上選委向曾蔭權反映市區表演場地不足,希望能加快西九龍文娛藝術

我有8分sexy,你呢?


以下網站測試你的sexy程度
https://www.sexgage.com/
當然只是玩的
你測得高分都未必要輕舉妄動
不過
快放假了 玩吓啦


RPM tricks for dealing with multiarch machines

Why do we need some new RPM tricks for dealing with multiarch machines?Simple:

; rpm -q glibcglibc-2.5-10.fc6glibc-2.5-10.fc6

That's not an error, that's just my machine having both the 32-bit andthe 64-bit glibc RPMs installed. On a multiarch machine it's routineto have RPMs with identical names, and rpm itself hasn't been fullyadapted for this situation


情人節小劇場(部分事實的藝術)

去年情人節(如果我沒記錯年份)和我共進晚餐的好男仔,今年已經找到非常好的女孩,共效于飛了。

因此,若尚有靚仔、聰明、性情和善又想找非常好的女孩之男仔,可以約我食飯。
所謂地獄不空,誓不成佛。

***

情人節晚

情人過節


情人過節,一言難盡。澳門地窄人稠,可供情人活動的空間不多,心智成熟的男女自會明白情比金堅比當眾表演更重要,但在這消費至上的社會,報章渲染,商家推動,全城浪漫,處處溫馨,有情人與無情者或因心血來潮,或因

故事

我又想起了這故事。
_________________________________

洋娃娃已經待在失物認領處有一段日子了,它心裡明白,自己不過是一件玩物。

洋娃娃也有爸爸,也有媽媽,可是,它沒有家。

當洋

antm cycle 7 (圓形辯證)

我是ANTM觀眾。它有各種風味的美女、互相調味的商業與美感,我像眼尖的八婆喜歡鑒貌辨色,在被編寫的劇情中發現那不被編寫的,分出真馴服與假馴服,真性情與假的真性情、怎樣哭才像是真性情——議論縱橫亂下判斷,但我

情人節特備節目

4pm - 530pm:一個人做yoga

630pm - 930pm:一個人去整頭髮 (係,我知我賤格,專登book 630pm既時間,等我個hair stylist同女朋友冇得食情人節晚餐,陪我孤伶伶過。)

10pm - 2am:「5個6」「你輸,飲!」

2am - 4am

情歌

今日有朋友來電
hey , 你會送花給女朋友嘛?
我女朋友不在港喎
加上我都唔興的 (從來未試過情人節搞d咁野)
朋友說
都唔浪漫的
o下!
浪漫唔一定要送花
送花唔代表浪漫
情人節其實同我都唔係太大關係的
情人節都只不過是一個消

On Python's grammar

Python's grammar looks imposingly complex from the outside, but themore I've thought about it the more I've realized that it's simple butclever. In particular, the way the work is split between the tokenizerand the actual grammar simplifies both.

(Technically you could claim that Python's grammar is straightforwardbecause the tokenizer takes care of all the hard bits , but I consider this ducking the issue.)

The actual grammar istypical for an Algol-style language. You have the