search for: _or

Displaying 8 results from an estimated 8 matches for "_or".

Did you mean: _o
2006 Jun 28
0
PHP SmartyPants Typographer 1.0b2
...es by default: it will just make them unbreakable where it is almost certain they should be and leave the rest to custom configuration. SmartyPants Typographer controls spaces around these punctuation signs (controlled spaces are replaced by `_` for clarity): * around em-dashes: "He_?_or she_?_should change that." * around en-dashes: "He_?_or she_?_should change that." * before a colon: "He said_: here it is." * before a semicolon: "That's what I said_; that's what he said." * before a question mark and an exclamation mark: "H...
2003 Feb 04
1
"Classful Queueing Disciplines" in LARTC HOWTO
...========= (1) In section 9.4 (Terminology) the definition for "Classes" states that: "A classful qdisc may have many classes, which each are internal to the qdisc. Each of these classes may contain a real qdisc". As far as I can understand, each class can actually contain one _or more_ qdiscs. Furthermore, (at least in the case of CBQ) a class may also contain one or more _classes_ (this really puzzled me. But the HOWTO''s example of a CBQ configuration, and a reading of /usr/src/linux-2.4/net/sched/sch_cbq.c appear to indicate this). (2) In section 9.5.2 (&qu...
2017 Sep 30
2
Anyone tried tinc with TCP-BBR?
I understand the concern of uncertain for TCP-over-TCP by BBR, as the BBR is natively designed to optimize TCP, instead of TCP-over-TCP, but could you articulate a bit more about the beneficial of “sending host when there is a UDP tinc tunnel” in the middle”? > On 30 Sep 2017, at 11:23 AM, Ryan Mounce <ryan at mounce.com.au> wrote: > > I'm not aware that BBR claims nor
2011 Jul 08
0
R 2.13.1 is released
...given in their reference and so were unnecessarily inaccurate. pbirthday() now solves the approximate formula analytically rather than using uniroot() on a discontinuous function. The description of the problem was inaccurate: the probability is a tail probablity (?2 _or more_ people share a birthday?) ? Complex arithmetic sometimes warned incorrectly about producing NAs when there were NaNs in the input. ? seek(origin = "current") incorrectly reported it was not implemented for a gzfile() connection. ? c(), unlist(), cbind() an...
2011 Jul 08
0
R 2.13.1 is released
...given in their reference and so were unnecessarily inaccurate. pbirthday() now solves the approximate formula analytically rather than using uniroot() on a discontinuous function. The description of the problem was inaccurate: the probability is a tail probablity (?2 _or more_ people share a birthday?) ? Complex arithmetic sometimes warned incorrectly about producing NAs when there were NaNs in the input. ? seek(origin = "current") incorrectly reported it was not implemented for a gzfile() connection. ? c(), unlist(), cbind() an...
2005 Dec 02
3
Enlightenment sought and a possible buglet in vector.Rd
Dear all, First, I recently had reasons to read the help page of as.vector() and noticed in the example section the following example: x <- c(a = 1, b = 2) is.vector(x) as.vector(x) all.equal(x, as.vector(x)) ## FALSE However, in all versions of R in which I executed this example, the all.equal command returned TRUE which suggest that either the comment in the help file
2009 Dec 31
1
[PATCH] Autogenerate uureg opcode macros
...(src)) -#define _TRUNC(dst, src) ureg_TRUNC(ureg, dst, _src(src)) -#define _SHL(dst, src0, src1) ureg_SHL(ureg, dst, _src(src0), _src(src1)) -#define _SHR(dst, src0, src1) ureg_SHR(ureg, dst, _src(src0), _src(src1)) -#define _AND(dst, src0, src1) ureg_AND(ureg, dst, _src(src0), _src(src1)) -#define _OR(dst, src0, src1) ureg_OR(ureg, dst, _src(src0), _src(src1)) -#define _MOD(dst, src0, src1) ureg_MOD(ureg, dst, _src(src0), _src(src1)) -#define _XOR(dst, src0, src1) ureg_XOR(ureg, dst, _src(src0), _src(src1)) -#define _SAD(dst, src0, src1, src2) ureg_SAD(ureg, dst, _src(src0), _src(src1), _src(src...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking