Displaying 20 results from an estimated 150 matches similar to: "Dicsriminant coefficients"
2002 Jul 23
4
Rsync --delete does not work
Hi
I just started to use rsync & samba to backup some windows NT & 98 shared directories to a linux machine
linux: debian 2.2.4
rsync: 2.2.5
samba: 2.2.3a-6
I first mount the windows directory on the linux and then do a
local rsync.
---command on linux
umount /data/transfer
mount -t smbfs -o username=user,password=passwd //ntserver/exp_dir
/data/transfer
cd /data/transfer
rsync -a
2009 Jul 01
2
recoding charactor variables with special charactors
I have a several character variables that I need to recode, but some of them have special characters like single quote or ( ). How tell R to ignore these special characters so I can rename them? Below is the error message I am getting.
social$FamilySupport[social$FamilySupport=="Mr. XXXs' extended family live in the Nashville area where he and his wife reside."]<-"Highly
2005 Jan 12
3
Remote HD boot?
I have been working with SYSLINUX/PXELINUX Mostly v.2.x recently v3.0 &v3.1 to remote-boot IBM PC's off of 1.44Floppy Images with great success. I have searched through several distributions and the SYSLINUX package seems to be by far the easiest to work with.. (thanks)
My question would be: Is it possible to boot a diskless client PC with Complete hard disk images? or even better hard
2009 Jun 05
3
help with duplicates
I have a large dataset that contain duplicate records. How do I identify and remove duplicate records?
Chris Anderson
707.315.8486
www.sassydeals4u.com
____________________________________________________________
Free info for small business owners. Click here to find great products geared for your business.
2003 Jun 22
16
[Bug 600] compilation of ssh-askpass or ssh-rand-helper fails on NCR MP-RAS v3.02
http://bugzilla.mindrot.org/show_bug.cgi?id=600
Summary: compilation of ssh-askpass or ssh-rand-helper fails on
NCR MP-RAS v3.02
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Build system
2009 Jul 02
2
Export data to Multiple Sheets in Excel via xlsReadWritePro
Is there a way to export multiple datasets into multiple excel spreadsheets using xlsReadWritePro or with xlsReadWrite?
Chris Anderson
707.315.8486
www.sassydeals4u.com
____________________________________________________________
Turn any room into a work of art. Click now for beautiful oriental rugs!
2007 Oct 01
2
Dovecot do not retrieve mail from spool directory (pop3)
Hello,
I have Dovecot 1.0.beta8 on FC5.[root at topaz orlowscy.com]
# dovecot -n
log_path: /var/log/dovecot
protocols: pop3
login_dir: /var/run/dovecot/login
login_executable: /usr/libexec/dovecot/pop3-login
default_mail_env: mbox:/tmp:INBOX:/var/spool/vmail/%d/%n:INDEX=MEMORY
mail_executable: /usr/libexec/dovecot/pop3
mail_plugin_dir: /usr/lib/dovecot/pop3
auth default:
verbose: yes
passdb:
2008 Sep 18
1
Fixed Point Perfomance
Hello Developers,
I am considering using SPEEX on an embedded processor that does not have a floating point unit. Does anybody have a SPEEX performance characterization on a fixed point processor? More specifically, I am interested in knowing how the MFLOPS values from Table 9.2 in the manual translate to fixed-point instructions when SPEEX is compiled with enable-fixed-point option.
Any help
2010 Aug 25
5
Looking for an image (R 64-bit on Linux 64-bit) on Amazon EC2
I have found an existing image on Amazon EC2 including R. But unfortunately,
it is 32-bit
R on 32-bit Linux.
Does anybody know if there exists an mage (R 64-bit on Linux 64-bit) on
Amazon EC2?
Or how can I install 64-bit R on my own Linux instance there?
Thanks.
--
View this message in context:
2009 Jul 01
1
conditional recoding a variable
I have a variable that identifies citizen type but some of my rows are blank. I want to replace the blank entries with the correct value which is conditional on another variable. In SAS, my conditional statement would be as follow:
if citizenType="" and primarylanguage="English" then citizenType ="US citizen"; else citizenType=citizenType;
When I try to duplicate this
2001 Mar 03
1
Need help building wine
I recently downloaded the wine source from codeweavers.com that is supposed
to have openGL support. I dont have yacc, so i tried to substitute bison.
bison installed right, but flex cant find it and so wont compile, so in
short i cant compile the wine source any ideas?
Thanks in advance,
Tommy
2005 Aug 08
2
Windows can't see my Samba shares...
Ok... I'm really stumped. I have checked thoroughly. I've performed
all of the steps in the checklist from the HowTo... except for the
nmblookup parts. The arguments to nmblookup seem to be based on an
old version. I'm hoping someone will have an idea. Here's the whole
situation...
Server:
Fedora Core 3
Linux myserver 2.6.11-1.35_FC3 #1 Mon Jun 13 00:52:08 EDT 2005 i686
i686
2003 Jan 01
3
Tape Drives
Is it possible to share a tape drive using Samba. I have a tape drive that is attached to a Solaris box, that I would like to use to backup my entire environment; Solaris and Windows. If this is possible, how should I configure the smb.conf file.
Thanks
Nate Grissom
ngrissom@netzero.net
-------------- next part --------------
HTML attachment scrubbed and removed
2009 Feb 07
2
can anybody tell me how Magic jack can be so cheap ????
How Magic Jack can only charge $20 per year?
do they have a call limit?
do they have a call duration limit or limit of minutes per day?,
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090207/974cf988/attachment.htm
2002 Jul 31
6
how to become poweruser?
If you log in you will be a Windows 2000 standard user. Some applications need
to run as poweruser. How can I configure samba to log in certain users as
powerusers?
Volker
2014 Nov 05
1
USB / MiFi Mobile broadband devices and CentOS 5 (32-bit)
Has anyone had any experience with the NetZero Stick? The NetZero site
says that it is 'Linux' compatible, but gives no detailed information (eg
distributations, kernel version, driver name/version, etc.).
I am running a stock CentOS 5.11 kernel (2.6.18-398.el5) on my 32-bit laptop
(IBM Thinkpad X31, with a non-PAE processor, so upgrading to CentOS 6 is not
an option, and no, I
2009 Jun 03
1
Data Clean of Character variables
I am new to R, and I need to do some simple data cleaning.
In the example below I have 164 rows of data with a missing value. I want to convert these missing to unknown while keeping the other values as is.
summary(ABIClinical$HasSkinBreakdown)
no unknown yes
164 914 163 178
When I did the following code:
2013 Apr 04
1
maildirsize problem
i am currently using roundcube my webmail and configure using dovecot quota plugins.
but it seems to not be updating the maildirsize when new mails comes.Deleting the
maildirsize will recreate the files correctly.Is there any solutions to this problem with
dovecot.
Either you're not using dovecot-lda to deliver the mails, or you haven't configured quota
plugin correctly for it.
2009 Oct 28
1
roc plot with zero length labels error
I am trying to create the roc plot bootstrap method from library(verification), and when I set the plot =both or emp then I get the following error. The roc.plot works fine when the plot is set to binorm. This is my first time using this function in R and am not sure what this error means or how to resolve the issue. It seems to work ok with the example dataset. Is there an option or data
2010 Sep 04
1
Decision Tree in Python or C++?
Have anybody used Decision Tree in Python or C++? (or written their own
decision tree implementation in Python or C++)? My goal is to run decision
tree on 8 million obs as training set and score 7 million in test set.
I am testing 'rpart' package on a 64-bit-Linux + 64-bit-R environment. But
it seems that rpart is either not stable or running out of memory very
quickly. (Is it