search for: sorensen

Displaying 20 results from an estimated 109 matches for "sorensen".

2003 Sep 24
12
SSHD 3.7.1p2 on HP-UX
...d because account is locked Sep 24 12:21:38 garm sshd[19542]: Failed none for illegal user japs from 130.225.127.34 port 50593 ssh2 Sep 24 12:21:41 garm sshd[19542]: Failed password for illegal user japs from 130.225.127.34 port 50593 ssh2 The /etc/sshd_config is the same in the two cases. Jan P. Sorensen
2008 Feb 06
15
[Bug 14393] New: NV11 card is not detected properly by nouveau on big-endian box
...Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: henrik.sorensen at gmail.com QAContact: xorg-team at lists.x.org Created an attachment (id=14162) --> (http://bugs.freedesktop.org/attachment.cgi?id=14162) Xorg log The system is a gigabit g4 powermac with a PC AGP NV11 (10de:0110) flashed with a mac ROM. While the drm module seems to identify it...
2008 Feb 19
8
[Bug 14567] New: Randr 1.2 fails on nv17 lvds in a Dell Inspiron 8100 ( continued from 14491)
...Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: henrik.sorensen at gmail.com QAContact: xorg-team at lists.x.org Opening new bug as requested in IRC -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
2008 Aug 18
16
[Bug 17185] New: Black Display when using Nouveau on 7300gt with dvi to hdmi attached Sony 32W4000
...32W4000 Product: xorg Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: henrik.sorensen at gmail.com QAContact: xorg-team at lists.x.org Created an attachment (id=18354) --> (http://bugs.freedesktop.org/attachment.cgi?id=18354) Nouveau Xorg.log I wanted to see how nouveau handled 24hz video playback, since the blob stutters every 15-17 seconds. However, I never got tha...
2011 Jun 19
10
Alternative to network-nat on Debian Squeeze with XEN4?
Hello, Are there any good alternatives to the network-nat script on Debian Squeeze? I have tried using (network-script network-nat) and (vif-script vif-nat), but I end up with an error message like Error: Device 1 (vif) could not be connected. ip addr add 10.0.1.259 dev vif4.1 failed with configuration file directive vif =[ ''script=vif-nat,ip=10.0.1.132'' ] I need Internet
2007 Jun 19
1
Dissimilarity Analysis
...0 0 0 0 1 0 0 1 All columns are binary coded characters. The Import was done by this Test<-read.table("TestRFemMalBivariat1.csv",header = TRUE, sep = ";") Now I try to perform a similarity analysis with the dsvdis function of the labdsv package with the sorensen-Index. My first question is if all zeros in my table are seen as missing values and if it islike that how can I change without turning zero into other numbers? Secondly I tried to perform the analysis as simple as possible, after changing the characterstates into 1 and 2 with this code:...
2015 Dec 23
2
Cannot allocate vector of size
...de datos en una matriz "sparse" cuyo tamaño pasa de una matriz de 861.2Mb a una matriz de 10.2Mb 2) He eliminado todo lo que no es necesario de la función beta.pair dejándola en:library (betapart) # para que cargue la función betapart.core() beta.pair <- function(x, index.family="sorensen"){ # test for a valid index index.family <- match.arg(index.family, c('jaccard','sorensen')) # test for pre-existing betapart objects if (! inherits(x, "betapart")){ x <- betapart.core(x) } # run the analysis g...
2007 Jun 20
1
Dissimilarity
...o transpose the matrix to have species as > columns. You can do > this with: > > d2 = data.frame(t(Test[,-1])) > colnames(d2) = Test[,1] #now use d2 > > > >> Now I try to perform a similarity analysis with the dsvdis function >> of the labdsv package with the sorensen-Index. >> >> My first question is if all zeros in my table are seen as missing >> values and if it islike that how can I change without turning zero >> into other numbers? > > no - the zeros are valid observations. the na's are missing data. > > >> D...
2015 Dec 22
2
Cannot allocate vector of size
...ranando y ejecutando una a unas las operaciones que ejecuta la >> función beta.pair, creo que puedes solucionar tu problema. O al menos eso >> espero! >> >> Mucha suerte >> >> Paco >> >> >> >> beta.pair <- function(x, index.family="sorensen"){ >> >> # test for a valid index >> index.family <- match.arg(index.family, c('jaccard','sorensen')) >> >> # test for pre-existing betapart objects >> if (! inherits(x, "betapart")){ >> x <-...
2013 Feb 01
7
[LLVMdev] MCJIT and Lazy Compilation
Does anyone have a roadmap for MCJIT with what I think people are calling lazy compilation. Is this even on the cards? I spent the last few hours moving my project (extempore.moso.com.au) over to MCJIT (particularly for ARM), and am a little horrified to discover no ability to compile, and just as importantly to recompile, at a function level. This is absolutely mandatory for my project. I have
2015 Dec 22
2
Cannot allocate vector of size
...ra big data en R: https://github.com/Robinlovelace/R-for-Big-Data. Así pues, desgranando y ejecutando una a unas las operaciones que ejecuta la función beta.pair, creo que puedes solucionar tu problema. O al menos eso espero! Mucha suerte Paco beta.pair <- function(x, index.family="sorensen"){ # test for a valid index index.family <- match.arg(index.family, c('jaccard','sorensen')) # test for pre-existing betapart objects if (! inherits(x, "betapart")){ x <- betapart.core(x) } # run the analysis given the i...
2007 Aug 22
1
distance by vegan
How to calculate sorensen (bray-curtis) distance by dist function within the vegan package? Cheers Duccio
2013 Feb 01
0
[LLVMdev] MCJIT and Lazy Compilation
I apologize to everyone for the tone of this email. I had a bad day yesterday. I'll start having a look at how I might be able to contribute to MCJIT. Cheers, Andrew. On Fri, Feb 1, 2013 at 1:55 PM, Andrew Sorensen <digegoo at gmail.com> wrote: > Does anyone have a roadmap for MCJIT with what I think people are > calling lazy compilation. > > Is this even on the cards? > > I spent the last few hours moving my project (extempore.moso.com.au) > over to MCJIT (particularly for ARM), a...
2013 Feb 06
1
[LLVMdev] MCJIT and Lazy Compilation
...t parameters. We also have code that depends on the JITEventListener API. Cheers. ________________________________ From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of Kaylor, Andrew [andrew.kaylor at intel.com] Sent: Tuesday, February 05, 2013 10:08 AM To: Andrew Sorensen; llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] MCJIT and Lazy Compilation Hi Andrew, I was about to write a belated reply to this message (sorry for the delay), but then I realized that pretty much everything useful that I have to say on the subject is contained in this message (which is in a thr...
2007 Jul 02
1
gam function & time trend splines
...would I need to create indicator variables for each winter I'm interested and work in a by statement somehow (with an extra term for the levels of that indicator, I assume)? Thanks in advance for helping a Epi student who's being exposed to all this for the first time. Sincerely, Kevin Sorensen ____________________________________________________________________________________ Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center.
2013 Feb 15
4
[LLVMdev] MCJIT and Lazy Compilation
...gt; ** ** > > I think at this point having people try out various approaches and seeing > what works and what doesn’t is our biggest need in this area. Please do > keep me informed about what you find out.**** > > ** ** > > -Andy**** > > ** ** > > *From:* Andrew Sorensen [mailto:digegoo at gmail.com] > *Sent:* Wednesday, February 06, 2013 4:33 PM > *To:* Kaylor, Andrew > *Cc:* llvmdev at cs.uiuc.edu > *Subject:* Re: [LLVMdev] MCJIT and Lazy Compilation**** > > ** ** > > Thanks for the update Andy.**** > > ** ** > > I'm very h...
2010 Jun 18
2
Virtualization at Plumbers 2010 - Time to submit your proposals!
Hi, I would like to remind people about the Virtualization track at Linux Plumbers Conference 2010, held in Cambridge, MA, November 3-5, 2010. Please note the deadline for submissions is July 19, 2010. LPC is particular well suited for technical presentations, work in progress and subjects that needs discussion and collaboration between communities (kernel, desktop/gfx, virtualization, etc.),
2010 Jun 18
2
Virtualization at Plumbers 2010 - Time to submit your proposals!
Hi, I would like to remind people about the Virtualization track at Linux Plumbers Conference 2010, held in Cambridge, MA, November 3-5, 2010. Please note the deadline for submissions is July 19, 2010. LPC is particular well suited for technical presentations, work in progress and subjects that needs discussion and collaboration between communities (kernel, desktop/gfx, virtualization, etc.),
2010 Jun 18
2
Virtualization at Plumbers 2010 - Time to submit your proposals!
Hi, I would like to remind people about the Virtualization track at Linux Plumbers Conference 2010, held in Cambridge, MA, November 3-5, 2010. Please note the deadline for submissions is July 19, 2010. LPC is particular well suited for technical presentations, work in progress and subjects that needs discussion and collaboration between communities (kernel, desktop/gfx, virtualization, etc.),
2003 Mar 02
2
Adding printer stops with "Operation could not be completed"
...ns. I am using samba 2.2.5. The host specific log noodless.log (noodless is the win client i use to add the drivers from), shows no error messages. It does give a lot of messages, too much to quote here, but none of them are informative to me. Help would be appreciated Regards Tor Bechmann Sorensen --