[twincling] Re: LAMP on suse

2009-06-24 Thread rajkumargoel_786
--- In twincling@yahoogroups.com, pachunuri anusha ashu1p...@... wrote: Hi all, I am new to Linux..I was browsing through a forum and was simultaneously trying to install lamp on suse.. In Yast ,it took me through some steps and in the middle,in System Services(RunLevel) details it

[twincling] Re: [scala-traits]

2009-06-24 Thread rajkumargoel_786
--- In twincling@yahoogroups.com, Pratik K Anand pratik.k.an...@... wrote: rajkumargoel_786 wrote: Now consider the case, scala trait a defined trait a scala object a{ | class b extends a | } defined module a scala val c:a=a console:6: error: type mismatch

[twincling] Re: chm viewers

2009-07-10 Thread rajkumargoel_786
--- In twincling@yahoogroups.com, manish kumar abhiman@... wrote: xchm is better in rendering the pages. it loads faster too. On Fri, Jul 10, 2009 at 9:48 AM, Saifi Khan saifi.k...@...wrote: On Fri, 10 Jul 2009, Pratik K Anand wrote: Mukund Deshpande mukund.twincling@

[twincling] Println

2009-07-10 Thread rajkumargoel_786
object lists{ def main(args:Array[String]){ val nums=List(1,2,3,4,5,6,7,8,9,0) val fruits=List(Apple,Banana,Cheekoo,Jack Fruit,Grapes,Mango,Orange,Papaya) println(nums) println((nums.tail).tail) println(fruits.head) println(fruits.tail) println(fruits) } } HOW TO WRITE ALL PRINTLN 'S IN ONE

[twincling] Re: List[Nothing] and object Nil

2009-07-10 Thread rajkumargoel_786
--- In twincling@yahoogroups.com, Mukund Deshpande mukund.twincl...@... wrote: Hi all, scala val empty=Nil::Nil empty: List[object Nil] = List(List()) scala empty.head res11: object Nil = List() scala val empty=List()::List() empty: List[List[Nothing]] = List(List()) scala

[twincling] Re: Println

2009-07-10 Thread rajkumargoel_786
on the next arg. Since this method just seems to be some kind of hack, if anyone is aware of a proper way to do it, please let me know. Regards, Nikhil From: rajkumargoel_786 rajkumargoel_...@... To: twincling@yahoogroups.com Sent: Friday, 10 July

[twincling] Re: Println

2009-07-10 Thread rajkumargoel_786
Hi Nikhil, The way you said was cool .I was playing with now and I was hit by another new observation. this is what Happened scala List(3,3) res0: List[Int] = List(3, 3) scala res0.toString() res1: String = List(3, 3) scala res0 res2: List[Int] = List(3, 3) scala res1.length res3: Int = 10

[twincling] Re: Println

2009-07-10 Thread rajkumargoel_786
Hi sms, Actually there is one more implementation of String which scala has Rich String ,RichString class is scala's implementation of a class like a String class in Java.But it is always not used it used only when certain functionalities can't be provided by Java's String class. It is a

[twincling] Re: Println

2009-07-10 Thread rajkumargoel_786
Hi sms, Actually there is one more implementation of String which scala has Rich String ,RichString class is scala's implementation of a class like a String class in Java.But it is always not used it used only when certain functionalities can't be provided by Java's String class. It is a

[twincling] Re: Println

2009-07-10 Thread rajkumargoel_786
HI sms, String is there in scala .Since it imports java.lang package of java it has String class of Java. the complete to path in Java.lang package is java.lang.String. As far as + operator is concerned i am peeping in to the Object class of Scala seeeing whether it has a overloaded version of +

[twincling] Re: Println

2009-07-10 Thread rajkumargoel_786
Hi sms, What you said I didnot understand in the previous mail but however I came to know the mystery of +. For finding the answer I went to Scala channel of IRC.and here is the log. [19:20] rkg Hi [19:20] RSchulz Finally! I thought maybe the Earth was finally deserted. [19:21] rkg I've got a

[twincling] [yast-problem]

2009-07-11 Thread rajkumargoel_786
HI all, I use opensuse 11.0 with KDE 3.5 REcently I tried to install umbrello using oneclick yast. The size of the download was big.As the download was happening power went off and then when I again started my PC and tried to install umbrello yast gave me a error signal 6 and I wouldn't start.

[twincling] Re: [yast-problem]

2009-07-12 Thread rajkumargoel_786
--- In twincling@yahoogroups.com, Saifi Khan saifi.k...@... wrote: I use opensuse 11.0 with KDE 3.5 yast gave me a error signal 6 and it wouldn't start. so I uninstalled it ,now I don't know how to install yast again. hi Rajkumar: There was a very very simple way to fix this issue