Displaying 20 results from an estimated 255 matches for "kdi".
Did you mean:
edi
2003 Dec 02
2
rsync 2.5.6 with ssh to a remote server
...path = /home/brian
use chroot = true # Do I need this for ssh style?
read only = false
uid = 1000 # Or these 2 lines?
gid = 1000
auth users = brian # And these 3 lines?
secrets file = /etc/rsyncd.secrets
strict modes = true
-- works --
C:\kdi>rsync -auvv /cygdrive/c/kdi/brian
brian@192.168.1.64::brian/brian
opening tcp connection to
192.168.1.64 port 873 Linux aspen 2.4.18-evms #1 Sat Nov 8
00:32:46 GMT-7 2003 i686 unknown Password:
building file list ...
expand file_list to 4000 bytes, did move
done
total: matches=0 tag_hits=0...
2013 Nov 26
0
Budete mit erekci, kdy se Vam zachce
Nav?tivte na?e webov? str?nky infotigra
a objevte, jak JEDNA jedin? mal? modr? pilulka m??e do?ivotn? zm?nit VA?I sexu?ln? v?konnost!
?
V??en? z?kazn?k! V?deck? testy prok?zaly, ?e TIGRA funguje l?pe ne? jak?koli jin? pilulka. Test na 800 mu??ch ve v?ku 21 a? 80 let prok?zal ohromuj?c? v?sledky:
?
1. A? o 71 % siln?j?? touha
2016 Jan 18
3
tinc running openwrt (mikrotik metarouter mips)
Hi Mark
Im trying to run this as a metarouter instance in mikrotik. Which build
should I use that has tinc pre-built?
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
This
email has been sent from a virus-free computer protected by Avast.
www.avast.com
2014 Feb 05
0
100% přírodní složky
V??en? z?kazn?ku,
tak jak st?rneme, kles? na?e pohlavn? potence.
N?? organizmus produkuje m?n? testosteronu,
co? je v?znamn? hormon mu??, a proto je i
na?e touha men?? a v?kon slab??.
Pro mnoho mu?? to znamen? v??n? pohlavn?
probl?my - slab? nebo neexistuj?c?
stopo?en?, ztr?ta mu?nosti nebo schopnosti
uspokojen?. Jsou to trapn?, poni?uj?c? v?ci.
Samoz?ejm? na to existuj? l?ky na l?ka?sk?
p?edpis,
2016 Jan 18
0
tinc running openwrt (mikrotik metarouter mips)
Hi Yazeed,
it depends on your arch. This is really OpenWRT specific. Try to search
OpenWRT Wiki. E.g. you can use
http://forum.mikrotik.com/viewtopic.php?p=414386#p414386
Greetings
Marek Dr?pal
Byl 18.leden 2016 (Pond?l?), kdy? v 13:42:46 (CET) , Yazeed Fataar napsal(a):
> Hi Mark
>
> Im trying to run this as a metarouter instance in mikrotik. Which build should
> I use that
2016 Jan 18
4
tinc running openwrt (mikrotik metarouter mips)
Hi Guys
I am wanting to test running tinc in openwrt. I need help on how to run it
in openwrt. How do I compile tinc ?
Regards
Yazeed Fataar
<yazeedfataar at hotmail.com>
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
This
email has been sent from a virus-free computer protected by Avast.
www.avast.com
2017 Aug 16
5
strange behaviour read.table and clipboard
Hi Duncan
The simples spreadsheet is:
Put a name in the cell, let say "a1"
Put number e.g. 1 below "a1"
Copy the number to enough rows
Select this column and press ctrl-c
result is
> temp<- read.delim("clipboard")
> str(temp)
'data.frame': 1513 obs. of 1 variable:
$ a1: Factor w/ 2 levels "1","a1": 1 1 1 1 1 1 1 1 1 1 ...
2017 Aug 17
2
strange behaviour read.table and clipboard
Hi
> -----Original Message-----
> From: Robert Baer [mailto:rbaer at atsu.edu]
> Sent: Wednesday, August 16, 2017 3:04 PM
> To: PIKAL Petr <petr.pikal at precheza.cz>; Duncan Murdoch
> <murdoch.duncan at gmail.com>
> Cc: r-devel at r-project.org
> Subject: Re: [Rd] strange behaviour read.table and clipboard
>
> You said, "put a name in the cell".
2017 Jul 10
4
fit lognorm to cdf data
Dear all
I am struggling to fit data which form something like CDF by lognorm.
Here are my data:
proc <- c(0.9, 0.84, 0.5, 0.16, 0.1)
size <- c(0.144, 0.172, 0.272, 0.481, 0.583)
plot(size, proc, xlim=c(0,1), ylim=c(0,1))
fit<-nls(proc~SSfpl(size, 1, 0, xmid, scal), start=list(xmid=0.2, scal=.1))
lines(seq(0,1,.01), predict(fit, newdata=data.frame(sito=seq(0,1,.01))), col=2)
I tried
2017 Jul 04
6
R and UBUNTU startup
Dear all
I have 3 questions. Due to some reason I switched from Vista to Ubuntu on home PC. I was used to start with Rgui.exe. However I am not able to find it under Ubuntu and R starts as terminal (probably Rterm).
Question 1. Is Rgui.exe available on linux?
In Windows doc folder I can find manuals, however I did not find doc folder in Ubuntu. I found somewhere that manuals need to be
2018 Feb 08
2
plotting the regression coefficients
Hi Petr;
Thanks so much. Exactly this is what I need. I will play to change color
and so on but this backbound is perfect to me. I do appreciate your help
and support.
Regards,
Greg
On Thu, Feb 8, 2018 at 1:29 PM, PIKAL Petr <petr.pikal at precheza.cz> wrote:
> Hi
>
> I copied your values to R, here it is
>
>
>
> > dput(temp)
>
>
>
> temp <-
2017 Jul 11
1
fit lognorm to cdf data
Hi
Great. I did not think that such combination is posssible.
Thanks.
Petr
> -----Original Message-----
> From: peter dalgaard [mailto:pdalgd at gmail.com]
> Sent: Tuesday, July 11, 2017 1:11 AM
> To: PIKAL Petr <petr.pikal at precheza.cz>
> Cc: r-help at r-project.org
> Subject: Re: [R] fit lognorm to cdf data
>
> How about
>
> proc <- c(0.9, 0.84, 0.5,
2018 Feb 08
2
plotting the regression coefficients
Hi Petr;
Thanks for your reply. It is much appreciated. A small example is given
below for 4 independent and 4 dependent variables only. The values given
are regression coefficients.I have looked ggplot documents before writing
to you. Unfortunately, I could not figure out as my experience in ggplot is
ignorable
Regards.
Greg
y1 y2 y3 y4
x1 -0.19 0.40 -0.06 0.13
x2 0.45 -0.75 -8.67 -0.46
x3
2018 Feb 10
0
plotting the regression coefficients
Hi Peter;
The R code you provided works very well. Once again thanks so much for
this. The number of variables in my data set that should appear on the
y-axis is 733 and they are not numerical (for example the name of one
variable is *palmitoyl-arachidonoyl-glycerol (16:0/20:4) [1]**. So, the
plot looks very messy in one page. How can I make the plot to print out on
multiple pages?
Regards,
2018 Feb 08
0
plotting the regression coefficients
Hi
I copied your values to R, here it is
> dput(temp)
temp <- structure(list(par1 = structure(1:4, .Label = c("x1", "x2", "x3",
"x4"), class = "factor"), y1 = c(-0.19, 0.45, -0.09, -0.16),
y2 = c(0.4, -0.75, 0.14, -0.01), y3 = c(-0.06, -8.67, 1.42,
2.21), y4 = c(0.13, -0.46, 0.06, 0.06)), .Names = c("par1",
"y1",
2017 Jul 04
0
R and UBUNTU startup
I did the same transition, facing the same issues, so I settled for installation of RKWard. This pretty much reproduces my previous experience with Tinn-R and the Rgui.
HTH
Ruben
________________________________
Ruben H. Roa-Ureta, Ph. D.
Senior Scientist,
Center for Environment and Water, Marine Studies Section,
King Fahd University of Petroleum and Minerals,
KFUPM Box 1927, Dhahran 31261,
2017 Aug 15
2
strange behaviour read.table and clipboard
Dear all
I used to transfer data from excel to R by simple ctrl-c and read.delim("clipboard") construction. I know it is a bad practice but it is easy and for quick exploratory work it is OK. However after changing to new R devel few days ago I encountered weird behaviour. I tried one or two columns.
In case of 2 columns, header is repeated after 526 items
>
2018 Feb 12
2
plotting the regression coefficients
Hi
Maybe there are other ways but I would split data to several chunks e.g. in list and use for cycle to fill multipage pdf.
With the toy data something like
library(reshape2)
library(ggplot2)
temp <- melt(temp)
temp.s<-split(temp, cut(1:nrow(temp), 2))
pdf("temp.pdf")
for (i in 1: length(temp.s)) {
p <- ggplot(temp.s[[i]], aes(x=par1, y=variable, size=abs(value),
2017 Jul 10
0
fit lognorm to cdf data
How about
proc <- c(0.9, 0.84, 0.5, 0.16, 0.1)
size <- c(0.144, 0.172, 0.272, 0.481, 0.583)
plot(size, proc, xlim=c(0,1), ylim=c(0,1))
fit<-nls(proc~plnorm(size, log(xmid), sdlog, lower=FALSE), start=list(xmid=0.2, sdlog=.1))
summary(fit)
lines(fitted(fit)~size)
-pd
> On 10 Jul 2017, at 16:27 , PIKAL Petr <petr.pikal at precheza.cz> wrote:
>
> Dear all
>
> I am
2017 Aug 16
0
strange behaviour read.table and clipboard
Hi
> -----Original Message-----
> From: Martin Maechler [mailto:maechler at stat.math.ethz.ch]
> Sent: Wednesday, August 16, 2017 12:01 PM
> To: PIKAL Petr <petr.pikal at precheza.cz>
> Cc: Martin Maechler <maechler at stat.math.ethz.ch>; Duncan Murdoch
> <murdoch.duncan at gmail.com>
> Subject: RE: [Rd] strange behaviour read.table and clipboard
>
>