search for: foregoing

Displaying 20 results from an estimated 192 matches for "foregoing".

2007 Nov 05
3
Hmisc for Mac OSX.
...nything more appropriate. I just downloaded the Hmisc package to the Imac that I use. When I attempted to load it I got an error to the effect that it could not load the library: /Library/Frameworks/R.framework/Versions/2.5/Resources/lib/ libgfortran.2.dylib Note the ``2.5'' in the foregoing path name; I am currently running 2.6.0, and I suspect that this is the problem --- i.e. the Mac binary on CRAN was built under 2.5.x and this does not work with 2.6.y. I note that the source and Windoze Hmisc packages are designated as 3.4-3, but the Mac package is designated as 3.4-2 which...
2009 Dec 04
4
[LLVMdev] Rework of Vector/Scalar Classification
Here's a reworked patch to mark instructions and operands as vector or scalar. It uses TableGen to infer the flags from types, allowing the user to override with a "let isVector = 0" clause. I decided to forego classifying MachineMemOperands for now in the interests of getting this piece in. I still think we should add type information to MachineMemOperands. Why throw away
2005 Aug 30
6
Re: dom0 bootup -- Device eth0 has differet mac address than expecte
>> I think he''s having problems with Dom0 changing >> Mac address, rather than the domU (is that right?) Yes, you are correct. It''s dom0 that seems to be getting a random MAC and because of that Xen can''t t find the NIC and won''t load eth0 because the MAC is different than what is expected. I''ve seen others with the same problem and their
2017 Sep 03
2
[FORGED] Re: Block comment?
...nt, not at both ends. >>> >>> The if(FALSE) could be if(isTRUE(getOption("DEBUG_ISSUE_XYZ"))) so you >>> would not even have to change code to re-enable the debugging code, just >>> call options(DEBUG_ISSUE_XYX=TRUE)). >> >> >> (a) The foregoing is getting too subtle for my feeble brain. >> >> (b) A fundamental problem with the >> >> if(FALSE) { >> ... >> } >> >> paradigm is that the enclosed code must be syntactically valid, and >> there are certainly situations in wh...
2008 Jan 10
5
Extracting last time value
...ed and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or error-free. This message is subject to terms available at the following link: http://www.ml.com/e-communications_terms/. By messaging with Merrill Lynch you consent to the foregoing. -------------------------------------------------------- [[alternative HTML version deleted]]
2017 Sep 03
0
[FORGED] Re: Block comment?
...at the start of the comment, not at both ends. >> >> The if(FALSE) could be if(isTRUE(getOption("DEBUG_ISSUE_XYZ"))) so you >> would not even have to change code to re-enable the debugging code, just >> call options(DEBUG_ISSUE_XYX=TRUE)). > > > (a) The foregoing is getting too subtle for my feeble brain. > > (b) A fundamental problem with the > > if(FALSE) { > ... > } > > paradigm is that the enclosed code must be syntactically valid, and > there are certainly situations in which one might wish to comment out...
2017 Mar 27
2
A trap for young players with the lapply() function.
...ter(FUN), mode = "function", envir = envir) : > object 'y' of mode 'function' was not found This of course happens because the name of the first argument of lapply() is "X" and so it takes the value of this first argument to be the supplied X (2*pi in the foregoing example) and then expects what the user has denoted by "y" to be the value of FUN, and (obviously!) it isn't. Once one realises what is going on, it's all quite obvious, and usually pretty easy to fix. OTOH there are lots of functions around with second or third arguments whose...
2005 Jan 12
2
?"=" (Windows) (PR#7504)
..., LLC and/or its affiliates. If you are not the intended recipient of this e-mail, or if you have otherwise received this e-mail in error, please immediately notify me by telephone (you may call collect), or by e-mail, and please permanently delete the original, any print outs and any copies of the foregoing. Any dissemination, distribution or copying of this e-mail is strictly prohibited.
2007 Dec 26
2
Rbind-ing a list into one item
...ed and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or error-free. This message is subject to terms available at the following link: http://www.ml.com/e-communications_terms/. By messaging with Merrill Lynch you consent to the foregoing. -------------------------------------------------------- [[alternative HTML version deleted]]
2007 Dec 19
3
Aggregating by a grouping
...ed and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or error-free. This message is subject to terms available at the following link: http://www.ml.com/e-communications_terms/. By messaging with Merrill Lynch you consent to the foregoing. -------------------------------------------------------- [[alternative HTML version deleted]]
2005 Jan 05
2
Preliminary Suggestion For Atomic Transactions
In the past there's been a need to provide consistency between symbolic links or repository metadata during a sync. Currently, rsync renames files piecemeal. The attached patch (extremely ugly) attempts to resolve this by foregoing the rename step until the end. It adds a new option (if we didn't, ls might catch up). There are several issues to get over. The first big one in running the testsuite is that the parent dirs mtime is not getting preserved. I'll need some insight into how this might work. Next, hard...
2007 Sep 18
2
FW: Specifying spec and output format inline?
Anyone have any advice on this one? Thanks, Adam ________________________________ From: rspec-users-bounces at rubyforge.org [mailto:rspec-users-bounces at rubyforge.org] On Behalf Of Adam Reed Sent: Monday, September 17, 2007 2:14 PM To: rspec-users at rubyforge.org Subject: [rspec-users] Specifying spec and output format inline? Howdy from Austin, TX. I''m new to rspec, and am
2011 Sep 09
4
DNS Zone serial numbers
Hi folks, Trying to create a function backed by some templates that will create DNS zone files. The function is in the form of function forward_zone ($dns_zone => "localdomain", $hosts => { { host=>"localhost", ip_addr=>"127.0.0.1" } }}) { .... logic here.... } and the template will include the zone delegation record. What I''m trying to
2009 Dec 07
0
[LLVMdev] Rework of Vector/Scalar Classification
On Friday 04 December 2009 16:44, David Greene wrote: > Here's a reworked patch to mark instructions and operands as vector or > scalar. It uses TableGen to infer the flags from types, allowing the user > to override with a "let isVector = 0" clause. > > I decided to forego classifying MachineMemOperands for now in the interests > of getting this piece in. I still
2013 Apr 19
1
still no centos 6.4 live cd dvd available?
..., the 6.4-live cd/dvd was supposed to be released a few days after the centos 6.4 release. Meanwhile 6 weeks later i still can't find any live cd/dvd in the mirror repositories. Any hint when there is a 6.4. live cd available? I'd like to test centos 6.4 on several machines (x86_64) without foregoing installation. Thank you in advance
2008 Aug 19
1
matrix question
Hi, I have a vector and a list, with data I would like to multiply together. So for instance I have a vector s: [[1]] [1] 44308 [[2]] [1] 4371 Also, I have a list d: [[1]] [1] 1201 6170 2036 2927 1625 1391 2074 1453 3172 3027 4691 3719 1185 320 2071 1027 1046 1186 1403 580 1382 440 8 174 [[2]] [1] 6521 688 2678 3409 3033 1608 3618 1461 1836 2104 879 1095 2630 1591 2986 703 2548
2019 Sep 27
2
Shift-by-signext - sext is bad for analysis - ignore it's use count?
In https://reviews.llvm.org/D68103 the InstCombine learned that shift-by-sext is simply a shift-by-zext. But the transform is limited to single-use sext. We can quite trivially get a case where there are two shifts by the same sext: https://godbolt.org/z/j6mO3t <- We should handle those cases. In https://reviews.llvm.org/D68103#1686130 Sanjay Patel notes that this sext is intrusive for
2011 Mar 29
2
List extraction
I have created a list of tables with the same columns but different number of row. Example (actual list has ~200 elements): > temp1<- data.frame(ID=c("Herb","Shrub"),stat=c(4,5),pvalue=c(.03,.04)) > temp2<- data.frame(ID=c("Herb","Shrub", > "Tree"),stat=c(12,15,13),pvalue=c(.2,0.4,.3)) > L<-list(a=temp1,b=temp2) > L $a
2009 Nov 24
1
The "lib" argument in install.packages().
I was flummoxed for a long time by errors generated when I did something like install.packages(foo,lib="Rlib") where ``Rlib'' is my personalized directory of R packages, which lives in my home directory (from which I started R before issuing the foregoing install.packages() call. Recently someone (I forget who, but thanks very much to whomever it was) pointed out that I needed to specify the complete pathname, i.e. "/Users/rturner/Rlib" rather than the relative pathname "Rlib" or "./Rlib" (which I'd also tried). W...
2008 Dec 04
2
Cucumber and Rcov
...gems\/,spec\/} t.rcov_opts << %[-o "features_rcov"] end end To be frank, I haven''t a clue about whatever this does. It seems to have little in common with other suggested rake tasks for rcov thaat I have found. In any case, given a cucumber.rake file containign the foregoing, when I run $ rake features:rcov I obtain the same results as when I ran the original rake features task. I need someone to explain to me how to get this piece properly configured and working. -- Posted via http://www.ruby-forum.com/.