search for: xxyy

Displaying 9 results from an estimated 9 matches for "xxyy".

Did you mean: xxy
2010 Jan 28
0
bind a web root sub-folder to /usr/share/xxyy
...I have a web root under control of user webmaster. In /etc/fstab ----------- snip ------ /var/www/dev /home/webmaster/www_dev none bind 0 0 --------- unsnip ------ ls -al /var/www/dev/ drwxr-xr-x 10 webmaster webmaster 4096 Jan 28 14:21 dev what I'd like to do is bind /usr/share/xxyy to /var/www/dev/xxyy under control ~webmaster. Is it as simple as /usr/share/xxyy /var/www/dev/xxyy none bind 0 0 do I have chown webmaster:webmaster /usr/share/xxyy ? -- Mark
2005 Jul 27
3
[LLVMdev] How to define complicated instruction in TableGen (Direct3D shader instruction)
Each register is a 4-component (namely, r, g, b, a) vector register. They are actually defined as llvm packed [4xfloat]. The instruction: add_sat r0.a, r1_bias.xxyy, r3_x2.zzzz Explaination: '.a' is a writemask. only the specified component will be update '.xxyy' and '.zzzz' are swizzle masks, specify the component permutation, simliar to the Intel SSE permutation instruction SHUFPD '_bias' and '_x2' are modifiers. t...
2005 Jul 29
0
[LLVMdev] How to define complicated instruction in TableGen (Direct3D shader instruction)
...ctor to recognise the shuffle+add combination and emit a single instruction. m. Tzu-Chien Chiu wrote: > Each register is a 4-component (namely, r, g, b, a) vector register. > They are actually defined as llvm packed [4xfloat]. > > The instruction: > > add_sat r0.a, r1_bias.xxyy, r3_x2.zzzz > > Explaination: > > '.a' is a writemask. only the specified component will be update > > '.xxyy' and '.zzzz' are swizzle masks, specify the component > permutation, simliar to the Intel SSE permutation instruction SHUFPD > > '...
2005 Nov 12
1
Updating in attempt to rotate ylab
...replying) yy <- 1:10 xx <- yy*2 xYplot(yy~xx,ylab="") #this plots as it should text(.4,5,expression(paste(log, frac(p(b),p(a)) ))) Error in text.default(0.4, 13, expression(paste(log, frac(p(b), p (a))))) : plot.new has not been called yet This is the case even when I write: xxyy <- xYplot(yy~xx,ylab="") xxyy <- update(xxyy, text(.4,5,expression(paste(log, frac(p(b),p (a)) ))) ) More generally: is there a simple method for rotating ylab? _____________________________ Professor Michael Kubovy University of Virginia Department of Psychology USPS: P.O.Box...
2013 Nov 04
1
CallerID settings
Hi all, What should I do when my E1/SIP provider need a specific callerid(num) setting for my outgoing calls? My problem is that if I use Set(CALLERID(num)=XXYY) then I got XXYY on the cdr src field, losing info of the real src of the call. What is the best way out? (Preferably tech independent) Thanks, Gabriel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments...
2002 Apr 15
2
ssh -R limitations?
...l accept only connection from the very same machine where the port is listening (localhost). Am I right? Is there a way to change this behaviour? When I try to cross PC_B firewall, I always have some weird error. PC_B (which has two lan cards) is set up to forward everything that comes to port xxyy to PC_C on port 22. From PC_A I write: ssh -p xxyy -R aabb:localhost:aabb PC_B I made many experiments, and I can see that PC_A correctly connects on PC_C and opens aabb LISTEN port. When I try to connect from PC_C on localhost:aabb I receive an error. Here is my guess: from PC_A command...
2011 Jul 27
3
nut with 2 salicru ups
Hi, my name is Sebasti?n from Spain I need help for that. I have 2 salicru ups I need monitor with a fedora 14 pc. Someone knows if i can configure ups.conf to monitor one or another ups? only make a upsc "ups" for take data. The upses are connected via usb and nut always read the first one connected. The upses are the same model. Thanks for all! Sebasti?n Le?n del Moral urticaries at
2006 Aug 28
2
regex scares me
Hi, apologies if this is too simple but I've been stuck on the following for a while: I have a vector of strings: filenames with a name before the extension and a variety of possible extensions I want to select only those files with: 1) a ".tab" extension AND 2) the character sequence "lad" anywhere in the name of the file before the extension. Surely this
2011 Jan 05
7
Xen Netloop module missing
Hi, I was hoping someone on this forums could help me out with a problem I was facing with Xen. When I compiled the kernel for Xen-3.1.3 using "make world"(I know this is an old version but I need to use it for some compatibility issues), the kernel was missing the Xen netloop module. There was no /kernel/drivers/xen/netback/netloop.ko in the newly compiled kernel. I think we would