search for: purest

Displaying 13 results from an estimated 13 matches for "purest".

Did you mean: surest
2009 Aug 25
1
Help with nls and error messages singular gradient
...t return the error message, Error in nls(bod ~ beta1/(1 - exp(beta2 * time)), data = mydata, start = list(beta1 = 3, : singular gradient Can anyone offer any advice? Thanks in advance Mike -- Michael Pearmain Senior Analytics Research Specialist “Statistics are like women; mirrors of purest virtue and truth, or like whores to use as one pleases” Google UK Ltd Belgrave House 76 Buckingham Palace Road London SW1W 9TQ United Kingdom t +44 (0) 2032191684 mpearmain@google.com If you received this communication by mistake, please don't forward it to anyone else (it may contain confide...
2020 Aug 24
4
smbclient mask command seems not to work the same way with recurse ON for mget and mput
A new update. Same behaviour with 4.6.16. Exact issue as Bug 1249. Many thanks. Kind regards. El lun., 24 ago. 2020 a las 12:23, LPC DPG (<lpcdpg at gmail.com>) escribi?: > Dear folks. > > Was hoping it had to do with the release, but have also tested in 4.4.16 > and the issue is also there. I am aware a RHEL/CEntOS based upon 6 > distribution is not the most up to date
2020 Aug 24
0
smbclient mask command seems not to work the same way with recurse ON for mget and mput
Dear Rowland. So sorry, I did not get the responses to this e-mail address, got them by the purest change googling again. I'm sorry to disagree with your approach: 1-. In my most recent updates you should have seen I am compiling Samba4 from source. Began with packaged distribution, but considering it might be a bug, I decided to test myself. 4 different versions, same behaviour. This mean...
2020 Feb 18
2
Code of Conduct Next Steps - Community feedback needed
...ite offense. I am not a secretary sending an email to my boss. My intent is not malicious. I asked him if the methods I proposed were not sufficient as my goal is to include all input. Google docs is not an invalid way to collaborate on a text document. Is one way among many. It is not code in the purest form of the word which we can debate. But that is not the point. No format is perfect. Some people may be against github or Phabricator as the don’t want want an account there or don’t like it for text documents. I would really appreciate some thinking that I am not just trying to be disagreeable...
2004 Aug 02
5
Making asterisk distributed
Hi, I want to know, if someone has tried to use clustering in asterisk to increase its scalability and make it distributed?? If yes, how easy it is to cluster? Can someone please ive me details about the same Thanks Varun __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail
2000 Dec 31
3
The book: S Programming
Will the real book "S Programming" please stand up. As I searched for this book both on AMAZON.COM and AMAZON.CO.UK, I found two different versions. On AMAZON.COM my search reveals S Programming (Statistics and Computing) by Brian D. Ripley, William N. Venables. Our Price: $59.95. Availability: Usually ships within 24 hours. Hardcover - 264 pages 1st edition (May 15, 2000) Springer
2002 Nov 27
6
"attrib +R myowndir" fails to write-protect my own dir
A trivial case: executing the following DOS command from the prompt line on a Win2K SP3: %windir%\system32\attrib.exe +R H:\dir can't set the R(eadonly) flag on my home dirs (2.2.7): drwxrwsr-x 4 me users 4096 Nov 27 17:59 . drwxr-sr-x 2 me users 4096 Nov 27 17:59 dir -r--r--r-- 1 me users 0 Nov 27 17:59 empty.txt drwxr-sr-x 2 me users 4096 Nov 27 17:27
2015 Nov 30
2
Proposal for Ambisonics format in vorbis comment.
"Gabriel I." wrote: > Greetings, > > I apologize if I posted this in the wrong list, I wasn't sure where to post > it, but seeing as the tags are called "vorbis comments" I thought vorbis, > rather than ogg-dev, would be the right choice. (actually, I'm not even a > developer anyway) Hi Gabriel, I doubt whether the Xiph community would promote a
2020 Aug 24
2
smbclient mask command seems not to work the same way with recurse ON for mget and mput
...ing wrong, seem so clumsy though to detect it myself. Let you know about the progress. Best regards. El lun., 24 ago. 2020 a las 20:16, LPC DPG (<lpcdpg at gmail.com>) escribi?: > Dear Rowland. > > So sorry, I did not get the responses to this e-mail address, got them by > the purest change googling again. > > I'm sorry to disagree with your approach: > > 1-. In my most recent updates you should have seen I am compiling Samba4 > from source. Began with packaged distribution, but considering it might be > a bug, I decided to test myself. 4 different version...
2020 Feb 18
5
Code of Conduct Next Steps - Community feedback needed
> On Feb 17, 2020, at 10:06 AM, David Chisnall via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi Tanya, > > Is there a reason for hosting things for review on Google Docs? We currently have both Phabricator and GitHub that work for review of any text-based format. When I click on a Google Docs link, I am asked to agree to a privacy policy that is very vague and I am
2004 Mar 06
16
Bridging Update
The bridging documentation (http://shorewall.net/2.0/bridge.html) has been expanded and there is a refresh of the bridging code (ftp://shorewall.net/pub/shorewall/Bridging and http://shorewall.net/pub/shorewall/Bridging). -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net
2007 Aug 24
26
testing behaviour or testing code?
hypothetical question for all you BDD experts: I want to make sure that a :list action always returns widgets in alphabetical order. There''s at least 2 ways of doing this: it "should fetch items in alphabetical order" do Widget.should_receive(:find).with(:order => "name ASC") get :list end it "should fetch items in alphabetical order" do [:red,
2006 Jun 20
18
RE: [PATCH] Blktap: Userspace file-based image support.(RFC)
> AW> This should be fixable though. I''m also not sure how carefully > AW> dm-u watches block completion responses to ensure safety of > AW> metadata updates relative to data writes. This too should be > AW> fixable -- i just don''t know if the user-level tools can currently > AW> request completion notifications on requests that they''ve