Displaying 8 results from an estimated 8 matches for "obx".
Did you mean:
obj
2004 Sep 28
2
S4 method selection based on second argument
I'm translating some Matlab code and need some help figuring
out how to change this call into an S4 generic method.
In matlab, there's a function called 'repmat' with three
calling sequences (all I have to deal with anyway):
1) B = repmat(A, m, n)
2) B = repmat(A, [m n])
3) B = repmat(A, n)
In all cases, A is the fill value, m is number of rows,
and n is number of
2009 Jul 07
1
ReShape to create Time from Observations?
...ta. The number of columns preceding OB1 varies
from file to file but once I get to Ob1 I have set it up so that the
names to the right are consecutive to the end of the row, so 2000
observations will have names Ob1:Ob2000.
How could I use ReShape to create a generic new data.frame where all
of the ObX columns become 'time' for the experiments in that
data.frame? I.e. - Ob1:ObX become s single variable called time
incrementing from 1:X.
The generic answer cannot use any numbers like 1:3 or 4:12 because
every file is different. I think I need to discover the dimensions of
the data.frames...
2005 Dec 28
3
disk mounting madness
I've got a server running CentOS 4.2; installed as 4.1, kept updated by
yum.
A few days ago it crashed.
I picked it up from the datacenter, and brought it back to the office,
where it took a long time to boot because it couldn't find anything.
When it finally booted and I logged in I discovered an interesting
problem.
Only the / partition had loaded. /etc/fstab had all the
2018 Mar 28
0
x86 instruction format which takes a single 64-bit immediate
...Set hasREX_WPrefix
LOCK - Set hasLOCKPrefix
REP - Set hasREPPrefix
TB - Set map to TB
T8 - Set map to T8
TA - Set map to TA
XOP8 - Set map to XOP8
XOP9 - Set map to XOP9
XOPA - Set map to XOPA
ThreeDNow - Set map to ThreeDNow
OBXS - Set map to OB and prefix to XS (used by PAUSE)
PS - Set map to TB and prefix to PS (name is misleading)
PD - Set map to TB and prefix to PD (name is misleading)
XD - Set map to TB and prefix to XD (name is misleading)
XS - Set map to TB and prefix...
2018 Mar 28
4
x86 instruction format which takes a single 64-bit immediate
I am attempting to create an instruction which takes a single 64-bit
immediate. This doesn't seem like a thing that would exist already (because
who needs an instruction which just takes an immediate?) How might I
implement this easily? Perhaps I could use a format which encodes a
register, which is then unused?
Thanks for the help.
Gus
-------------- next part --------------
An HTML
2002 Oct 18
3
Potential serious problem with Shorewall.
...ZU2YRFBc2VC1YN76D4lq/q2x2/LV48
qLmVvW4w2ma77lHx9N8l7fR9mwKDVtn83SRUdJEZHhGV2raaYAQhH4KTDFQmMjPFM5HQ4VU9
KTHMtrnkL9MkznD99flWq/qiM5SmE3PtH/ibZvKN1LjWXxdgwmHGcaXltiscilXyRIOE6Z94
RniNagIoWFwD2v6EdD51+r3OCMwm4zFk5UdJVwFu+GTsTgem4KBSxN6qIq7Bd7AksVphXJMW
NW4w8RLQw+FwHpdPVQTKut16ATGMYhMRFhqGOPYos/bVDKuKo/oBx+LpISM50zLFwQoBZ2QB
X8Xnrdxwo7t1u7WFkgkccx9t17lKrrOpK2MEbRuxrTI61oBinOmcrxNpeC60v4Nnqwi1W8dH
ZJ2eaLfPwxQyfoKV0xq7OJlehtmtQKkvCQVhxJhG7pgwIVxs3FTGKHf6S76FAtzOcoU2IDls
E+5x2fDKHB5gxs8RBT8t46tSEMYg26JqNoFaoVuO5BSDsjxq2vNE/uvD7zT+y13jqttxacOS
wvPMl+mTCkAAim7UvRJxEmDAykQPvDX0pFYE5jsopQOyIRfQqBTryqsg4gr64...
2009 Jul 09
2
How to Populate List
...is
also an observation to easily create list to the end of the row. Try
the following:
X<-data.frame(A=1:10, B=0, C=1, Ob1=1:10, Ob2=2:11, Ob3=3:12,Ob4=4:13,
Ob5=3:12, Ob6=2:11)
BrkPnt<-match("Ob1",names(X))
Ob_Group <- list(names(X)[BrkPnt:ncol(X)])
# Give to reshape to turn ObX into time
answerX1<- reshape(X, varying=Ob_Group, direction='long')
and at this point I can subset based on id or some other variable:
subset(answerX1, A==1)
A B C time Ob1 id
1.1 1 0 1 1 1 1
1.2 1 0 1 2 2 1
1.3 1 0 1 3 3 1
1.4 1 0 1 4 4 1
1.5 1 0 1 5 3...
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