search for: damgaard

Displaying 7 results from an estimated 7 matches for "damgaard".

Did you mean: dalgaard
2009 Feb 24
2
using perl regular expression
Hello everybody! I'm using Perl regular Expression for find pattern in my data set. The pattern is: NaQxy, where a=E, F, G or H and xy != 29. I have tried this: pattern <- "^N[E-H]Q[0-9]{2,2}" index <- grep(pattern, X, perl=T) #where X is my vector But the problem is the xy should not be 29. How can I solve this problem. Thanks!!! Regards, Katrine [[alternative
2009 Apr 28
1
rsync fails with "Permission denied" errors on random files over NFS
...fs/nfs0/data/xx/backup on /data type nfs (rw,timeo=60,intr,rsize=16384,wsize=16384,addr=78.xx.xx.xx) Server mailserver: /data is mounted like this: nfs:/data/nfs/nfs0/data/xx/mail on /data type nfs (rw,timeo=60,intr,rsize=16384,wsize=16384,addr=78.xx.xx.xx) Med venlig hilsen/Kind regards Thomas Damgaard Nielsen http://thomasdamgaard.dk
2009 Sep 18
1
Updating R-code in own package
Hey everybody! We have created our own package, and need to do some corrections in the R-code of one of the function included in the package. How can I do that. I have read a manual how to create an R package, but I can't find anything about updating R-code in the package. Best regards, Katrine [[alternative HTML version deleted]]
2009 Sep 17
2
rsync with danish chars in filename
Hi, I have a Qnap NAS-219 used for storage, i have a Ubuntu 9.04 server for backup. When rsync between them filenames containing ? have problemes, the danish chars ? ? does not have any problems eventhough its a special char like ? ? ?. The log files state following: file has vanished: "/M?deskabelon.doc" where ? should be ?, and the file is stil at the system, so its not vanished.
2002 Dec 27
4
VPN Access Security Issues
This isn''t a 100% Shorewall topic but since this list relates to internet security and it''s issues I thought this might be a good place to start. I have setup a company firewall using Mandrake Linux 9.0, Shorewall 1.3x and PPTPD v2.4.1, and a few other networking services. Thanks to Shorewall the firewall as tested is secure and the VPN is working fine with MPPE-128 Encryption.
2006 Aug 10
2
Patch for openssh server
...rt. We would like to hear your opinion before we spend time on the final version. We also send a unit test (run.sh), which can be used to test the traffic accounting system. The expected amounts given in the file, are approximate) Thank you for your time. -- Regards, Christian Iversen, Thomas Damgaard Nielsen -------------- next part -------------- A non-text attachment was scrubbed... Name: openssh-traffic-accounting-patch-3.8.1p1.sarge4.patch Type: text/x-diff Size: 1989 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20060810/3f23c565/attachment...
2009 Jan 21
0
Linux 64-bit server crashes on large dataset
Hello everybody! We have a problem with a linux server that crashes when we try to read large datasets in R. The R code is as followed: komplett <- read.spss("komplett2003aar.sav", to.data.frame =TRUE, reencode ="Latin1") The information about the linux server is: Linux version 2.6.24-19-generic (buildd at king) (gcc version 4.2.3 (Ubuntu 4.2.3-2 ubuntu7) We had a