Displaying 6 results from an estimated 6 matches for "stcl".
Did you mean:
btcl
2005 Jan 24
1
lookups and joins
..., this can't be done in SQL at present.
I am looking for an R'ish technique for looking up new columns on a data frame. As a simple, hardwired example I have tried the following:
# This gives me two columns, one the lookup value and the second one
# the result column, ie my lookup table.
stcl = read.csv("stockclass.csv")
stockclass = as.vector(stcl$stock_class)
# This gives me what appears to be a dictionary or map
names(stockclass) = as.vector(stcl$stock_group)
getstockclass = function(stock_group) {
try(stockclass[[stock_group]], TRUE)
}
csg$stk_class=factor(sapply(csg$sto...
2013 May 30
9
[PATCH v2 0/2] Implement VFP context switch for arm32
Hello,
This is the second version of this patch series.
I only implement the VPF context switch support for arm32 and add dummy function
to avoid compilation on arm64.
I have switched the order of the patch because the old second one can be applied
alone and the patch are cleaner :).
For all the changes see each patch.
Cheers,
Julien Grall (2):
xen/arm: don''t enable VFP on XEN
2005 Oct 18
3
CentOS 3.5 to 3.6 yum dependency issues
When I do a yum update I get a couple of dependency issues:
I see this one on every box I try to upgrade..
Package nptl-devel needs glibc-devel = 2.3.2-95.33, this is not available.
I've only seen this one a couple of times..
Package up2date needs rpm >= 4.2.3-24_nonptl, this is not available.
Tim
2005 Oct 24
0
backup job
Iam running backup job and during tar process if any file changes the
process fail and exit,now i want my backup job to continou regardless of any
file changed
i have heard about tar option called ignore failed read but i dont know how
it works and how i can use is in the backup script,can you help me please
2007 Jan 18
2
Centos kickstart
Hi,
I am using Centos 4.4,on which I created a kickstart file using kickstart
configurator ,then I created a bootable cd using mkisofs command and then
booted the system using this cdrom.The cd managed to boot and found the
kickstart file in the cd but fail to continue with this error message
"CD not found.The centos 4.4 server cd cd could not found in any of your
cdrom drives".I also
2005 Oct 14
3
v4.2 x86_64 checksum fails
I downloaded the iso's for x86_64 (twice, from 2 different mirrors) and none
of them check sum. Anyone else having this issue?
Tim