Displaying 12 results from an estimated 12 matches for "ength".
Did you mean:
length
2012 Jul 31
11
A lot of kernel martian source messages in /var/log/messages
Hi all:
I see a lot of the errors below in /var/log/messages on my firewall:
Aug 1 00:47:44 munin kernel: [109008.257109] martian source 192.168.1.5 from 127.0.0.1, on dev eth1
Aug 1 00:48:44 munin kernel: [109068.257384] martian source 192.168.1.5 from 127.0.0.1, on dev eth1
Aug 1 00:49:44 munin kernel: [109128.257509] martian source 192.168.1.5 from 127.0.0.1, on dev eth1
Aug 1 00:50:44
2012 Jun 28
1
Making a Subset Assignment function ("[<-")
Greetings,
I am trying to understand how to making a subset assignment function.
Take the example where of making a "last" generic function.
last <- function(x,...) UseMethod("last");
last.numeric <- function(x, ...) x[length(x)]
last.list <- function(x, ...) x[[length(x)]]
.....
Now we run into the problem at hand if we want to assign something to the
last item. Of course we could define a separate setter function, but I am
not interested in this problem specifically, but understanding the method
that would let m...
2012 Nov 15
0
R-devel Digest, Vol 117, Issue 13
Hi,
> ... Wrong. It looks like internally a[[1]] is always used instead of a[[i]].
> The real problem it seems is that 'a' is treated as if it was of
> ength 1:
>
> > mapply(function(x, y) {x * y}, a, 1:3)
> [1] 101 202 303
> > mapply(function(x, y) {x * y}, a, 5)
> [1] 505
>
> In other words, internal dispatch works for [[ but not for length().
Documentation of mapply says
> Arguments are recycled if necessary.
So...
2009 May 28
1
Message 11 Syslinux Digest, Vol 74, Issue 24(Re: PXEboot trouble with Soekris 4826 (Miller, Shao)
...point.
here is the output of tcpdump
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 96
bytes
11:05:41.966864 IP (tos 0x0, ttl 20, id 0, offset 0, flags [none], proto
17, le ngth: 576) 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP,
Request from 00: 00:24:c8:c9:60, length: 548, xid:0x25c8c960, secs:4, flags:
[Broadcast] (0x8000)
Client Ethernet Address: 00:00:24:c8:c9:60 [|bootp]
11:05:41.967522 IP (tos 0x10, ttl 16, id 0, offset 0, flags [none], proto
17, l ength: 328) 192.168.200.1.bootps > 255.255.255.255.bootpc: BOOTP/DHCP,
Reply, le ngth: 300, xid...
2009 Nov 08
1
Failure of user registration with XLITE
...E, INFO. .User-Ag
0210 65 6e 74 3a 20 58 2d 4c 69 74 65 20 72 65 6c 65 ent: X-L ite rele
0220 61 73 65 20 31 31 30 33 6b 20 73 74 61 6d 70 20 ase 1103 k stamp
0230 35 33 36 32 31 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 53621..C ontent-L
0240 65 6e 67 74 68 3a 20 30 0d 0a 0d 0a ength: 0 ....*
*0000 00 17 c4 59 b6 56 00 0a e6 23 92 6b 08 00 45 00 ...Y.V.. .#.k..E.
0010 01 ea 0b 80 00 00 40 11 e9 5a c0 a8 01 64 c0 a8 ...... at . .Z...d..
0020 01 74 13 c4 d3 22 01 d6 10 53 53 49 50 2f 32 2e .t...".. .SSIP/2.
0030 30 20 34 30 34 20 4e 6f 74 20 66 6f 75 6e 64 0d...
2006 Jun 12
2
Problem: Warcraft 3 and OpenGL
...hat did was to change my
resolution and crash, with the following outprint:
err:ole:CoCreateInstance apartment not initialised
fixme:win:EnumDisplayDevicesW ((null),0,0x55ddef50,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x55ddef88,0x00000000), stub!
X Error of failed request: BadLength (poly request too large or internal
Xlib l ength error)
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 29 ()
Serial number of failed request: 574
Current serial number in output stream: 574
(Thats the part of the outprint that differs from the one I get wihtout
the -o...
2009 Jul 16
1
Sending faxes with T.38 problem. Fax for Asterisk (no SpanDSP) - 1.6.1.1
...>..Call-I
D: 422fd4375fe79a5977e891870f5cc05b at 74.13.233.143..CSeq: 102 INVITE..User-Agent: Asterisk PBX 1.6.1.1..Date: Wed, 15 Jul 2009 2
2:30:11 GMT..Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY..Supported: replaces, timer..Content-Type: appl
ication/sdp..Content-Length: 265....v=0..o=root 1425900082 1425900082 IN IP4 74.13.233.143..s=Asterisk PBX 1.6.1.1..c=IN IP4 74
.13.233.143..t=0 0..m=audio 18452 RTP/AVP 0 101..a=rtpmap:0 PCMU/8000..a=rtpmap:101 telephone-event/8000..a=fmtp:101 0-16..a=si
lenceSupp:off - - - -..a=ptime:20..a=sendrecv.....
2010 Dec 26
4
Parsing a Simple Chemical Formula
Hello R Folks...
I've been looking around the 'net and I see many complex solutions in
various languages to this question, but I have a pretty simple need
(and I'm not much good at regex). I want to use a chemical formula as
a function argument. The formula would be in "Hill order" which is to
list C, then H, then all other elements in alphabetical order. My
2003 Feb 13
5
ESRI shape file import and time-space models
Dear R user,
I am running R under Windows 2000.
I am looking for a routine for importing
- shape files (ESRI) into R
- dbase files (FOXPRO) into R
and I am looking for time-space models for description and prediction of
Bernoulli-, Binomial- and Poissonvaraibles.
Thank's a lot for a reply.
Sincerely yours,
Ekkehardt Altpeter
Swiss Federal Office of Public
2019 Dec 04
0
error in parallel:::sendMaster
...a total of two mclapply invocations in this R session, the failing one starting around the lines "[1] 15381" and "[1] 15382". The "Error in partDF::write_partDF ..." is because the script/package checks the return value of mclapply and detects that it is not a list of length 85 with only the elements "TRUE".
>
> Regarding sending you the complete example: I first have to figure out if this is possible at all, because it would involve data of a client.
>
> Regards,
> Andreas
>
> parent[15366] created pipes: comm (6->5), sir (8->7)...
2019 Dec 04
0
error in parallel:::sendMaster
...a total of two mclapply invocations in this R session, the failing one starting around the lines "[1] 15381" and "[1] 15382". The "Error in partDF::write_partDF ..." is because the script/package checks the return value of mclapply and detects that it is not a list of length 85 with only the elements "TRUE".
>
> Regarding sending you the complete example: I first have to figure out if this is possible at all, because it would involve data of a client.
>
> Regards,
> Andreas
>
> parent[15366] created pipes: comm (6->5), sir (8->7)...
2019 Nov 28
1
error in parallel:::sendMaster
...t; warning: Source file is more recent than executable.
> 681 {
> (gdb) info args
> what = 0x555c6dd2cd00
> (gdb) n
> 682 if (is_master)
> (gdb) n
> 684 if (master_fd == -1)
> (gdb) n
> 686 if (TYPEOF(what) != RAWSXP)
> (gdb) n
> 688 R_xlen_t len = XLENGTH(what);
> (gdb) n
> 689 unsigned char *b = RAW(what);
> (gdb) n
> 693 if (writerep(master_fd, &len, sizeof(len)) != sizeof(len)) {
> (gdb) info locals
> len = 538
> b = <optimized out>
> n = <optimized out>
> (gdb) s
> writerep (fildes=6, buf=buf...