Skip to main content

Sponsors

Becca's Wedding

Posted in

I managed to go back to attend the wedding dinner. This was the first wedding dinner of my classmate I attended.

Gallery

This book page consolidates various photos, movies, ......

High School Life

Posted in


Raymond, xman, Isaac sitting in Pre-U centre waiting for the Taxi to take us to the Airport. The CompQuiz 98 was held in USM, Penang.


Ivan and Fatimah seems studying HARD :D

Gathering Set 1

Posted in

Gathering with Yee Fah in Bendy's house. This is 5 years back. Wa saiiii~~~~


Gathering with old schoolmates and Xiao Luo Han in Port View.

Another Sat Lunch

Posted in

There is a party at night, ;) with good food ;). But I'm hungry now. And the fridge left these only:

1. Lots of eggs
2. Sweet corns
3. Durian ice-cream :D

Well, still better than nothing la :)

Ruby

# A function.
=begin
Multi-line comment.
But =begin and =end must be at the beginning of the lines.
=end
def work(name = "yman")
        result = "name: " + name
        return result
end
puts work("xman")
print "hello world\n"
printf "hello world %d\n", 100
# Output:
name: xman
hello world
hello world 100

name = gets()
puts "hello world, #{name}"
puts "hello world, #{(1+2)*3}"
# Output:
hello world, xman
hello world, 9

# Iterators.
a = [1,2,5,6]
a.each do |i|
        puts i*2
end
# Output:
2
4
10
12

Trial: Attached Node Drupal Module

Posted in

Here attaching a node:

[node:35]

Finished attached.

Trial: FileManager + Attachment Drupal Modules

Posted in

Attaching two picture files:

Attaching a text file with list of good computing books.

Trial: Texy!

Posted in

Paragraph 1: Text1 … con't text1 …

Paragraph 2: Text2 … con't text2 …

Paragraph 3: Text3 … wrap here
con't text3 …

Use blue color text.

Center text.

Title II

Subtitle II

another subtitle

Title I

Subtitle I



  • – – – – –
  • * * * *
function func($arg) {
  $a1 = $b[1];
  $a2 = $b[5];
  return ;
}
class c : public a
{
   public:
   c() : y(100) { }
   virtual ~c() { }
   int method(int x) ;
   protected:
   int y ;
} ;

int c::method(int x) {
   return x*y ;
}

Trial: Smileys

Posted in

:) :-) :smile: Smiling
;) ;-) :wink: Eye-wink
:-( :sad: Sad
:D :-D :lol: Laughing out loud
}:) }:-) :evil: Evil
:P :-P :tongue: Sticking out tongue
:O :-O :shocked: Shocked
:? :-? :puzzled: Puzzled
8) 8-) :cool: Cool
:jawdrop: Jawdropping!
:sick: :barf: Barf!

Syndicate content