
由於弟弟的公司有一部 iPad 入了手,所以有機會在家把玩一下這部新一代「電腦」。
用後的感覺是螢幕顯示亮麗,所以看戲、看文字、看網頁的感覺都很不錯,清晰銳利。機的效能很好,使用感覺很暢順,而且電量充足。可以說,

由於弟弟的公司有一部 iPad 入了手,所以有機會在家把玩一下這部新一代「電腦」。
用後的感覺是螢幕顯示亮麗,所以看戲、看文字、看網頁的感覺都很不錯,清晰銳利。機的效能很好,使用感覺很暢順,而且電量充足。可以說,

很久以前在網誌介紹過吉百利的 猩猩王扮Phil Collions打鼓 廣告,然後又有由兩位小朋友演出的 「戚眉戚眼」 MTV,兩者都是吉百利巧克力的網上短片搞作Glass and a Half Full Productions的作品,一律以娛樂性先行,賣產品次要。
最近,吉百利又有新搞作,

誠如 《機器人:由機器邁向超越人類心智之路》 序言裏張系國先生所言,本書最精彩的部份是後半部,作者運用現有的科學,不斷推想未來,由人類與機器人、cyborg、社會發展、宇宙人、超級心智、量子力學、時光旅行、宇宙詮釋
雖然我的最愛還是adidas original,但Nike+ 跑鞋依然是我的跑步良伴,因為Nike + iPod再幫我計算埋跑程里數卡路里,實在絕到無倫。
就好比少林功夫+足球係「有得諗」一樣,將音樂加入跑步這元素,然後設計出這既有軟件又有硬件的產品,

Suppose that you're writing a command like, say, make ; it writesprogress output to standard output and error reports to standard error,and it doesn't necessarily immediately terminate when it encounters anerror (or prints a warning; the important thing is that it keeps runningafter it prints things to standard error).
There's a subtle catch in how you want to print things (such as standard error messages ) to stderrin such a program. You don't want to just do the
import java.awt.image.BufferedImage;import java.awt.Color;
public static BufferedImage hue(BufferedImage source, float value){ BufferedImage out = new BufferedImage(source.getWidth(), source.getHeight(), source.getType()); for (int i = 0; i < source.getWidth(); i++){ for (int j = 0; j < source.getHeight(); j++){ Color color = new Color(source