search for: constg

Displaying 3 results from an estimated 3 matches for "constg".

Did you mean: const
2011 Apr 30
3
Copying to R a rectangular array from a Java class
Bare test code: My simple Java test class source and R test code follow: public class RJavTest { public static void main(String[]args) { RJavTest rJavTest=new RJavTest(); } public final static String conStg="testString"; public final static double con0dbl=10000001; public final static double[]con1Arr=new double[] { 10001,10002,10003,10004,10005,10006 }; public final static double[][]con2Arr=new double[][] { { 101,102,103,104 },{ 201,202,203,204 },{ 301,302,303,304 } }; public fin...
2006 Dec 07
1
Client-identifier option in PXE search order
...ile naming scheme based on MACs achieves it, except it makes NIC replacement and working with multiple NICs of the same node tricky. Here, I would wish to use a PXE file naming scheme based on UUID. This would reduce requirements on DHCP server and would not require DHCP configuration changes. - constg.
2006 Nov 29
1
pxelinux localboot enhancement
pxelinux, when given a localboot=... option, will try to boot next bios device itself. The problem is it takes next BIOS device by BIOS order of enumeration. That has no connection with the boot order defined in BIOS. Since a user cannot control BIOS enumeration but can control the boot order, there is no way one can force a desired next device for local boot with pxelinux. In general, you