Displaying 5 results from an estimated 5 matches for "bequemer".
Did you mean:
bequem
2001 May 09
2
[Newbie] Row-Iterator for data.frame??
hello all,
for my diploma-thesis i want to statitically analyze near-infrared-spectra.
a spectrum is given by the y-values of 1038 equi-distant x-points.
in nature, a spectrum is a continuous curve. for analysis, every x-point
is seen as a statistical variable.
now my problem:
first, i read a csv-table in a data.frame called sTable via read.table.
besides some meta-data there are 1038 variables
2002 Mar 26
2
PXE-capable NIC listing?
Trey,
The Compaq NC7770 PCI-X Gigabit Server Adapter supports PXE:
http://www.compaq.com/products/servers/networking/NC7770/
This NIC will be available next month. Also, our strategy is to support PXE on all ProLiant server embedded NICs (10/100/1000) beginning with G2 (generation2) models. Also, most existing DL and all BL servers currently support PXE on their embedded (10/100) NICs. Let
2003 Jan 31
1
MEMDISK: Image seems to have fractional end cylinder
Hi,
I created a 4 Meg Byte primanry DOS patition onto a hard disk. This partition
was formatted with
format /s.
The hard drive was able to boot DOS.
After that I connected the drive to a Linux machine and created and image
with the command
dd if=/dev/had1 of=hard.img
When I send this image to my PXE client I see on the screen:
MEMLINUX: Image seems to have fractional end cylinder
MEMLINUX:
2005 Jul 28
1
Need help with the rsync library and the communication protocol
Hey,
I'm currently adding rsync to pacman (http://archlinux.org/pacman). A static
version of the program is used for rescue operations. Because of this it
is impossible to use the rsync client programm via an execve call and we
need a version implemented in C.
So I started implementing it. But the rsync source isn't beautiful or structured
- it's just a big hunk of code. I spent