search for: edos

Displaying 20 results from an estimated 52 matches for "edos".

Did you mean: dos
2007 Nov 13
0
resampling
Dear all, I sample without replacement elements of a vector and generate a new vector: kl<-c(1,1,1,1,1,2,2,2,2,2,3,3,3,3,3,4,4,4,4,5,5,5,5,5,6,6,6,6,6,7,7,8,8, 8,8,8,8,8,8,8) the_index<-c(sample(40,35)) for(fs in 1:length(the_index)){if(fs==1){s<-c(kl[the_index[fs]])}else{s<- append(s, kl[the_index[fs]], after = length(s))}} I am running in BATCH mode this script in a
2007 Feb 14
1
Problem with the 'hist' function
Hi, I am using the following R version: > R version 2.4.1 (2006-12-18) > Copyright (C) 2006 The R Foundation for Statistical Computing > ISBN 3-900051-07-0 I believe I found a bug in the 'hist' function, when 'probability=TRUE'. I looked in the archives and I came across problems with the 'hist' functions (e.g., bug PR# 944, posted in 2001), however, a
2002 Sep 17
3
[ smbfs ] Does it support ACLS?
Hello there friends & foes, I've had if with M$ windows! Next week I'll sabotage my shop (how 'bout password protecting dualboots on WS) and force LINUX down my users' throats ;-) (oh, don't I like this tone... makes me feel Billy G.) Oops, showstopper! ACL enabled network filesystem, where is it? I can't go with alpha code nfs4, so is there a patch to the smb
2006 Feb 11
2
Route all LAN traffic through eth2 and keep web/mail traffic on eth0
Hi, I have the following config: 1 PC with 3 NICs, that shares internet connection to LAN. eth0 uses a public IP ($public_ip_1) eth1 uses a private IP ($private_ip) eth2 uses a public IP ($public_ip_2) I have a webserver and a mailserver accesible by $public_ip_1 (eth0) I have a LAN with all terminals using private IPs, and $private_ip (eth1) as gateway. $public_ip_1 and $public_ip_2 are from
2005 Mar 17
1
adding winehq debian repository to apt-get | synaptic
I added the winehq debian repository to apt-get | synaptic (I am running mepis 3.3) and would like to install those rather than the debian official unstable builds but since the winehq repository is also marked as part of 'unstable' distro I can't find a way to distinguish the wine / winelib provided by winehq from the official ones (which would need the many winelib-* packages)
2003 Jun 25
2
dendrograms
Hello all, I am using libraries (mva,cluster) to produce dendrograms. With 1000 examples the dendrogram gets too crowded, and i am wondering whether there is an option (which i cannot find) to set the number of leaf nodes, like in matlab, and return the plot and the assignment map examples -> leaf nodes. Any suggestion is appreciated. Thanks Edo
2003 Jul 07
1
'postscript' command within a function
hello all, I am trying to print a ps file as part of a function as in: func <- function (..., filename="temp.ps") { # some stuff [...] # plot eval( cat("postscript(\"",filename,"\")\n", sep="") ) plot(...) abline(...) dev.off() # more stuff [...] } but it does not work. Nor it does with 'paste' instead
2007 Aug 16
1
R 2.5.1.
installed from the binary image (http://cran.r-project.org/bin/ macosx/) on an intel mac 10.4.10 throws three warnings: ----------------- R version 2.5.1 (2007-06-27) Copyright (C) 2007 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or
2005 Feb 11
3
DVD Shrink and wine 20050111 vs 20041019
hallo i'm running mepis (debian unstable) and if i install wine from the regular (non-wine specific) deb repositories, I get wine 20041019. if I install from wine.sourceforge, I get 200501011. with the former, the application seems to lock up much more often. with the latter, the ability to play the movie (e.g. to see which audio stream to include) is disabled. i see from this screenshot
2002 May 14
0
[Bug 241] New: When I kill scp, the underlying ssh child process remains alive
http://bugzilla.mindrot.org/show_bug.cgi?id=241 Summary: When I kill scp, the underlying ssh child process remains alive Product: Portable OpenSSH Version: 3.1p1 Platform: All OS/Version: Linux Status: NEW Severity: minor Priority: P3 Component: scp AssignedTo: openssh-unix-dev
2003 Jul 09
2
.Internal(optim)
> hi all, > I am using optim. I am getting the following error message: > > Error in optim(par = start.vals[, h], fn = post.func.pois, gr = post.grad. > pois, : > L-BFGS-B needs finite values of fn > > If I look at optim typing '> optim' it seems that the error comes from > inside .Internal(optim), so I wonder how can I see the code for .Internal(
2012 Apr 12
0
Bug#668550: libxs-dev and libxen-dev: error when trying to install together
Package: libxen-dev,libxs-dev Version: libxen-dev/4.1.2-3 Version: libxs-dev/1.0.1-1 Severity: serious User: treinen at debian.org Usertags: edos-file-overwrite Date: 2012-04-12 Architecture: amd64 Distribution: sid Hi, automatic installation tests of packages that share a file and at the same time do not conflict by their package dependency relationships has detected the following problem: WARNING: The following packages cannot be auth...
2005 Jun 30
1
Re: Hot swap CPU -- "build" is not a good CPU benchmark
From: Chris Mauritz <chrism at imntv.com> > <snipped> > Oy....I'm terribly sorry. Moderator, please delete my previous > message. It was supposed to be a private message to Peter. Bryan, > please accept my apology. It wasn't my intention to riducule you in > public. honest injun.... > <blush> > Must drink less coffee.... No apology required,
2004 May 18
2
Dual Redundant Network routing [Question]
Greetings, I have a routing problem I am hoping can be solved. I have three networks. A Private network, and a dual network the private network connects too. The internal network talks through a gateway/router(linux redhat 7.2) that has a default route set that allows the internal network to talk to a computer on the external networks. The external network is a Redundant network scheme in
2002 Sep 12
2
LDAP PDC problems
Hello there, I'm running 2.2.5 compiled with ACL and LDAP auth. The PDC used to work flawlessly using smbpasswd but I want to dual boot the workstations to Linux so I need a centralized LDAP authentication repository. Once I reinstalled the LDAPized samba I started populating the directory with the "well-known" identities using the smbldap tools (bear in mind I'm more of a
2005 Mar 17
0
adding winehq debian repository to apt-get
I added the winehq debian repository to apt-get | synaptic (I am running mepis 3.3) and would like to install those rather than the debian official unstable builds but since the winehq repository is also marked as part of 'unstable' distro I can't find a way to distinguish the wine / winelib provided by winehq from the official ones (which would need the many winelib-* packages)
2005 Feb 16
0
MS autoroute express (a.k.a. mappoint or "street and trips")
Hi I attempted to run MS Autoroute Express 2005 on wine 20050211. (I believe this fantastic product is marketed also under the names MapPoint and "Street and Trips" depending on market and target). I had wine setup done by winetools: basic setup, ie6, arial, ms installer. i installed the product directly from cd (*) the installer forced an update on the system (to update its office
2009 Dec 30
3
metaflac: malformed vorbis comment field field contains no '=' character
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 hi all, i have several flac files which have their comment tag filled up with... comments, as well as the other tags filled in with relevant information. and then i have some similar flac files, resulting from some audio processing on the original flac files, in a subdirectory, S, for example. i am using metaflac 1.2.1-1.2 on ubuntu 9.04 and i am
2010 Apr 21
3
metaflac: malformed vorbis comment field field contains no '=' character
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Josh Coalson @ 04/19/2010 06:40 PM: > I would have to see a file sample to debug it. here you are: http://www.sendspace.com/file/wgn39q sorry for the large size, but it is actually the smallest one on the album that was exhibiting the issue. hopefully you enjoy it... classical japanese music from the edo period. ;) -----BEGIN PGP
2003 May 18
1
Fisher LDA and prior=c(...) argument
hello, I am using LDA and QDA function of MASS library. I understand Fisher LDA is a method non-probabilistic in nature, so I wonder what happens when I try to predict my test set examples as in: > fit <- lda(labels~., data=train.table, prior=c(.5,.5)) > pred <- predict(fit, data=test.table, prior=c(.5,.5)) Specifically I ask this because in my problem there are 700 examples