loved
Tuesday, July 31, 2007
As i watch.
I get pretty emotional over this show.
-Onegai Sensei
I mean, it isn't exactly perverted or what. But it really is a well-written storyline. Highly recommended if you like a very sweet romance story. Well, probably not one of the most sweet ones you've ever watched.
But it does have several unexpected twist in it.
Oh wells. It did kinda turn me on. To have a sweet romance like them. But oh wells. Such things can wait. I guess. Seems like there ain't any girl i've met yet who would make my heart stop.
So anyways. If you like Onegai Sensei.
You should also try
-Onegai Twins
Same production team, different storyline, but it has the same feel lah.
Hey, teachers who have scolded me today.
I DON'T PLAY COMPUTER GAMES. AT ALL.
I DON'T EXACTLY STAY UP LATE.
I DON'T HAVE A GANG OUTSIDE.
I DON'T GET HOOKED ON TO TV.
I mean, wtF? I merely find that education for now is pretty useless. I would probably work up on my maths and science only. Besides, the reason why i'm so tired today is because i crammed around 10pages of C++ tutorial into my head yesterday.
So for the moment. I'm able to write something like this.
#include
using namespace std;
#define PI=3.142
#define NEWLINE '\n'
int main ()
{
double r=5.0;
double circle;
circle = 2 * PI * r;
cout << circle
cout << NEWLINE;
return 0;
Just a short C++ script to calculate the circumference of a circle. But it did took me quite some time to understand the whole thing. So forget about it. Still a beginner around the aspect of programming.
So hey. I don't just waste my time fooling or playing around.
posted at 9:14 PM