search for: vri

Displaying 20 results from an estimated 69 matches for "vri".

Did you mean: vr
2006 Mar 10
2
possible to impose limit on R's use of resources?
...uts a heavy load on the CPU, which makes other applications that run at the same time very slow. Is it possible to instruct R to be less aggressive in its use of computer resources, so I can use my computer for other purposes while running R (probably considerably slower) in the background? Han de Vries -------------------- This email message is for the sole use of the intended recip...{{dropped}}
2016 Dec 14
1
[FileCheck] Add --verbose
...9;s comments. Procedural remark: patches normally go to llvm-commits not llvm-dev. --paulr > -----Original Message----- > From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of > Jonathan Roelofs via llvm-dev > Sent: Wednesday, December 14, 2016 8:09 AM > To: Tom de Vries; llvm-dev at lists.llvm.org; James Y Knight > Subject: Re: [llvm-dev] [FileCheck] Add --verbose > > +jyknight, who added --match-full-lines > > > On 12/14/16 5:25 AM, Tom de Vries wrote: > > Hi, > > > > this patch adds a --verbose option to FileCheck. [ An a...
2002 Aug 15
4
tinc-1.0pre7-i386-1.tgz
...48]: Ready Probleem is dat ik niets meer kan doen. Als ik probeer te pingen lukt dat niet. Ook niet naar mijn router. Internetten of mailen lukt ook niet meer. Hoe komt dat? Wat doe ik verkeerd? Hoe stuur ik iets door de tunnel? Ik hoop dat je me kan helpen? bij voorbaad dank. Groet, Marcel de Vries. Tinc: Discussion list about the tinc VPN daemon Archive: http://mail.nl.linux.org/lists/ Tinc site: http://tinc.nl.linux.org/
2016 Dec 15
0
[FileCheck] Fix --strict-whitespace --match-full-lines
> -----Original Message----- > From: Tom de Vries [mailto:Tom_deVries at mentor.com] > Sent: Thursday, December 15, 2016 2:31 AM > To: Robinson, Paul > Cc: Jonathan Roelofs; llvm-dev at lists.llvm.org > Subject: Re: [llvm-dev] [FileCheck] Fix --strict-whitespace --match-full- > lines > > On 14/12/16 18:48, Robinson, Paul wr...
2016 Dec 14
0
[FileCheck] Fix --strict-whitespace --match-full-lines
+jyknight, who added --match-full-lines On 12/14/16 5:37 AM, Tom de Vries wrote: > Hi, > > this patch fixes a problem with leading/trailing whitespace matching > for FileCheck --strict-whitespace --match-full-lines. > > The resulting regexp string is '^bla3$' instead of '^ bla3$'. > > The patch fixes this, and makes the behavior...
2012 Mar 31
2
A introductory question about Zips law (Newbie to statistics)
Hi everyone. Newbie to statistics. I have 40 matrices of ~400 values. how may I determine whether the distribution follows zips law? response <-sample (1:20,400*4, replace= TRUE) Thank you vry much. -- View this message in context: http://r.789695.n4.nabble.com/A-introductory-question-about-Zips-law-Newbie-to-statistics-tp4521190p4521190.html Sent from the R help mailing list archive at
2016 Dec 14
4
[FileCheck] Fix --strict-whitespace --match-full-lines
...cover an entire line. Leading and trailing whitespace is ignored, unless --strict-whitespace is also specified. ... After adding some debug code to FileCheck (which I proposed here on llvm-dev ml as '[FileCheck] Add --verbose'), we can see where things go wrong: ... $ cat DUMP | /home/vries/gt/build/./bin/FileCheck CHECK --strict-whitespace --match-full-lines --verbose CHECK:3:16: note: RegEx string match: '^bla3$' // CHECK-NEXT: bla3 ... The resulting regexp string is '^bla3$' instead of '^ bla3$'. The patch fixes this, and makes the behavior match the do...
2016 Dec 14
0
[FileCheck] Add --verbose
+jyknight, who added --match-full-lines On 12/14/16 5:25 AM, Tom de Vries wrote: > Hi, > > this patch adds a --verbose option to FileCheck. [ An alternative name > could be --debug or --debug-pattern. ] > > Consider a file CHECK: > ... > // CHECK-LABEL:bla1 > // CHECK-NEXT:bla2 > // CHECK-NEXT: bla3 > // CHECK-NEXT:bla4 > // CHECK-N...
2017 Jun 27
0
suggestion to fix packageDescription() for Windows users
...urse [code freeze was on June 23]. Martin Maechler ETH Zurich > -----Original Message----- > From: Rich Calaway > Sent: Friday, June 23, 2017 6:34 PM > To: Nathan Sosnovske <nsosnov at microsoft.com>; Duncan Murdoch <murdoch.duncan at gmail.com>; Andrie de Vries <apdevries at gmail.com> > Cc: Ben Marwick <bmarwick at uw.edu>; R-devel Mailing List (r-devel at r-project.org) <r-devel at r-project.org> > Subject: RE: [Rd] suggestion to fix packageDescription() for Windows users > The following patch is not the most el...
2016 Dec 15
3
[FileCheck] Fix --strict-whitespace --match-full-lines
...use testing FileCheck itself is kind of an obscure corner of the > LLVM world and I was already bumping up against the 5-minute time limit.) > --paulr > > >> -----Original Message----- >> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Tom >> de Vries via llvm-dev >> Sent: Wednesday, December 14, 2016 4:38 AM >> To: llvm-dev at lists.llvm.org >> Cc: Jonathan Roelofs >> Subject: [llvm-dev] [FileCheck] Fix --strict-whitespace --match-full-lines >> >> Hi, >> >> this patch fixes a problem with leadin...
2016 Apr 24
4
Using read.csv() to import data
I am just beginning to learn R, using _R for Dummies_ by Andrie de Vries and Joris Meys. I am using Windows 7, and RGui (64-bit) version 3.0.2. I have reached the chapter on "Getting Data Into and Out of R." But the code they use for importing data doesn't seem to be working for me. Their example is:> elements <- read.csv(file.path("f:",...
2018 Mar 13
5
Learning advanced R
Hello: Could you please suggest the best way to become an "advanced" R programmer. I went through "R for dummies" by de Vries and Meys and I can see two ways to proceed: 1) Get a more advanced textbook. E.g. could you recommend Gentleman, "R for Bioinformatics"? 2) Because textbooks are limited and become obsolete fast, I can focus on learning state-of-the-art packages, but for that I need to find a list o...
2017 Jun 26
3
suggestion to fix packageDescription() for Windows users
...ch. If it is acceptable, I can spend time that I was going to look at it this week on another bug. -----Original Message----- From: Rich Calaway Sent: Friday, June 23, 2017 6:34 PM To: Nathan Sosnovske <nsosnov at microsoft.com>; Duncan Murdoch <murdoch.duncan at gmail.com>; Andrie de Vries <apdevries at gmail.com> Cc: Ben Marwick <bmarwick at uw.edu>; R-devel Mailing List (r-devel at r-project.org) <r-devel at r-project.org> Subject: RE: [Rd] suggestion to fix packageDescription() for Windows users The following patch is not the most elegant, but it restores the...
2010 Jan 28
1
Gluster+NFS as VM datastore for ESXi - issues
...oned (pre-allocated or spare). It seems that unfsd is configured to pre-allocate disk files (not 100% sure about this), which is wasteful in regards of diskspace and might cause or considerably aggravate fore mentioned issue. Does anyone know how this behavior can be modified? Sincerely, Milo de Vries Managed Hosting | Sys Admin info.nl?| full service internet agency Sint Antoniesbreestraat 16 | 1011 HB Amsterdam t. +31 20 530 9111 f. +31 20 530 9101 Milo at info.nl http://info.nl ??Please consider the environment - do you really need to print this email?
2016 Dec 14
0
[FileCheck] Fix --strict-whitespace --match-full-lines
...k Follies lightning talk, because testing FileCheck itself is kind of an obscure corner of the LLVM world and I was already bumping up against the 5-minute time limit.) --paulr > -----Original Message----- > From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Tom > de Vries via llvm-dev > Sent: Wednesday, December 14, 2016 4:38 AM > To: llvm-dev at lists.llvm.org > Cc: Jonathan Roelofs > Subject: [llvm-dev] [FileCheck] Fix --strict-whitespace --match-full-lines > > Hi, > > this patch fixes a problem with leading/trailing whitespace matching...
2014 Sep 22
1
Opus and sender and receiver sample rate drift.
...n opus_decode (n+1)? What is the best practice for adding a frame to the jitter buffer? Will there be significant audio artefacts if a packet is added by calling opus_decode with a null input playload, that is opus_decode(n), opus_decode(null) and followed by opus_decode(n+1)? Thanks. George de Vries Senior Software Engineer Open Access Ph: +61(0)2 9978 7105 For every complex problem, there is a solution that is simple, neat, and wrong H.L Mencken. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20140922/b711...
2016 Dec 15
1
[FileCheck] Fix --strict-whitespace --match-full-lines
On 15/12/16 17:51, Robinson, Paul wrote: > > >> -----Original Message----- >> From: Tom de Vries [mailto:Tom_deVries at mentor.com] >> Sent: Thursday, December 15, 2016 2:31 AM >> To: Robinson, Paul >> Cc: Jonathan Roelofs; llvm-dev at lists.llvm.org >> Subject: Re: [llvm-dev] [FileCheck] Fix --strict-whitespace --match-full- >> lines >> >> On 14/12/...
2005 Oct 12
1
Debian - upgrade done, plain text auth fails
...ovecot ready. user died +OK pass nothere +OK Logged in. list +OK 208 messages: 1 1679750 2 22179 3 2116 === Works like a charm. I had this problem earlier, so then I switched the disable_plaintext_auth = no. This does not seem to work at this moment. Anyone? Config attached. Thanks! Diederik de Vries Rotterdam, The Netherlands -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: dovecot.config.diederik.txt URL: <http://dovecot.org/pipermail/dovecot/attachments/20051012/db7bfc8d/attachment.txt>
2002 Oct 04
0
[Bug 411] Configuration problem with PAM header
http://bugzilla.mindrot.org/show_bug.cgi?id=411 jurrit.de.vries at 1eeurope.nl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Com...
2002 Oct 03
1
VPN behind masquerading firewall 1.Opre7
...Y----- ... ... -----END RSA PUBLIC KEY----- -----END RSA PUBLIC KEY----- The problem is that I can ping from pc2 to pc1 but not visa versa. When I look at /var/log/messages I don't see a error message. Thanks a lot for your help. Greetings, Marcel de Vries. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://brouwer.uvt.nl/pipermail/tinc/attachments/20021003/824a4b94/attachment.html