search for: matej

Displaying 20 results from an estimated 101 matches for "matej".

Did you mean: mate
2014 Dec 19
2
usbhid-ups on OmniOS (Solaris 10 derivate)
Hi Matej, I've cc'ed the developers mailing list for now... thanks for your report. Could you please send in some driver debug traces (starting it manually, using "usbhid-ups -DDDDD ...")? That would help in troubleshooting the issue. thx and cheers, Arno 2014-12-19 8:48 GMT+01:00 Mate...
2014 Dec 19
0
usbhid-ups on OmniOS (Solaris 10 derivate)
Arno, what version of Solaris or libusb required the interrupt pipe hack? - Charles On Dec 19, 2014, at 7:00 AM, Arnaud Quette <arnaud.quette at gmail.com> wrote: > Hi Matej, > > I've cc'ed the developers mailing list for now... > > thanks for your report. Could you please send in some driver debug traces (starting it manually, using "usbhid-ups -DDDDD ...")? > That would help in troubleshooting the issue. > > thx and cheers, &...
2011 Jan 02
8
HVM Networking Issues
I''ve looked long and hard for an answer to this and am stuck. I have setup a Windows XP DomU on Xen 3.2-1 running on Debian and I can connect fine to the instance via VNC but I get no networking within the windows instance as it says the IP address conflicts with another on the network. All my linux instances network fine, and I''m confused as to the issue. Can anybody provide
2002 Oct 14
2
Another newbie question: curve of normal distribution
...ADS) postscript("heads.eps",onefile=FALSE,width=4.134,height=3.445,pointsize=12) plot(hf,main="Frequency distribution of heads",xlab="Throws", ylab="Frequency") lines(rnorm(length(hf),mean=mean(hf),sd=sd(hf))) dev.off(2) } Any help, please? Thanks Matej -- Matej Cepl, matej at ceplovi.cz, PGP ID# D96484AC 138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488 understand, v.: To reach a point, in your investigation of some subject, at which you cease to examine what is really present, and operate on the basis of your own intern...
2002 Nov 21
1
Pearson's correlation coefficient?
How do I get non-squared correlation coefficient in some more sensible way than sqrt(summary(lm(y~x))$r.squared)? Thanks Matej -- Matej Cepl, matej at ceplovi.cz, Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC 138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488 The difference between death and taxes is death doesn't get worse every time Congress meets -- Will Rogers -.-.-.-.-.-.-.-.-.-.-.-....
2004 Apr 22
1
Selection of cities sample
...e and multiplied by the weight (expressing how much that particular variable is important for me, or how much I want to avoid cities with this characteristic)). Is it sound method? Or I am creating something which is already available in R as a standard function (which I suspect)? Thanks, Matej -- Matej Cepl, http://www.ceplovi.cz/matej GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC 138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488 Give your heartache to him. (1Pt 5,7; Mt 11:28-30)
2002 Nov 13
4
[Newbie] Is there any support for work with grouped frequencies?
...0 to 74" 15 "18" "75 and over" 11 "19" "Unknown" NA Are there any tools to work with grouped frequencies (i.e., median, mean, chi-square test of normality of distribution) or do I have to calculate them ``by hand''? Thanks for any answer, Matej -- Matej Cepl, matej at ceplovi.cz, Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC 138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488 The ratio of literacy to illiteracy is a constant, but nowadays the illiterates can read. -- Alberto Moravia -.-.-.-.-.-.-.-.-.-.-.-.-....
2002 Oct 23
7
Counting NA?
...n 1:length(data$S2)) { if(!is.na(data$S2[i])) { counter = counter + 1 } } I have imagined something like length(x,na.rm=TRUE). How can I get values usually taken from tables like z-score, values of t distribution etc.? I could not find them among values mentioned in info file. Thanks, Matej -- Matej Cepl, matej at ceplovi.cz, PGP ID# D96484AC 138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488 The difference between death and taxes is death doesn't get worse every time Congress meets -- Will Rogers -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2002 Nov 15
2
What's going on? (strange standard deviation)
...mething (again :-(): > CEMPLOY<-TEMPLOY[!is.na(TEMPLOY)] > sum(CEMPLOY^2/length(CEMPLOY))-mean(CEMPLOY)^2 [1] 30877.28 > var(TEMPLOY,na.rm=TRUE) [1] 30981.25 Could anybody tell me, what's going on? I suppose that var=sum(x^2/N)-xbar^2 or what did I enter wrong? Thanks Matej -- Matej Cepl, matej at ceplovi.cz, Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC 138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488 Courage is resistance of fear, mastery of fear, not absence of fear. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2020 Sep 08
2
[PATCH] Rescan the entire target on transport reset when LUN is 0
On 28/08/20 14:21, Matej Genci wrote: > VirtIO 1.0 spec says > The removed and rescan events ... when sent for LUN 0, they MAY > apply to the entire target so the driver can ask the initiator > to rescan the target to detect this. > > This change introduces the behaviour described above by sc...
2020 Sep 08
2
[PATCH] Rescan the entire target on transport reset when LUN is 0
On 28/08/20 14:21, Matej Genci wrote: > VirtIO 1.0 spec says > The removed and rescan events ... when sent for LUN 0, they MAY > apply to the entire target so the driver can ask the initiator > to rescan the target to detect this. > > This change introduces the behaviour described above by sc...
2009 Jul 22
3
How to list R object properties & save workspace?
...hem? For instance, I found function object.size(), but I would also like to know whether one object is a dataset or just one vector (variable) or even only one value, etc... And another question - how to save workspace to a custom location while running R? Is there any command for that? Thanks, Matej
2002 Nov 26
4
[NB] lm problems
...i], -Inf) 4: "+" not meaningful for factors in: Ops.factor(qs[i], .minus(x[hi[i]], x[lo[i]]) * (index[i] - lo[i])) > Could anybody tell me, what's going on, please? I have no clue what "^", ">", etc. means. Thanks a lot (and thanks for your patience) Matej -- Matej Cepl, matej at ceplovi.cz, Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC 138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488 Q: Is vi an easy editor to learn, is it intuitive? A: Yes, some of us think so. But most people think that we are crazy. -- vi FAQ -...
2003 Mar 31
3
can't connect to a samba share with Windows XP
...#39;t see why - if I connect to the same share with smbclient, it goes through just fine. I do not have the same password on the domain and the linux box. (having the same passwords in smbpasswd and passwd doesn't seem to matter as the problem occurs just the same). Any thoughts? Thanks, Mat Matej Pfajfar Software Engineer direct:+386 (01) 548 38 46 ____________________________________________________________ ADACTA d.o.o. Lesko?kova 9d, 1000 Ljubljana, Slovenia tel.:+386 (1) 548 38 00, fax:+386 (1) 548 39 00 URL: http://www.adacta.si/, mailto:info@adacta.si Microsoft Certified Par...
2002 Nov 23
1
t-test for correlation matrix?
...I understand that I can find t-test for the significance of the correlation coefficient on sample to population, but is there way how to make this test for more than one pair of variables together as easily as I can make a correlation matrix for more variables with cor(cbind(A,B,C,D))? Thanks, Matej -- Matej Cepl, matej at ceplovi.cz, Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC 138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488 Opinions founded on prejudice are always sustained with the greatest violence. -- Hebrew Proverb -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2019 Sep 03
0
[PATCH] virtio: Change typecasts in vring_init()
On Mon, Sep 02, 2019 at 09:56:42AM +0000, Matej Genci wrote: > On 8/31/2019 6:43 PM, Michael S. Tsirkin wrote: > > On Fri, Aug 30, 2019 at 05:58:23PM +0000, Matej Genci wrote: > >> On 8/30/2019 3:02 PM, Michael S. Tsirkin wrote: > >>> On Tue, Aug 27, 2019 at 03:20:57PM +0000, Matej Genci wrote: > >>>>...
2002 Dec 02
2
Crawley's book on S-Plus and one strangeness
...n aside: I was very much surprised (in this book as well as on this list) how many times people use sqrt(var(x)) when what they want to say (IMHO) is sd(x). Is it just a macho way to show that I understand more complicated things, or is there any real difference between the two? Have a nice day, Matej -- Matej Cepl, matej at ceplovi.cz, Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC 138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488 Science is meaningless because it gives no answer to our question, the only question important to us: ``What shall we do and how shall we li...
2020 Apr 06
0
[PATCH v4 04/12] virtio: add VIRTIO_RING_NO_LEGACY
From: Matej Genci <matej.genci at nutanix.com> Add macro to disable legacy vring functions. Signed-off-by: Matej Genci <matej.genci at nutanix.com> Link: https://lore.kernel.org/r/20190911124942.243713-1-matej.genci at nutanix.com Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- d...
2020 Apr 06
0
[PATCH v5 04/12] virtio: add VIRTIO_RING_NO_LEGACY
From: Matej Genci <matej.genci at nutanix.com> Add macro to disable legacy vring functions. Signed-off-by: Matej Genci <matej.genci at nutanix.com> Link: https://lore.kernel.org/r/20190911124942.243713-1-matej.genci at nutanix.com Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- d...
2020 Apr 06
0
[PATCH v6 04/12] virtio: add VIRTIO_RING_NO_LEGACY
From: Matej Genci <matej.genci at nutanix.com> Add macro to disable legacy vring functions. Signed-off-by: Matej Genci <matej.genci at nutanix.com> Link: https://lore.kernel.org/r/20190911124942.243713-1-matej.genci at nutanix.com Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- d...