search for: connectedness

Displaying 20 results from an estimated 20 matches for "connectedness".

2007 Mar 04
1
fortune() in .Rprofile conflicts with R CMD INSTALL
...e() detach("package:fortunes") so I get a fortune every time I start R. It seems that this conflicts with R CMD INSTALL in latest R-devel on Linux. Two things can happen: 1. R CMD INSTALL fails ---------------------------------------------------------------------- $ R-devel CMD INSTALL connectedness * Installing to library ' My preference goes with the numbering scheme attributed to a tribe on some island in the Pacific which consists of a 'factor' with four levels: 'one', 'two', 'three', and 'lots'. Hence, I'd go with 'lots of R users'....
2006 May 02
0
New package connectedness
Dear R users, I would like to announce a new package connectedness on CRAN. connectedness can be used to identify disconnected sets. It contains functions to find, plot and subset disconnected sets in a two-way classification without interaction. Please do not hesitate to contact me, if you find a bug (possibly with a patch) or you have any comments. -- Lep poz...
2006 Aug 10
0
New upload of connectedness
Hello! I have uploaded update (0.2-1) for connectedness. NEWS? o NA's in either x or y are not removed by default, but only when drop=TRUE. Subset method gains dropNA=NULL argument due to this. Now subset arguments are properly placed after '...'. 2006-08-08 o Added unit tests. 2006-08-08 o Removed connectedness.package.Rd as it is n...
2006 Aug 10
0
New upload of connectedness
Hello! I have uploaded update (0.2-1) for connectedness. NEWS? o NA's in either x or y are not removed by default, but only when drop=TRUE. Subset method gains dropNA=NULL argument due to this. Now subset arguments are properly placed after '...'. 2006-08-08 o Added unit tests. 2006-08-08 o Removed connectedness.package.Rd as it is n...
2014 Jun 17
0
REGRESSION: Kernel PANIC 8777c5c11764d8336d8270f96778158c34c92108 - drm/nouveau/dp: probe dpcd to determine connectedness
On Tue, Jun 17, 2014 at 3:33 PM, Thomas Glanzmann <thomas at glanzmann.de> wrote: > Hello Ben, > >> Are you able to double-check that bisect? I'm not at all sure how >> that particular commit could trigger the issue you're seeing. Some of >> the others, certainly. It might be worth trying a couple of times >> before marking something as
2014 Jun 17
1
REGRESSION: Kernel PANIC 8777c5c11764d8336d8270f96778158c34c92108 - drm/nouveau/dp: probe dpcd to determine connectedness
On Tue, Jun 17, 2014 at 3:39 PM, Ben Skeggs <skeggsb at gmail.com> wrote: > On Tue, Jun 17, 2014 at 3:33 PM, Thomas Glanzmann <thomas at glanzmann.de> wrote: >> Hello Ben, >> >>> Are you able to double-check that bisect? I'm not at all sure how >>> that particular commit could trigger the issue you're seeing. Some of >>> the others,
2014 Jun 17
3
REGRESSION: Kernel PANIC 8777c5c11764d8336d8270f96778158c34c92108 - drm/nouveau/dp: probe dpcd to determine connectedness
Hello Ben, > Are you able to double-check that bisect? I'm not at all sure how > that particular commit could trigger the issue you're seeing. Some of > the others, certainly. It might be worth trying a couple of times > before marking something as "good", in case there's a timing aspect to > the problem. please CC me, otherwise I might not see your
2017 Feb 24
3
[PATCH 1/5] PCI: Recognize Thunderbolt devices
...ve, I assume it would be conceivable to have two Thunderbolt-connected GPUs feeding into a mux. Or to have a GPU (unrelated to the mux) in a non-Thunderbolt plugin slot or connected externally via a non-Thunderbolt switch and an iPass cable. If that's the case, and we're using Thunderbolt-connectedness as a hint that happens to work for the hardware we know about now, that's fine -- I'm just trying to understand what's a hint and what's intrisic to being connected via Thunderbolt. > Cc: Andreas Noever <andreas.noever at gmail.com> > Cc: Michael Jamet <michael.jamet...
2008 Mar 05
1
connectivity measure for graph nodes
...he more likely it would be that they share the property. The graph is highly connected, with a large majority of nodes connected in some fashion. My first question is: can anyone make this real easy and tell me if this has been done and how? If not, I need to start with developing a measure of connectedness that includes degrees of separation and number of edges at each degree. The highest level of connectivity, with weighting 1, would be a first order connection (the graph is undirected). Beyond that, of course, it gets more complicated. To begin, I need to identify the best path between two nod...
2014 Jun 15
0
REGRESSION: Kernel PANIC 8777c5c11764d8336d8270f96778158c34c92108 - drm/nouveau/dp: probe dpcd to determine connectedness
...linux-2.6] git bisect bad > 8777c5c11764d8336d8270f96778158c34c92108 is the first bad commit > commit 8777c5c11764d8336d8270f96778158c34c92108 > Author: Ben Skeggs <bskeggs at redhat.com> > Date: Fri Jun 6 18:09:55 2014 +1000 > > drm/nouveau/dp: probe dpcd to determine connectedness > > Signed-off-by: Ben Skeggs <bskeggs at redhat.com> > > introduces a regression: My Mac Mini panics when I start X: > > [ 5.173109] usb 4-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 > [ 5.182343] input: HID 05ac:820a as /devices/pci0000:00/00...
2014 Jun 13
2
REGRESSION: Kernel PANIC 8777c5c11764d8336d8270f96778158c34c92108 - drm/nouveau/dp: probe dpcd to determine connectedness
...Ben, commit (mini) [~/work/linux-2.6] git bisect bad 8777c5c11764d8336d8270f96778158c34c92108 is the first bad commit commit 8777c5c11764d8336d8270f96778158c34c92108 Author: Ben Skeggs <bskeggs at redhat.com> Date: Fri Jun 6 18:09:55 2014 +1000 drm/nouveau/dp: probe dpcd to determine connectedness Signed-off-by: Ben Skeggs <bskeggs at redhat.com> introduces a regression: My Mac Mini panics when I start X: [ 5.173109] usb 4-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 5.182343] input: HID 05ac:820a as /devices/pci0000:00/0000:00:06.0/usb4/4-1/4-1.2/4-1.2...
2017 Feb 25
0
[PATCH 1/5] PCI: Recognize Thunderbolt devices
...gt; > + unsigned int is_thunderbolt:1; /* Thunderbolt controller */ > > I'm not really keen on having this in the PCI core because the core > doesn't need this or even know what it means. > > pci_find_next_ext_capability() is available to drivers, and if > Thunderbolt-connectedness is useful information to apple-gmux or GPU > drivers, it's fine with me if you want to use it there. I just don't > see the benefit to having it in the core. The above contradicts your statement 3 days earlier: "Assuming we need it, having it in struct pci_dev is fine. Ther...
2005 Jun 27
0
Pagode
Hi all, This is my first message to this list. So let me introduce myself and my problem. My name is Anahuac and I'm from Brazil, so please be patient with my poor english. I'm working inthe last few months in a Web Based configuration tool to Samba. I called it Pagode. In Brazil Pagode is a kind of variation of the Samba music, so it's sound nice to me. Pagode has
2006 Oct 03
0
[ANNOUNCE] xf86-video-ati-6.6.3
...ubuntu update configure.ac for new 6.6.3 release David Woodhouse: Fix radeon vs fbdev pitch calculation. Henry Zhao: * [ Bug 6966 ] large negative refresh rates reported Bump up clock rate for ES1000 to allow higher resolutions Power up DAC around check for CRT connectedness Michel D?nzer: Revert "* [ Bug 6966 ] large negative refresh rates reported" Roland Scheidegger: radeon: Check ROM more thoroughly before treating it as an x86 BIOS. Ronald Wahl: Hook up DFP power to DPMS events. Tilman Sauerbeck: Removed the warning re. th...
2007 Mar 26
1
Problem in loading all packages all at once
...quot;CoCoGraph","CoCoObjects","CoCoOldData","CoCoRaw","cocorresp","coda","coin","colorspace","combinat","compositions","concor","concord","cond","conf.design","connectedness","copula","corpcor","corpora","covRobust","coxrobust","cramer","crossdes","crq","c sampling","cslogistic","CTFS","ctv") TEMP <- c(TEMP,"CVThresh","cwhmath...
2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods. I have this function : setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")}) setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) { ... ... ... })
2014 Mar 12
0
ICAC14 Special Tracks CFP (Smart Cyber-Physical Systems & Management of Big Data Systems)
...nt of Big Data System Co-Chairs: Karsten Schwan (GIT), Vanish Talwar (HP Labs) Paper submissions due: March 31, 2014, 11:59 p.m. PDT More info: https://www.usenix.org/conference/icac14/mbds-management-big-data-systems * Special Track I: Smart Cyber-Physical Systems The increased connectedness of real-time embedded systems and sensors has led to the emergence of Cyber-Physical Systems (CPS), systems of collaborative computational elements controlling a physical process. Areas such as avionics, smart grids, medical devices, traffic control, automotive are examples of domains where CPS is...
2014 Mar 12
0
ICAC14 Special Tracks CFP (Smart Cyber-Physical Systems & Management of Big Data Systems)
...nt of Big Data System Co-Chairs: Karsten Schwan (GIT), Vanish Talwar (HP Labs) Paper submissions due: March 31, 2014, 11:59 p.m. PDT More info: https://www.usenix.org/conference/icac14/mbds-management-big-data-systems * Special Track I: Smart Cyber-Physical Systems The increased connectedness of real-time embedded systems and sensors has led to the emergence of Cyber-Physical Systems (CPS), systems of collaborative computational elements controlling a physical process. Areas such as avionics, smart grids, medical devices, traffic control, automotive are examples of domains where CPS is...
2017 Feb 24
6
[PATCH 0/5] Thunderbolt GPU fixes
Fix Thunderbolt-related issues in apple-gmux and vga_switcheroo: Patch [1/5] ("Recognize Thunderbolt devices") has already been subjected to a fair amount of scrutiny over at linux-pci@, I've submitted it 5 times total since May 2016. With luck it may be in ack-able shape now. Patch [2/5] amends apple-gmux to handle combined DP/Thunderbolt ports properly on newer MacBook Pros.
2008 Apr 04
21
[Bug 15350] New: randr12: VGA-0 always reported as "disconnected"
http://bugs.freedesktop.org/show_bug.cgi?id=15350 Summary: randr12: VGA-0 always reported as "disconnected" Product: xorg Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org