Re: [io] It seems not possible to control order in which FileAlterationObserver triggers FileAlterationListener when more than one file alteration was detected

2010-12-31 Thread Niall Pemberton
On Tue, Dec 28, 2010 at 10:51 AM, Damien Tacheron dtache...@sqli.com wrote: Hi, i'm not english native, so i'll do my best. i need to be triggered by FileAlterationListener for file creation or file update, based a timeline : - first the first file which was created or updated - second,

Re: [daemon] Update procrun.html with 64-bit registry details

2010-12-31 Thread Mladen Turk
On 12/31/2010 04:09 AM, Adam Mlodzinski wrote: Hi there, this is my first post to the Apache Commons mailing list. I noticed today that tomcat5.exe stores details of services in a different place on 64-bit Windows compared to 32-bit Windows. They use the same 32-bit location (Wow6432Node)

Re: [daemon] problem with Java debugging

2010-12-31 Thread Chris Wilk
Of course I meant Happy New Year 2011 :) Chris On 31 December 2010 15:52, Chris Wilk chris.m.w...@gmail.com wrote: Hi Mladen, You are right. I have changed working environment and was inconsistent with talking about it. Sorry for confusion. Now I am testing on Windows Server 2008 SP2

RE: [daemon] Update procrun.html with 64-bit registry details

2010-12-31 Thread Adam Mlodzinski
From: Mladen Turk [mailto:mt...@apache.org] On 12/31/2010 04:09 AM, Adam Mlodzinski wrote: Hi there, this is my first post to the Apache Commons mailing list. I noticed today that tomcat5.exe stores details of services in a different place on 64-bit Windows compared to 32-bit

Re: [math] - Least squares appx. of quadratic equations

2010-12-31 Thread Mikkel Meyer Andersen
Hi, Quick answer. Remember that x*x has to be treated as an additional variable. Think design matrices. Cheers, Mikkel Den 31/12/2010 19.18 skrev Vladimir Blagojevic dov...@gmail.com: Mikkel, I looked at the example but I was not able to load my sample data and find coefficients of a

Re: [math] - Least squares appx. of quadratic equations

2010-12-31 Thread Luc Maisonobe
Le 31/12/2010 19:17, Vladimir Blagojevic a écrit : Mikkel, I looked at the example but I was not able to load my sample data and find coefficients of a quadratic equation. Lets say that I have data points for quadratic equation: double data[][] = { { 0, 1 }, { 1, 6 }, { 2, 17 } }; which is