Displaying 5 results from an estimated 5 matches for "px3".
Did you mean:
0x3
2010 Jul 16
1
Nested if help
...st price in desired interval to base price
if(px>px1){ #nested if stmt to see if subsequent times are higher than base,
thus replacing base with new max (I am seeking max in the time period in
this instance)
px2<-px #px2 would be the new higher maximum
time2<-time #time associated with px2
px3<-px+1 #price immediately following max
time3<-time+1 #time immed. follows max
out<-(cur_date,px2,time2,px3,time3) #output the high price/time and the
immediately following price/time
cat(out,"\n")}
This code however, does nothing. Any help would be apreciated. The manuals
seem...
2006 Jul 14
23
[RFC] New shadow paging code
We (Michael Fetterman, George Dunlap and I) have been working over the
last while on a full replacement for Xen''s shadow pagetable support.
This mail contains some design notes, below; a patch against
xen-unstable, giving a snapshot of the current state of the new shadow
code, is at http://www.cl.cam.ac.uk/~tjd21/shadow2.patch
Comments on both are welcome, although the code is not
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
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...S$S;2
zman0>q`MMLGFvk-%=ZCsTSZ{vbR{F`v4yj9`Ne&b%2p+1x|ITQj at BSi5wPRvg4Iq;
z)tH3!i$|2&X*R)^=8yece`Qc#J%4h4EtrXB7JH0l7ERQhdgt_$4*NdkRAuH^e}&VD
zhK%|)8OkZDEVQ4mwcaeD3P1 at 2AZKFHgZ4}vba1n>b+D3uV=1}ucn4UA0R~B~3B!_R
zf%{e_k`JmP&LUNxtw{$ZvD=o&;UhEcD^NCZVy at u?DMq(n;l&D at pX32N#RD80(W$s{
zXN|w0(yC%zGC at Dhz6sD(mw;2gPzq{MmhNN;HlWq8l_?;X5_4*ou5?&LQ|6{;L(J#x
zhwHvS|Mr`n$t$@N8mX}pFh{-FA=h)Xt2$5I(PYNVdb at 5-<aI~%30$#W1AW|NikP$?
z24dq67%=<u%8br)Z^m)$9h%`4<1LjBOH1aRxhE^&Or73&{j4EM0fY*9BNQ787QfhZ
zjtr&Z0UhI%Y@)C|8TuFnxW}zOI0orRK5tvd{nfE4Tv|GMc$FTgi%47...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*