similar to: Join and Meet on Lattice

Displaying 20 results from an estimated 6000 matches similar to: "Join and Meet on Lattice"

2012 Feb 20
0
[LLVMdev] stack dump
Hi Vahid, I suggest you use a more recent version. The latest version is 3.0. Ciao, Duncan. On 20/02/12 09:27, vahid eslami wrote: > > 0 down vote favorite > <http://stackoverflow.com/questions/9354312/llvm-2-8-dswp-core-dump-linux#> > share [g+] share [fb] share [tw] > > i new in llvm.i just compile google code and got this error. " Stack dump: 0. > Program
2012 Feb 20
2
[LLVMdev] stack dump
0 down vote favorite [http://stackoverflow.com/questions/9354312/llvm-2-8-dswp-core-dump-linux#] share [g+] share [fb] share [tw] i new in llvm.i just compile google code and got this error. " Stack dump: 0. Program arguments: opt -load /home/vahid/mywork/llvm-2.8/Release/lib/DSWP.so -dswp obj.o -o out.o 1. Running pass 'Function Pass Manager'
2007 Sep 07
0
Feedback on XML metadata namespace
Hi again list, Attached is a much improved version of yesterday's draft. Introducing the audio:collection:artwork element to deal with album cover graphics and such. After giving it much though; I decided to drop the audio:preformers and audio:recording elements. They have been replaced by audio:entities which is supposed to contain all involved organisations and persons.
2007 Sep 08
0
Feedback on XML metadata namespace
On Saturday 08. September 2007 11:40:05 Ian Malone wrote: > Daniel Aleksandersen wrote: > > Hi again list, > > > > Attached is a much improved version of yesterday's draft. Introducing > > the audio:collection:artwork element to deal with album cover graphics > > and such. > > > > After giving it much though; I decided to drop the audio:preformers
2007 Sep 08
3
Feedback on XML metadata namespace
Daniel Aleksandersen wrote: > On Saturday 08. September 2007 11:40:05 Ian Malone wrote: >> Daniel Aleksandersen wrote: >>> Hi again list, >>> >>> Attached is a much improved version of yesterday's draft. Introducing >>> the audio:collection:artwork element to deal with album cover graphics >>> and such. >>> >>> After
2007 Sep 08
5
Feedback on XML metadata namespace
Daniel Aleksandersen wrote: > Hi again list, > > Attached is a much improved version of yesterday's draft. Introducing the > audio:collection:artwork element to deal with album cover graphics and > such. > > After giving it much though; I decided to drop the audio:preformers and > audio:recording elements. They have been replaced by audio:entities which > is
2008 Jul 25
3
cpu frequency scaling in domUs
Hi, I''ve recently installed xen-3.2.1 on my AMD Sempron(tm) machine. It runs gentoo 2.6.21 as dom0 and cpu frequency scaling works in dom0. But inside a domU, cpu frequency scaling is not working. By checking the boot log in domU I found that domU is unable to load the powernow driver: "powernow-k8: BIOS error - no PSB or ACPI _PSS objects" I wonder if it is possible to have
2008 Jun 04
3
Support for CPU frequency scaling in Xen
Hi, Does Xen provide support for CPU frequency scaling? If there exists such support, from which version they support it? Otherwise what problems do exist in support frequency scaling in Xen? Thanks, Vahid _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Feb 04
2
bwinfo -u works getent passwd doesn't
Hi, I have Samba 3.0.21b running on Solaris 10 with ADS authentication. I get the following in log.winbindd when I do "getent passwd" but wbinfo -u lists all the users. Does anyone know why and how to fix it? Thanks, Vahid. [2006/02/04 13:37:02, 3] nsswitch/winbindd_ads.c:query_user_list(234) ads query_user_list gave 9926 entries [2006/02/04 13:37:04, 3]
2004 Jun 05
1
samba 3.0.4 and AD authentication
Hi, I installed MIT krberos, latest version BerkeleyDB version 4.2.52 OpenLDAP version 2.1.30 and SAMBA 3.0.4 with the following options: ./configure --with-ldap --with-ads --with-winbind --with-krb5 --with-pam --with-pam_smbpass I am trying to authenticate against our win2k AD but I can't seem to be able to get a list of users in AD by "wbinfo -u," it only shows the users in our
2012 Oct 01
1
Retrieve hypergeometric results in large scale
I'm going to use dhyper(x, m, n, k) to get a 95% coverage. Let me use an example to explain my problem: Suppose I have a urn containing 90 red and 10 black balls. Now I wanna remove 3 from the urn. By the following codes: m<-90;n<-10;k<-3; x<-0:3 dhyper(x,m,n,k) I can obtain the probability that 0,1,2,3 red balls will be removed. 0.000742115 0.025046382 0.247680891
2002 Jun 13
1
saving a global workspace?
hi all, i can't call my custom R function. i'm using R 1.3.1 on Solaris with the SJava pkg from www.omegahat.org. This package let's me call R functions from Java, and it works great. i wrote a custom R function and saved it in the workspace. in my homedir, i noticed the file named .RData was created. i also noticed my workspace is ONLY restored if the current working dir (when i
2008 Jul 10
1
Boot fails unless "noacpi" option is present.
Hello, I am using Xen 3.2.1 and I cannot boot it on my machine unless I use the noacpi option. As far as I know noacpi option is incompatible with SMP, so I must not use it, because my machine is SMP. I am describing the problem in more detail below. If you could point me in the right direction, I''d greatly appreciate it. I downloaded Xen 3.2.1 official source distribution tarball from
2011 Nov 15
1
R Program
Can someone help me out with this problem? Write an R program to draw 10,000 random samples using the Polya Urn Scheme where the initial contents of the urn is one white ball and one black ball. Accumulate the proportion of white balls after each draw into one vector. Upload your R script file. HINT: You can simulate sampling one ball from an urn with N balls of which w are white and N - w are
2010 Mar 30
1
Multivariate hypergeometric distribution version of phyper()
Dear R Users, I employed the phyper() function to estimate the likelihood that the number of genes overlapping between 2 different lists of genes is due to chance. This appears to work appropriately. Now i want to try this with 3 lists of genes which phyper() does not appear to support. Some googling suggests i can utilize the Multivariate hypergeometric distribution to achieve this. eg.:
2007 May 24
0
rotating an hclust tree with negative hights
Hi, I have an hclust object say hcl with heights starting from a negative and ending to a positive value. I would like to rotate the plot(hcl) 90 degrees clockwise. It is suggested to use plot(as.dendogram(hcl), horiz=T) but I encountered two problems: 1) a dendrogram object does not accept negative heights 2) horiz=T rotates the tree 90 degrees unclockwise any ideas? thanks, Vahid PARTOVI
2006 Feb 09
0
help with Samba v. 3.0.21b authentication
Hi All, I have this strange problem that if the user has the same username in UNIX as in Windows, he can do "net view \\server <file://server/>" with no problem but for users whose username is not the same on UNIX as it is in Windows, "net view \\server <file://server/>" returns: System error 5 has occurred. Access is denied and if try to map a share, I see the
2006 Feb 03
0
Samba 3.0.21 with ADS authentication on Solaris
Hi All, I am upgrading form samba 3.04 to 3.0.21 to resolve some ADS authentication problem that happens after each Windows security patch and also stay current. I could not find a straight forward procedure to compile and configure samba except this link which I guess is not complete:
2006 Nov 15
0
New package for Biased Urn Models
A new package named BiasedUrn is available. This package implements various noncentral hypergeometric distributions, univariate and multivariate. Includes the distribution you get when taking colored balls from an urn without replacement, with bias. These distributions have many applications in models of biased sampling and models of evolution by natural selection. The multivariate
2006 Nov 15
0
New package for Biased Urn Models
A new package named BiasedUrn is available. This package implements various noncentral hypergeometric distributions, univariate and multivariate. Includes the distribution you get when taking colored balls from an urn without replacement, with bias. These distributions have many applications in models of biased sampling and models of evolution by natural selection. The multivariate