Displaying 4 results from an estimated 4 matches for "verylong".
Did you mean:
overlong
2012 Dec 05
1
duplicated() with long vectors
...o work for a long vector. For example, if
you download the data from
https://docs.google.com/open?id=0B6-m45Jvl3ZmNmpaSlJWMXo5bmc (a vector
with about 12,000 numbers) and then run the following code which does
duplicated() over the whole vector but just shows the last 30
elements:
data.frame( tail(verylong, 30), tail(duplicated(verylong), 30) )
you'll see that at the end of the very long vector everything is
listed as a duplicate of the preceding element (even though it
shouldn't be). On the other hand, if you run the following code which
just takes out the last 30 elements of the vector and...
2016 Dec 19
2
config file line length limit
...nce. at the start of the stanza, the script puts
a commentline containing amazon's JSON description of the instance.
dueto recent changes made by amazon, the description is longer than
it used to be, making the comment longer. then ssh started failing.
example (using the attached config file verylong.config):
$ ssh -F verylong.config whatever
verylong.config: line 9: Bad configuration option: ABCDEFG
verylong.config: terminating, 1 bad configuration options
i decided to take a look at the ssh source code. i think it is
pretty clear what is going wrong.
----- readconf.c:
1703 char li...
2005 Jul 07
2
randomForest
...> [1] TRUE
Because a list is also a vector:
> a <- c(list(1), list(2))
> a
[[1]]
[1] 1
[[2]]
[1] 2
> is.vector(a)
[1] TRUE
> is.numeric(a)
[1] FALSE
Actually, the way I initialize a list of known length is by something like:
myList <- vector(mode="list", length=veryLong)
Andy
> i also tried as.vector(sample.size) and assigned it to sampsz,it still
> does not work.
>
> On 7/7/05, Duncan Murdoch <murdoch at stats.uwo.ca> wrote:
> > On 7/7/2005 3:38 PM, Weiwei Shi wrote:
> > > Hi there:
> > > I have a question on random...
2004 Dec 15
4
2 ftp serwers problem
Hello,
I have a local network with gateway (192.168.1.1) to internet, it is
computer with slackware and shorewall.
I have ftp serwer on my gateway computer, serwer is on 21 port and it
is accesable for external and internal computers ( from internet and
local network ).
Today I have installed Serwer on my local machine (192.168.1.6) on
port 22019. The serwer is accesable from loal computers in