similar to: Next, Finish Form

Displaying 20 results from an estimated 40000 matches similar to: "Next, Finish Form"

2007 Oct 04
2
newbie question with login form
hi, i''m just starting to work with this incredible tool... but i got a first problem with the login process i''m logging on my app like this : ------ @agent = WWW::Mechanize.new { |a| a.log = Logger.new("mech.log") } @agent.user_agent_alias = ''Mac Safari'' @page = @agent.get("http://myappAdress/") @form = @page.forms.first
2010 Oct 10
2
Help reading table rows into lists
Hi all, I have a large table mapping thousands of COGs(groups of genes) to pathways. # Ex COG0001 patha pathb pathc COG0002 pathd pathe COG0003 pathe pathf pathg pathh ## I would like to combine this information into a big list such as below COG2PATHWAY<- list (COG0001 = c ("patha ","pathb ","pathc
2001 Sep 10
3
inter tick distance
R colleagues, I am stumped. I would like the inter-tick distances to be the same on the x and y axes but cannot determine how to do so when the lower half of the y axis is not printed. Thanks for any and all suggestions. (btw, setting par(pty="s") does not solve my problem) Niels Waller M<-matrix(c(2,1, -1,3),2,2,byrow=TRUE)
2002 May 16
3
building packages on windows
Has anyone had success building a package on a windows machine? I am trying the following command with no luck (perhaps my flags are incorrect?). At this point I am stuck. Any help greatly appreciated. Niels Waller (BTW - I have no idea why it cannot find sh.exe since I have it is a directory that is specified in a path statement) H:\R\bin>rcmd build --binary --use-zip h:\taxon2 * checking
2003 Dec 17
1
Building packages in XP
R users, I recently upgraded (?) to Windows XP from 2000. I am trying to build an R package. I have done this many times on my old system and I am not sure why it is not working in XP. To build the package I call a bat file that specifies all the necessary paths -- but the "build" file (which appears to be a perl script) is looking for a "src" subdirectory in the src
2000 Apr 03
3
No subject
R community, I am having trouble adding Greek symbols to a plot. I want to mix Roman text and Greek -- but they keep fighting! Pseudo code for what I want: [Greek] gamma [subscript]1 = [Roman] Threshold 1 I have conducted a search on the CRAN FAQ list, but no luck. Any and all hints would be GREATLY appreciated. Niels Waller Department of Psychology and Human Development Vanderbilt
1998 Nov 27
1
No subject
Dear friends, I am trying to port a collection of S-PLUS teaching functions over to R. Several of my functions use animation. Animation in S-PLUS is not ideal, but can be accomplished with a call to guiLocator (this forces the program to print to the graphsheet rather than wait until the function has completed all calculations). Does anyone know if there is a trick that will enable me to
2001 Mar 01
1
SOM code
The (slow) SOM code can be found on my web page (towards the bottom) http://peabody.vanderbilt.edu/depts/psych_and_hd/faculty/wallern/ On Thu, 1 Mar 2001, John Aitchison wrote: > > Is there an implementation of the SOM ('Self Organizing Map') procedure in > R ? > > I am aware of the implementations of Sammon mapping, multidimensional > scaling and, somewhat
2002 Jun 14
3
calling an editor on MAC and Linux
I have written an R function that writes output to an external file using the sink function. I assume that `sink' is not operating system dependent. At the end of the function I have additional code that opens the newly created file using notepad on a Windows system. Obviously, this part of the code will not work on a Mac or Linux box. Since I do not have a machine with Linux or the Mac OS
2020 Jul 20
1
Re: [PATCH nbdkit v2] curl: Implement header and cookie scripts.
On 7/15/20 3:53 PM, Richard W.M. Jones wrote: > This rather complex feature solves a problem for certain web services > that require a cookie or token for access, especially one which must > be periodically renewed. > > For motivation for this feature see the included documentation, and > item (1)(b) here: > >
1998 Nov 28
1
No subject
Dear Friends, Yesterday I posed a question to the list concerning the possibility of doing animation examples in R. Here is an example S-Plus (4.5 for Windows ) that I wrote to illustrate my problem. If I try this in R (comment out the graphsheet and guilocator calls) I don't see my results until after the function has iterated through the 100 trials. I would like to plot each iteration.
2002 Jul 18
0
cloud borders
Is it possible to create a cloud plot (in library lattice) that is not enclosed by a border? I want the 3d plot to include the cube - I just do not want the border on the page (because I would like to place four clouds on a page). Setting the argument: border=FALSE clearly is not the answer (it doesn't appear to do anything on my system). I am using R 1.5.1 on a windows NT machine.
2014 Dec 11
2
Finish extension (avoid dialplan to silently continue in the next priority of another extension)
Hi, I have run into a strange behaviour: [ctx-test] exten => h,1,NoOp(*** hangup ***) exten => s,1,NoOp(*** ${EXTEN} ***) same => n,... same => n,... same => n,Hangup() Strangely, the h extension continues on the priority 2 of the extension s. Maybe this is caused by the use of same? How can I make sure that an extension is really ending, something like: exten =>
2020 Jul 15
0
[PATCH nbdkit v2] curl: Implement header and cookie scripts.
This rather complex feature solves a problem for certain web services that require a cookie or token for access, especially one which must be periodically renewed. For motivation for this feature see the included documentation, and item (1)(b) here: https://www.redhat.com/archives/libguestfs/2020-July/msg00069.html --- plugins/curl/nbdkit-curl-plugin.pod | 142 ++++++++++++
2005 Oct 25
1
Syntax Question
Hello, I'm having some difficulty running Niels Waller's Maxcov Hitmax program in the R console, and I was hoping you could provide me with some assistance. When I attempt to run the analysis I receive the following message: Indicators 1 3 & 2Error in if (del == 0 && to == 0) return(to) : missing value where TRUE/FALSE needed I contacted Dr. Waller regarding this question
2000 Dec 17
1
functions for subsets: a minor R programming challenge
Neils Waller asks > -----Original Message----- > From: niels Waller [mailto:niels.waller at home.com] > Sent: Sunday, 17 December 2000 8:31 > To: r-help at stat.math.ethz.ch > Subject: > > Does anyone know of an R (or S-PLUS) function for delineating > all possible combinations and permutations? > > That is, for set (1,2,3) 3_C_2 = {1,2} {1,3} {2,3} >
2005 Jan 19
1
Kerberos/GSSAPI Auth Mechanism?
I have been reading that there may be a patch floating around to enable krb5 auth in dovecot <1.0, namely 0.99.10.8 (openbsd port). It could be I have something misconfigured, for openbsd supports kerberos and most programs which use the operating system's auth features use kerberos transparently through login(1). If there is a patch, I would be very interested in testing it. -- John
2020 Jan 07
2
Flang landing in the monorepo - next Monday!
On 01/07, David Blaikie via llvm-dev wrote: > Hey Peter - would you be able to link to/describe the history on this > process/decision. I can find one old thread where this was first proposed ( > http://lists.llvm.org/pipermail/llvm-dev/2019-February/130497.html ) with > some general positive responses and a lot of questions. > > I see there's a flang-dev list, though
2020 Jan 09
2
Flang landing in the monorepo - next Monday!
On Thu, Jan 9, 2020 at 4:19 AM Mehdi AMINI via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > On Tue, Jan 7, 2020 at 6:04 AM Peter Waller via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hi All, >> >> As discussed before Christmas, this is a reminder that we intend to >> merge flang on the 13th January (next Monday) before the
2002 Jun 19
3
unexpected results
Is R behaving correctly in this example? I do not understand why column 2 has any 2s in it (and why column 3 has any 1s) > x<-matrix(0,10,3) > x[seq(1,10,by=2),2:3]<-c(1,2) > x [,1] [,2] [,3] [1,] 0 1 2 [2,] 0 0 0 [3,] 0 2 1 [4,] 0 0 0 [5,] 0 1 2 [6,] 0 0 0 [7,] 0 2 1 [8,] 0 0 0 [9,] 0 1