Displaying 4 results from an estimated 4 matches for "a96".
Did you mean:
496
2009 Jul 10
3
strange strsplit gsub problem 0 is this a bug or a string length limitation?
...A21+A22+A23+A24+A25+A26+A27+A28+A29+A30+A31+A32+A33+A34+A35+A36+A37+A38+A39+A40+A41+A42+A43+A44+A45+A46+A47+A48+A49+A50+A51+A52+A53+A54+A55+A56+A57+A58+A59+A60+A61+A62+A63+A64+A65+A66+A67+A68+A69+A70+A71+A72+A73+A74+A75+A76+A77+A78+A79+A80+A81+A82+A83+A84+A85+A86+A87+A88+A89+A90+A91+A92+A93+A94+A95+A96+A97+A98+A99+A100+A101+A102+A103+A104+A105+A106+A107+A108+A109+A110+A111+A112+A113
benchmarkName = as.character(backtestFormula)[2]
print(as.character(backtestFormula)[3])
print(benchmarkName)
assetsNames <- strsplit(gsub(" ", "", as.character(backtestFormula)[3]),
"\...
2008 Dec 16
3
Check if data frame column is numeric
Hi R-users,
I want to apply a function to each column of a data frame that is numeric.
Thus I tried to check it for each column first:
> apply(df, 2, function(x) is.numeric(x))
A60 A64 A66a A67 A71 A75a A80
A85 A91 A95 A96 A97 A98 A99
FALSE FALSE FALSE FALSE FALSE FALSE FALSE
FALSE FALSE FALSE FALSE FALSE FALSE FALSE
I get only FALSE results although the variables are numeric. When I try the
following it works:
> is.numeric(df$A60)
[1] TRUE...
2012 May 08
6
registry vulnerabilities in R
...;{DCD6483F-0A82-4B32-9C41-2D51C9E05C1F}"="v2.10|Action=Block|Active=TRUE|Dir=Out|Protocol=17|LPort=3544|Name=USAF IPv6 Block (3544)|Desc IPv6 Block of UDP Port 3544|"
HKEY_LOCAL_MACHINE\System\ControlSet001\services\SharedAccess\Parameters\FirewallPolicy\FirewallRules "{983A7E94-A96E-4AA9-B1B9-B824CDB39966}"="v2.10|Action=Block|Active=TRUE|Dir=Out|Protocol=41|Name=USAF IPv6 Block (41)|Desc IPv6 Block of Port 41|"
HKEY_LOCAL_MACHINE\System\ControlSet001\services\SharedAccess\Parameters\FirewallPolicy\FirewallRules "{905A8D0F-8DD2-4076-B82D-38E671DA2F3A}"...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking