Do more on the web
- Cumulate Draw 網上繪圖服務
- Free Gabmail 幫你發 video 的 Email 服務
- Zamzar 網上轉圖片格式不求人
- Spot on google 收購 jotspot 了。大家有玩過 jotspot 的話,都知道其功能已經很完備了,現在更令 google 的 web office 如虎添翼
Blogosphere
- 從鄉村關站到BSP 生態 Quote: 其實再發展下去,一兩年後
Do more on the web
Blogosphere
Derived from here :
import sysx = 10del sys.modules['__main__']print x
If you execute this at the interpreter prompt, you get a NameErrorthat x is not defined. If you execute it as a file (or if you putthe sys.modules and print bit in a function and run the function),you get None printed.
The interpreter situation makes a certain amount of sense, once youdiscover that the interpreter is holding no references to anythingfrom
This week, we:
These statistics superficially look a lot like last week 's, although up somewhat. What they hide isa significant spam storm that has actually
Here's a fun Fedora Core RPM dependency problem that I just fixed.(Since I've jumped on Ubuntu for similar things, I feel that equaltime is only fair.)
I have been trying to install Wine on my Fedora Core 5 machine fora while, without success. The visible manifestation of the problemwas that ' yum install wine ' would download everything and thenbomb out during the install complaining about two things:
Recently there has been a small contremps over how well (or not) IDEs can support refactoring for dynamiclanguages. To stereotype and condense, on one side are Java peoplewho feel that without the guarantees provided by static typing, manysorts of automated refactorings are impossible to do reliably and soworthless; on the other side are Tim Bray and dynamic language people,who feel that various things can get them close enough, and besidesthere are a laundry list of situations where static languages don'thave reliable refactorings either