Displaying 20 results from an estimated 99 matches for "27s".
Did you mean:
27
2014 Jun 03
3
[LLVMdev] [LLVM Doc] tblgen backends
I agree, but I have no experience with LLVM doc.
The job is very simple: add link at page
https://github.com/draperlaboratory/fracture/wiki/How-TableGen%27s-DAGISel-Backend-Works
into doc page
http://llvm.org/docs/TableGen/BackEnds.html
But how I can do it?
On Tue, Jun 3, 2014 at 4:41 PM, Renato Golin <renato.golin at linaro.org>
wrote:
> Hi Daniil,
>
> Those look great! I think it could be factored into the current docs,
> so as t...
2014 Jun 03
2
[LLVMdev] [LLVM Doc] tblgen backends
Hi all!
There is doc about tglben backends:
http://llvm.org/docs/TableGen/BackEnds.html
May be should to add link at
https://github.com/draperlaboratory/fracture/wiki/How-TableGen%27s-DAGISel-Backend-Works
I remember when I first met the LLVM it would be very useful.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140603/b9cb112f/attachment.html>
2008 Nov 23
3
grep for asterisks "*"'s
...in a character string
2: unrecognized escape removed from "\*"
3: In grep("*", model) :
regcomp error: 'Invalid preceding regular expression'
Execution halted
Any ideas anyone?
Robin
--
View this message in context: http://www.nabble.com/grep-for-asterisks-%22*%22%27s-tp20644195p20644195.html
Sent from the R help mailing list archive at Nabble.com.
2006 Apr 11
6
asp''s application object rails equivalent?
In asp there''s a built''in object, Application, which behaves like the
session, but it allows you to share information among all users of the
application.
(http://www.microsoft.com/windows2000/en/server/IIs/default.asp?url=/windows2000/en/server/IIs/htm/asp/vbob6zkv.htm)
It''s just like if every user would be accessing the same session.
what is the rails equivalent?
2008 Jul 17
2
compile xen 3.2.1 problem
Hi,all,
when I download xen3.2.1 source code from this url:
http://bits.xensource.com/oss-xen/release/3.2.1/xen-3.2.1.tar.gz
then I want compile it on my Debian testing(kernel 2.6.24-1-686)
when I run this command to compile xen0''s kernel,
#make linux-2.6-xen-config CONFIGMODE=menuconfig
make -f buildconfigs/mk.linux-2.6-xen config
make[1]: Entering directory
2006 Aug 01
6
[OT] PDF''s not Downloading in Win/IE
I have a Rails app that''s working perfectly (http://amuinsurance.com), but on
Windows IE and no other browser, if I go for the URL:
http://amuinsurance.com/content/marine_insurance.pdf
--
View this message in context: http://www.nabble.com/-OT--PDF%27s-not-Downloading-in-Win-IE-tf2034599.html#a5597794
Sent from the RubyOnRails Users forum at Nabble.com.
2009 Jan 14
3
Logical function to turn missing values to 0's
...t;- matrix(data=0, ncol=ncol(x), nrow=nrow(x))
for(i in 1:nrow(x)) {
for(j in 1:ncol(x)) {
y[i,j] <- ifelse(x[i,j]==NA, 0, x[i,j])
}}
But y returns an NA matrix.
I'd appreciate any help.
--
View this message in context: http://www.nabble.com/Logical-function-to-turn-missing-values-to-0%27s-tp21466785p21466785.html
Sent from the R help mailing list archive at Nabble.com.
2011 Dec 02
12
puppet master under passenger locks up completely
...ocessed: 126 Uptime: 8h 20m 24s
PID: 7328 Sessions: 1 Processed: 811 Uptime: 7h 49m 17s
PID: 7274 Sessions: 1 Processed: 984 Uptime: 7h 49m 20s
PID: 8761 Sessions: 1 Processed: 85 Uptime: 7h 18m 50s
PID: 9135 Sessions: 1 Processed: 907 Uptime: 7h 16m 27s
PID: 8777 Sessions: 1 Processed: 342 Uptime: 7h 18m 49s
PID: 10508 Sessions: 1 Processed: 51 Uptime: 6h 47m 6s
PID: 10853 Sessions: 1 Processed: 603 Uptime: 6h 43m 9s
PID: 10620 Sessions: 1 Processed: 939 Uptime: 6h 45m 52s
PID: 11438 Sessions: 1 Proc...
2009 Feb 10
2
What is the R equivalent of STATA's 'drop' command?
...t; == 4
Is there an R equivalent of this? I have tried playing around with the
subset command, but it seems a bit clunky. What would an advanced R user's
approach be for something like this?
Thank you!
--
View this message in context: http://www.nabble.com/What-is-the-R-equivalent-of-STATA%27s-%27drop%27-command--tp21925249p21925249.html
Sent from the R help mailing list archive at Nabble.com.
2008 Jul 10
3
What's the T-Value in fisher.test
...Test?
The outcome of my data is listed below.
data: DATA
p-value = 0.1698
alternative hypothesis: true odds ratio is not equal to 1
95 percent confidence interval:
0.6026805 79.8309210
sample estimates:
odds ratio
5.430473
--
View this message in context: http://www.nabble.com/What%27s-the-T-Value-in-fisher.test-tp18386075p18386075.html
Sent from the R help mailing list archive at Nabble.com.
2008 Nov 22
5
What's the BEST way in R to adapt this vector?
...<- cbind(y.1, y.2, y.3)
z.trans <- t(z)
y.new <- c(1:y.nk); y.new[1:y.nk] <- NA
y.new <- as.vector(z.trans)
rm(y.k, y.n, y.nk, y.1, y.2, y.3, z, z.trans)
y
y.new
Is there a better a way? I'm still pretty new. Thanks.
--
View this message in context: http://www.nabble.com/What%27s-the-BEST-way-in-R-to-adapt-this-vector--tp20638991p20638991.html
Sent from the R help mailing list archive at Nabble.com.
2009 Aug 25
10
One nic multiple ip''s
I have one nic and 5 static ip''s. i use debian lenny.
How configure dom0 and domU, gets own ip address.
--
View this message in context: http://www.nabble.com/One-nic-multiple-ip%27s-tp25141074p25141074.html
Sent from the Xen - User mailing list archive at Nabble.com.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 May 21
1
Can I migrate my computer''s OS onto Xen?
I''d like to have my installation of Windows Vista and other OSs from
different computers to be on Xen. Can I do this & how?
--
View this message in context: http://old.nabble.com/Can-I-migrate-my-computer%27s-OS-onto-Xen--tp28634574p28634574.html
Sent from the Xen - User mailing list archive at Nabble.com.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Dec 12
1
Efron's locfdr package - a component missing
...tion and Estimation ..."
it was mentioned that so-called effect density estimate, denoted by g1(mu)
was included in the locfdr package. However, I can't find it in the
description
of the package. Any suggestions?
Sincerely,
Nik
--
View this message in context: http://www.nabble.com/Efron%27s-locfdr-package---a-component-missing-tp14287868p14287868.html
Sent from the R help mailing list archive at Nabble.com.
2009 Nov 02
1
Sorting NA's and Graphing a histogram
...NA 2 4 5
D 8 9 10 11
E 5 NA 7 13
Then I want to turn the rownames into variables A, B, D, E that I can work
with as if I had used the attach() cmd, but on the rownames.
plot(A)
--
View this message in context: http://old.nabble.com/Sorting-NA%27s-and-Graphing-a-histogram-tp26157779p26157779.html
Sent from the R help mailing list archive at Nabble.com.
2008 Jul 17
1
Newbie's question about lm
...lution in a
post but I have to confess that, up to know, I'm not able to understand the
posts I read concerning lm (the level of the questions are too high for me
and my english quite poor as well).
Have a nice evening,
Ptit Bleu.
--
View this message in context: http://www.nabble.com/Newbie%27s-question-about-lm-tp18511262p18511262.html
Sent from the R help mailing list archive at Nabble.com.
2008 Jul 29
1
What's the best way to operate R from within Excel?
...d return back the numbers and do some plots in R.
For example, I have some parameters for Gaussian Random variable, and I
would find the most convenient way to send these numbers to R and do some
plots...
How to do that?
Thanks a lot!
--
View this message in context: http://www.nabble.com/What%27s-the-best-way-to-operate-R-from-within-Excel--tp18722737p18722737.html
Sent from the R help mailing list archive at Nabble.com.
2008 Nov 19
1
How to get robust M-estimator of multivariate scatter using Huber's psi?
...multivariate scatter using Huber's psi?
Which package/function should I look into? Ideally, I hope I can
self-define thresholds of Huber's psi function.
Thanks a lot!!!
--
View this message in context: http://www.nabble.com/How-to-get-robust-M-estimator-of-multivariate-scatter-using-Huber%27s-psi--tp20585755p20585755.html
Sent from the R help mailing list archive at Nabble.com.
2009 May 14
1
Finding root using Newton's method
I want generate R code to determine the real root of the polynomial
x^3-2*x^2+3*x-5. Using an initial guess of 1 with Newton's method.
Help please...
--
View this message in context: http://www.nabble.com/Finding-root-using-Newton%27s-method-tp23534519p23534519.html
Sent from the R help mailing list archive at Nabble.com.
2008 May 02
1
Errors using nlme's gls with autocorrelation
...ethod="ML")
...I get the following error...
Error in corFactor.corARMA(object) :
Calloc could not allocate (62457409 of 8) memory
...Does anybody know what I'm doing wrong? I appreciate any help. Thanks.
--
View this message in context: http://www.nabble.com/Errors-using-nlme%27s-gls-with-autocorrelation-tp17026417p17026417.html
Sent from the R help mailing list archive at Nabble.com.