search for: puf

Displaying 20 results from an estimated 20 matches for "puf".

Did you mean: buf
2012 Jan 26
2
R extracting regression coefficients from multiple regressions using lapply command
...ode to do this, but the next thing I'd like to do is extract the coefficients, ideally into a coefficient matrix. Could someone please help me with this? Here's the code I've written so far, I'm not sure if this is the best way to do this. Please help me. for (num in 1:50) { #PUF is the data set I'm using #Subset the data by states PUFnum <- subset(PUF, state==num) #Attach data set with state specific data attach(PUFnum) #Run our prediction regression #the variables class1 through e19700 are the 27 covariates I want to use regression <- lapply(PUFnum, func...
2018 Feb 27
2
dovecot.index.pvt reset, view is now inconsistent
Problem solved by going in manually. The log message appears for empty "public" folders. Say, you have a folder X with subfolder Y, where X does not contain any e-mail. The log message disappears if you drop an email into X, then remove it. Puf, gone! So, there seems to be a baby bug in how dovecot manages the index in this case. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180227/284a86f4/attachment.html>
2002 May 13
0
FreeBSD Security Notice FreeBSD-SN-02:02
...Fixed Client may call any procedure on server. <URL:http://use.perl.org/articles/02/04/09/000212.shtml?tid=5> <URL:http://www.phrack.com/show.php?p=58&a=9> <URL:http://www.soaplite.com/> +------------------------------------------------------------------------+ Port name: puf Affected: versions < puf-0.93.1 Status: Fixed Format string vulnerability in error output. <URL:http://puf.sourceforge.net/ChangeLog> +------------------------------------------------------------------------+ Port name: sudo Affected: versions < sudo-1.6.6 Statu...
2002 Sep 10
1
Interesting tidbit...
..., if I had it listening to ports 444 and 445 for SSL, Samba would suddenly stop working on that machine. I killed Apache, and suddenly everyone could get to Samba again.. I started it, and everyone would get errors saying the machine was not available. So changed the ports to 8001 and 8002 and *puf* everything's working again... Just thought it would make for an interesting "Gee.. how odd" chuckle for the day.. :) Glenn --- Glenn E. Sieb System Administrator Lumeta Corporation +1 732 357-3514 (V) +1 732 564-0731 (Fax)
2020 Jun 16
4
deprecate pdb_ldap and "NT4-like" domains in Samba 4.13 to allow removal for Samba 4.14 in March 2021?
...on is that pdb_ldap is primary user of smbldap. smbldap is in turn yet another of our ldap stacks (I have found four so far), in the sense that while it uses OpenLDAP under the hood, it replicates with libads, ldb and tldap the 'get AD-thing out of an LDAP reply' part. I've huffed and puffed about so much over the past little while that sometimes it isn't clear what I'm really most frustrated by, but it comes down to: - number of LDAP ASN.1 parsers and in particular - number of incompatible stacks (structures and helpers) above those parsers For example, these functions a...
2016 Jan 05
1
(OT) Computer seems to have died
+1 or bad capacitors, look on the board and make sure none are leaking or puffed out. On Jan 4, 2016 6:08 PM, "David Both" <dboth at millennium-technology.com> wrote: > Power supply > > On 01/04/2016 07:03 PM, tdukes at palmettoshopper.com wrote: > >> Hello, >> >> I have an old IBM Netvista. Lately, it would seem to go into slee...
2016 Apr 12
3
Random Forest para clasificación
...ven a fixed level of TRI. It's not a probability of correct classification. It has absolutely nothing to do with accuracy, true negatives, and true positives. When you see the phrase Values greater than TRI 30 begin to have a positive influence for classification in your model is an puffed-up way of saying Values greater than TRI 30 begin to predict "Yes trees" more strongly than values lower than TRI 30" Es decir, que el eje Y es el total de votos de una clase frente a la otra, pero como está codificado con -1 y +1, como se cual es la clase OK y la NOK?...
2002 Aug 23
1
R_NilValue blows up on Windows
...<R.h> #include <Rdefines.h> SEXP test1(SEXP col); SEXP test1(SEXP col) { SEXP col2; Rprintf("no value!\n"); return col2; } Compiles ok with bcc32 into a dll, loads into R as part of a library, I Run library(rkdb), then > .Call("test1", 2) no value! And puf! Rterm crashes. What's the point of this? I developed a library for connecting to a kdb database from within R. Similar to RODBC, but faster and more streamlined for access of real-time tick data. Everything works great, compiles on Win2000, R 1.3.1 and R 1.5.1 with Borland's free C++ 5.5...
2016 Apr 12
3
Random Forest para clasificación
...ven a fixed level of TRI. It's not a probability of correct classification. It has absolutely nothing to do with accuracy, true negatives, and true positives. When you see the phrase Values greater than TRI 30 begin to have a positive influence for classification in your model is an puffed-up way of saying Values greater than TRI 30 begin to predict "Yes trees" more strongly than values lower than TRI 30" Es decir, que el eje Y es el total de votos de una clase frente a la otra, pero como está codificado con -1 y +1, como se cual es la clase OK y la NOK?...
2009 Mar 30
3
Data corruption during resilver operation
...0 80 c5d0 DEGRADED 0 0 80 too many errors c6d0 DEGRADED 0 0 80 too many errors This is that last thing and apparently the result of a series of steps I''ve taken to increase a zpool mirrors size. There was quite a lot of huffing and puffing with the sata controller that holds this mirror but the short version is: zpool z3 created as mirror on 2 older 200gb SATAI disks. On an adaptec 1205sa PCI controller. After deciding I wanted increase the size of this pool, I detached 1 disk, then pulled it out. I replaced it with a newer b...
2002 Jun 21
0
Advice for dated archives
...he new one. So I have a clean break with no duplication. Something similar to the `newer' option to find command would be nice. So that one day I could just tell rsync to move stuff to the new archive but not if its older than DATE. Any ideas how to accomplish this with the least huffing and puffing? I did try some experiments with --compare-dest=DIR but didn't really see how to accomplish the above goal with that.
2002 Oct 15
2
extremely dense tinc-mini-howto
Hi, I'm trying to write an extremely dense tinc-mini-howto. You can see it at: http://keetweej.vanheusden.com/~folkert/tinc_mini_howto.html Please send me suggestions on how I can make things better and such. Oh, and if someone could tell me how to configure tinc so that it authenticates against the host on the other side, please tell me! (couldn't figure that one out) Folkert. Tinc:
2020 Jun 17
0
deprecate pdb_ldap and "NT4-like" domains in Samba 4.13 to allow removal for Samba 4.14 in March 2021?
...imary user of smbldap. smbldap is in > turn yet another of our ldap stacks (I have found four so far), in the > sense that while it uses OpenLDAP under the hood, it replicates with > libads, ldb and tldap the 'get AD-thing out of an LDAP reply' part. > > I've huffed and puffed about so much over the past little while that > sometimes it isn't clear what I'm really most frustrated by, but it > comes down to: > - number of LDAP ASN.1 parsers > and in particular > - number of incompatible stacks (structures and helpers) above those > parsers &...
2016 Apr 12
2
Random Forest para clasificación
Buenas, Cuando estoy haciendo un random Forest para clasificación y hago el gráfico partialPlot, siendo mi respuesta OK/NOK, me sale en el eje X el valor de la variable, pero en el eje Y me salen valores de entre -1 y 1. ¿Qué significado tiene? Adjunto un ejemplo: https://www.dropbox.com/s/4b92lqxi3592r0d/Captura.JPG?dl=0 Gracias!!! [[alternative HTML version deleted]]
2016 Apr 12
2
Random Forest para clasificación
...ven a fixed level of TRI. It's not a probability of correct classification. It has absolutely nothing to do with accuracy, true negatives, and true positives. When you see the phrase Values greater than TRI 30 begin to have a positive influence for classification in your model is an puffed-up way of saying Values greater than TRI 30 begin to predict "Yes trees" more strongly than values lower than TRI 30" Es decir, que el eje Y es el total de votos de una clase frente a la otra, pero como está codificado con -1 y +1, como se cual es la clase OK y la NOK?...
2001 Dec 07
1
Winamp plugin installation
...;t update the mime tables or something so double clicking an ogg file would launch something. Now, I'm not a windows guy, but is there any chance that the winamp ogg plugin can be set up to take over the filetype and launch when double clicked? The fact that it didn't caused him much chest puffing about how bad ogg is that it doesn't do that. Frankly, telling it manually to use winamp to always launch that file is fine with me, but I'm not your typical point/click/drool/feed-me-more-crack Windows user. It occurs to me that this "feature" might help get ogg out their mor...
2016 Jan 05
5
(OT) Computer seems to have died
Hello, I have an old IBM Netvista. Lately, it would seem to go into sleep mode but I have all that disabled. I would have to power off to wake it up. Now I think its done. I can't even get to the CMOS/BIOS. The power light is on but no beeps or anything spinning up. I have two of these Netvistas and had put on away when I upgraded one of the machines. I pulled the HD from it and installed
2012 Jan 18
4
R-Help
I am trying to create a frequency distribution and I am a bit confused. Here are the commands I have entered: > data <- read.csv(file="40609_sortedfinal.csv",head=TRUE,sep=",") > NumberOfActionsByStatus = data$STATUS > NumberOfActionsByUser = data$ETS_LOGIN > NumberOfBidOffer = data$BID_OFFER > NumberOfActionsByUser.freq = table(NumberOfActionsByUser) >
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...Q(*HuKbPXQ6o>) zGDF;+R6Nk<Ce843N-J|?N8~|Ef4@T#&K<v&R6eGiRjht2o_FHjAZHwNRK(ytO68LA zFIwsg#RmLXENm)Ah<7gg1KRKF+-q*&liR}6zZGJEj2!irUj5ky5^Rds+tGR5ID%9q zN9>t;Nn~$*2iNS`Z2LLzr(Ud8;$eiHYt2&sajj-`KTfDxdU`%vzxruJMc<@}pNJ*7 zdNNd76-ugI<u8b#prSwRHEmemBZG{W{S4<_$thuhx-1pUFE<;JZEIfX$K12;5QvRP zV8y?2a2i}|r=4Uft~^X$@I2+)29CP<BL(-Nd%ULHyGbCL#c|H@GVM`pl6SS^c_4ur zqP%*}@ls3_cBPl%jes3Hm<k4f(lt~**);GB*HGhfDwAjHzG+_4ZgwT>0P?U@&x=d8 zotRb8bZ_8^2h21sD@L~@Y%EYaI;VBeZdfsQcMSPcWfUJy#5$@loi$NJ{tAT20f$^~ zr-=58FpdH9W-T2M8*IOrKl-1*QBre+g@n~2KR#%cu6boWqcio@YrB(9*<V#...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...)xD17xEv7S7!Q9urkp at YuDb@E4wx0LouKMI at 4;wt;B z&NNfB*4!);WY%&zT~fbAEsH?A{m(5KpH#zzvZ~jS7q(vDwl;XaHHVg at V&i`?1vZSu zXrgY<BNSEjs48RVMtjhPX~$Fj;TWjEaajKy(Ez*TO6142Ih3d7#Y}Fd;S(P#N<lFL z+)<?K{;-}*;|Ok<SR7^p82Et58KyYFr6df<bAfv8?eNs4<9*as80KEkmP$b75wLaw zuooZq-U;buZg;D@{PuflZ5O?43hb#Eh{KDebYe0y+PiL3s`YP4fjidhvlj&rr~s;a zys7wWju&1~iV8_C9mL-_p$JeZ@&tRp7Potl!e!E8z!}jp@=k^~`Etr1EEzDZUKzW0 z*Rxi4BIo08ZO3K3b#F2#o}|TVs8X%<i=5AP`g_YHg=>r|XLbT at J0ZA>fahD1^)<CA zyN-$Fi21H%Nf+J>GUS2{fcZ1l5(wIEqP3mGoDKT)r}-$&>`F3Vd5^hvtOV#QNS^cD zwdu)NsZ`Eh at...