search for: undupe

Displaying 8 results from an estimated 8 matches for "undupe".

Did you mean: undue
2008 Aug 02
3
Bubble plots
Is there a way to create a 'bubble plot' in R? For example, if we define the following data frame containing the level of y observed for 5 patients at three time points: time<-c(rep('time 1',5),rep('time 2',5),rep('time 3',5))
2023 Mar 27
0
[syzbot] [net?] [virt?] [io-uring?] [kvm?] BUG: soft lockup in vsock_connect
On Sat, Mar 25, 2023 at 1:44?AM Bobby Eshleman <bobbyeshleman at gmail.com> wrote: > > On Fri, Mar 24, 2023 at 09:38:38AM +0100, Stefano Garzarella wrote: > > Hi Bobby, > > FYI we have also this one, but it seems related to > > syzbot+befff0a9536049e7902e at syzkaller.appspotmail.com > > > > Thanks, > > Stefano > > > > Got it, I'll
2012 Mar 30
8
[Bug 48090] New: Spam of system log with EDID messages
https://bugs.freedesktop.org/show_bug.cgi?id=48090 Bug #: 48090 Summary: Spam of system log with EDID messages Classification: Unclassified Product: Mesa Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component:
2023 Jun 10
2
[Bridge] [syzbot] [net?] unregister_netdevice: waiting for DEV to become free (8)
Hello, syzbot found the following issue on: HEAD commit: 67faabbde36b selftests/bpf: Add missing prototypes for sev.. git tree: bpf-next console+strace: https://syzkaller.appspot.com/x/log.txt?x=1381363b280000 kernel config: https://syzkaller.appspot.com/x/.config?x=5335204dcdecfda dashboard link: https://syzkaller.appspot.com/bug?extid=881d65229ca4f9ae8c84 compiler: gcc (Debian
2023 May 30
1
[syzbot] [kvm?] [net?] [virt?] general protection fault in vhost_work_queue
On Tue, May 30, 2023 at 12:30:06AM -0700, syzbot wrote: > Hello, > > syzbot found the following issue on: > > HEAD commit: 933174ae28ba Merge tag 'spi-fix-v6.4-rc3' of git://git.ker.. > git tree: upstream > console output: https://syzkaller.appspot.com/x/log.txt?x=138d4ae5280000 > kernel config: https://syzkaller.appspot.com/x/.config?x=f389ffdf4e9ba3f0
2012 May 27
35
[Bug 50403] New: NV28 double cursor & ugly graphics & crashes
https://bugs.freedesktop.org/show_bug.cgi?id=50403 Bug #: 50403 Summary: NV28 double cursor & ugly graphics & crashes Classification: Unclassified Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium
2010 Oct 08
74
Performance issues with iSCSI under Linux
Hi!We''re trying to pinpoint our performance issues and we could use all the help to community can provide. We''re running the latest version of Nexenta on a pretty powerful machine (4x Xeon 7550, 256GB RAM, 12x 100GB Samsung SSDs for the cache, 50GB Samsung SSD for the ZIL, 10GbE on a dedicated switch, 11x pairs of 15K HDDs for the pool). We''re connecting a single Linux
2008 Aug 05
0
P values in non linear regression and singular gradients using nls
..., y0=(0:ny)+0.5, y1=(0:ny)+0.5 ) ### ## Vertical borders between cells ### segments( x0=(0:nx)+nlabels.y*rowmar-0.25, x1=(0:nx)+nlabels.y*rowmar-0.25, y0= 0.5, y1=ny+0.5, ) if(hide.duplicates) undupe <- function(X) { # convert duplicates into blanks X <- as.character(X) c(X[1], ifelse(X[-1] == X[-length(X)], "", X[-1])) } else undupe <- function(X) X ### ## Column labels ### for(i in 1:nlabel...