my Reebok EASYTONE arrrrrrrrrived

Reebok EASYTONE 終於到手啦~~~

From for blog

仲要係紫色喎,呵呵。(感謝Reebok方面的PR)

新鞋落地,我已經急急腳試著,喺屋企踩咗幾日stepper,好可惜未得閒去跑馬地運動場寓減肥於「睇風景」。

個感覺呢,好得意的。

真係好似平時做physio時玩平衡

The Marshall Mathers LP(Eminem) Part II ------ "Stan" (一首關於瘋狂歌迷的歌)

The Marshall Mathers LP -------Eminem封面

1. Stan(featuring Dido)是Eminem其中一首代表作,Eminem Sample了Dido的"Thank You"在他的歌中,亦帶紅了Dido的原曲,及後Dido成了獨當一面的女歌手,而她的歌比較感性,與rap style完全扯不上關係!

Continue reading...

The Marshall Mathers LP(Eminem) ------ 有人會寫一首自述形式的殺妻歌嗎?

The Marshall Mathers LP封面

1. 這是Eminem最好賣的大碟,他的第二隻碟,單在美國已賣出超過1000萬隻,令他大紅,當時是2000年!Eminem是一個白人rapper,rap本來就差不多是黑人的專利,因為他們的節奏感天生便是強!因此白人要唱rap打出
Continue reading...

低潮


人生未必會遇上高潮期,但低潮期人人都有,無可避免。

生活的低潮,戀愛的低潮,工作的低潮,家人關係的低潮,五花八門的低潮隨時都會來襲,你會怎樣應對?人在低潮時,易見真性情,也最容易出現各種盲點。低潮人士其


高妹正傳–Benefit第二代掌門人Maggie & Annie

這個星期我教授的營銷課程,正好涉及企業老闆兼任旗下品牌代言人這題目,香港惹人爭議的例子當然首推白花油王子顏福偉,你試試用Google圖片搜尋「白花油」,顏公子的肖像多得滿瀉,你就知道他對白花油的影響力有多大。

Continue reading...

利用 Java 以不同形狀合併圖像 (Use Java to combine 2 images with a shape of area)

import java.awt.image.BufferedImage;import java.awt.Graphics2D;import java.awt.geom.Ellipse2D;

public static BufferedImage combineEllipse(BufferedImage source, BufferedImage other, int x, int y, int ox, int oy, int owidth, int oheight, int cx, int cy){    BufferedImage out = new BufferedImage(source.getWidth(), source.getHeight(), source.getType());    Graphics2D g2d = out.createGraphics
apple.jpg
Continue reading...

堅強啲呀小玲

每當銀行戶口只餘下三位數,

而整個月流流長,

不知何時等到出糧望見家鄉,

都會用這番話勉勵自己 ——

「不經一番寒徹骨,怎得梅花撲鼻香」

捱得過死不去的話,

月尾又是一條好囡的啦。

每次窮到不知所謂的地步,

就會迸發出

上班族的一日 李壽全

** << 一份工 >>那篇文章提及的一首令我很無奈的歌,來自李壽全的<< 八又二分之一 >> 專輯。

上班族的一日

作 詞:呂學海/詹宏志/李壽全 作曲:李學粹 編曲:陳志遠

我不再猶豫,推開經理的門
最後的決定,遞上我的辭


Benchmarking Safari on the iPad

Since purchasing the iPad, I've constantly been amazed by how fast everything works—switching between large apps is no longer a game of roulette, and browsing the web is a breeze.

I ran some tests on Safari on my iPad, just to see how things compare to my MacBook Pro...

SunSpider Javascript Benchmark

Here's the screenshot from my iPad (14068.6ms):

Sunspider Results - iPad

And from my Mac (406.8ms):


利用 Java 以不同形狀剪裁圖像 (Use Java to cut a shape of area from an image)

import java.awt.image.BufferedImage;import java.awt.Graphics2D;import java.awt.Color;import java.awt.Polygon;import java.awt.Rectangle;import java.awt.geom.Ellipse2D;

public static BufferedImage cutEllipse(BufferedImage source, int x, int y, int width, int height, int cx, int cy, Color color){    BufferedImage out = new BufferedImage(width, height, source.getType());    Graphics2D
apple.jpg
Continue reading...