search for: 04h

Displaying 15 results from an estimated 15 matches for "04h".

Did you mean: 04
2003 Oct 17
4
sub data frame by expression
Hi All, I've the following data frame with 54 rows and 4 colums: > x Ratio Dose Time Batch R.010mM.04h.NEW 0.02 010mM 04h NEW R.010mM.04h.NEW.1 0.07 010mM 04h NEW ... R.010mM.24h.NEW.2 0.06 010mM 24h NEW R.010mM.04h.OLD 0.19 010mM 04h OLD ... R.010mM.04h.OLD.1 0.49 010mM 04h OLD R.100mM.24h.OLD 0.40 100mM 24h OLD I'd like to create a sub data frame containing all r...
2002 Dec 09
2
Principal component analysis
...ethods to cluster the 30 chips. However, I don't know how to run prcomp, and I don't know how to interpret it's output. If there are 30 data points in 1,000 dimensions each, do I have to provide the data in a 1,000x30 matrix or data frame (i.e. 1000 columns)? > data[1:5,1:5] x.HU.04h.Ctr.118.01.4.ctrl x.HU.04h.010.118.04.4.0.1 1 21 45 2 24 35 3 109 173 4 86 99 5 130...
2004 Apr 27
2
paste dimnames problem
Hello, I've the following list n: > n [[1]] [1] "NEW" "OLD" "PRG" [[2]] [1] "04h" "24h" [[3]] [1] "000mM" "010mM" "025mM" "050mM" "100mM" where n <- dimnames(some.multidim.array) I'm trying to define a generic function that generates meaningful names from this list, e.g. NEW.04h.000mM would be the first...
2004 May 10
5
R versus SAS: lm performance
...re factors. > names(df.gene1data) <- c("Va", "Ba", "Ti", "Do", "Ar", "Pr") > df[c(1:2,1343:1344),] Va Do Ti Ba Ar Pr 1 2.317804 000mM 24h NEW 1 1 2 2.495390 000mM 24h NEW 2 1 8315 2.979641 025mM 04h PRG 83 16 8415 4.505787 000mM 04h PRG 84 16 this is a dataframe with 1344 rows. x <- Sys.time(); wlm <- lm(Va ~ Ba+Ti+Do+Pr+Ba:Ti+Ba:Do+Ba:Pr+Ti:Do+Ti:Pr+Do:Pr+Ba:Ti:Do+Ba:Ti:Pr+Ba:Do:Pr+Ti:Do:Pr+Ba:Ti:Do:Pr+(Ba:Ti:Do)/Ar, data=df, singular=T); difftime(Sys.time(), x) Time difference...
2007 Jun 21
1
ipmi regression in 4.5?
...mperature on a few Dell SC1435s running CentOS4 via OpenIPMI and 'ipmitool sdr'. It's been working very nicely, but the upgrade to 4.5 not so long ago seems to have broken something: # ipmitool sdr type Temperature Temp | 01h | ns | 3.1 | Disabled Planar Temp | 04h | ok | 7.1 | 30 degrees C Temp Interface | 53h | ns | 7.1 | Disabled The disabled sensors above used to work fine, and there have been no config changes or bios upgrades or anything. All machines affected post 4.5. Any suggestions? Cheers, Gavin
2015 May 08
1
Re: [PATCH 00/10] virt-resize: add support for resizing MBR logical partitions
...xtended partition >> model. >> >> The specific problem is that the extended partition (eg /dev/sda3) >> contains the logical partition (/dev/sda5). Having a flat list >> doesn't express that at all. > We had at most 4 PTE in MBR, in PTE, a partition type is on +04h, > value 05h or 0fh shows it's an extended partition. > From extended partition's EBR, we got logical partitions. > > sda1-- sda2 -- sda3 -- sda4 > ^ > | > sda5 -- sda6 > > I think we do not need to show thi...
2004 May 14
1
help with memory greedy storage
...probe') is generated. This results in a 1344 by 6 data frame. Example data frame returned by probeDf: Value batch time dose array probe 1 2.317804 NEW 24h 000mM 1 1 2 2.495390 NEW 24h 000mM 2 1 3 2.412247 NEW 24h 000mM 3 1 ... 144 8.851469 OLD 04h 100mM 60 2 145 8.801430 PRG 24h 000mM 61 2 146 8.308224 PRG 24h 000mM 62 2 ... This data frame is not the problem since, it gets generated on-the-fly per gene and is discarded afterwards (just that it takes some time to generate it). Here comes the problematic routine:...
2015 May 08
0
Re: [PATCH 00/10] virt-resize: add support for resizing MBR logical partitions
...; model. > >> > >> The specific problem is that the extended partition (eg /dev/sda3) > >> contains the logical partition (/dev/sda5). Having a flat list > >> doesn't express that at all. > > We had at most 4 PTE in MBR, in PTE, a partition type is on +04h, > > value 05h or 0fh shows it's an extended partition. > > From extended partition's EBR, we got logical partitions. > > > > sda1-- sda2 -- sda3 -- sda4 > > ^ > > | > > sda5 -- sda6 > >...
2008 Nov 10
1
[PATCH 1/1] COMBOOT API: Add get current working directory call to most (revised)
...mov ax,syslinux_cfg3 ;Cut it down + mov ax,config_name ;Cut it down pop si sub ax,si mov di,CurrentDirName diff --git a/core/pxelinux.asm b/core/pxelinux.asm index 4398582..9836a1e 100644 --- a/core/pxelinux.asm +++ b/core/pxelinux.asm @@ -709,8 +709,6 @@ prefix: test byte [DHCPMagic], 04h ; Did we get a path prefix option mov si,PathPrefix mov di,CurrentDirName call strcpy - sub di,2 - mov byte[di],0 pop di ;
2008 May 28
0
CPU temperature in an PowerEdge 860, LM85 chip
...to monitor this motherboard sensors using lm-sensors? Also I have tried to monitor PowerEdge 860 using OpenIPMI, but I get: ====================================================================== # ipmitool sdr elist | grep -i temp Temp | 01h | ns | 3.1 | Disabled Planar Temp | 04h | ok | 7.1 | 28 degrees C Temp Interface | 53h | ns | 7.1 | Disabled ====================================================================== What means "Planar Temp"? And why "Temp" and "Temp Interface" params are disabled? Can I get CPU temperature with using...
2008 Nov 10
2
[PATCH 1/1] COMBOOT API: Add get current working directory call to most
...mov eax,[PrevDir] ; Make the directory with syslinux.cfg ... mov [CurrentDir],eax ; ... the current directory diff --git a/core/pxelinux.asm b/core/pxelinux.asm index 4398582..95c5bee 100644 --- a/core/pxelinux.asm +++ b/core/pxelinux.asm @@ -704,6 +704,15 @@ prefix: test byte [DHCPMagic], 04h ; Did we get a path prefix option call writestr_early call crlf + ; Set CurrentDirName + push di + mov si,PathPrefix + mov di,CurrentDirName + call strcpy + sub di,2 + mov byte[di],0 + pop di + ; ; Load configuration file ;
2009 Feb 08
1
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT; Try 2
...pop es + pop si + call close_dir xor eax,eax + stc +.done: + pop bp + pop ecx +.end: ret section .bss diff --git a/core/pxelinux.asm b/core/pxelinux.asm index aac1ec2..94f23af 100644 --- a/core/pxelinux.asm +++ b/core/pxelinux.asm @@ -704,6 +704,13 @@ prefix: test byte [DHCPMagic], 04h ; Did we get a path prefix option call writestr_early call crlf + ; Set CurrentDirName + push di + mov si,PathPrefix + mov di,CurrentDirName + call strcpy + pop di + ; ; Load configuration file ; diff --git a/doc/comboot.txt b/doc/comboot.txt index 5329502..387303d 100644 --- a/doc/...
2008 Dec 04
2
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT
...done + +.fail: + pop gs + pop si + call close_dir xor eax,eax + stc +.done: + pop ecx ret section .bss diff --git a/core/pxelinux.asm b/core/pxelinux.asm index 4398582..9836a1e 100644 --- a/core/pxelinux.asm +++ b/core/pxelinux.asm @@ -704,6 +704,13 @@ prefix: test byte [DHCPMagic], 04h ; Did we get a path prefix option call writestr_early call crlf + ; Set CurrentDirName + push di + mov si,PathPrefix + mov di,CurrentDirName + call strcpy + pop di + ; ; Load configuration file ; diff --git a/doc/comboot.txt b/doc/comboot.txt index ceee93a..135064c 100644 --- a/doc/...
2013 Jan 16
1
rombios unable to loaded MPT BIOS
Hi All, When tried to pass through 2 mpt2sas HBA to hvm guest, hvmloader paused with below: MPT BIOS Fault 09h encountered at adapter PCI(00h,04h,00h) Press any key to continue... Checked related codes and mostly like it caused by rombios did not loaded MPT BIOS properly, and lead MPT BIOS failed to bootup. config-file of the guest as below: ---------------------------------- # cat vm.cfg kernel = ''/usr/lib/xen/boot/hvmloader'...
2011 May 25
1
[GIT PULL] elflink ldlinux
Hi, These patches contain support for some features that are already in Syslinux 4 but weren't working properly on the elflink branch. It's another step closer to feature parity with Syslinux 4. Having to jump through the comboot API for localboot support is less than ideal and I'll eventually fix that, probably when we move a big chunk of code from asm to C. Also, there's a