理论观点

wind_feng 的头像

Ready to fail

Everyday when I jump off the bed, I ask myself whether I have a better way to do the same thing.
If I have never asked myself this, I might not be able to achieve a goal which is larger than myself.

Everyday I stuck in somewhere and I am afraid that it's way too hard for me to go on.
But I know that it's the time I should give myself a rest and wait for the right moment to come.

I do not believe that I have a better sense in what I am doing.
But I believe that doing what I believe in, I can make a change in my life.

Posted In
wind_feng 的头像

The Sixth Sense

人有很多种,有些人却改变了世界。

Posted In
wind_feng 的头像

Pimpest Play of 2009 - Voted By sc2gg.com

[经典重温]
如果你还没看过,这是2009年最刺激的一场游戏。
一只Dragoon打天下!
超神。

想回故更多2009年刺激又有创意的Starcraft情景。
请到 - Pimpest Plays '09 - SC2GG

Posted In
wind_feng 的头像

Memory Efficiency in C++

今天在帮朋友看Program的时候,得到了一个严重的教训。
看看以下两个写法:

Way 1:
int main(){
int x;

for(int i = 0; i<300; i++){
x = 50;
}
}

Way 2:
int main(){
for(int i = 0; i<300; i++){
int x = 50;
}
}

在Loop里面Declare int x,以及在Loop以外Declare int x,其实是有非常大的差别。

Posted In
wind_feng 的头像

红色银河战舰

踢这么多年球都没一件战衣,实在有点Paiseh。
乘着新年,准备大吃四方的同时,我们终于去订了一套红色战衣给我们的球队。

Posted In
wind_feng 的头像

Very Good Singer





Permalink --> http://wind.wahlaoeh.com/?id=1125

Posted In
wind_feng 的头像

慰籍品

我:嘿,好久不见。最近还好吗?
我:哦,我很好,我在跟Momo刷牙。

Posted In
wind_feng 的头像

矛盾

我相信人生就在我手中。
否则活着也太悲哀了。

我相信人生是一场赌局。
否则我永远没机会成为有钱人。

Posted In
wind_feng 的头像

轻轻

我仍然依赖着音乐制造大量的灵感。

尤其是想不通的时候。

Posted In
wind_feng 的头像

OSL Semi Final 2010 - Movie(P) vs Shine(Z)

随着Flash(T)以非常恐怖的战术、和超凡的控制能力,杀遍天下无敌手后,基本上这场比赛不管谁胜出了,去到大决赛还是要被Flash给赶出来。

但能进到大决赛就代表还有希望。
虽然很渺茫能胜出,但仍然可以保佑保佑Flash做戏一下。

基本上这两个人物对我来说还算是新面孔。
在这之前我只偶尔见到他们的名字。

Posted In