[twincling] Opera Unite

2009-06-19 Thread Saifi Khan
Hi all: Opera Unite is a Web Server on the Web Browser ! Basically, Unite is a web server embedded into Opera browser that can run JavaScript server-side. Interesting features are: . a unique URL that any browser can access. . works behind NAT, firewall, route. A basic tutorial is available

Re: [twincling] gcp vs cp

2009-06-19 Thread Jagadeesh N. Malakannavar
interesting. Haven't heard about gcp in 8 years of IT career... Thanks Jagadeesh On Fri, Jun 19, 2009 at 10:13 AM, Saifi Khan saifi.k...@twincling.orgwrote: Hi all: Is there any difference between 'gcp' and 'cp' from a performance perspective ? i noticed that most build scripts use

Re: [twincling] Perl query

2009-06-19 Thread Jagadeesh N. Malakannavar
Tes. very much possible. I would send sample implementation soon.. Thanks Jagadeesh On Thu, Jun 18, 2009 at 7:26 PM, anirudh nair anirudh.an...@gmail.comwrote: Hello Guys I would like to know the type of data structures that could be implemented using Perl. As of now, I've not seen any

Re: [twincling] Opera Unite

2009-06-19 Thread Jagadeesh N. Malakannavar
Good one read over week end. This is very interesting subject. Thanks Jagadeesh On Fri, Jun 19, 2009 at 12:14 PM, Saifi Khan saifi.k...@twincling.orgwrote: Hi all: Opera Unite is a Web Server on the Web Browser ! Basically, Unite is a web server embedded into Opera browser that can run

Re: [twincling] [eclipse]

2009-06-19 Thread Rajkumar Goel
Hi Mukund, As Everyone said..I did the same way..But there are no logs...comming. As I said it hangs in the intermediate stage,Then I use ctlrl+c to terminate it. Is there any other place where I could find the error? Thanks, Rajkumar Goel. From: Mukund

[twincling] Workshop On Open Source Technologies and Inforation Security Awareness

2009-06-19 Thread Gnana Seelan
Dear all, We are conducting workshop on Open source Technologies and Information Security Awareness on 20-06-09 for all Engineering Graduates and Post Graduates in sciences and also there is a session about Prepare yourself to meet the Challenging needs of Industry through C-DAC's Training

[twincling][scala] Symbol Literals

2009-06-19 Thread nikhil
Hi, Does anybody know what Symbol Literals, in Scala, are used for ? From the book all I gather is that are they interned, like Java strings, and the syntax is cheaper [ only a single quote :) ] I mean why cant we just use String literals instead ? Does it offer any advantages over strings

[twincling] eclipse vs net beans

2009-06-19 Thread Pratik K Anand
martin odersky wrote: I was frustrated a long time with the state of the Scala Eclipse IDE. It does seem to work well for some people, but for me, and it seems also for you, it's too shaky to support large projects reliably. That's why I have finally taken the plunge and got personally involved

Re: [twincling] eclipse vs net beans

2009-06-19 Thread Saifi Khan
On Fri, 19 Jun 2009, Pratik K Anand wrote: martin odersky wrote: I was frustrated a long time with the state of the Scala Eclipse IDE. It does seem to work well for some people, but for me, and it seems also for you, it's too shaky to support large projects reliably. That's why I have

[twincling][scala] Alternative IDE

2009-06-19 Thread nikhil
Hi, jEdit can function as an alternative IDE for Scala using a few plugins. Its a fairly simple IDE compared to Eclipse and Netbeans and is no way a replacement for either. So anybody who is facing problems with Eclipse/NetBeans, and is considering moving to 'vi', plz give jEdit a shot.. The

Re: [twincling] windows problem

2009-06-19 Thread Geethasanthosh Kanugovi
Hi Snehith This meesage appears if you have enabled Microsoft Automatic Updates on your PC and current windows OS is not (valid)licensed one.   Thanks Regards, Geetha.   Any fool can make history but it takes a genius to write it   2009/6/18 chiluveru snehith csnehith310@ gmail.com: hi how

[twincling] Maven Installation

2009-06-19 Thread Mukund Deshpande
Hi all, I was installing maven on my system aven...@linux-fksn:~/software tar zxvf apache-maven-2.1.0-bin.tar.gz apache-maven-2.1.0/conf/ apache-maven-2.1.0/boot/classworlds-1.1.jar apache-maven-2.1.0/LICENSE.txt apache-maven-2.1.0/NOTICE.txt apache-maven-2.1.0/README.txt

Re: [twincling] Maven Installation

2009-06-19 Thread John Jimmy Dondapati
May be your tar.gz is corrupt... try downloading it again and see if you get the same error. -- Cheers, John On Fri, Jun 19, 2009 at 10:40 PM, Mukund Deshpande mukund.twincl...@gmail.com wrote: Hi all, I was installing maven on my system aven...@linux-fksn:~/software tar zxvf

[twincling] ECLIPSE 3.5 RC4

2009-06-19 Thread Mukund Deshpande
Hi saifi, Just installed Eclipse Galileo..which scala plugin will be suitable for this version of eclipse?? thanks, SMS [Non-text portions of this message have been removed]

Re: [twincling][Scala] Symbol Literals

2009-06-19 Thread Pratik K Anand
nikhil nik_...@... Hi, Does anybody know what Symbol Literals, in Scala, are used for ? From the book all I gather is that are they interned, like Java strings, and the syntax is cheaper [ only a single quote :) ] I mean why cant we just use String literals instead ? Does it offer

[twincling] Scala Object-Scala Application

2009-06-19 Thread Mukund Deshpande
Hi All, Can anybody tell me whats the difference between a scala object and a scala application?? thanks, SMS [Non-text portions of this message have been removed]

Re: [twincling] ECLIPSE 3.5 RC4

2009-06-19 Thread Saifi Khan
On Sat, 20 Jun 2009, Mukund Deshpande wrote: Hi saifi, Just installed Eclipse Galileo..which scala plugin will be suitable for this version of eclipse?? thanks, SMS Hey Mukund: The best approach will be to specify the plugin URL http://www.scala-lang.org/scala-eclipse-plugin The IDE

Re: [twincling][Scala] Symbol Literals

2009-06-19 Thread Saifi Khan
On Sat, 20 Jun 2009, Pratik K Anand wrote: Another is that if you change a method name using a refactoring IDE or other refactoring tool, that tool could either change all the symbols with that name, or show them to you, etc. A language feature to make the refactoring tool happy ? That

Re: [twincling] Alternative IDE

2009-06-19 Thread Saifi Khan
On Fri, 19 Jun 2009, nikhil wrote: Hi, So anybody who is facing problems with Eclipse/NetBeans, and is considering moving to 'vi', plz give jEdit a shot.. Pardon the rather naive question, but why people use IDE ? Would that choice also be affected by . size of project (small or large

Re: [twincling] Alternative IDE

2009-06-19 Thread Mukund Deshpande
Hi, People use IDE's because 1)People want to develop things faster when on very big projects,so an IDE comes here handy for faster and quicker development.Also it reduces the number of errors we make because of what we call IntelliSense If someones using it for very small things then maybe its

Re: [twincling] ECLIPSE 3.5 RC4

2009-06-19 Thread Mukund Deshpande
Hi Saifi, I have done the same. thanks, SMS On Sat, Jun 20, 2009 at 10:52 AM, Saifi Khan saifi.k...@twincling.orgwrote: On Sat, 20 Jun 2009, Mukund Deshpande wrote: Hi saifi, Just installed Eclipse Galileo..which scala plugin will be suitable for this version of eclipse??