Python synergies in list addressing
Something I took from this Ian Bicking entry is that synergies and elegance don't just happen; someone usually workedhard to make it all come out neatly. Python lists have an interestingcase of this; some apparently odd decisions in other places turn out tobe needed to create useful (and error-avoiding )synergies.
Python lists (and sequences in general) are indexed from 0. Zero-basedindexing presents a problem, which can be succinctly stated as this:list element indexes run from 0 to len
關於文學的一些想法
澳門文學的未來到底代表甚麼?有人眞的會把澳門人寫的作品當一回事嗎?喊口號是沒有用的,請專家來硏討也證明不了甚麼。或者應該這麼說,澳門人需要澳門文學嗎?澳門究竟有多少文學人口?澳門提供了甚麼力量讓寫
無聊看叱吒(出camp revised 版)
1.對抗
「我最喜愛」得獎:楊千嬅、at17、陳奕迅、〈夕陽無限好〉。
這個名單揭示了什麼?就是叱吒和英皇對上了。誰都難免有點頂不順叱吒那種自我中心和懶有型,但香港還能夠有對抗楊受成的陣地,
愛情的散文
《澳門筆匯》專題評論文學
In practice, there are multiple namespaces for URLs
In theory, the HTTP and URI/URL standards say that URLs are all in asingle namespace, as opposed to GET , POST , etc all using differentURL namespaces, where some URLs only exist for POST and some onlyexist for GET .
In practice, I believe that web traversal software should behave as ifthere were two URL namespaces on websites: one for GET and HEAD requests, and a completely independent one for POST requests.Crawling software should not issue 'cross-namespace' URL requests,because you