Inmedia 會在六月六日搞有關 CC 和 bloggers 的聚會,詳情如下:
過去半年,一些朋友密鑼緊鼓,希望把 Creative Commons 這個世界流通的另類授權法引進香港。此計劃目前由港大新聞及傳媒研究中心 ( JMSC ) 作為iCommons 的合作機構,負責在香港推動Creative Commons 的宣傳工
Suppose that you have a chunk of Python code that wants to properlymap IP addresses to hostnames , and you wantto test this code to make sure that it actually works (especially withunit tests). In order to do this you need to contrive for various IPaddress and hostname lookups to fail in various ways, and to do thison command.
The easy way to do this is to exploit Python's freedom by shimming (well, replacing) the gethostbyname() and gethostbyaddr() functions in the
這條預告,當然有很多似曾相識的場面、劇情,不過換了人物、場地、音樂、角度,而出來的感覺也完全不一樣,就好像平平無奇的愛情片般。
這種預告片「不對調」的感覺之前在 The Departed 也有,不過結果這個版本也很不錯,拍得很
People can talk about the risks of not changing passwords at the dropof a hat, but they rarely talk about the risks of forcing people to gothrough frequent password changes. This matters a lot, because thereare significant risks.
(And when people do acknowledge the risks, often it is to decry or mockthe 'bad habits' that people adopt.)
The obvious problems are that people can't remember things at the dropof a hat just because you want them to, and people have trouble coming
The problem with a search for alternatives to the Bourne shell is that the Bourne shell isstill one of the best Unix programming languages. Or perhaps it wouldbe clearer to call it a 'Unix glue language', a language for connectingexisting programs together.
You might sensibly ask what the problems are with things like Perl andPython as Unix glue languages, and my answer would be that they make ittoo hard to interact with external programs. This is important, becausethe way you write small programs fast on Unix