search for: wach

Displaying 6 results from an estimated 6 matches for "wach".

Did you mean: mach
2010 Oct 08
3
[Announce] Samba 3.5.6 Available for Download
...'smbclient -M'. * BUG 7656: Fix scalability problem with hundreds of printers. * BUG 7684: Fix fd leak in libwbclient.so. * BUG 7688: Fix crash bug in rpcclient. * BUG 7470: Standardize S_IREAD and S_IWRITE. * BUG 7715: Fix file corruption when setting Samba "write wache wize". o Jim McDonough <jmcd at samba.org> * BUG 7280: Fix auto printers with registry config. o Andreas Schneider <asn at samba.org> * BUG 7538: Fix GUID_from_data_blob() with length of 32. o Chere Zhou <chere.zhou at isilon.com> * BUG 7662: Align ch...
2010 Oct 08
3
[Announce] Samba 3.5.6 Available for Download
...'smbclient -M'. * BUG 7656: Fix scalability problem with hundreds of printers. * BUG 7684: Fix fd leak in libwbclient.so. * BUG 7688: Fix crash bug in rpcclient. * BUG 7470: Standardize S_IREAD and S_IWRITE. * BUG 7715: Fix file corruption when setting Samba "write wache wize". o Jim McDonough <jmcd at samba.org> * BUG 7280: Fix auto printers with registry config. o Andreas Schneider <asn at samba.org> * BUG 7538: Fix GUID_from_data_blob() with length of 32. o Chere Zhou <chere.zhou at isilon.com> * BUG 7662: Align ch...
2009 Nov 05
0
[PATCH] Add VirtIO Frame Buffer Support
...+ > + > + for (i = 0; i < reinject_count; i++) { > + struct scatterlist sg; > + void *x = reinject[i]; > + > + sg_init_one(&sg, x, PAGE_SIZE); > + vq->vq_ops->add_buf(vq, &sg, 0, 1, x); > + vq->vq_ops->kick(vq); won't it be easier to reinject wach buffer as you get it directly? > + } > +} > + > +/* Asynchronous snippet to send all screen contents to the host */ > +static void deferred_refresh(struct work_struct *work) > +{ > + struct virtio_fb_info *info = container_of(work, struct virtio_fb_info, > + refresh...
2009 Nov 05
0
[PATCH] Add VirtIO Frame Buffer Support
...+ > + > + for (i = 0; i < reinject_count; i++) { > + struct scatterlist sg; > + void *x = reinject[i]; > + > + sg_init_one(&sg, x, PAGE_SIZE); > + vq->vq_ops->add_buf(vq, &sg, 0, 1, x); > + vq->vq_ops->kick(vq); won't it be easier to reinject wach buffer as you get it directly? > + } > +} > + > +/* Asynchronous snippet to send all screen contents to the host */ > +static void deferred_refresh(struct work_struct *work) > +{ > + struct virtio_fb_info *info = container_of(work, struct virtio_fb_info, > + refresh...
2017 Oct 09
0
example of geom_contour() with function argument
library(mvtnorm) # you were misusing "require"... only use require if you plan to library(ggplot2) # test the return value and fail gracefully when the package is missing set.seed( 1234 ) xx <- data.frame( rmvt( 100, df = c( 13, 13 ) ) ) xx2 <- expand.grid( X1 = seq( -5, 5, 0.1 ) # all combinations... could be used to fill a matrix , X2 = seq( -5, 5, 0.1 )
2017 Oct 09
3
example of geom_contour() with function argument
Hi, This is not a HW problem, sadly: I was last in a classroom 30 years ago, and can no longer run off to the instructor :-( I apologize but I cut and paste the wrong snippet earlier and made a typo in doing so, but the result is the same with the more appropriate snippet. require(mvtnorm) require(ggplot2) set.seed(1234) xx <- data.frame(rmvt(100, df = c(13, 13))) v <- ggplot(data = xx,