[PHP-DEV] CVS Account Request: ncowham

2003-02-18 Thread Nyk Cowham
To commit/maintain some statistical modules that I have been working on. Modules provide functions for measures of central tendency, variance/sd, distributions and associated statistical tests etc. I have discussed these modules on the php-dev list on several occasions. -- PHP Development Mail

Re: [PHP-DEV] sapi/embed ?

2003-01-19 Thread Nyk Cowham
This would be a really awesome SAPI. I have been toying with the design for a scriptable rules-based engine that would allow users to define server conditions or triggers that would be associated with action scripts. Ideally I would like the scripting environment to be Zend-based, since that is

Re: [PHP-DEV] Function/variable naming convention

2003-01-14 Thread Nyk Cowham
On Tuesday, January 14, 2003, at 09:06 PM, Rickard Andersson wrote: I don't intend to start a flame war concerning coding style here (I'm sure you've had hundreds of them already). I was just curious as to why you guys chose to separate words in functions/variables with an underscore. It's no

Re: [PHP-DEV] PROPOSAL: default value handling

2003-01-12 Thread Nyk Cowham
r research in the archives though. Nyk™ On Saturday, January 11, 2003, at 12:20 PM, Andi Gutmans wrote: This has been discussed in the past and won't be done. PHP behaves like C where the result of the boolean "or" operation is true or false. Andi At 12:38 AM 1/11/2003 -050

[PHP-DEV] PROPOSAL: default value handling

2003-01-10 Thread Nyk Cowham
t would be a reasonable mnemonic. Alternatively if implemented as a function it might look like: $result = choose($value, $alt_value, [ ... ], $default); I would be happy to volunteer to do the work to provide this feature if there is enough support for it's inclusion. Thoughts? Nyk Cowha

Re: [PHP-DEV] Statistical analysis extension

2003-01-05 Thread Nyk Cowham
rt to wrap this library. However it is GPLed and I haven't received an (dis)approval from the authors. You make take a look at this library. I am going to see what netlib can provide :) Regards, Andrey - Original Message ----- From: "Nyk Cowham" <[EMAIL PROTECTED]>

Re: [PHP-DEV] Statistical analysis extension

2003-01-04 Thread Nyk Cowham
On Saturday, January 4, 2003, at 10:38 PM, George Schlossnagle wrote: Have you looked on netlib? http://www.netlib.org/ Both netlib and statlib are excellent resources for algorithms. My concern with regard to adding stat functions to PHP is that it shouldn't require users installing more th

[PHP-DEV] Statistical analysis extension

2003-01-04 Thread Nyk Cowham
/ are going to be moved under PECL so I am guessing that is where I should be targeting this library for release. Is that a good assumption to make? Thanks for your help. Nyk Cowham -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php