search for: iap

Displaying 20 results from an estimated 22 matches for "iap".

Did you mean: ian
2013 Feb 02
1
Why replacement has length zero? And How can I fix it?
Hi for the loop section runif needs curved brackets Try IAP <-NA for (i in 1:Sample.Size){ if (DataSet$SES[i]>0) { IAP[i] <- ifelse(runif(1)>0.75, 1, 0) # High SES, higher chance to be in Treatment # } else { IAP[i] <- ifelse(runif(1)<=0.25, 1, 0) # Low SES, lower chance to be in Treatment # } } # End loop # IAP...
2003 Sep 25
2
can't read attachments using javamail with dovecot
Dear folks, this might be a java-bug, but it seems to occur only when connecting to dovecot-IMAP. UW and Cyrus-ditto works, while when I try to read attachments (base64), I get slapped in the face with this: java.lang.NullPointerException at com.sun.mail.iap.Response.parse(Response.java:99) at com.sun.mail.iap.Response.<init>(Response.java:68) at com.sun.mail.imap.protocol.IMAPResponse.<init>(IMAPResponse.java:31) at com.sun.mail.imap.protocol.IMAPResponse.readResponse(IMAPResponse.java:105) at com.sun.mail.imap.protocol.IMAPProtocol.readRe...
2023 Oct 10
1
Problem with compatible library versions
...rror messages on incompatibility when loading this version. Is there a possibility to load older library versions which alre compatible ? Thank you very much! Best regards Sabine Braun -- ------------------------------------------------------------------------ Dr. Sabine Braun Leitung www.iap.ch <https://www.iap.ch/> Institut f?r Angewandte Pflanzenbiologie (IAP) AG Benkenstrasse 254a CH-4108 Witterswil ++41 (0)61 485 50 71 ++41 (0)79 696 69 85 [[alternative HTML version deleted]]
2023 Oct 11
2
Problem with compatible library versions
There is a fairly straightforward way to load older versions of packages, and that is to use the 'groundhog' package. As the first sentence of https://groundhogr.com/ puts it: Make your R scripts reproducible by replacing library(pkg) with groundhog.library(pkg, date). pkg can be a vector of package names or a single name. On Wed, 11 Oct 2023 at 20:58, Uwe Ligges <ligges at
2012 Dec 19
0
[LLVMdev] question about printAliasInstr
...nInstAlias::ResultOperand::K_Record: { ... if (Rec->isSubClassOf("RegisterClass")) { ... } else { assert(Rec->isSubClassOf("Operand") && "Unexpected operand!"); // <- line 856 // FIXME: We may need to handle these situations. delete IAP; IAP = 0; CantHandle = true; ... My question is, what has to be changed to make MipsInstPrinter::printAliasInstr generate the code to handle the BEQ instruction alias? Is there a reason this part wasn't implemented? -------------- next part -------------- An HTML attachment was sc...
2004 Dec 30
1
Result of "net rpc user info" differents from "net ads user info"?
I have tried for several accounts (below is one of them), "net ads" always reports less 1 item than "net rpc"? (The result of "net rpc" is same with the AD's setting) Any hints? Thanks in advance. Iap ---------------------------------------------------------------------------- --------------------- # net rpc user info rdadmin -Uusername%password -S2003ad Thecus-RD Domain Users Domain Admins # net ads user info rdadmin -Uusername%password -S2003ad Thecus-RD Domain Users # net -V Version 3.0.9
2005 Jun 27
0
AW: CIFS & Gigabit Eth - 35MB/sec limit
...'can't connect to the link (ftp is blockt at our site) but you houl'd see some information. if blockspace from your ehternetcard is less then 9.6 microseconds, you can run in problems. hope you'll find something cheers peter >>-----Urspr?ngliche Nachricht----- >>Von: Iap, Singuan [mailto:iap_yeh@thecus.com] >>Gesendet: Freitag, 24. Juni 2005 18:57 >>An: 'SnowBarsik'; samba@lists.samba.org >>Betreff: RE: [Samba] CIFS & Gigabit Eth - 35MB/sec limit >> >> >> >>I have had played with some similar issue before. &gt...
2002 Apr 28
2
Image processing? Manipulating image data in R?
Hi! I am looking for a R library by which i can load images (i found pixmap that allows it to do). But in addition i need methods to access the data, get them for example as an array or matrix to do with this data some processing. 1. Is there a method in the pixmap library to access the matrix in which the image data is stored. 2. Is there an alternative library running under MS Windows?
2006 Sep 06
3
yum vs up2date
Which is better? Why? I know yum is the official update mechanism here and in Fedora Core, but that doesn't make yum better than up2date any more than Windows NT was better than OS/2. Let's try to keep the discussion objective:-) I'm asking, hoping for some insights into why RH might (apparently) be moving to yum in preference to up2date (yum is now used within Anaconda). Other
2004 Dec 30
1
Have anyone successful shrink smbd size
hello I want to deploy smbd into my smartphone. but flash size is limited. I cross compile samba-2.2.8 as arm xscale .the size of smbd is 1.6M, a little big. Have anyone cut it down before. I only need very basic question like file browsing, delete , add etc. Another question I assumed I don't need nmbd to share file in mobile to windows host, right? Thanks for your help
2005 May 04
2
exop vs md5
WHat is the significance to Samba of pam_password exop vs pam_password md5 in ldap.conf? The reason I ask is that, wherever possible, I prefer to use the vendor supplied tools for manipulating config files. With Fedora 3 it's system-config-authentication and it doesn't give you the option of exop. You either enable MD5, which puts pam_password md5 in ldap.conf, or disable it, which puts
2005 Jun 23
1
CIFS & Gigabit Eth - 35MB/sec limit
Hi honorable people! In self-education purposes only, I would like to ask is 35 Mbytes/sec bandwidth limitation of SMB/CIFS in Gigabit applications? I've try read large file (45GB) from server to client's dev/nul and don't get bandwidth greater than specified... But, using FTP or NFS I get REAL stable read speed at 80 MB/sec! Same picture in synthetic TCP tests. Why while SMB in
2003 Dec 11
0
Re: [R] chisq.test freezing on certain inputs (PR#5701)
...rs > so far), the process is unresponsive to SIGINT (but I call kill it with > TERM), and the process still consumes cycles on the CPU. > This is due to calling `exp' with a very small value leading to a zero return value in rcont2 (src/appl/rcont.c) line 70: x = exp(fact[iap - 1] + fact[ib] + fact[ic] + fact[idp - 1] - fact[ie] - fact[nlmp - 1] - fact[igp - 1] - fact[ihp - 1] - fact[iip - 1]); if (x >= dummy) { goto L160; } sumprb = x; y = x; y is never checked...
2003 Dec 11
2
chisq.test freezing on certain inputs
Hello everybody, I'm running R 1.8.1 on both Linux and OS X compiled with gcc 3.2.2 and 3.3, respectively. The following call seems to freeze the interpreter on both systems: > chisq.test(matrix(c(233, 580104, 3776, 5786104), 2, 2), simulate.p.value=TRUE) By freeze, I mean, the function call never returns (running > 10 hours so far), the process is unresponsive to SIGINT (but I
2010 May 26
3
smb/cifs share network speed testing
Is there any piece of software that I can use to run between a client and a linux or windows server with a smb/cifs share that will test network speed, latency, sustained read/writes, multiple file create, read, write, close, etc.. etc.. over X period time? I'm testing a Centos server with samba and Windows 2k3/8 servers on the other end of a T1 connection and while I know the T1 bandwidth
2014 Jan 02
1
Strange problem with ddns AAAA delete
I am trying to setup dynamic updates with bind_dlz backend, but for some reason if any windows client or linux with nsupdate tries to remove AAAA record, server just 'cancelling transaction', while A and PTR records (both on reverse ipv4 and ipv6) working fine. If i'am remove AAAA record manually via samba-tool or windows mmc then AAAA record can be updated, but after that it again
2011 Dec 08
2
Compilation error of R-2.14.0 on Mac OS 10.7.2
Dear R gurus, I attempt to install the latest version of R from source on my MacBook Pro, using latest versions of Xcode and gfortran for Lion and configure options: ./configure --with-libintl-prefix=/sw --enable-R-shlib (this last option necessary to further install the Rpy Python package) I got the following unreduced compilation error: gcc -std=gnu99 -dynamiclib
2024 Feb 12
1
Samba, Kerberos, Autofs: Shares get disconnected
...imary_group = yes idmap config campus : range = 500-9999999 idmap config campus : schema_mode = rfc2307 idmap config campus : backend = ad idmap config * : range = 10000000-20000000 idmap config * : backend = tdb delete veto files = Yes include = /etc/samba/shares.conf printing = bsd valid users = @IAP_MW veto files = /Thumbs.db/._*/.DS_Store/.Trash-*/.~lock*/ vfs objects = fruit acl_xattr shadow_copy2 [work] comment = IAP MW Work folder path = /storage/work read only = No and on the server, the krb5.conf: # cat /etc/krb5.conf [libdefaults] default_realm = <redacted> kdc_timesyn...
2024 Feb 12
2
Samba, Kerberos, Autofs: Shares get disconnected
On Mon, 12 Feb 2024 09:38:01 +0100 "Pluess, Tobias via samba" <samba at lists.samba.org> wrote: > Good day > > please excuse my delayed response. > Thanks for the hint with the machine account. I will try this. > I realised I can also manually refresh Kerberos tickets. > > I have the following: > > $ klist > Valid starting Expires
2004 Aug 23
1
How can I optimize speex under SH
Hi, I have just begin to look into Speex.Speex encodes and decodes fine under SH platform (96MHz). But encoding is taking lot of time i,e for 20ms frame it is taking ~890ms to encode it. Which is very high [To encode 96KB data it takes around 4.5min.] Whether is this architecture suitable for speex ? Whether writing some assembly instructions and some optimization will bring down the