Wednesday, January 31, 2007

An Excellent YaST Source for openSUSE10.2

http://packman.inode.at/

I find it today. It is really cool!!!

Math Passed

My Math passed. Wow...

Sunday, January 28, 2007

BT Client

I downloaded the latest Azureus, an excellent BT client software. Then I enabled port needed by it in firewall.
I tried downloading a movie form greedland.com. It was so fast. So cool!

Friday, January 26, 2007

Java Progress:extends


//Name:Extends
//Description:Practise using extends
//Auther:CrackCell
//Date:26-Jan-07

class Human{
String name=null;
int sex; //0=male,1=female
Human(){
System.out.println("Human");
}
}

class Student extends Human{
String studentID;
Student(){
System.out.println("Student.");
}
}

public class Extends{
public static void main(String[] args){
Student S1=new Student();
S1.name="TanMenglong";
S1.sex=0;
S1.studentID="200632580051";
System.out.println(S1.name);
}
}

Bought a book

I went to Guanggu Book Store to buy books with ZhangYaqian, YangZiqing, LiuYu and WangFei today. I bought Data Structure and Alogrithms in Java. It will be useful in winter vocation. The other bought some wonderful books, such as WangFei's C++ Primer and YangZiqing's Operating System Design.

Thursday, January 25, 2007

Math Exam

We dumped the annoying Math exam yesterday. I didn't do well in it, so I am afraid of losing marks from it. But at least I can enjoy a free time right now without worrying about anything.
God blesses me!

Sunday, January 21, 2007

Note on table in HTML

I learned how to make a nice table with HTML today.
Here is a sample production:





ABC
123456
789

Friday, January 19, 2007

Upgrade Operating System

I have upgraded SLED10.1 to openSUSE10.2 today. But everything didn't go so smoothly. Some strange faults occurred during the process. I had to redo everything again. It was really awful! Fortunately, everything is OK now. The drivers for graphics card works well with XGL, so I can use my favourite 3D desktop now.

Tuesday, January 16, 2007

Beautiful Snow in Wuhan University

It has been snowing today. This is the first snow in Wuhan and also, it's the first snow I have ever experienced in big city. When I got up early this morning, I was suprised to see so much snow in front of my eyes. Snow on the ground, snow on roofs, trees and heads of every happy guys. Many fresh men rushed into the world of white to make snowmen.
After the exam in the afternoon, Lu Jiaguang, Huang Ligeng and I went to Section 1 of our university to take photos. When we arrived at the Slope of Lovers, I could not help catching every byte of the landscape with Pang Shapeng's Sony T9.

Here I paste some photos, enjoy.

No.1 Pretty trees

No.2 Me

No.3 Slope of Lovers

No.4 Slope of Lovers


No.5 Slope of Lovers

No.6 I came back in caliginous light

Build crosscompile environment for Motorola E680G

For my old cellphone can't satisfy my needs, I'm thirsty for a new one. After days's hunting, I have chosen Moto E680G for its Linux operating system and expansibility which enable me to develop my own software on it. But the first thing I should do is to build a crosscompile environment on my Laptop so that I can write code for it in SLED.

Saturday, January 13, 2007

Failed code

It seems that I have learned the operating of linked list in C language.I feel it is not easy to use linked list in pure C. I just want more, something object-oriented(OO).To tell the truth, being used to Java, I don't like the style of pure C very much. I have just tried operating linked list in C, but failed. It said Segmentation fault. Faint! Later I will try again.

Comfortable relaxation

I got up early this morning. The minute I got rid of the bed, I found the other three Rubbish was still sleeping.
I played the WOW for about an hour in the midday. I accomplished the task for 30 Level warlock. Now I can use the fourth pet to fight with others. But it is not so powerful as my little monster.
After finishing supper, I went to bed early. Lying in bed, reading and coding, is really the most comfortable thing I have ever experienced. Before I fell asleep, I recited the prepared answers to our Politics exam. It is quite a huge nubmer that I have to remember 49 quizs.
But I could now code and read leisurely, good feelings.

Friday, January 12, 2007

Relaxation Before Exam

The coming final exam makes me very nervous. But I still feel easy to enjoy such a free weekend. I bought a GTK+ Programming Language, C edtion from the library. I really want to learn something on GTK+, but I don't have time to do that at present. So, just forget it till winter vocation during which time I have to learn JSP as well. Err... It seems that I am going to have a tense holiday.
Finally, I have determined myself to taje a chance on Whu OJ. I ACed a quiz yesterday followes by another one today. It's really a great thing to be able to AC. I have posted the detail code on my Code Blog.

May be a good place to write down something..

Nobody knows I'm here. It's great to write down something for myself, not anyone else.