Re: [Net] FTPFile.getTimestamp() returns incorrect year

2006-07-31 Thread Lukas Vlcek
= new FTPClient();client.configure(UnixFTPEntryParser.NUMERIC_DATE_CONFIG); FTPFile[] allFiles = client.listFiles(folder); Because not the particualr FTPFiles.getTimestamp() would lead to 2005 year instead of 2006. Do I need to perform additional configuration setting in the second case? Regards, Lukas On

[Net] FTPFile.getTimestamp() returns incorrect year

2006-07-31 Thread Lukas Vlcek
Hi, this is forwarded from user list. Does anybody know how to solve this problem? Regards, Lukas -- Forwarded message -- Hi, I found that FTPFile.getTimestamp() returns incorrect year. I have a file which was created on 2006-07-28 but getTimestamp() method returns 2005-07-28. Do

Re: [math] Re: commons math

2005-08-16 Thread Lukas Vlcek
Hi John, As I said I am not an active commited to [math] and I probably can't speak on behalf of this community but to me this seems interesting. I will look at it in deeper detail. Thanks! Lukas On 8/16/05, John Gant <[EMAIL PROTECTED]> wrote: > Sorry for the late link to code, and paper. Please

[math] Re: commons math

2005-08-15 Thread Lukas Vlcek
, exponential, etc. I am not sure > if these would be useful in the statistical section, but I could > refactor them to use commons math classes. > > Thanks, > John > > On 8/15/05, Lukas Vlcek <[EMAIL PROTECTED]> wrote: > > Hi, > > this sounds great to me as w

Re: [math] Re: commons math

2005-08-15 Thread Lukas Vlcek
Hi, this sounds great to me as well! I have been using [math] for some time and I found it very handy (congratulations to math team!). As for data mining functions I didn't have a chance to look what is implemented elsewhere yet (e.g: WEKA) but if there is anything what could be started in commons

Re: [collections] Porting to JDK 1.5 and Generics

2005-03-02 Thread Lukas Vlcek
Hi, Is there any performance gain in Collections in Java5? Can I expect performace improvement or specialized type collection libraries (like fastutil) will be always faster. Lukas On Wed, 16 Feb 2005 13:42:49 +0100, Mauro Franceschini <[EMAIL PROTECTED]> wrote: > Hi to all! > > Any ideas about