An Excellent YaST Source for openSUSE10.2
http://packman.inode.at/
I find it today. It is really cool!!!
Here, the truest me ...
http://packman.inode.at/
I find it today. It is really cool!!!
Posted by CrackCell at 9:30 PM 0 comments
Labels: Linux
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!
Posted by CrackCell at 5:09 PM 0 comments
Labels: Linux
//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);
}
}
Posted by CrackCell at 4:56 PM 1 comments
Labels: Diary, Java Progress
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.
Posted by CrackCell at 4:48 PM 0 comments
Labels: Diary
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!
Posted by CrackCell at 8:33 PM 0 comments
Labels: Diary
I learned how to make a nice table with HTML today.
Here is a sample production:
ABC | |
123 | 456 |
789 |
Posted by CrackCell at 4:12 PM 0 comments
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.
Posted by CrackCell at 7:43 PM 0 comments
Labels: Diary
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.
Posted by CrackCell at 7:17 PM 0 comments
Labels: Diary, Wuhan University
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.
Posted by CrackCell at 9:04 AM 0 comments
Labels: Crosscompile
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.
Posted by CrackCell at 9:56 PM 0 comments
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.
Posted by CrackCell at 6:56 PM 0 comments
Labels: Diary
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.
Posted by CrackCell at 5:07 PM 0 comments
Labels: Diary
Nobody knows I'm here. It's great to write down something for myself, not anyone else.
Posted by CrackCell at 5:04 PM 0 comments
Hi, I am CrackCell, an out-going Chinese boy who is crazy for computer programming.
Now I am fully occupied in Java/Jsp. Maybe we can learn together :-)