Displaying 20 results from an estimated 411 matches for "commentaries".
2011 May 06
2
[LLVMdev] [MIPS] some type errors in the commentary of *.td file.
Hi all,
I find some some type errors in the commentary of *.td file.
such as:
lib/Target/Mips/MipsInstrFormats.td
MipsRegisterInfo.td - Mips Register defs
it should be
MipsInstrFormats.td - Mips Instruction Formats
lib/Target/Mips/MipsInstrInfo.td
MipsInstrInfo.td - Mips Register defs
it should be
MipsInstrInfo.td - Target Description for Mips Target
and some thing I think it is wrong in
2006 Mar 22
2
Controller instance variables falling in and out of scope
Very bizarre behavior has cropped up in a few spots.
# the action for viewing a blog post
def posts
@post = BlogPost.find_by_slug(params[:id], :include => :commentary)
# a breakpoint here shows @post and @post.commentary with appropriate data
redirect_to :action => ''archive'' unless @post
end
# posts.rhtml
<%= @post.inspect %> => nil
<%= render :partial
2011 May 07
3
[LLVMdev] [MIPS] some type errors in the commentary of *.td file.
On Sat, May 7, 2011 at 12:33 PM, Eric Christopher <echristo at apple.com> wrote:
>
> On May 5, 2011, at 11:26 PM, Liu wrote:
>
>> some some type errors in the commentary of *.td file.
>> such as:
>> lib/Target/Mips/MipsInstrFormats.td
>> MipsRegisterInfo.td - Mips Register defs
>> it should be
>> MipsInstrFormats.td - Mips Instruction Formats
2011 May 07
0
[LLVMdev] [MIPS] some type errors in the commentary of *.td file.
On May 5, 2011, at 11:26 PM, Liu wrote:
> some some type errors in the commentary of *.td file.
> such as:
> lib/Target/Mips/MipsInstrFormats.td
> MipsRegisterInfo.td - Mips Register defs
> it should be
> MipsInstrFormats.td - Mips Instruction Formats
>
> lib/Target/Mips/MipsInstrInfo.td
> MipsInstrInfo.td - Mips Register defs
> it should be
> MipsInstrInfo.td -
2011 May 09
0
[LLVMdev] [MIPS] some type errors in the commentary of *.td file.
On May 7, 2011, at 2:47 AM, Liu wrote:
> On Sat, May 7, 2011 at 12:33 PM, Eric Christopher <echristo at apple.com> wrote:
>>
>> On May 5, 2011, at 11:26 PM, Liu wrote:
>>
>>> some some type errors in the commentary of *.td file.
>>> such as:
>>> lib/Target/Mips/MipsInstrFormats.td
>>> MipsRegisterInfo.td - Mips Register defs
2008 Feb 15
2
Skeletal relations
On 15-Feb-08, at 10:11 PM, Conrad Parker wrote:
>> Lang: <locale>
>
> generally I think we should go with existing HTTP and email headers
> where possible, eg. Content-Language
'k
>> Description: <string>
>
> I kinda feel that this kind of human-readable metadata better belongs
> in CMML; the skeleton tells you where to go (for each locale), the
2006 Jul 12
1
Adding Comments...
...Comment". Issue: there might have been some way I
could have used the Rails "link_to_remote" helper, but I couldn''t figure
it out. I just wrote the literal link.
Since I wanted to use OpenID instead of the real login system just to
authenticate comments, I added a "commentaries" table, model, and
controller to the system. So far, I''ve not been successful at making
them look like they belong there:-)
So the AJAX request causes the link to be replaced by a text field and
button for OpenID login. On success (the actual authentication is
stubbed in pending...
2005 Feb 19
0
Translation commentaries
I have just finished translating R.pot to pt_BR and now I'll
start the process of revision and will merge it with the latest SVN
version (33261), as I started the translation on 02/06 (SVN 33048).
There are some observations I'd like to make regarding the
translation process:
1) Sometimes it is not clear in the message whether a given term is
referring to an actual
2011 Jul 11
3
[LLVMdev] Opinions Wanted: New asm Comments
I have a patch I'd like to commit that adds commentary to asm files
about which TableGen pattern generated a particular instruction. The
output looks like this:
cvtpd2ps %xmm0, %xmm0 # source.c:39
# Src: (intrinsic_wo_chain:v4f32 927:iPTR, VR128:v2f64:$src)
# Dst: (Int_CVTPD2PSrr:v4f32 VR128:v2f64:$src)
2008 Jun 20
1
[LLVMdev] libc malloc vs. llvm::MallocInst
Hello,
have a short look at the following simple c-prog:
#include <stdlib.h>
int main(int argc, char* argv[]) {
void* buf = malloc(10 * sizeof(char*));
/* do sth with buf, so that it is not "optimized away" */
return 0;
}
When you compile this using a plain llvm-gcc, the call to libc-malloc is
left inside.But compiling it with -O2 alters the call to llvm::MallocInst.
Now
2005 Mar 05
1
spatstat on Win98 (PR#7715)
Full_Name: Georg Roth
Version: R.2.0.1.for Windows
OS: Win98
Submission from: (NULL) (134.95.43.165)
Using libraries "spatstat" and "sm" on R.2.0.1. under Windows 98
bug 1)
the libraries "spatstat" and "sm" are not properly identified by the
"library()" command on R.2.0.1. (R for Windows98). the libraryname is shown in
upper case
2008 Feb 15
6
Skeletal relations
We have new drafts of CMML 4.0 as a text codec and ROE as an xml
stream abstract, subsuming the authoring support in CMML 3.1 and
earlier.
Another thing we talked about at LCA is a how to specify
relationships between the various streams in Ogg so that a server,
muxer or player can make intelligent decisions about the contained
tracks. The general idea is to use the (http-style) Message
2008 Feb 17
0
Skeletal relations
Ralph, Conrad,
Now that we have ROE as a means to describe a multi-track ogg file - i.e. a
means to author Skeleton - I assume this is supposed to describe how we map
ROE information into Skeleton through the use of fisbone message header
fields, right?
In this case I wonder if you have gone over all the current ROE spec and
made sure that all this information is either in ROE or easily
2011 Sep 29
1
F and Wald chi-square tests in mixed-effects models
I have a doubt about the calculation of tests for fixed effects in
mixed-effects models.
I have read that, except in well-balanced designs, the F statistic that
is usually calculated for ANOVA tables may be far from being distributed
as an exact F distribution, and that's the reason why the anova method
on "mer" objects (calculated by lmer) do not calculate the denominator
df nor a
2016 Jun 23
2
CPU Compatibility Question
Hi All,
Hopefully someone with broad overview of CentOS compatibility issues can
comment on this:
I am evaluating a Supermicro X10SLM motherboard with an Intel E3-1231 v3
CPU. Testing with boots from Live DVDs, the CentOS 6.x family is panicking
at boot time. I have tried 6.8, 6.5, and 6.3, and each one panics at
slightly different points, but they all seem to fail after udev starts up
(or
2018 Nov 27
1
[Bug 13692] New: Coverity scan for rsync-3.1.3
https://bugzilla.samba.org/show_bug.cgi?id=13692
Bug ID: 13692
Summary: Coverity scan for rsync-3.1.3
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: mruprich at
2011 Dec 30
1
Question about "server-count" config option
Hi there,
I have a question about the "server-count" option. nsd.conf(5) simply
states that it tells NSD to "start this many NSD servers", with no
further commentary.
Is there a situation where this value would ever be anything other than
1? Should it equal the number of available CPU cores?
Cheers,
--
Gavin Brown
Chief Technology Officer
CentralNic Ltd
Innovative,
2005 Dec 20
4
help with sapply, plot, lines
Hi,
I am trying to plot multiple lines on a graph.
The function is particularly simple:
sigma<-function(lambda) atm-2*rr*(lambda-0.5)+16*str*(lambda-0.5)^2
which uses the variables atm, rr and str...
I define these as such:
atm<-0.4
rr<-0.2
str<-0.1
and this plots fine:
plot(seq(0.01,0.99,0.01),sigma(seq(0.01,0.99,0.01)),ylim=c(0,1))
Now, I want to plot the same function for
2015 Jan 15
2
Pull Request wiki.c.o/AdditionalResources/Repositories
> CentOS repos. There are others that do. Some of the repos that overwrite
> core packages do so with little packages like sqlite (yum uses sqlite so
> changing the version of it is not a Good Thing for system stabilty).
> Other repos in that list have been effectively unmaintained for a number
> of years so they contain packages that may have severe unfixed security
>
2006 Mar 10
2
Date and Times a la Dalgaard
Does anyone know of a resource for learning the basics of how to manage and
manipulate dates and times in R? I have been reading "Introductory
Statistics with R" by Peter Dalgaard which is fantastic. But alas, I could
find no reference to date and time. I have looked at the reference manual
but it is particularly unapproachable. So rather than dense technical talk I
would rather see a