search for: woo

Displaying 20 results from an estimated 179 matches for "woo".

Did you mean: foo
2003 Nov 19
2
Was: setValidity and "initialize" method conflict ? [in R-help]
...1 minor 7.1 year 2003 month 06 day 16 language R [But the same behaviour ouccured under R 1.8.0] Following piece of code works fine, just like we expected it to ------------------------------------------------------------------------- >setClass("Foo", representation(woo = "numeric")) [1] "Foo" >validFooObject <- function(object) { + if(object@woo > 0) return(TRUE) + else return("warning: negative value for woo")} >setValidity("Foo", validFooObject) [1] "Foo" >new("Foo", woo = 1) #...
2003 Sep 27
2
does isGeneric work differently in 1.8.0 ?
...----------------------------------------------- > version _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 7.1 year 2003 month 06 day 16 language R > isGeneric("foo") [1] FALSE > setClass("woo", representation(foo="character"), prototype = list(foo ="text")) [1] "woo" > if(!isGeneric("foo")) setGeneric("foo", function(object) standardGeneric("foo")) [1] "foo" > setMethod("foo", "woo", fun...
2006 Jan 04
11
Query Mixin by Duane Johnson
Hello At the start of October, Duane Johnson announced the Query mixin plugin on this list. The code was attached to the announcement email. Unfortunately, I''ve not been able to locate the attached code. Goggle has not helped me this time. Could somebody forward it to me? Thanks in advance Harvey This e-mail has been scanned for all viruses by MessageLabs.
2008 Mar 10
3
creating Windows guest VM without display
...est VM on a xen machine. (if anybody interested in how to, refer to Xen Technical Note V07132006) My further question is: is there a way I can assign a null video device to Windows VM? I want win server keep working, but not its display (implemented on gnome) on console monitor all the time. Joon Woo _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Feb 08
2
please hep in uniform distribution
...generate two variable with uniform disrtribution A and B and I want to calculate the number of cases where B<A^2 So I done it by sum(B<A^2), but I'm not sure if there is anther way to calculate the number of cases in the distribution or what I have done is fine thanks for helping me Woo -- View this message in context: http://r.789695.n4.nabble.com/please-hep-in-uniform-distribution-tp3275719p3275719.html Sent from the R help mailing list archive at Nabble.com.
2002 Nov 12
0
printing woos (CUPS + automatic printer download...)
hija ! i am trying to add my laserprinter (HP2200d) to the samba-shares so that my windos-users can print.. unfortunately this will not work i have read the documentation -- unfortunately it still does not work... i am using samba-2.2.4 (with LDAP-support) on a woody-system. furthermore i am using cups-1.1.15 to be precise: the "cupsaddsmb" does not work correctly i have narrowed the problem to the rpcclient's "adddriver"-command, which returns "NT_STATUS_UNSUCCESSFUL" the command is <snip> adddriver "Windows NT...
2003 Feb 11
3
Problems with Rcmd check on Win 2000 & rw1062
When I run Rcmd check on a package on my Windows 2000 machine, I get a series of error messages like the following: * checking generic/method consistency ...c:\DOCUME~1\R5018~1.WOO\LOCALS~1\Temp/R utils138414013: cannot open c:DOCUME~1R5018~1.WOOLOCALS~1Temp/Rin138408157: no s uch file It looks as if a Windows style path to the temp directory is not being interpreted correctly, with backslashes not being properly escaped. However, I define three different environment variabl...
2011 Oct 15
2
[LLVMdev] Live code elimination problem in code generation
...BB. But they are eliminated in some other optimization stage. To my thinking, the initial placement of SELECT_CC seems wrong. I tried to dig in SelectionDAG directory, I could find any clue. How can I avoid this situation ? Anyone can give me a hint ? Thank you. Have a nice day! Regards, Hae-woo Park -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111015/095def2e/attachment.html>
2011 Jun 08
2
My CentOS in VMware can't find my wireless card
hi, i'm woo, I'm a newer to CentOS. I installed my CentOS5.3(2.6.18-128.el5) in VMware. And my wireless card is MERCURY 54U(Atheros AR5xxx).I plugged the USB card into my virtual machine, but it couldn't be found. I've tried two drivers in different time: 1)install ath5k: --------------------------...
2006 Mar 16
4
New one on me: How to UN-transfer
I'm using a Snom 320 in a CAP position and the receptionist wants to do blind transfers. OK, no problem so far. Now she has asked me how to UN-transfer a call, as in, she transfers a call and wants to hook the call back before it connects (she wanted to tell the caller additional information for example) I don't think that this is possible as once my dialplan starts using Dial()
2011 Aug 31
2
[LLVMdev] Branch transformation with branch-weight metadata
...transformation code. IMHO, in case the branch direction is, for example, reversed for optimization, the corresponding branch-weight metadata also has to be changed. In what code can I find such a metadata management code ? Can anyone give me a hint ? Thank you. Have a nice day. :) Regards, Hae-woo Park -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110831/be50c14d/attachment.html>
2011 Oct 15
0
[LLVMdev] Live code elimination problem in code generation
On Oct 14, 2011, at 9:04 PM, Hae-woo Park wrote: > I've met a problem that eliminates a live code in code generation phase. > > The initially generated code is shown as follows (as a pseudo code): > ( Before pseudo-code expansion. ) > > ---------- > loop: > : > : > set P0 <- xxx ( P0: a ph...
2003 Jul 12
1
AGI script sample using bash shell script
...t) AGI script implement using bash shell. No need to invoke a 10MB perl engine to process simple asterisk agi scripts. I found it to be very useful in learning the AGI interface. For example, I learn that AGI won't execute the next command until you read the results from STDIN. Enjoy, Sunny Woo Solution Consultant Avantnix =========================== agi-test-bash.agi ====================== #!/bin/bash declare -a array while read -e ARG && [ "$ARG" ] ; do array=(` echo $ARG | sed -e 's/://'`) export ${array[0]}=${array[1]} done # following variables are avail...
2010 Jun 25
2
Civ 4 patch help?
...n the arse, but I can't remember if this happened before and if it did how I got around it. I can't seem to find any solutions for the problem either. Any help would be much appreciated. I'm trying to get it working again to get myself in the mood for Civ 5. Only three months away now! Woo!
2006 Aug 02
4
College course on Ruby on Rails
...eir skills. I think that it is a sign of Rails'' growing maturity that I was able to propose this and work it through the college process. I''m very excited by what we will be able to accomplish during a full semester course. No more spend a month just getting everything installed! Woo Hoo! Here are some links that point to more details. The College: http://matcmadison.edu The LAMP Certificate: http://matcmadison.edu/matc/ASP/showprogram.asp?ID=3268 The Rails course: http://matcmadison.edu/matc/asp/showschedule.asp?CourseNum=10-152-157 -Eric -- Eric Knapp Lead Java Instruct...
2018 Sep 12
2
eventlog functionality
...; > > and > > https://docs.microsoft.com/en-us/windows/desktop/api/lmshare/ns-lmshare-_session_info_10 > > and > > init_srv_sess_info_1 > > > I copied, pasted and edited myself a init_srv_sess_info_1 and case to go > with it. It seems to have compiled... Woo hoo ! Please post as a patch for review :-).
2007 Nov 28
8
include vs. require vs. require_dependency
i am struggling a bit with all of them .. could someone be so nice a describe me the exact differences, pros & cons of all of them ... thx a lot! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2007 Apr 28
2
Tables & Databinding
...here: http://www.icommunicate.co.uk/articles/all/who_needs_databinding_9/ And a [slightly] more usable demo here: http://www.icommunicate.co.uk/tables/ ... if anyones interested in using it, helping me move forward with it or recommending a which OS license I could/should release it under then woo hoo! :-) ATB, Jim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubs...
2011 Jan 10
2
Problem with multiple requires in Ruby DSL
I''m loving playing around with the DSL. There are some problems (ie 5237), but now that it''s Ruby, I can fix them! woo! However, I''m stumped on this one, which may or may not be related to the DSL. When trying to have a resource have a simple dependency on two things at once, it simply fails, and I''m stumped as to why. The error message is: Parameter require failed: No title provided and &quot...
2004 Sep 07
3
Maximum tollerable lag/jitter for IAX2 w/o jitterbuffer enabled?
...fer=no trunk=no All calls are running as GSM, even though g.729 is also an 'allowed' codec (w/5 licenses installed). During an average call 'iax2 show channels' provides: Peer Username ID (Lo/Rem) Seq (Tx/Rx) Lag Jitter JitBuf Format 10.0.40.140 astpbx-woo 00002/00002 00005/00006 00040ms 0036ms 0000ms GSM Kris Boutilier Information Systems Coordinator Sunshine Coast Regional District