hehe it's cool to blog from HTC desire ...
Published with Blogger-droid v1.3.6
hehe it's cool to blog from HTC desire ...
/join funfunfunWhen you create a channel, you are automatically made the operator of the channel. You can then invite friends across theInternet to join the channel, or wait and see if others join of their own accord.
/topic #quantum This channel is about einsteinIf you need to sign off the channel, or wish to give up operator status, you can assign operator status to someone else with the/op command. You can make more than one person an operator if you want:
/op ivanThe /mode command lets you designate a channel that you have created to be secret or private.
/op pierre
/op jane
/mode #mychannel +sAs an operator, you can kick people off.
/mode #mychannel +p
/kick stupidpersonSource : http://www.livinginternet.com/r/ra_create.htm
double[] ar = {1.2, 3.0, 0.8}; int sum = 0; for (double d : ar) { // d gets successively each value in ar. sum += d; }