Displaying 2 results from an estimated 2 matches for "1110436".
2006 Aug 22
4
Successive subsets from a vector?
...:
VECTOR=c(1,4,2,6,5,0,11,10,4,3,6,8,6);
ADDRESSES=c();
for(i in 1:(length(VECTOR)-4)){
ADDRESSES[i]=paste(VECTOR[i:(i+4)],collapse="")
}
> ADDRESSES
[1] "14265" "42650" "265011" "6501110" "5011104" "0111043"
"1110436" "104368"
[9] "43686"
Atte Tenkanen
University of Turku, Finland
[[alternative text/enriched version deleted]]
2016 Nov 29
0
Current pxelinux always unloads undi driver
The git version of syslinux won't solve your problem. It doesn't have
the keeppxe patch at this time. I can't help you to get pxelinux to load
ldlinux.c32. I didn't write syslinux. I've Cc'd the mailing list. Maybe
someone there can help you.
-- Adam
On Sun, Nov 27, 2016 at 07:38:53PM +0100, Pedro Koschi wrote:
> Hello Adam,
> I was able to compile syslinux in