Re: [math] Generate random data using the Inverse CDF Method?

2009-10-29 Thread Mikkel Meyer Andersen
Phil, What do you think about the proposal at http://issues.apache.org/jira/browse/MATH-310 in regards to our discussion on the topic? Cheers, Mikkel. 2009/10/27 Ted Dunning : > Nicely done. > > On Tue, Oct 27, 2009 at 6:30 AM, Mikkel Meyer Andersen wrote: > >> Hi, sorry for that: >> Bug: http:

Re: [PATCH]Commons IO New Functionality, Minor Patches

2009-10-29 Thread David Armstrong
Hi Zukka, I created a feature request. Its key is IO-222 and here is a link to it: https://issues.apache.org/jira/browse/IO-222 I attached a diff file after "svn adding" my new source files like you said and a gzipped tar file of the project with the proposed new functionality. I reverted back to

Re: [PATCH]Commons IO New Functionality, Minor Patches

2009-10-29 Thread James Carman
I have a couple of methods that you might want to include in a FileUtils class: public static void touch(File file); public static void deleteDirectory(File dir); On Thu, Oct 29, 2009 at 10:29 AM, Jukka Zitting wrote: > Hi, > > On Wed, Oct 28, 2009 at 4:42 AM, David Armstrong > wrote: >> The n

Re: [io] [PATCH]Commons IO New Functionality, Minor Patches

2009-10-29 Thread Jukka Zitting
Hi, ... and please included "[io]" in the subject line to help people with filters on this list. BR, Jukka Zitting - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.a

Re: [PATCH]Commons IO New Functionality, Minor Patches

2009-10-29 Thread Jukka Zitting
Hi, On Wed, Oct 28, 2009 at 4:42 AM, David Armstrong wrote: > The new functionality is a class that copies files, called FileCopier > and some helper classes. This class goes beyond the functionality of > the static methods included in the FileUtils class. It has the > following functionality: S