search for: myu

Displaying 6 results from an estimated 6 matches for "myu".

Did you mean: my
2012 Sep 17
2
Problem with Stationary Bootstrap
Dear R experts,   I'm running the following stationary bootstrap programming to find the parameters estimate of a linear model:     X<-runif(10,0,10) Y<-2+3*X a<-data.frame(X,Y) coef<-function(fit){   fit <- lm(Y~X,data=a)    return(coef(fit)) }  result<- tsboot(a,statistic=coef(fit),R = 10,n.sim = NROW(a),sim = "geom",orig.t = TRUE)   Unfortunately, I got this
2003 Apr 11
1
smb client file list
...a package do I need to include in this floppy to be able to access net shares from an NT4 server (my workstations btw log on to this NT PDC)? My workstations merely run a DOS-based billing app from the NT server and print receipts to a printer attached to the workstation. Thanks for any info... /myu
2006 Feb 07
3
Dinamic controller
Is it possible to make a Rails app respond to a "dinamic" controller? As I understand method_missing can be used inside a controller to respond to nonexisting methods, is it possible to provide a similar behavior at a controller level? I am not sure at whic level would this code be inserted... -- An?bal Rojas http://www.lacaraoscura.com/ anibalrojas@gmail.com
2015 Apr 14
3
Independent dual monitors on CentOS 7
Does anyone have the magic incantation required to getting *independent* multi-monitors going under CentOS 7? Ideally under xfce or trinity, but I'm interested about GNOME/KDE observations as well. I'm trying to move my main workstation from CentOS5 to CentOS7 and while the spanned desktop works, not having independent monitors really cuts into my productivity. i.e.: I couldn't
2009 May 21
0
[LLVMdev] Arm port
...Just wanted to say, privately, I hugely appreciate this mail, I really want to thank you! I'm going to see what kind of trouble I have working my way through the Dragon book ... I know that, at school, it had a reputation of being able to drive students completely crazy. I'm hoping that myu sheer interest is going to make it a lot easier on me. Knowing that I don't have to drop another hundred (or more) bucks on another book is nice news. With luck, perhaps I can get myself into a state where I can be of help to you. Do the FreeBSD folks (on the Arm project) know that the -A9 i...
2009 May 21
6
[LLVMdev] Arm port
My goal is to have Cortex-A9 support complete in far less than three months. I've recently gotten some additional help toward that goal, so the pace should pick up soon. As far as compiler texts, there are many newer texts to recommend as just about all the major optimization passes are done differently after SSA-form appeared in about 1991. However, for adding Cortex-A8 support, I don't