algorithm

21:27 / Posted by Terry / comments (0)

at the begin of doing programming

i tot algorithm is not that important at all
thus i never listen to the class
the work we had done are all the easy task
even it is no need the brain juice
after going to semester 2, we are truly go into deeper and deeper of programming
now i realize why we learn algorithm
we have to use it when we dun know how to program
like now, i apply a lot of algorithm design in my assignment
the picture is the algorithm that i had built

actually it just a mirror part of my assignment =x
but i use 3 paper for building up the concept
i regret why the time no listening to the lecturer...
so never ever tot the class is boring or useless
ever chapter had its meaning....

i am going to back to sibu

00:54 / Posted by Terry / comments (0)

but not that soon

=D
see you all there.... all my fellow friends


Up level

04:57 / Posted by Terry / comments (0)


today is a big day for me

cause my programming skill up level already
below is the first interface that i create using java code, although i use an hour about it
any where.... thx to my fellow friends




below are the code:

import java.awt.*;
import javax.swing.*;
public class GUI extends JFrame{
private JLabel lblinput1;
private JLabel lblinput2;
private JTextField txt1;
private JTextField txt2;
private JButton btncalc;
private JButton btnReset;
public GUI() {
lblinput1 = new JLabel ("input1");
lblinput2 = new JLabel ("input2");
txt1 = new JTextField (10);
txt2 = new JTextField (10);
btncalc = new JButton ("Calculation");
btnReset = new JButton ("Reset");
this.setLayout(new GridLayout (4,4));
this.add (lblinput1);
this.add (lblinput2);
this.add (txt1);
this.add (txt2);
this.add (btncalc);
this.add (btnReset);
this.setSize (200,150);
this.setTitle ("Calculator");
this.setVisible (true);
}
public static void main(String[] args) {
// TODO code application logic here
new GUI();
}
}

thx for entertain

welcome 2010

03:42 / Posted by Terry / comments (0)

what i done in holiday

03:38 / Posted by Terry / comments (0)

What i done in my holiday ?

that crazy, actually i done nothing
just learn some html stuff like creating table using html code
following are table that using html code to form.


CODE-PAGE SUPPORT IN MICROSOFT WINDOWS
Code-Page
ID
Name
ACP
OEMCP
Windows
NT 3.1
Windows
NT 3.51
Windows
95
1200Unicode (BMP of ISO/IEC-10646)XX*
1250Windows 3.1 Eastern EuropeanXXXX
1251Windows 3.1 CyrillicXXXX
1252Windows 3.1 US (ANSI)XXXX
1253Windows 3.1 GreekXXXX
1254Windows 3.1 TurkishXXXX
1255HebrewXX
1256ArabicXX
1257BalticXX
1361Korean (Johab)X**X
437MS-DOS United StatesXXXX
708Arabic (ASMO 708)XX
709Arabic (ASMO 449+, BCON V4)XX
710Arabic (Transparent Arabic)XX
720Arabic (Transparent ASMO)XX

Christmas

21:10 / Posted by Terry / comments (0)

How i passed my Christmas eve ??

hmm of coz
to be a sibu citizen , we all will went to the Parkson ( the largest shopping complex in sibu)
to pass my Christmas eve! ~
what i had done there...
just normal, walking around the shopping complex and watch around and hunt for pretty girl
there was dancing competition held outside the shopping complex....
i was shocked to see the such type of competition held on my place
whatever
as my home town culture, whenever what big event was held, there was a fire cracker performing
why i said its a culture, cause it always held at same location. never change.
i stood just about 20 meters away of the fire cracker and saw.
this was the first time i stood on the nearest place to watch the fire crackers.
lolz.... isn't it sound dangerous?? but there are some more people stood nearer than us .
the fire cracker preform about 10 minutes... and my neck was almost broke because looking onto the sky without moving. =D
but it is fun.
when the time i reached home, it was almost 1a.m.
xD that is fun.. just wanna wish you all merry Christmas and happy new year.

My Eldest sister wedding

23:26 / Posted by Terry / comments (0)

Today (23/12/2009) is a very very meaningful day to my eldest sister

if you all read the title, then you know what had happen~!
that s right, is my eldest sister wedding
TODAY
23 DECEMBER 2009

HMMmm
just want share something funny stuff happen in this morning!!~~
as following traditional, as brother have to help his sister to measure her leg
either the leg can fix in the shoes or not!

they order me to do that,
cause my house all speak in foo chow
so u know what i heard???
i heard they order me to smell the shoes???!!!!
wtf~~~
measure the shoes and smell the shoes hear similar in my directed language

after going to church, everything when down
=D
not that busy any more
actually i didn't help much in this event
i feel so helpless =x
anywhere i will upload the photo next time =)