10 Nov
CS2106 Operating Systems Project deadline
13 Nov
CS2103 Software Engineering Project deadline
24 Nov
FNA1002X Financial Accounting Project deadline
Monday, October 30, 2006
Upcoming Events...
Sunday, October 29, 2006
excerpt from my friend's blog
"- ARGHHH L'arc~en~ciel tickets started selling at 10AM and when i tried to buy at 1PM they were ALL SOLD OUT!!!! ARGHHH!!! The agony -_- I see people selling those 8000yen tickets for 19000yen online now at yahoo auctions. DAMN IT!"
:( i also wanna attend the concert... dammit remind me to queue 2 hrs before next year
Watched deathnote movie on tv yesterday (finally)
This is late, but i only watched it yesterday (on tv here in jp)
I hated the show. I was willing to accept a drop in standard compared to the manga, but it was totally below my already lowered expectations.
hmm... okay la, wat u expect for Manga-turned-Movie?
- there were too many unnecessary changes in the opening. would be no probs if they changed for the better, but not so imo. And too many (bad) changes after that too.
changes ok la... Raito's plot for shi0ri's death was not a bad plot twister..
- choice for raito's actor was totally wrong. he's fat-ish, not evil looking or acting evil enough, lacks impact and basically just not convincing as raito.
lol he's not exactly fat but he is not as smart as Raito
- Shiori was garbage. Trash. Worthless. the absolutely puke-inciting romance plotline was UGH. totally off focus, out of point.
lol no romantic cells
- Actress for naomi was a bad choice too. Abit too fat-ish, not sharp enough, lacks impact. I guess she suffers quite alot due to the plot changes too.
i find naomi quite likening
- L was passable. But i think he kinda suffers too cos of the stupid changes and from the unconvincing raito. But he did his role ok i think.
ok, L was quite a good choice... where on earth do u find strange, crazy-looking kids like him?
- Raito's father was passable if u didnt see the manga. But i cant really accept him in the movie cos he's too different from the manga version.
lol different does not mean bad lei, not bad lah
- I thought ryuk was well done. among the lacklustre cast and performances i thought he was one of the better chars.
yeah, ryuk was the best
- I thought misa was the best in the movie although she only had a small role. I think she portrayed misa well, both in looks and in mannerism. Ok maybe i'm biased cos she's so damn pretty. Only complaint is that she has black instead of brown/gold hair, but despite that she comes across as very convincing to me.
ok bah, she never act cute enough
Zhanwei's birthday celebration
hmm... ok upcoming events should only encompass upcoming events... so here's the link to zhanwei's birthday picture album... wy still need to get original from u...
http://www.imagestation.com/album/pictures.html?id=2100483108
Saturday, October 21, 2006
CS2103 Tutorial 8 Question 3
class Marriage
{
protected Man man;
protected Woman woman;
protected String venue;
Marriage ( Man man, Woman woman, String venue )
{
this.venue = venue;
this.man = man;
man.marriage = this;
this.woman = woman;
woman.marriage = this;
}
public void Divorce ()
{
man.marriage = null;
woman.marriage = null;
}
}
class Man
{
protected Marriage marriage;
protected String name;
Man ( String name )
{
this.name = name;
}
public void unfaithful ( Woman slut )
{
Marriage forget = this.marriage;
this.marriage = null;
System.out.println("Happy happy with " + slut.name );
this.marriage = forget;
forget = null;
}
}
class Woman
{
protected Marriage marriage;
protected String name;
Woman ( String name )
{
this.name = name;
}
public void unfaithful ( Man giggolo )
{
Marriage forget = this.marriage;
this.marriage = null;
System.out.println("Happy happy with " + giggolo.name );
this.marriage = forget;
forget = null;
}
}
Tuesday, October 10, 2006
Zhanwei present
zhanwei present... payment has been received... this is a very good method, shall consider for future implementation... thank you.
- dantay paid
- derek paid
- chewy paid
- corine paid
- gnef paid
- jialing -
- wangyang paid
- yiguang paid
- zhongwei -
- zuwei paid
