search for: _either_

Displaying 20 results from an estimated 28 matches for "_either_".

2003 Oct 20
4
selecting subsets of data from matrix
...be able to find the answer I'm looking for from any of the R literature. Basically I have a matrix with several thousand rows and 20 columns(weather stations) of wind direction data. I am wanting to extract a matrix which contains data for all columns conditional on column 20 having a value of _either_ less than 45 or greater than 315. (ie I want to extract a matrix which contains wind direction data for all columns {weather stations} when there is a prevailing northerly wind for one of the stations). I have tried a few different methods of doing this, none with any success, can anyone please ad...
2020 Mar 02
2
samba_dnsupdate
On 02/03/2020 09:54, Paul Littlefield via samba wrote: > Hello, > > I have some DNS weirdness for you folks to chew on and help me with... > > On Saturday I added this entry... > > $ samba-tool dns add dc3 mydomain.com V-RDS02 A 130.130.0.252 > > but this morning I've come in to the office and the A records have > disappeared to be replaced by AAAA records...
2018 Nov 09
3
Proposed new min and max intrinsics
...SP][SD], > respectively, correspond exactly to > > MIN*: select(a < b, a, b) (i.e. "a < b ? a : b") > MAX*: select(a > b, a, b) (i.e. "a > b ? a : b") > > IIRC, MINIMUM and MAXIMUM have the added requirement that they should > return NaN if _either_ input is NaN, whereas the above will return NaN > if the second input (i.e. b) is NaN, but not if the first is. > > So we need to explicitly catch the case where a is NaN as well. For > minimum, that works out to something like: > > %3 = fcmp olt float %a, %b > %4 = selec...
2007 Aug 24
1
Re: Samba & ACLs?
...idNumber/gidNumber Samba mapped the end user to > would behave exactly the same whether they were a > Samba user or were logged on locally. ... After a year I think I understand well enough to answer my own question (of course I may be wrong anyway:-): The overdefined term ACL may refer to _either_ Windows file permissions (including the NT variant) _or_ the Linux/Posix file permissions extension. In the Samba context questions about "ACL"s can be indeterminate and often elicit answers from the other point of view. At root, Samba does everything in terms of the Windows ACL, then...
2003 Sep 02
8
I don't understand this
...;c) I know perfectly well that f(a, b, etc) <- x is supposed to turn into a <- "f<-"(a, b, etc, value=x) Except, what if f is not an identifier or string? What, for example, should _this_ do? > x <- NULL > (if (TRUE) names else dim)(x) <- 27 I was expecting _either_ that I would be told that you can't set names(NULL) to 27, _or_ that I would be told the whole thing wasn't allowed. In fact, it was allowed. > x [1] 27 This result has me completely baffled. Is this behaviour intentional? What rules does it follow from? What _exactly_ are the rules...
2018 Nov 08
2
Proposed new min and max intrinsics
Alex, After looking into this a bit, it looks to me like the best thing to do for targets that do not natively support ISD::MINIMUM and ISD::MAXIMUM would be to fall back to a libcall, since implementing these operations in terms of existing operations is actually rather complicated. Do you think it would make sense to add builtin functions to compiler-rt to implement these operations, or is
2020 Mar 02
6
samba_dnsupdate
...es? add 'log level = 4' to the smb.conf on the DC > > 2. Can I watch for DNS requests in tcpdump? I do not see why you couldn't. > > > 3. I have another DC which is replicating fine with this DC and after > I have REMOVED the AAAA IPv6 entries + ADDED the A records in _either_ > DC it lasts for a while then they get removed again! Fairly sure this is samba_dnsupgrade doing this, but why is another question. Rowland
2014 Jan 20
3
After USB boot problems on Gigabyte GA-M55Plus-S3G
Op 2014-01-20 om 00:04 schreef Ronald F. Guilmette: > In message <52DCC023.7000100 at zytor.com>, H. Peter Anvin wrote: > >On 01/19/2014 03:47 PM, Ronald F. Guilmette wrote: > >> > >> Doesn't the Syslinux project provide (hopefully strong) specific > >> reccomendations, to its user base, for how these things should best > >> be done, you
2017 Feb 08
0
[virtio-dev] packed ring layout proposal v2
...fine VRING_DESC_F_NEXT 1 > > Unlike virtio 1.0, all descriptors must have distinct ID values. > > Also unlike virtio 1.0, use of this flag will be an optional feature > (e.g. VIRTIO_F_DESC_NEXT) so both devices and drivers can opt out of it. I would still prefer that we had _either_ single-direct or multiple-indirect descriptors, i.e. no VRING_DESC_F_NEXT. I can propose my idea for this in a separate message. > * Batching descriptors: > > virtio 1.0 allows passing a batch of descriptors in both directions, by > incrementing the used/avail index by values > 1....
2018 Aug 21
0
Possible to set quota in size and number of messages
...If I check the quota via Apple Mail version 11.5 (3445.9.1) on Mac OS X 10.13.6 by selecting ?Get Account Info? it displays the correct quota size in bytes but also states ?0 messages? (in that it states I can store 0 messages). Is there a way to signify to an IMAP client that the quota should be _EITHER_ 10 GB or 100,000 messages, just so a user doesn?t see that they can store a total of 0 messages ? My initial thought was to alter the previous quota settings by adding: quota_rule4 = INBOX:messages=100000 ? and restarting Dovecot and Apple Mail, but upon checking the quota?s on the user?s accou...
2007 Feb 23
0
ANN: OMTK WPlayer (Flash/Java Vorbis Player)
Hi, after the talks about this a while ago here on the mailing list; I've managed to put together a useful proof of concept of my ideas. I've wrapped Java and Flash "engines" in Javascript, allowing a Vorbis player to be embedded on a web page if _either_ Java or Flash is installed on the client, with the Javascript API remaining identical, independent of the actual engine used: http://www.omtk.org/wplayer/radio.html I've tested it on the most recent versions of IE, Mozilla and Opera and the only current limitation is, that the artist and t...
2014 Jan 20
0
After USB boot problems on Gigabyte GA-M55Plus-S3G
...All I know is that in the last test that Ady had me run, he had me creating a sort of Frankenstein-like hybrid of (a) his prior "Hello world" test image and (b) the 2.2.1 Clonezilla release. Beyond that, I personally don't know *any* of the technical or functional details relating to _either_ of those two things, so I don't have any idea whatsoever about either (a) why Ady wanted me to do that last test or (b) why it seemed to boot Clonezilla OK. Is setting the partition type byte (to a value which is widely construed to specify/request/demand LBA rather than CHS addressing) the on...
2001 Mar 10
3
fatal signal 11
I downloaded the latest wine from the cvs site and ran its ./tools/wineinstall. It ran for quite a while and croaked on /wine/server/semaphore.c. Basically, gcc says "Internal compiler error: program cc1 bog fatal signal 11". The compiler is 2.91.66 (aka egcs-1.1.2 release) and compiles other programs including 2.4.1 & 2.4.2 Linux kernels just fine. I am puzzled what 'fatal
2011 Jun 23
1
reading the results of a within subject test
Hi, I ran the following in R (on item means): aov(VAR ~(a*b)+Error(item/(a*b)), data = item) I got this result: Error: item Df Sum Sq Mean Sq F value Pr(>F) a 1 7.7249e+13 7.7249e+13 11.329 0.003934 ** Residuals 16 1.0910e+14 6.8187e+12 --- Signif. codes: 0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1 Error: item:a Df Sum Sq
2001 Apr 03
2
the "primes" file
In message <Pine.LNX.4.30.0104031615270.8678-100000 at holly.crl.go.jp>, Tom Holro yd writes: >SRP has different requirements from Diffie-Hellman. In particular, >for SRP the generator must be primitive. It turns out that the "primes" >file contains only safe primes with primitive generators, and is thus >ideal for SRP, but so far in OpenSSH it has only been used for
2010 Jun 24
2
Why not pulseaudio?
...ks on one kubuntu machine after days of configuring but recognizes only 2 of 6 outputs, so won't anyone tell me to use this crap!) Pulse is also the only way to get sound from all outputs of my soundblaster audigy as well as the possibility to switch between 5.1 and stereo upmix. In Alsa I can _either_ have upmix _or_ play sound with more than one application at a time, and even working through the configuration mess .asoundrc took me weeks until recognizing this fact. This is quite archaic, even windows 95 soundsystem had no problems like that. Frankly, pulseaudio is the only soundsystem in lin...
2006 Mar 02
5
Milliwatt Analyzer available
Hi, some days ago we discused here the need for an analyzer for the 1000 Hz tone, as opposite application to Milliwatt. Here it is: Mwanalyze http://planinternet.net/download/voip/asterisk/app_mwanalyze.c It performs a Fourier analysis for a fixed frequency and tells the amplitude. The frequency is not limited to 1000 Hz, but can be passed as argument. The periode duration must be a mulitple
2005 Jul 25
3
RAID 5 vs. RAID 10
Hi, I am looking into purchasing a new server. This server will be mission-critical. I have read and somewhat understood the theories behind RAIDs 0, 1, 5, 10 & JBOD. However, I would like to get some feedback from those who have experience in implementing and recovering from a HDD failure using RAID. Hardware specs include:- Dual Xeon 3.2 GHz 2 GB RAM I would like to implement
2017 Feb 08
5
[virtio-dev] packed ring layout proposal v2
...> > > Unlike virtio 1.0, all descriptors must have distinct ID values. > > > > Also unlike virtio 1.0, use of this flag will be an optional feature > > (e.g. VIRTIO_F_DESC_NEXT) so both devices and drivers can opt out of it. > > I would still prefer that we had _either_ single-direct or > multiple-indirect descriptors, i.e. no VRING_DESC_F_NEXT. I can propose > my idea for this in a separate message. All it costs us spec-wise is a single bit :) The cost of indirect is an extra cache miss. We couldn't decide what's better for everyone in 1.0 days...
2017 Feb 08
5
[virtio-dev] packed ring layout proposal v2
...> > > Unlike virtio 1.0, all descriptors must have distinct ID values. > > > > Also unlike virtio 1.0, use of this flag will be an optional feature > > (e.g. VIRTIO_F_DESC_NEXT) so both devices and drivers can opt out of it. > > I would still prefer that we had _either_ single-direct or > multiple-indirect descriptors, i.e. no VRING_DESC_F_NEXT. I can propose > my idea for this in a separate message. All it costs us spec-wise is a single bit :) The cost of indirect is an extra cache miss. We couldn't decide what's better for everyone in 1.0 days...