Displaying 20 results from an estimated 4000 matches similar to: "R: tinc on Vyatta?"
2012 Aug 12
0
[robertot@redix.it: Please confirm your message]
Could a clueful list admin take this d00f off the list...
robertot@redix.it
----- Forwarded message from robertot@redix.it -----
Date: Sun, 12 Aug 2012 18:34:56 +0200 (CEST)
From: robertot@redix.it
To: jhellenthal@dataix.net
Subject: Please confirm your message
This message was created automatically by mail delivery software (TMDA).
Your message attached below is being held because the
2009 Jun 12
0
R: Creating this vector, any suggetions?
try this
> a<-c(1, 6, 8, 9)
> 1*(1:10 %in% a)
[1] 1 0 0 0 0 1 0 1 1 0
Stefano
-----Messaggio originale-----
Da: r-help-bounces at r-project.org
[mailto:r-help-bounces at r-project.org]Per conto di njhuang86
Inviato: Friday, June 12, 2009 4:45 PM
A: r-help at r-project.org
Oggetto: [R] Creating this vector, any suggetions?
Suppose I have the first vector: c(1, 6, 8, 9)
I will
2009 Jun 26
0
R: Deleting repeated rows
?unique
as an example
> mat<-matrix(c(1,2,3,1,1,2,1,2,3,4,7,5), ncol=3, byrow=T)
> mat #rows 1 and 3 are identical
[,1] [,2] [,3]
[1,] 1 2 3
[2,] 1 1 2
[3,] 1 2 3
[4,] 4 7 5
> unique(mat)
[,1] [,2] [,3]
[1,] 1 2 3
[2,] 1 1 2
[3,] 4 7 5
Stefano
-----Messaggio originale-----
Da: r-help-bounces at r-project.org
2009 Sep 23
0
R: Function to check if a vector contains a given value?
?any
any(x==2)
Stefano
-----Messaggio originale-----
Da: r-help-bounces at r-project.org
[mailto:r-help-bounces at r-project.org]Per conto di Dimitri Liakhovitski
Inviato: mercoled? 23 settembre 2009 17.38
A: R-Help List
Oggetto: [R] Function to check if a vector contains a given value?
Dear R'rs,
is there a function that checks if a given vector contains a certain value.
E.g.,
2020 May 10
0
CentOS8 and proftpd with quota file module enable
Hi, someone can help me on this follow problem?
I have also write to proftpd ML and if someone give me some suggest I
let you know.
Many thanks for your reply.
Dario
------- Messaggio inoltrato -------
Da: Dario Lesca <d.lesca at solinos.it>
Rispondi a: proftp-user at lists.sourceforge.net
A: proftp-user at lists.sourceforge.net
Oggetto: [Proftpd-user] proftpd-1.3.6c on centos8: When
2005 Jul 13
0
Virus ricevuto -- Virus received
Questo messaggio e` stato automaticamente generato
per informarvi che un messaggio da voi inviato
(o inviato da un virus che ha falsificato il vostro
indirizzo email) e` stato bloccato dall'antivirus
installato su questo mail server.
Di seguito potete trovare alcuni dettagli relativi
al messaggio bloccato:
virus trovati (virus found): Worm.Mydoom.M
mittente protocollo (envelope from):
2013 Jul 09
0
R: Small fixes needed for Riello driver
Hi Charles,
I fixed (and tested) the source file according to your tips.
The patch are attached.
Let me know if there still something that do not reflect your guidelines.
Elio Parisi
Centro Ricerche
RPS SpA
Viale Europa, 7
37045 Legnago VR
Tel. +39 0442 635811 Fax. +39 0442 635934
Skype Id: - Voip:
E-mail: E.Parisi at riello-ups.com
Web: www.riello-ups.com
2013 Jul 05
0
R: Small fixes needed for Riello driver
But the diff file that I'll now produce is related to the 3857 revision, so is also
inclusive of previous changes (i.e. BYTE to uint8_t). Is it Ok for you?
In alternatively could you modify the row (166 of riello_ser.c) of the file deleting the only cast that exist?
Elio Parisi
Centro Ricerche
RPS SpA
Viale Europa, 7
37045 Legnago VR
Tel. +39 0442 635811 Fax. +39 0442 635934
Skype Id:
2006 Apr 15
0
Running Vyatta on Xen
Hello,
I am working on a project where I would like to run Vyatta with Xen
(v 3.0.1 from redhat).
I have had only mitigated sucess so far. Actually the real Vyatta
kernel doesn''t boot inside of Xen. I am planning to get the source and
apply the Xen patch to it so then I could boot right off this new
Vyatta kernel/initrd being Xen compliant.
Here are the steps I took after I downloaded
2012 Jun 15
1
R under JVM
Dear all,
first of all I apologize for not having changed the object.
I just re-used an old email I sent some time ago.
The let us go into the question.
Our architecture is the following:
A (set of) java programs running under a jvm that passes data and instructions to an R instance via RNI
and at the end of the process extracts calculated data from R.
The question is: can I
2004 Jul 23
1
R: retrieve rows from frame assuming criterion [corrected]
sorry for my previus (WRONG)
answer, as someone already pointed out
a solution could be
subset(data, PUNTAR==c("IX49","IX48"))
> -----Messaggio originale-----
> Da: Guazzetti Stefano
> Inviato: venerd?? 23 luglio 2004 15.55
> A: 'Luis Rideau Cruz'; r-help at stat.math.ethz.ch
> Oggetto: R: [R] retrieve rows from frame assuming criterion
>
>
2010 Aug 07
2
R: Confidence Intervals for logistic regression
a closer look to the help on predict.glm will reveal that the function
accepts a 'type' argument.
In you case 'type = response' will give you the results in probabilities
(that it seems to be what you are looking for).
There also is an example on use of the 'type' argument at the end of the
page.
Stefano
-----Messaggio originale-----
Da: r-help-bounces at r-project.org
2009 May 18
1
Fw: Vyatta VC5 inplace of Xen-bridging.
I have 4 guest VMs installed on 1 host. One of them is
Vyatta (VC5). Currently we are using default Xen-bridge for
communication between VMs(inter-domain or intra-domain).
I want to assign Vyatta(a guest VM) exclusively to replace Xen-bridging for VM to VM communication.
Means the traffic sent from guest-1 to guest-2 bypass briging and route through vyatta(VM), instead of going to Dom0.
As
2006 Mar 28
0
R: R: Echo cancellation
I did it Steve, but on some calls i still have the EC on OFF.
What can i check? Could it depend of my zapata.conf ?
Thanks
Giordano Grandis
-----Messaggio originale-----
Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Steve Davies
Inviato: marted? 28 marzo 2006 17.08
A: Asterisk Users Mailing List - Non-Commercial Discussion
2004 Jul 23
0
R: R: retrieve rows from frame assuming criterion [corrected]
Yes,
paraphrasing Murphy I can say of myself:
"Nothing seems to be able to stop a stupid thought
in its pathway from the brain to the keyboard". :-)
Sorry once again and thank for your patience.
Stefano
> -----Messaggio originale-----
> Da: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk]
> Inviato: venerd?? 23 luglio 2004 16.30
> A: Guazzetti Stefano
> Cc: Luis
2004 Jul 23
0
retrieve rows from frame assuming criterion [corrected]
Still wrong:
> x <- data.frame(a = sample(letters[1:3], 10, replace=T), b=1:10)
> x
a b
1 a 1
2 a 2
3 b 3
4 b 4
5 a 5
6 a 6
7 b 7
8 b 8
9 b 9
10 c 10
> subset(x, a == c("b", "c"))
a b
3 b 3
7 b 7
9 b 9
10 c 10
> subset(x, a %in% c("b", "c"))
a b
3 b 3
4 b 4
7 b 7
8 b 8
9 b 9
10 c 10
What matters
2006 May 04
0
R: R: [Re:] function to replace missing values with median value?]]
oops!, I pressed the 'send' key too soon, ...
see ?replace
replace(x, is.na(x), median(x, na.rm=T))
take also a look at the function itself
> replace
function (x, list, values)
{
x[list] <- values
x
}
<environment: namespace:base>
Stefano
>-----Messaggio originale-----
>Da: r-help-bounces at stat.math.ethz.ch
>[mailto:r-help-bounces at
2002 Feb 27
1
I: PATCH: Samba/Win2K renaming bug
-----Messaggio originale-----
Da: Davide Parise [mailto:d.parise@mhz.it]
Inviato: Tuesday, February 26, 2002 23:33
A: Jeremy Allison
Oggetto: R: [Samba] PATCH: Samba/Win2K renaming bug
I have the same problem, but I also have an explanation.
When You click on a multimedia file Windows Media Player opens a preview on
the left side of your windows. When this preview is open is impossible to
make
2006 Mar 29
0
R: RE : Echo cancellation
Hi Francois,
I kwnow, but I have "DSP:on" also if i not have an hardware echocan module :/ and I always have "Echo Cancellation: 0 taps, currently OFF".
This is my zapata.conf
[channels]
language = it
usecallerid = yes
callwaiting = yes
usecallingpres = yes
callwaitingcallerid = yes
threewaycalling = yes
cancallforward = yes
callreturn = yes
switchtype = euroisdn
2012 Nov 27
1
Riello patch and examples
Hi Arnaud,
attached there are a new patch (fixed ups.upspower.nominal in GPSER protocol and device.mfr)
and three devdumps.
Let me know if this time all is correct,
Elio Parisi.
Elio Parisi
Centro Ricerche
RPS SpA
Viale Europa, 7
37045 Legnago VR
Tel. +39 0442 635811 Fax. +39 0442 635934
Skype Id: - Voip:
E-mail: E.Parisi at riello-ups.com
Web: www.riello-ups.com