Displaying 6 results from an estimated 6 matches for "kettler".
Did you mean:
kettle
2008 Jul 03
3
apply with a division
Hi,
I'd like to normalize a dataset by dividing each row by the first row.
Very simple, right?
I tried this:
> expt.fluor
X1 X2 X3
1 124 120 134
2 165 163 174
3 52 51 43
4 179 171 166
5 239 238 235
>first.row <- expt.fluor[1,]
> normed <- apply(expt.fluor, 1, function(r) {r / first.row})
>normed
[[1]]
X1 X2 X3
1 1 1 1
[[2]]
X1 X2 X3
1
2010 Feb 15
2
anyone using pxelinux.0 > 3.36 successfully with HP DLXXX G3, G5?
...inger
IT Operations Core Infrastructure Services
E-Mail: thomas.mieslinger at 1und1.de
1&1 Internet AG
Brauerstra?e 48
76135 Karlsruhe
Amtsgericht Montabaur HRB 6484
Vorst?nde: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr.
Oliver Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren
2010 Mar 08
0
results for pxelinux-4.00-pre36 on HP DL360G6 and DL360G4p
...rastructure Services
Telefon: +49-721-91374-4404
E-Mail: thomas.mieslinger at 1und1.de
1&1 Internet AG
Brauerstra?e 48
76135 Karlsruhe
Amtsgericht Montabaur HRB 6484
Vorst?nde: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr.
Oliver Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren
2011 Apr 19
2
How do I enable dmidecode and sysdump
It say to give a copy of dmidecode or sysdump if I need to use localboot -1
pxelinux.0 worked with localboot 0
but
gpxelinux.0 didn't it needed localboot -1
This was on my hp machines
2010 Feb 21
1
SYSLINUX 3.85 released
Syslinux 3.85 is a bug fix and minor new feature release. The biggest
change is undoubtedly that gPXELINUX is now considered feature
complete, and should be able to be a drop-in for PXELINUX for all uses.
Special thanks to Intel Corporation, my current employer, for their
support for my Syslinux work.
Changes in 3.85:
* gPXELINUX: updated to gPXE 1.0.0. gPXELINUX can now do NBP
2010 Mar 05
4
Syslinux 3.85 chain.c32 problem solved
Thanks to debugging information from Thomas Mieslinger, I have
root-caused the failure of chain.c32 in Syslinux 3.85. I have put out
Syslinux 3.86-pre1 and Syslinux 4.00-pre33 which fix the problem.
I expect to release a Syslinux 3.86 relatively shortly (ideally in the
next two weeks), with bug fixes only. I would like to figure out if
there are other bug fixes we can get in in reasonable time,