search for: question1

Displaying 20 results from an estimated 23 matches for "question1".

Did you mean: question
2012 Aug 31
5
Question1 Cucumber Rails
can we write multiple background in one feature file....? can we write multiple feature in one feature file.....? -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2006 Mar 17
5
Radio Button Validation
I''m writing a quiz application and I need to validate the radio button reponses. I do not have the questions in a database, I just have forms which contain "question1" and then I strip out the "question" portion and just insert the number as the question''s id. So now I''m faced with the dilemma of making sure the radio buttons are pressed. Radio buttons do not show up in params if a button is not pressed, so I don''t...
2004 Jan 12
2
A question on codec translation.
...out over the IAX2 leg, Will Asterisk simply move the GSM encoded data from the SIP channel to the IAX2 channel and so have very little performance overhead since it will not be decoding and re-encoding the GSM data? or will it decode and re-encode the voice data? 2. Assuming that the answer to question1 is that Asterisk will simply move the encoded data from the SIP channel to the IAX2 channel without decoding and re-encoding (otherwise the question is irrelevant), would a call coming in in SIP using G.711 be converted to GSM on the IAX2 channel since it is higher in the order of preference or...
2009 Oct 06
4
RAM errors after kernel-update
...VR667D2D4F5K2/8G Removing and replacing memory to different locations doesn't make any difference. After some digging, I noticed that the new kernel has added support for the i5400 chipset. I found some reference that the new kernel has this error reporting capability the old one hadn't. Question1: how many recoverable RAM errors are acceptable? Question2: The error appears always with the same id in the error message. Mobo problem? Question3: Are there any recommended BIOS settings to operate the RAM slower to see if the problem disappears? Question4: Any other proposals. Being located in...
2017 Jul 11
1
User uidNumber questions
Hi, Question1: An uidNumber can be given to a new user by "samba-tool user add < user.name> --uid-number=<number>". But is there a way to make samba autogenerate it without me having to give a specific number? Question2: The output of wbinfo --user-info <user.name> DOMAIN\user.name:*...
2004 Oct 14
1
correlating between two vectors of numbers
Hi, R! Question1: I am trying to correlate two vectors of numbers (two columns of microarray signal values) by using the non-parametric Spearman's rank correlation coefficient rho: > cor.test(V2.Signal,V3.Signal,method="spearman") but I get the error message: Error in if (q > (n^3 - n)/6) ps...
2003 Dec 18
2
IAX quesitons please.
...the windows box running DIAX lies behind the NAT,it's IP is 192.168.1.12 the iax.conf like this: ...... [marko] type=friend host=dynamic username=marko secret=moofoo context=fromsip auth=plaintext ...... the extensions.conf like this: ..... exten => 45678,1,Dial(IAX2/marko) ..... Question1: I use the DIAX register to the *, if I set the server IP in the DIAX to 192.168.1.10,then it will OK, but if I set the server IP in the DIAX to 211.11.11.11, then I will fail to register. I have tried all version of DIAX and alway got the same result. Why? Question2: If I dial the IAX2 user regis...
2012 Jul 03
1
nls problem
...0 (line 70 in the function listing from within R) which, in the case of `fit2' in the above example always returns a single TRUE index as long as `len != 2' (which seems fine for the further processing) but returns a TRUE value for the index of `fifu' as well if `len == 2'. question1: I'm rather sure it worked about 6 months ago with (ca.) 2.11.x under ubuntu. have there been changes in this area? question2: is something like the `fit2' line in the example expected to work or not? qeustion3: if it is not expected to work, should not the manpage include a correspon...
2010 Apr 28
7
operator problem within function
Dear all, i have a problem with processing dataframes within a function using the "$". HereĀ“s my code: recode_items = function(dataframe,number,medium=2){ # this works q<-paste("columna",number,sep="") # this does not work, particularly because "dataframe" is not processed # dataframe should be: givenframe$columnagivennumber
2005 Mar 29
6
Can Asterisk do this ?
I am a newbie to Asterisk , and I am doing research in Asterisk, hope that can get some guidance from the experience users . 1. I wonder Asterisk can do this (refer to the following diagram) or not ? (Can I make a call from the SIP phone to the normal phone ) Asterisk server 1 Asterisk server 2 ======= ======= | |
2008 Jun 22
1
two newbie questions
...my.df[[iv]], my.df[[dv]], xlab=names(my.df[iv]), ylab=names(my.df[dv]), col=colors, pch=".") curve (cbind (1, 1, x, 1*x) %*% coef(my.fit), add=TRUE, col="black") curve (cbind (1, 0, x, 0*x) %*% coef(my.fit), add=TRUE, col="gray") }) dev.off() } } } # Question1: Works fine, but using the vector numbers feels kludgy -- especially if the variables in question aren't consecutive. # Is there a more elegant way of doing this with my lists of variable names? Something like this, for example: for(dv in dvs) { for(iv in ivs) { for (intv in intvs) { jpeg...
2008 Nov 17
1
Type III ANOVA of package car depends on factor level order
## Question1: How to define IV with interaction alone, without main effects? ## Question2: Should Type III ANOVA in package car be independent of the factor level order? ## data from http://www.otago.ac.nz/sas/stat/chap30/sect52.htm drug <- c(t(t(rep(1,3)))%*%t(1:4)); disease <- c(t(t(1:3)) %*% t(rep(1,...
2003 Jan 20
0
Tcl/Tk and mouse
...n of the mouse. This works fine with R-1.5.1 but R-1.6.1 requires to include some delay by Sys.sleep(delay) with delay>=0.015. For smaller values (e.g. 0.0001) the top level tcltk-window does not appear and so I am not able to control the elements to be plotted using the tcltk-widget. Question1: How can I force the tcltk-widget to appear / to get the position of the mouse within the loop? Question2: Why isn't it allowed to use the locator function with n=0, with the meaning to output the coordinates of the mouse?...
2009 Oct 07
0
how to extract the second table from the factanal functions result's loadings part?
Hi All, Can someone help me?The way to do this may be very easy but i do not know. *Question1:----* factanal() function produces the results in this way:-- *RESULTS:--* *>fact1<- factanal(data_withNA,factors=1,rotation="none") >fact1$"loadings"* Loadings: Factor1 i1 0.784 i2 0.874 i3 0.786 i4 0.839 i5 0.778 i6 0.859 i7 0.850 i8 0.763 i9 0.810 i10...
2009 Jan 06
0
Singularity of lda function in MASS package
I have two specific questions regarding the output of lda function in MASS. #Question1: #========= n: sample size, p: number of variables Some articles in the literature say that LDA is singular for p > n-1. However, my experimentation with lda (default arguments) for two class problems shows collinearity for p > n-2. Does anyone know why this is the case? Does lda (MASS) us...
2018 Jan 03
0
Trusted pool authentication & traffic encryption
...te one replica-2 volume with one brick on each PC plus a FUSE mount of that volume on each PC. I would then always write my data to the local FUSE mount. Quite often one of the PCs would be offline but this should not be a problem (right?) because they would synchronize as soon as both are online. Question1: The hosts in the trusted peer network know about each other via hostname or IP address. What would happen if I take my laptop into another network and someone else has the same IP address as my desktop PC at home? Are there any circumstances under which the Laptop would start sending data to that...
2003 Apr 15
1
Two --bwlimit issues
Hi, I have two issues with the --bwlimit parameter to rsync which are not mentioned in the FAQ (please correct me if I am wrong): 1. When both an rsync client and an rsync daemon specify the --bwlimit parameter, the client's value overrides the server's value. This could be used in a DOS attack if the client uses a larger value than the server intended. The documentation also is
2008 Feb 27
2
running two rsync processes, synchronizing the same directories
...the people who invested certainly much time to build this tool !! Nevertheless I need some information, which I couldn't find in the documentation. At the moment I have to build a web based synchronisation backend. In this case a user can initiate a rsync process to synchronize directories. Question1: What happens if two rsync process are running, synchronizing the same directories. In my case it means if two user are launching the rsync command at the same time to equalize the same files / directories. Question2: How can I benefit from the -n Option (--dry-run) ? Am I right, when I say befo...
2011 Apr 02
4
help
Dear R Help group I need to run a command line script from within R session. I am not clear how i can acheive this. I tried shell and system function, but i am missing something critical.can someone provide help? My intention is to create a pdf file of a plot in R and then attach existing files from my system as attachment into the newly created pdf file. Any help would be greatly appreciated..
2018 Sep 21
2
can't build/run after adding lib to Fibonacci example, even reverting the complete llvm tree does not help
...-Thost=x64 -G "Visual Studio 15 2017 Win64" -DLLVM_TARGETS_TO_BUILD=host -DLLVM_BUILD_EXAMPLES=1 -DCLANG_BUILD_EXAMPLES=1 -DLLVM_INCLUDE_TESTS=OFF -DLLVM_INCLUDE_DOCS=OFF ..\llvm cmake --build . --config Debug after building i open llvm-build\LLVM.sln in VS2017 ... loading 273 projects question1: if left click on the solution root and select "build solution" (to check if everyhing is built) two files DummyClangFuzzer.cpp and ClangFuzzer.cpp getting compiled - is that indendet? then i want to add some tests to the Fibonacci example and added IRReader to llvm\examples\Fibonacci\CM...