search for: paw

Displaying 20 results from an estimated 141 matches for "paw".

Did you mean: pa
2009 Jan 11
0
PAW Update: Predictive analytics workshops and more case studies
...program for Feb 18-19 in San Francisco (www.predictiveanalyticsworld.com) has grown a bit since my post several weeks ago, and is looking better than ever. The conference covers today's commercial deployment of predictive analytics, across industries and across software vendors. In a nutshell, PAW is a warehouse of case studies. In breaking news, the Netflix Prize leader slated to speak at PAW has now won the Netflix Progress Prize (see www.predictiveanalyticsworld.com/agenda.php#advancedapproaches) We have two predictive analytics workshops that serve as a third-day option on Feb 20 to co...
2005 May 20
1
Possible PAWS security vulnerability
...*********** *** 976,984 **** --- 976,992 ---- * record the timestamp. * NOTE that the test is modified according to the latest * proposal of the tcplw@cray.com list (Braden 1993/04/26). + * NOTE2 additional check added as a result of PAWS vulnerability + * documented in Cisco security notice cisco-sn-20050518-tcpts + * from OpenBSD patch for OpenBSD 3.6 015_tcp.patch */ if ((to.to_flags & TOF_TS) != 0 && SEQ_LEQ(th->th_seq, tp->last...
2008 Jul 06
1
What is my replication unit? Lmer for binary longitudinal data with blocks and two treaments.
...plots assigned to one of the following treatments. Fruit intact and Vegetation intact Fruit intact and Vegetation removed Fruit removed and Vegetation intact Fruit removed and Vegetation removed Within each plot I had 16 track plates. Track plates were checked monthly for presence or absence of paw prints. I am trying to fit lmer model track~fruit*vegetation*time*block in which fruit vegetation time are fixed effects and time is repeated measures and block is a random effect here is my code. > model<-lmer(track~veget*fruit*time*(time|plate)*(1|block),family=binomial) > summary(model...
2019 Mar 12
6
“doveadm mailbox” command fails with UTF-8 mailboxes
...e mailboxes. (It lists the user?s other mailboxes.) The name of the mailbox in question is saved to disk in UTF-8 rather than mUTF-7, but strace shows that doveadm is stat()ing the mUTF-7 path; the failure of that stat() is, assumedly, what causes doveadm to report the error status. I?ve tried to paw through the source code to see what might be causing this but haven?t made much headway. Can someone here point out where the misconfiguration might be that is causing doveadm to stat() the mUTF-7 path rather than UTF-8? Or perhaps offer any tips as to how I might diagnose what?s going on? What cau...
2014 Sep 04
1
exposing APIs needed by Chromium/WebRTC
...en reading this ML for a few days. By the way, it turns out I participated in an earlier thread http://lists.xiph.org/pipermail/opus/2012-October/001809.html and I'm very grateful for the result, so I'm looking forward to further collaboration between chromium/webrtc and opus communities. Pawe? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20140904/4b315c3c/attachment.htm
2007 Apr 18
2
[Bridge] I want to RTFM -- so where's the FM?
...nux code (among other things) field SNMP requests and configure the managed switch. I'm hoping that it's as simple as writing a driver for the managed switch and registering it with the bridging code. Is there any documentation on the internals of the bridging software or do I have to paw through the source? Thanks! -- Wade Guthrie wade.guthrie@mindspeed.com
2008 Dec 07
0
Announcing: Predictive Analytics World, Feb 18-19 in San Francisco
...Predictive Analytics World, Feb 18-19, 2009 in San Francisco (www.predictiveanalyticsworld.com). The goal of Predictive Analytics World is to serve as the go-to event, covering today's commercial deployment of predictive analytics, across industries and across software vendors. In a nutshell, PAW is a warehouse of case studies. And the leading enterprises have responded, signing up to tell their stories. PAW-09 will have 25 sessions across two tracks, so you can witness how predictive analytics is applied at 3M, Acxiom, Affiliated Computer Services, Charles Schwab, Chase, Click Forensics,...
2010 Sep 14
2
dspam + dovecot LDA
...ch schema: postfix > dspam > postfix > dovecot LDA but wanted to not return emails to postfix. I've found that such configuration is possible with dspam+ cyrus IMAP. Documentation of dovecot is great but I haven't found such solution. Thanks in advance for any help. -- Greets Pawe? Madej Poland
2004 May 09
2
[BUG] rsync 2.6.2
...(char *)&one, sizeof one); + if(setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, (char *)&one, sizeof one) < 0) + continue; } #endif But it did not helped Is there any solution? What more info can I give you to solve that? -- pozdr. Pawe? Go?aszewski --------------------------------- worth to see: http://www.againsttcpa.com/ CPU not found - software emulation...
2002 Aug 20
2
Solaris 7 w/ current CVS.
Not sure about any other version, but I know sol7 lacks SIZE_T_MAX which we are now using in -current. OpenBSD defines it as ULONG_MAX. Pawing through the Solaris /usr/include it stated it could be 'u_int' or 'u_long'. Depends on if your are compiling legacy stuff. I'm sure other OSes may encounter this issue (not tried Linux, but Redhat 7.x does not define it), but what is the collective suggestion in regards to...
2015 Jul 01
4
[LLVMdev] C as used/implemented in practice: analysis of responses
> But having programs miscompiled so that they silently fail, in many cases > starting only years after the code in question was written, is very much not > okay. That's far worse than documented portability problems. When given a certain spin... Tim.
2010 Oct 07
1
lmtp weird error: Bad address
...n=2.6.0, status=sent (250 2.6.0 <to at example.com> Message accepted for delivery) Oct 6 17:38:00 postfix/qmgr: 9CD23A9C6BD: removed Message is delivered properly but i got such errors and have no idea why. I've searched google for this but noone have answer for my problem. Greets -- Pawe? Madej
2015 Jul 01
4
[LLVMdev] C as used/implemented in practice: analysis of responses
On 1 July 2015 at 11:34, Russell Wallace <russell.wallace at gmail.com> wrote: > Why do you say spin? You're dismissing all use-cases other than this very narrow one I'd (with my own spin) characterise as "Do What I Mean, I Can't Be Bothered To Get My Code Right". Fair enough, you're arguing in favour of a point; but it's not one I agree with. Tim.
2009 May 13
1
question about setClass
...tClass please. I'm working thru "R Programming for Bioinformatics". Actually, I was wondering if there is such a thing as an updateClass, in order to change a "contains" option, please? that is, if I had setClass("dog", representation(name="character",paws="numeric",tail="character")) Fair enough. Later I want to have a class called "pets". setClass("pets",representation(name="character",total="numeric")) I want dog to be a subclass of pets. Do I put in the setClass command as it stan...
2010 Sep 09
1
Global ACLs
Hello, how can I do this every user have .Spam mailbox and i want user spamadmin to have access to it i got global acl file with content user=spamadmin lrp but I cannot list other users .Spam mailboxes Greets and thanks in advance for any help and suggestions -- Pawe? Madej
2002 Jan 31
0
kerberized ssh on Mac OS X?
...ng K5 kerberized ssh onto Mac OS X? I'm having trouble building with the Apple krb5 and OS X include files - seems fp.h gets sucked in by something, and it's got it's own idea of what "log()" is... Is there a better place to ask this question? Be gentle, please. Thanks. --paw Pat Wilson paw at ucsd.edu
2005 Sep 07
1
Big thanks for wine team
I don't know what do you (devels) fixed (maybe that what i read in WWN 287), but alsa works NICE on my system. So, I step in here to wish you luck with the project. I'm deeply impressed that this works :P -- Pawe? R??a?ski
2004 Oct 06
1
Hello - Simple SIP configuration
...make samples). I would like to make phone connections between X-Lite (SIP) installed on computers in LAN. How to make this? I was reading manual, and tried to make changes in sip.conf but this all is new for me. Maybe you can provide me with simple config for asterisk and X-Lite Thanks four all! Pawe? Grzegorzewski Awaks sp. z o.o. http://www.awaks.pl
2002 Oct 07
1
Authentication Help
Hi, I've been pawing through Samba docs and the internet for a day or so looking to get Samba working with AFS. My basic Samba setup works authenticating against AFS if I use the smbclient binary, however I am getting rejected before even receiving a password prompt in Windows, saying that the location I'm tryin...
2003 Aug 06
0
(fwd from lordtm@poczta.onet.pl) Few questions...
----- Forwarded message from =?ISO-8859-2?Q?Pawe=B3 Siwek?= <lordtm@poczta.onet.pl> ----- From: =?ISO-8859-2?Q?Pawe=B3 Siwek?= <lordtm@poczta.onet.pl> Subject: Few questions... Date: Wed, 23 Jul 2003 9:45:25 +0200 To: mailman@lists.samba.org X-Mailer: onet.poczta X-Spam-Status: No, hits=-19.1 required=4.0 tests=BAYES_30,HTML_10_20,...