Displaying 20 results from an estimated 1200 matches similar to: "Protocol negotiation failed error"
2001 Apr 16
1
roger wilco
Hello,
i am having problems with this neat little program for voice chatting (for
quake and stuff). Program dialog starts just fine and I can connect to a
Roger Wilco server, but I can't get sound working... output for sound
selected is Wine DirectSound using Open Sound System.
anybody had a success with this program?
thanks
2011 Oct 20
3
[Announce] Samba 3.6.1 Available for Download
===================================================================
"I'm desperately trying to figure
out why kamikaze pilots wore
helmets."
Dave Edison
==================================================================
Release Announcements
=====================
This is the latest stable release of Samba 3.6.
Major enhancements in Samba 3.6.1 include:
o Fix
2011 Oct 20
3
[Announce] Samba 3.6.1 Available for Download
===================================================================
"I'm desperately trying to figure
out why kamikaze pilots wore
helmets."
Dave Edison
==================================================================
Release Announcements
=====================
This is the latest stable release of Samba 3.6.
Major enhancements in Samba 3.6.1 include:
o Fix
2005 Feb 16
3
Unable to create histograms
Hi,
could someone pelase help me with this?
My data set's name is db1(say) and one of the
variables is var1. I gave the command:
hist(db1$var1). The values of Var1 are numbers.
I got an error which says: 'x' must be numeric.
Sometimes it works for other datasets and it's not
working for this dataset. Also, does R let us import
data from an excel spreadhsheet?
Thanks,
Radha
2001 Nov 20
0
Roger Wilco ?
Hi,
I wish to run the application "Roger Wilco" on my box. Is there anybody out
there allready successfully running it ? Or are there negatives to report ?
Please tell me if or if not it is possible
Peter
--
Ours is a world of nuclear giants and ethical infants.
-- General Omar N. Bradley
2013 May 23
0
xml newbie
Dear r-helpers,
I am trying to extract quantities of interest from my iTunes library xml file. For example, i'd like to be able to run a simple regression of playcount on track number, under the theory that tracks near the beginning of albums get played more (either because they are "better" or because people listen to the beginnings of albums)
I have an xml file that is of the
2001 Mar 21
9
configuration
Hello Sir,
Please find the attached smb.conf with mail.
I have configured the smb.conf file but having problems in connection from
Windows98 machines but where as it works well with Windows NT 4.0.
If I change security = share in smb.conf it will work with all the machines
for both windows 98 & NT but there will be no security.
I am using solaris 2.7 & our network is peer to peer
2012 Feb 21
2
[PATCH 2/3] SMBIOS table passthrough support
Utility routines in hvmloader for SMBIOS table validation.
Signed-off-by: Ross Philipson <ross.philipson@citrix.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xensource.com/xen-devel
2012 Dec 20
2
[PATCH v4 01/04] HVM firmware passthrough HVM defs header
Add public HVM definitions header for firmware passthrough support (including
comment describing the feature''s use). In addition this header is used to
collect the various xenstore string values that are used in HVMLOADER.
Signed-off-by: Ross Philipson <ross.philipson@citrix.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
2009 Nov 10
1
Is it possible to detect whether running as Rscript?
I would like to write a block of code that runs when a script is being
run from Rscript, but not to run if the same file is being source()d,
or submitted via ESS, etc. As a gloss I would like to write a file
that looks somewhat like:
#!/usr/bin/env Rscript
my.func <- function(...) {
#do something...
}
if ( #is.running.Rscript# ) {
do.call(my.func, commandArgs(trailingOnly=TRUE))
}
2002 Jan 10
4
Potential SSH2 exploit
I just noticed (at least on OpenSSH 3.0p1) that even though I have both RSA
and DSA keys available in sshd_config on a server, only a ssh-rsa line
shows up in known_hosts on the client side, not a ssh-dss line (that
priority may come from the fact that my RSA key is listed before my DSA key
in sshd_config). If I comment out the RSA key in sshd_config and restart
the server, then the next time the
2006 Feb 16
2
MANOVA: how do I read off within and between Sum-of-Squares info from the manova result?
Hi all,
I am experimenting the function "manova" in R.
I tried it on a few data sets, but I did not understand the result:
I used "summary(manova_result)"
and "summary(manova_result, test='Wilks')"
and they gave a bunch of numbers...
But I need the Sum-of-Squares of BETWEEN and WITHIN matrices...
How do I read off from the R's manova results?
Any
2008 Oct 13
1
na.pass
Hi All,
I have a data frame which has columns comprised mainly of "NA"s. I know
there are functions na.pass and na.omit etc which can be used in these
situations however I can't them to work in this case. I have a function
which returns the data according to some rule i.e. removal of N in this
code:
nep <- function(data)
{
dummy <- rep(0,378)
for(i in 1:378){
2017 Jul 11
1
getting rid of hp c3180
On Tue, Jul 11, 2017 at 02:47:47PM -0500, Valeri Galtsev wrote:
>
> On Tue, July 11, 2017 2:20 pm, Michael Hennebry wrote:
> > I have a hp photosmart C3180 all-in-one and am well and truly sick of it.
> > It seems like every time I go on another printing binge,
> > I need yet another print cartridge.
> > hp-clean doesn't help.
> > IIRC this use it or lose
2006 Mar 30
2
Unbalanced Manova
Dear all,
I need to do a Manova but I have an unbalanced design. I have
morphological measurements similar to the iris dataset, but I don't have
the same number of measurements for all species. Does anyone know a
procedure to do Manova with this kind of input in R?
Thank you very much,
Naiara.
--------------------------------------------
Naiara S. Pinto
Ecology, Evolution and Behavior
1
2003 Jun 07
1
Extracting Numbers from MANOVA output
Hi,
Suppose I have:
> summary(manova(plank.man))
Df Pillai approx F num Df den Df Pr(>F)
plankton.new[, 1] 1 0.5267 9.8316 6 53 2.849e-07 ***
Residuals 58
---
Signif. codes: 0 `***' 0.001 `**' 0.01 `*' 0.05 `.' 0.1 ` ' 1
My understanding is the MANOVA summary returns a list.
2003 Nov 20
4
p value in MANOVA
Dear R users,
Can anyone tell me how to get the p value out of the output from
summary.manova?
I tried all the methods I can think of, but failed.
Many thanks
Yu-Kang
_________________________________________________________________
¥ß§Y¥Ó½Ð MSN Mobile ªA°È¡G¦b±zªº¤â¾÷¤W¦¬µo MSN Hotmail
http://msn.com.tw/msnmobile
2007 Mar 16
2
MANOVA permutation testing
Hi,
I've got a dataset with 7 variables for 8 different species. I'd like
to test the null hypothesis of no difference among species for these
variables. MANOVA seems like the appropriate test, but since I'm
unsure of how well the data fit the assumptions of equal
variance/covariance and multivariate normality, I want to use a
permutation test.
I've been through CRAN looking at
2016 Apr 12
0
[FORGED] Re: identical() versus sapply()
Use all.equal instead of identical if you want to gloss over
integer/numeric class differences and minor floating point differences (and
a host of others).
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Mon, Apr 11, 2016 at 5:25 PM, Paulson, Ariel <apa at stowers.org> wrote:
> Hi Jeff,
>
>
> We are splitting hairs because R is splitting hairs, and causing us
> problems.
2006 Apr 18
2
[LLVMdev] LLVM-based JVM JIT for libgcj
>>>>> "Chris" == Chris Lattner <sabre at nondot.org> writes:
>> FWIW I actually did this work twice, once for libjit and once for
>> LLVM. I'm happy to provide a comparison, from a jit-writing
>> perspective, if you're interested.
Chris> Given your experience with both, I'd be very interested in any
Chris> thoughts you have on