2010年12月6日星期一

再见,明天....


明天终于等到了原以为白费了的 bridge competition ,但却以没那心情了呢。

前几天刚去了吉隆坡一趟,终于去过完(差不多)全部较有名的广场了。为了买新年衣,竟然花了超过了原本数目的钱哦。。觉得有点对不起妈妈呢〉。。〈

未完成的亚森....

2010年11月17日星期三

long vacation....


十一月十八日-星期四,晴。

今天是我在马六甲的最后一天了,转眼间,我来了这里也有四天了。儿也代表我离开家里第四天了。不知怎的,总觉得最近的朋友都很emo下。当然很多时候。我自己也会emo emo 下的。。但我真的emo emo下下就好的了。

而朋友的emo却是好几天的,也许他还向不同吧。我觉得有时我们得学会面对逆境啊,在逆境中还能笑着走过。。。。才能真正长大呢。

真希望,当每个人emo时,都能找到她/他 认为知己的人述说。。。。

学有套戏说的那样:若果天若有情,忘不了的话,保持通话,得空喝茶。。。


To be continued....

2010年11月2日星期二

moon light..


会到来沙巴以几天了,这次回来并没想之前那样一直出出出...反而很多天都躲在家呢...

觉得家里面很好...有沙发,有电视,有wifi(unblocked)...刚才听见了一位朋友的感动故事...真事....
感动了...

加上被我的隔壁同学激起听听Yiruma的歌。您静的夜晚更有感觉。。。。

我不是伟人,我也不是什么大人物,更不是哲学家,我不会说些很有墨水的话,也不会学习里面那些男主角或配角会看星星,说甜言讲密语,我只是个小人物。。。一个普通人。。。。也是一个男孩罢了。

想起小时终觉得自己将会是某某的英雄,但随着时间慢慢长大,发觉。。。做小人物也不错。。。至少能静静的看着世界的转变。

给像我一样的小人物的话:我们一起加油吧,虽然有时会很衰,虽然有时会很低。。。但,我们是小草来的,事情不变,我们心变吧!!没关系的。。。你不是一个人,至少有我这小人物陪你。。。


加油!

为完成的亚森上...

2010年10月9日星期六

Friday night


ngan+js+me

went to steamboat on yesterday. We were planning to go BP to sing K but lastly we decided go to kluang to have our dinner there since ady sien with BP hehe>..<
FPT friends


To be continued....

2010年10月5日星期二

Sisterm Borang Pernilaian...


since my dear friend ge bi tong xue Ah Ru has the courage to step up for what she paid for...haha so I'm only following her steps ahha..For those who have the same section as me, I'm sure that they knew which lecture I'm refering to.

Maybe is my wisdom not good enough, but thats the true feeling from me. Agree with ah ru, if no complaint, then how can he improve? Maybe thats what our senior didn't do .Hence, I hope I can stop this and let him realise and improve. Hope he manage to take it with positive persective and try to improve. To all my junior, good luck to u all>..<


To be continued....

2010年10月2日星期六

Update...

//This article is to update the blog http://colours-rhythmic.blogspot.com/ for the owner's memorable memories in september.

#include

int main()

{

ah vun+me+ therrance


my broda (Lwen) and I






my dancing partner juwita


junior and senior of the table i sat


cout<<"went to prom night 2010 as it is organized by my coursemate jun kyle, have to support lor. so gei lian go go see see look look.Also hope to see improvement lor as the last year prom is really ....u know lar...overall there is plenty of improvement, but still can't achieve my satisfaction level....they didn't learnt form the great mistakes that last year did although we been complaint and complaint about it. huh, however i guess the commitee had done their best lor..so thanks to them anywhere."; ah ngan cute side of life haha>..<

cout<<"Few days ago, my family and I went together to Kluang for the lengendary steamboat buffet which is kinda famous o, haha last time the only steamboat buffet in Batu Pahat had been shut down and we are so excited to hear that we found another one in Kluang althought it is a bit far from us.";
They really GG, whole meal 60% i guess eating bak kua(猪肉干)

cout<<"Watch two movies in september,legend of the fist and detective dee, honestly, i think both of the movie is only moderate. But overall the detective dee's graphic is really shows improvement in hong kong movie. the next movie wish to watch is DEVIL hope to watch it with a gang of friend lor...";



return 0;

}


To be continued....

2010年9月30日星期四

Programming...

what i did just now:

//this program is carefully constructed to use the "fallthrough" feature of the switch statement.

#include
using namespace std;

int main()
{
int nummodel;//model number
//Get a model number from the user.
cout<<"kami ada 3 model TV:\n";
cout<<"Ia itu 200,300,dan 400.Mana satu yang anda inginkan?";
cin>>nummodel;

//Display the model's features.
cout<<"Model tersebut mempunyai ciri-ciri:\n";
switch(nummodel)
{
case 400:cout<<"\t Gambar dalam gambar.\n";
case 300:cout<<"\t Bunyi stereo.\n";
case 200:cout<<"\t Alat kawalan jauh.\n";
break;
default:cout<<"Anda hanya boleh memilih model 200,";
cout<<"300,atau 400.\n";
}
return 0;
}


really pei fu Wong Jia Jye can face such thing all the time...


To be continued....