search for: 630d

Displaying 2 results from an estimated 2 matches for "630d".

Did you mean: 630
2004 Dec 08
0
dovecot 1.0-test-56 mail doesn't show up with Mac Entourage clients
...5570 6f67 0d0a +7Zi8RGR4sUpog.. 0x00e0: 436f 6e74 656e 742d 5479 7065 3a20 6170 Content-Type:.ap 0x00f0: 706c 6963 6174 696f 6e2f 7067 702d 7369 plication/pgp-si 0x0100: 676e 6174 7572 653b 206e 616d 653d 7369 gnature;.name=si 0x0110: 676e 6174 7572 652e 6173 630d 0a43 6f6e gnature.asc..Con 0x0120: 7465 6e74 2d44 6573 6372 6970 7469 6f6e tent-Description 0x0130: 3a20 5468 6973 2069 7320 6120 6469 6769 :.This.is.a.digi 0x0140: 7461 6c6c 7920 7369 676e 6564 206d 6573 tally.signed.mes 0x0150: 7361 6765 2070 6172 740d 0a0d...
2012 Mar 25
2
avoiding for loops
I have data that looks like this: > df1 group id 1 red A 2 red B 3 red C 4 blue D 5 blue E 6 blue F I want a list of the groups containing vectors with the ids. I am avoiding subset(), as it is only recommended for interactive use. Here's what I have so far: df1 <- data.frame(group=c("red", "red", "red", "blue",