Displaying 20 results from an estimated 1000 matches similar to: "My first rsync experience"
2004 Jan 09
2
Error on SMB Packages
-----BEGIN PGP SIGNED MESSAGE-----
********************************************************************
The contents of this email are intended exclusively for the
addressee. If you are not the addressee you must not read
use or disclose the email contents ; you should notify us
immediately [ by clicking "Reply" ] and delete this email.
Nationwide monitors e-mails to ensure its systems
2007 Jun 26
1
A really simple data manipulation example
In response to those who asked for a better explanation of what the
Vilno software does, here's a simple example that gives some idea of
what it does.
LABRESULTS is a dataset with multiple rows per patient , with lab
sodium measurements. It has columns: PATIENT_ID, VISIT_NUM, and
SODIUM.
DEMO is a dataset with one row per patient, with demographic data.
It has columns: PATIENT_ID, GENDER.
2004 Aug 24
2
Compiling Samba 3.0.6 on FreeBSD 5.2.1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi there,
since yesterday the compiling of samba drives me mad.
I'm running FreeBSD 5.2.1, installed OpenLDAP client/server and KRB5.
Afterwards I got the sources for the 3.0.6-release, unpacked them and
tried to configure like:
./configure --includedir=/usr/local/include/
- --with-libiconv=/usr/local/lib --with-pam --with-readline
-
2005 Feb 28
2
A problem about outer()
Dear all,
I have something about function outer() that I can't understand. Just see the following example. The two NaNs are due to 0/0, but I can't figure out the cause of the last two errors. I wonder if some one can explain this for me.
___________________________________________________________________
> sx=rbinom(10,1,0.5);ot=rbinom(10,1,0.5);ag <- rbinom(10,100,0.3);ho <-
2006 Mar 05
1
Can log into the mailbox from Soft-phone , but not from Hardware Phone
Hi
I am using asterisk 1.4 on RHEL4
I am sending this mail to the mailing list , to
enquire wheter any one had faced simillar problem
which I am facing now
I am facing a problem which is not able to solve
or understand , the problem is that I cannot log into
the mailbox from a VoIP hardware phone , while I am
able to login to the mail box using soft-phone for the
same users
2012 Apr 28
1
Unable to install rggobi in R 2.15
I am currently using R 2.15.0 with R Tools 2.15 (in Windows XP). I downloaded the source for RGgobi and extracted it to a folder.
Then I tried compiling and installing with the following command and got an error message:
--------------------------------------------------------------------------------------------
D:\Work\tmp>R CMD INSTALL --build "D:\\DPF\\Rggobi\\rggobi"
*
2012 Apr 27
1
Unable to compile & install rggobi
I am currently using R 2.15.0 with R Tools 2.15 (in Windows XP). I downloaded the source for RGgobi and extracted it to a folder.
Then I tried compiling and installing with the following command and got an error message:
------------------------------------------------------------------------------------------------------------------
D:\Work\tmp>R CMD INSTALL --build
2008 May 13
1
Bubble plot pie chart map
Hello,
I am currently trying to show the abundance of two species of
zooplankton within the North Sea as pie chart bubble plots. I followed
Werner Wernersen's advice in R help
(http://finzi.psych.upenn.edu/R/Rhelp02a/archive/48644.html) and used
Paul Murrell's paper "Integrating Grid Graphics Output with Base
Graphics Output" (in R News) to try and do this (using the gridBase
2006 Mar 21
0
wine and Mankind (the one from www.mankind.net) - possible networking or file creation problem
Hello!
I am now trying for quiet a while to get Mankind running with wine.
I tried almost everything and read tons of wine's debug output - without
success (yet...).
The story in short: (also see
http://appdb.winehq.com/appview.php?appId=2409)
The game installs perfectly. It can be started. Its possible display
Mankind's news website within the client, but that doesn't have priority
2006 Aug 19
9
SSH scans vs connection ratelimiting
Gang,
For months now, we're all seeing repeated bruteforce attempts on SSH.
I've configured my pf install to ratelimit TCP connections to port 22
and to automatically add IP-addresses that connect too fast to a table
that's filtered:
table <lamers> { }
block quick from <lamers> to any
pass in quick on $ext_if inet proto tcp from any to ($ext_if) port 22
modulate
2003 Jun 18
3
finding contours in a matrix
Hi,
I have matrix of sea bottom depths that I am plotting in R with the function
'image'.
I am particularly interested in the 200m depth contour (I'm using 'distance
from this feature' as a covariate in a model) and would like to extract the
data at evenly
spaced points along it. I can easily superimpose a line at 200m using the
function 'contour'. What I
want to
2009 Dec 09
2
Problem with if statement
I am trying to use the value of an ID variable in an if statement and
not getting the results I expected.
# ID values for two school districts
> with(rf, tapply(DistrictID, DistrictName, min) )
Aberdeen School Dist. # 58 Buhl Joint School District
59340 53409
This creates DNAME as I expected ...
2011 Jul 29
2
Changing font type within y axis labels
I wish place the following axis label in such a manner that some of the
text is plain and the scientific name is in italics (i.e. a mixture of
two font types)
Using plot:
mtext("Total Landings of Pecten maximus (tonnes)",font,=3, side=2,
line=3)
makes everything italic, but how do I apply the font change to only
"Pecten maximus"?
Rgds
Phil
2003 Aug 14
2
nls confidence intervals
Hi,
Does anyone know how to compute the confidence prediction intervals for
a nonlinear least squares models (nls)?
I was trying to use the function 'predict' as I usually do for other
models fitting (glm, lm, gams...), but it seems that se.fit, and
interval computation is not implemented for the nls...
Cheers
Enrique
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Fisheries Research Services,
Marine
2003 Sep 29
5
colours in dotchart (PR#4343)
Problem: neither fg or bg
nor color work properly in dotchart.
version: R-1.7.1 for windows
code which shows the errors:
x <-
matrix(rnorm(16),ncol=2,dimnames=list(paste("a",1:8,sep=""),c("before","afte
r")))
dotchart(x,fg="blue",bg="lightgrey")
dotchart(x,color=c("red","blue"))
Dr Ian J Wilson
Lecturer in
2003 Feb 24
3
Legend in plot: symbol for mean and standard deviation
Dear list,
I am facing the following problem with the legend of a plot that display
the mean and variance of a measurement y as a function of x, the mean
being represented by a dot and the variance by a vertical line.
My problem is that I am unable to display the symbol (dot + vertical
line) in the legend.
any help is welcome,
thanks
marco
--
2006 Feb 15
1
Rails on Apache
Hi all,
I''m trying to get rails to run under apache and have looked at the
various how-to pages, but don''t seem to see an answer to my basic question:
Can I do this without using mod-rewrite? Do I have to use .htaccess with
various rewrite rules, or can I just do it with a really minimal
.htaccess that only says something about the AddHandler for .cgi?
--
cheers,
Bruce
2014 Jul 09
1
DFS queries via rpcclient to Windows 2012 Server fails
Hello,
We previously had Win2008 R2 DCs which we have begun to replace with Win2012 servers (forest is still at 2008 level however). I was able to query DFS via rpcclient but now I find that I am unable to.
I know that SMB3 was introduced in Win2012 but I believe that it should auto-negotiate earlier versions. I did however test from v4.1.9 as well, unfortunately that still fails.
From Samba3
2013 Jan 11
3
looking for R packages that can do the following:
1. Minimum Mean Square Estimation (for Multi-Dimensional Linear Regression)
2. Two-Sample Kolmogorov-Smirnov Tests
3. Empirical ANOVA Methods
All this to be done on empirical data.
I am new to the R world, any help would be appreciated.
Thank You,
Bill Gilliland
Lead Sensor Systems Engineer
E303, Tactical Communications, Transport, and Sensors
Group: Tactical
2009 Jul 21
2
Searching for specific values in a matrix
Hello all,
I have a seemingly simple question which I have searched for an answer for
for a few hours without luck. I have a matrix of both values and characters
with thousands of rows. I would like to run a search of this matrix for
certain values and would like the search to retrieve the entire row. How
would I accomplish this?
Thanks!
Mehdi Khan
[[alternative HTML version deleted]]