Displaying 20 results from an estimated 3299 matches for "hd".
Did you mean:
hdr
2007 Jan 05
4
Fast Removing Duplicates from Every Column
Hi,
I'm looking for some lines of code that does the following:
I have a dataframe with 160 Columns and a number of rows (max 30):
Col1 Col2 Col3 ... Col 159 Col 160
Row 1 0 0 LD ... 0 VD
Row 2 HD 0 0 0 MD
Row 3 0 HD HD 0 LD
Row 4 LD HD HD 0 LD
... ...
LastRow HD HD LD 0 MD
Now I want a dataframe that looks like this. As you see all duplicates are
removed. Can this dataframe be constructed in a fast way?
Col1 Col2 Col3 ... Col 159 Col 160...
2010 May 29
4
ZFS and IBM SDD Vpaths
.../www.sun.com/msg/ZFS-8000-3C
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
poas43m01 UNAVAIL 0 0 0 insufficient replicas
vpath4c UNAVAIL 0 0 0 cannot open
before
30. vpath1a <IBM-2145-0000 cyl 8190 alt 2 hd 64 sec 256>
/pseudo/vpathdd at 1:1
31. vpath2a <IBM-2145-0000 cyl 13822 alt 2 hd 64 sec 256>
/pseudo/vpathdd at 2:2
32. vpath3a <IBM-2145-0000 cyl 13822 alt 2 hd 64 sec 256>
/pseudo/vpathdd at 3:3
33. vpath4a <IBM-2145-0000 cyl 13822...
2023 Nov 28
1
computer algebra in R
Dear all,
I'm currently working on converting mathematica code
(https://github.com/ASDSE/thermosimfit/blob/master/Packages/thermoHD-Comp/thermoCacheHD-1Comp.m)
to R. The code is related to solve algebraic systems.
> eqthermo = {h0 == h + hd + hga, d0 == d + hd, ga0 == ga + hga, kga ==
> ???? hga / (h * ga), kd == hd / (h * d)};
>
> (* IDA HD*)
> sthdIDAcacheHD[fkd_, fkga_, fh0_, fd0_] :=? sthdIDAcacheHD[fkd, fk...
2023 Dec 04
1
Fit NLE - was: computer algebra in R
....ch/pipermail/r-help/2023-November/478619.html
Dear Kornad,
I think I have started to understand what you try to achieve. The problem is to fit a NLE and compute the parameters of the NL-Eq. I have included the R Help-list back in the loop, as I am not an expert in optimization.
Goal:
y ~ I0 + IHD * hd + ID * d;
where:
y = given vector of measurements;
x = given vector of values;
I0, IHD, ID, kd = parameters to optimize;
hd = satisfies a polynomial of order 3;
As d = d0 - hd, the previous formula can be written:
y ~ I0 + ID * d0 + (IHD - ID) * hd;
f(x, hd, kd) = 0,
where f = a polynomial...
2005 Nov 06
1
Filenames with "special" characters (äöü€¶) on SMB share of Linkstation HD-HLAN250
Hello!
I've got a Buffalo Linkstation HD-HLAN250. This is a consumer
NAS device, which makes the built-in HD accessible via SMB
and FTP. On that system, some sort of Linux with some sort
of Samba is running.
I'm now trying to create filenames with special characters (ie.
non-ASCII chars) in it. For example "bl?der name" (me...
2011 Aug 09
7
Disk IDs and DD
Hiya,
Is there any reason (and anything to worry about) if disk target IDs don''t start at 0 (zero). For some reason mine are like this (3 controllers - 1 onboard and 2 PCIe);
AVAILABLE DISK SELECTIONS:
0. c8t0d0 <ATA -ST9160314AS -SDM1 cyl 19454 alt 2 hd 255 sec 63>
/pci at 0,0/pci10de,cb84 at 5/disk at 0,0
1. c8t1d0 <ATA -ST9160314AS -SDM1 cyl 19454 alt 2 hd 255 sec 63>
/pci at 0,0/pci10de,cb84 at 5/disk at 1,0
2. c9t7d0 <ATA-HitachiHDS72302-A5C0 cyl 60798 alt 2 hd 255 sec 252>
/pci...
2005 Jan 26
2
memdisk fails to boot HD image, if the system does not have an HD
memdisk fails to boot HD image, if the system does not have an HD.
Has any seen this? Is there a solution?
memdisk output:
Disk is hard disk, 9216 K, C/H/S = 9/64/32
Total size needed = 2063 bytes, allocating 3K
Old dos memory at 0x9dc00 (map says 0x9dc00), loading at 0x9d000
INT 13 08: Failure, assuming this is the on...
2006 Aug 21
4
Making DOS/Win9x HD Image for memdisk
Hi list!
I'm trying to make a hd image with can boot from memdisk over PXE.
So this is what i did:
- Created a new VM [VMware]
-Installed DOS on a 100MB HD from a floppy
-bootet Linux over PXE [DamnSmallLinux]
-in terminal: dd if=/dev/hda of=dos.img
This image [dos.img] isn't working! Memdisk loads the Image and boots the...
1999 Nov 01
1
outdated PACKAGES in CRAN
I just installed the new R 0.65.1
The fonctionnality to upgrade and install packages is a very great idea.
But the file PACKAGES at http://www.ci.tuwien.ac.at:80/R/src/contrib/
is outdated : 3 of the 4 packages i try to install failed with a 404 not found :
the package version are newer than the entry in the PACKAGES file :
survival4 survival4_1.4-0.tar.gz Version: 1.1-0
rpart rpart_1.0-7.tar.gz
2005 Oct 25
1
Building wine-20050930 uses *a lot* of hd space
Yesterday, I noticed that I had lost about a gig of hd space without
knowing what had used that much. Turned out that it was the
wine-20050930 build directory that was using 850mb of hd space. I
pinned down the problem to the wine-20050930/dlls directory, which was
using about 600mb hd space. For example, advapi32.dll.so was 1155k,
while advapi.c was o...
2013 Sep 25
1
[PATCH 0/1] virt-v2v: Track hd->sd block device remaps
During the conversion process, hd* block devices under Xen are mapped
to sd* devices for use under guestfs. These sd devices are later
remapped to vd* (or sd/hd) devices, for future use under kvm.
The current code fails to track the original hd* device names. This
causes subsequent remappings of the block devices (in such places a...
2011 Apr 27
2
Installing/configuring a second HD
My old server was Centos 4.8 and it is on a HD that is NOT
connected. The new Centos 5.5 is the active HD. Everything
appears to be working, so my intent is to jumper the old HD as a
slave, wipe it clean and have it as a backup drive. Since my
Linux skills are minimum, I thought it best to heck with the
experts to find the best (safest)...
2013 May 11
0
HD Voice -- connecting Asterisk into HD Voice compatible mobile phone
I've just noticed that mobile phones are starting to support HD Voice.
http://thenextweb.com/apple/2012/09/21/iphone-5s-hd-voice-impressive-theres-still-work-done/Is
there any hardware capable of connecting HD voice quality calls into
Asterisk now? I see that Asterisk compatible GSM hardware is available, but
does anything support HD voice presently or should i...
2007 Jun 04
2
Can't connect firewire HD
Hi..... I just bought a External HD with USB/FireWire interfaces. I was
trying to connect it by firewire and nothing happened, but it's
connected by USB, there is no problem. This is the "fdisk - l" output
when i connect it by USB
Disco /dev/sdc: 160.0 GB, 160041885696 bytes
255 cabezas, 63 sectores/pista, 19457...
2009 Dec 16
5
Old hd, new machine
What should I do to make an existing CentOS (5.4) disc boot up on a new
computer?
I just made on CentOS 5.3 installation on that machine, so I know the
hardware is compatible.
Would it be enough to boot with a DVD in rescue mode, or boot with
another hd, and install grub?
- Jussi
--
Jussi Hirvi * Green Spot
Topeliuksenkatu 15 C * 00250 Helsinki * Finland
Tel. +358 9 493 981 * Mobile +358 40 771 2098 (only sms)
jussi.hirvi at greenspot.fi * http://www.greenspot.fi
2007 Aug 23
1
[nut-commits] svn commit r1073 - in trunk: . drivers
...m probably responsible for. Would it make sense to
confine libhid to low-level operations, and leave the decision of
trying to reopen vs. retrying to open to the high-level driver, in
this case usbhid-ups?
I envision that the code in usbhid-ups:reconnect_ups() could be
changed to something like:
hd = HIDOpenDevice(&udev, &curDevice, reopen_matcher, MODE_REOPEN);
if (hd == NULL) {
/* reopening failed, try opening new device */
hd = HIDOpenDevice(&udev, &curDevice, regex_matcher, MODE_OPEN);
}
if (hd == NULL) {
return 0;
}
Note "regex_matcher", not "reop...
2011 Mar 25
2
[RFC PATCH 2/3] AMD IOMMU: Implement p2m sharing
--
Advanced Micro Devices GmbH
Sitz: Dornach, Gemeinde Aschheim,
Landkreis München Registergericht München,
HRB Nr. 43632
WEEE-Reg-Nr: DE 12919551
Geschäftsführer:
Alberto Bozzo, Andrew Bowd
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Oct 28
1
Is it possible to install FC4 to my HD?
I have a Laptop with 6G HD, there are FD and CD-ROM port to external
devices. But I only have a external floppy drive, no cd-rom.
Now I boot from 1fd linux and make HD as partition, next I want to install
FC4 on this laptop.
But FC4 CD only support CD-ROM or USB memory, I tried to write diskboot.img
to /dev/hda1 with dd com...
2008 Jul 11
3
Linux equivalent of 'format' in solaris
It shows the physical disks on the server
bash-2.05b# format
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c0t2d0 <SUN18G cyl 7506 alt 2 hd 19 sec 248>
/sbus at 3,0/SUNW,fas at 3,8800000/sd at 2,0
1. c0t3d0 <SUN18G cyl 7506 alt 2 hd 19 sec 248>
/sbus at 3,0/SUNW,fas at 3,8800000/sd at 3,0
2. c0t4d0 <SUN18G cyl 7506 alt 2 hd 19 sec 248>
/sbus at 3,0/SUNW,fas at 3,8800000/sd...
2007 Aug 28
3
Installing Centos 5 on one system and moving the HD to another....
I have a bug report in (0002288) on an install failure on my decTOPs
(Centos 4.5 installed on them).
I have tried a lot of combinations and it is getting tiring.
What what happen, or rather how do I get the following to work:
Put my HD into a computer (Compaq SSF that I have installed Centos 5 on
with no trouble), install Centos 5, move the HD to the decTOP.
Different Video card.
No PS/2 keyboard of mouse on the decTOP
INTEL vs AMD cpu
Could it work?