search for: default3

Displaying 13 results from an estimated 13 matches for "default3".

Did you mean: default
2007 Oct 25
4
""throw $continue" is deprecated, use "return" instead"
...<script type=''text/javascript''> window.onload = function() { debugger; $(''helloBtn'').onclick = function() { var name=$(''helloTxt'').value; new Ajax.Request( "Default3.aspx?name = "+encodeURI(name), { method:"get", onComplete:function(xhr) { var responseObj = eval("("+xhr.responseText +")"); update(responseObj);...
2023 Mar 11
1
Multiple Assignment built into the R Interpreter?
...efinition. This would have the following semantics: { *tmp* <- expr # For arguments with no "default" expression, argname1 <- *tmp*[[1]] argname2 <- *tmp*[[2]] ... # For arguments with a default listed argname3 <- with(*tmp*, default3) } The value of the whole thing would therefore be (invisibly) the value of the last item in the assignment. Two examples: [A, B, C] <- expr # assign the first three elements of expr to A, B, and C [A, B, C = a + b] <- expr # assign the first two elements of expr...
2023 Mar 11
3
Multiple Assignment built into the R Interpreter?
...t; { > *tmp* <- expr > > # For arguments with no "default" expression, > > argname1 <- *tmp*[[1]] > argname2 <- *tmp*[[2]] > ... > > # For arguments with a default listed > > argname3 <- with(*tmp*, default3) > } > > > The value of the whole thing would therefore be (invisibly) the value of > the last item in the assignment. > > Two examples: > > [A, B, C] <- expr # assign the first three elements of expr to A, > B, and C > > [A, B, C = a + b] <- ex...
2023 Mar 11
1
Multiple Assignment built into the R Interpreter?
...pr > > ? ? ? # For arguments with no "default" expression, > > ? ? ? argname1 <- *tmp*[[1]] > ? ? ? argname2 <- *tmp*[[2]] > ? ? ? ... > > ? ? ? # For arguments with a default listed > > ? ? ? argname3 <- with(*tmp*, default3) > ? ? } > > > The value of the whole thing would therefore be (invisibly) the > value of > the last item in the assignment. > > Two examples: > > ? ?[A, B, C] <- expr? ?# assign the first three elements of expr to A, > B, and C...
2023 Mar 11
2
Multiple Assignment built into the R Interpreter?
...nts with no "default" expression, > > > > argname1 <- *tmp*[[1]] > > argname2 <- *tmp*[[2]] > > ... > > > > # For arguments with a default listed > > > > argname3 <- with(*tmp*, default3) > > } > > > > > > The value of the whole thing would therefore be (invisibly) the > > value of > > the last item in the assignment. > > > > Two examples: > > > > [A, B, C] <- expr # assign the first t...
2023 Mar 11
1
Multiple Assignment built into the R Interpreter?
On Sat, 11 Mar 2023 11:11:06 -0500 Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > That's clear, but your proposal violates a very basic property of the > language, i.e. that all statements are expressions and have a value. How about reframing this feature request from multiple assignment (which does go contrary to "everything has only one value, even if it's
2023 Mar 12
2
Multiple Assignment built into the R Interpreter?
...on, > > > > > > argname1 <- *tmp*[[1]] > > > argname2 <- *tmp*[[2]] > > > ... > > > > > > # For arguments with a default listed > > > > > > argname3 <- with(*tmp*, default3) > > > } > > > > > > > > > The value of the whole thing would therefore be (invisibly) the > > > value of > > > the last item in the assignment. > > > > > > Two examples: > > > > > >...
2023 Mar 11
1
Multiple Assignment built into the R Interpreter?
...; > # For arguments with no "default" expression, > > > > argname1 <- *tmp*[[1]] > > argname2 <- *tmp*[[2]] > > ... > > > > # For arguments with a default listed > > > > argname3 <- with(*tmp*, default3) > > } > > > > > > The value of the whole thing would therefore be (invisibly) the value of > > the last item in the assignment. > > > > Two examples: > > > > [A, B, C] <- expr # assign the first three elements of expr to A, > &gt...
2006 Feb 05
2
I appear to be attacking others
It looks like my CentOS 4.2 box is attacking other people with some type of ftp attack. I got an email from somebody saying they were being attacked by my IP address. Further investigation /var/log/messages shows a whole bunch of sshd attacks on me, none of which appear successful. I'm running ethereal right now and I can see that my system is doing some kind of ftp attacks on others.
2023 Mar 12
1
Multiple Assignment built into the R Interpreter?
...<- *tmp*[[1]] > > >? ? ? ? ? ? argname2 <- *tmp*[[2]] > > >? ? ? ? ? ? ... > > > > > >? ? ? ? ? ? # For arguments with a default listed > > > > > >? ? ? ? ? ? argname3 <- with(*tmp*, default3) > > >? ? ? ? ? } > > > > > > > > >? ? ?The value of the whole thing would therefore be > (invisibly) the > > >? ? ?value of > > >? ? ?the last item in the assignment. >...
2023 Mar 12
1
Multiple Assignment built into the R Interpreter?
...> > argname2 <- *tmp*[[2]] > > > > ... > > > > > > > > # For arguments with a default listed > > > > > > > > argname3 <- with(*tmp*, default3) > > > > } > > > > > > > > > > > > The value of the whole thing would therefore be > > (invisibly) the > > > > value of > > > > the last i...
2023 Mar 13
1
Multiple Assignment built into the R Interpreter?
...? argname2 <- *tmp*[[2]] > > > ???????? > >??????????? ... > > > ???????? > > > > > ???????? > >??????????? # For arguments with a default listed > > > ???????? > > > > > ???????? > >??????????? argname3 <- with(*tmp*, default3) > > > ???????? > >????????? } > > > ???????? > > > > > ???????? > > > > > ???????? > >???? The value of the whole thing would therefore be > > > ??????? (invisibly) the > > > ???????? > >???? value of > > &gt...
2023 Mar 13
1
Multiple Assignment built into the R Interpreter?
...- *tmp*[[2]] >>>> ???????? > >??????????? ... >>>> ???????? > > >>>> ???????? > >??????????? # For arguments with a default listed >>>> ???????? > > >>>> ???????? > >??????????? argname3 <- with(*tmp*, default3) >>>> ???????? > >????????? } >>>> ???????? > > >>>> ???????? > > >>>> ???????? > >???? The value of the whole thing would therefore be >>>> ??????? (invisibly) the >>>> ???????? > >???? valu...