search for: kp

Displaying 20 results from an estimated 277 matches for "kp".

Did you mean: kip
2011 Mar 31
2
fit.mult.impute() in Hmisc
...a thread in R-help back in 2003, which seemed dated. Many thanks in advance for the help, Yuelin. http://idecide.mskcc.org ------------------------------- > library(Hmisc) Loading required package: survival Loading required package: splines > data(kyphosis, package = "rpart") > kp <- lapply(kyphosis, function(x) + { is.na(x) <- sample(1:length(x), size = 10); x }) > kp <- data.frame(kp) > kp$kyp <- kp$Kyphosis == "present" > set.seed(7) > imp <- aregImpute( ~ kyp + Age + Start + Number, dat = kp, n.impute = 10, +...
2009 Feb 25
3
driver for HP/Compaq T750 ?
Hi, I own a UPS HP T750. Is there a driver for this UPS (either serial or USB)? thx kp
2005 Apr 04
12
Shorewall site down ?
Is the Shorewall.net down ? Regardless of page I get a "connection refused" - Bill
2011 Jun 23
0
Fwd: Re: Help with winbugs code
...#faktor Persepsi Niat untuk Menggunakan mu[i,26]<-eta[i,4] mu[i,27]<-lam[18]*eta[i,4] mu[i,28]<-lam[19]*eta[i,4] #faktor Adopsi E-government mu[i,29]<-eta[i,5] mu[i,30]<-lam[20]*eta[i,5] #model persamaan struktural xi[i,1:5] ~dmnorm(u[1:5],phi[1:5,1:5]) eta[i,1]~dnorm(nu[i,1],pskp) nu[i,1]<-gam[1]*xi[i,2]+gam[2]*xi[i,3]+gam[3]*xi[i,4] dthat[i,1]<-eta[i,1]-nu[i,1] eta[i,2]~dnorm(nu[i,2],pspk) nu[i,2]<-gam[4]*xi[i,1]+beta[1]*eta[i,1] dthat[i,2]<-eta[i,2]-nu[i,2] eta[i,3]~dnorm(nu[i,3],pssp) nu[i,3]<-beta[2]*eta[i,2]+beta[3]*eta[i,3] dthat[i,3]<-eta[i,3]-nu[...
2012 Sep 13
1
[LLVMdev] Question about optimizing mem in loop
Is there a strong reason why this simple code: for(rnd = 0; rnd < Nrnd - 1; ++rnd) { // round(inv_rnd, b1, b0, kp); for (iter = 0; iter < 4; ++iter) { round_i(inv_rnd, b1, b0, kp, iter); } l_copy(b0, b1); kp -= nc; } Produces the complicated control flow logic in the attached CFG? If I unroll the loop I no longer have the crazy control flow logic. It see...
2001 Sep 12
0
AES update..
...\ - f_rl(bo, bi, 2, k); \ - f_rl(bo, bi, 3, k) - void -rijndael_encrypt(rijndael_ctx *ctx, const u4byte *in_blk, u4byte *out_blk) +rijndael_decrypt(rijndael_ctx *ctx, u_char *src, u_char *dst) { - u4byte k_len = ctx->k_len; - u4byte *e_key = ctx->e_key; - u4byte b0[4], b1[4], *kp; - - b0[0] = io_swap(in_blk[0]) ^ e_key[0]; - b0[1] = io_swap(in_blk[1]) ^ e_key[1]; - b0[2] = io_swap(in_blk[2]) ^ e_key[2]; - b0[3] = io_swap(in_blk[3]) ^ e_key[3]; - - kp = e_key + 4; - - if(k_len > 6) { - f_nround(b1, b0, kp); f_nround(b0, b1, kp); - } - - if(k_len > 4) { - f_nround(b1,...
2001 May 25
2
(lame) mp3 vs oggvorbis (review)
a comparison between the two formats can be read at http://www.digit-life.com/articles/oggvslame/index.html . i first heard of this from Vorbis Extreme ( http://solair.eunet.yu/~aldov/ ). anyone see any problems with the review? -- noodlez: Karol Pietrzak GPG/PGP-KeyID: 0x3A1446A0 --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To
2003 Nov 10
2
Samba Translation Dok to German, first file, deutsche Übersetzung Der Samba Doku erste Datei
Hi @ll , the first file is now translated to German find it here http://www.robowarp.de/smb/trans/net.8.html thx for his work to Mr Stefan G. Weichinger mailto robowarp@gmx.de if you want to be a part of the Translation Team you can view other files translation progress and the readme beyond http://www.robowarp.de/smb/trans/ Best Regards Robert R?gner Hallo, die erste Datei der Samba Doku wurde
2007 Nov 09
1
Kernel command line truncation
...1) Preparing boot floppy ======= syslinux.cfg content ====================== PROMPT 0 DISPLAY warning.txt DEFAULT kernel APPEND root=/dev/ram0 rw initrd=ukmrd.gz ramdisk_size=5000 bdev=/dev/fd0 ip=192.168.422.25 ipm=255.255.255.0 ipreq=n ipg=192.168.42.1 ipdns=192.168.42.2 mnet=pcnet32 durl=http://KP/ukminstall ============================================= After boot command line is truncated mnet=pcnet32 durl=http://KP/ukminstall variables are not passed to init 2) Preparing boot floppy with the win32 syslinux 3.52 and syslinux-3.52\com32\samples\linux.c32 module ======= syslinux.cfg con...
2003 Dec 14
1
Two Stage Dialing for MF CAMA trunk
Hi all, I am trying to setup a ZAP interface to do MF signaling for a handoff to a 911 tandem. The signaling I need to perform on the T1 is this: 9-1-1 Tandem: Wink CLEC end office: KP (Keypulse) NPA ST (Start) 9-1-1 Tandem: Wink CLEC end office: KP I (Info Digit) NXX XXXX ST As I'm not as familiar with the Zaptel configurabliity, I'm not really sure how to do this. Do I dial twice or something similar in the dial plan? Thanks, William ______________________________...
2006 Apr 26
0
Kernel panic from EXT3 filesystem
Hi All, I'm using FC3 with 2.6.9 SMP Kernel. The root file system is EXT3 and the volume is a XFS volume. While doing IO over a NFS v3 share, with 'watch df' running in parallel, kernel panic at SLAB memory is noticed. When searching Internet, I also noticed that similar KP are reported at free_block function; but could not find fix for this. For me, this issue appears intermittently. It happens when doing IO over 60 NFS shares. >From the KP message it appears to be an issue in Linux SLAB memory module. Can anyone suggest a solution for this issue? Is this iss...
2013 Nov 15
23
[PATCH -tip RFC v2 00/22] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
Currently the blacklist is maintained by hand in kprobes.c which is separated from the function definition and is hard to catch up the kernel update. To solve this issue, I've tried to implement new NOKPROBE_SYMBOL() macro for making kprobe blacklist at build time. Since the NOKPROBE_SYMBOL() macros can be placed right after the function is d...
2013 Nov 15
23
[PATCH -tip RFC v2 00/22] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
Currently the blacklist is maintained by hand in kprobes.c which is separated from the function definition and is hard to catch up the kernel update. To solve this issue, I've tried to implement new NOKPROBE_SYMBOL() macro for making kprobe blacklist at build time. Since the NOKPROBE_SYMBOL() macros can be placed right after the function is d...
2015 Dec 15
2
Wifi Driver Broadcom BCM4322 not working with Centos 7.2
Hi, I've been using in the past the broadcom wifi card BCM4322 with Centos 7.1 one in the past, with kernel 3.10.0-229.7.2.el7 and driver 6_30_223_248 and it worked well. Now I updated Centos to 7.2 and the driver is not compiling any more under kernel 3.10.0-327.3.1.el7. Neither driver 6_30_223_238 nor 6_30_223_271. Does any body experienced the same issues? Cheers, Roberto Nebot --
2008 Nov 03
1
is putting zone paths on zfs supported in Solaris 10 u5/u6 ?? Documentation on that? - 66124245
ZFS experts! cu is looking for _documentation_ about putting zone paths on zfs. cu is running 5.10 KP 137111-06. he needs to make sure u5 kp is ok with zone roots. Also has FSs mounted via legacy. So...anybody have documentation on which u5 or u6 of Solaris (NOT OpenSolaris) supports zfs, if any update, for zone paths? -Brian -------- Original Message -------- Subject: RE: Sun# 66124245 -...
2013 Apr 10
0
Problem with ode
...} J = sapply(DEPTH, J1) #the factor of light limitation deltaz <- c(rep(5, NB - 1), 2.5) P.Flux <- -D*diff(c(P,0))/deltaz Z.Flux <- -D*diff(c(Z,0))/deltaz N.Flux <- -D*diff(c(N,N0))/deltaz dP.dt = P*um*N/(N+Kn)*J - Z*Im*P^2/(P^2+Kp^2) - diff(c(0,P.Flux))/delz dZ.dt = Z*(eps*Im*P^2/(P^2+Kp^2) - g*Z) - diff(c(0,Z.Flux))/delz dN.dt = -P*um*N/(N+Kn)*J + Z*(1-eps)*Im*P^2/(P^2+Kp^2) + g*Z^2 - diff(c(0,N.Flux))/delz return(list(c(dP.dt, dZ.dt, dN.dt))) }) } params1 = c(um = 1, #maximal phyt...
2003 Dec 01
7
Three way ICMP ?
I''m getting 2 or three of these a day...Any ideas ? The 192.168.250.zz is a eth0:3 on a box that currently only has eth0:1 active Dec 1 15:47:40 machine-name kernel: Shorewall:all2all:REJECT:IN= OUT=eth0 SRC=my.real.ip.addr DST=66.228.216.22 LEN=68 TOS=0x00 PREC=0xC0 TTL=255 ID=12031 PROTO=ICMP TYPE=3 CODE=1 [SRC=66.228.216.22 DST=192.168.250.zz LEN=40 TOS=0x00 PREC=0x00 TTL=46
2013 Nov 20
28
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
Hi, Here is the version 3 of NOKPORBE_SYMBOL series. Currently the blacklist is maintained by hand in kprobes.c which is separated from the function definition and is hard to catch up the kernel update. To solve this issue, I've introduced NOKPROBE_SYMBOL() macro for making kprobe blacklist at build time. Since the NOKPROBE_...
2013 Nov 20
28
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
Hi, Here is the version 3 of NOKPORBE_SYMBOL series. Currently the blacklist is maintained by hand in kprobes.c which is separated from the function definition and is hard to catch up the kernel update. To solve this issue, I've introduced NOKPROBE_SYMBOL() macro for making kprobe blacklist at build time. Since the NOKPROBE_...
2013 Feb 25
3
How to use same css in pdf for wkhtmltopdf
hi I am not getting the css in my pdf i wanna use same css for my pdf also rather going for new css for pdf. how can I use same css which I use in my views. I am using wkhtmltopdf for pdf generation and one more thing is how get page page brake using wkhtmltopdf. Cheers, Kp -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this gro...