Displaying 6 results from an estimated 6 matches for "wache".
Did you mean:
cache
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 cha...
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 cha...
2009 Nov 05
0
[PATCH] Add VirtIO Frame Buffer Support
On Mon, Nov 02, 2009 at 11:09:19PM +0100, Alexander Graf wrote:
> When we want to create a full VirtIO based machine, we're still missing
> graphics output. Fortunately, Linux provides us with most of the frameworks
> to render text and everything, we only need to implement a transport.
>
> So this is a frame buffer backend written for VirtIO. Using this and my
> patch to
2009 Nov 05
0
[PATCH] Add VirtIO Frame Buffer Support
On Mon, Nov 02, 2009 at 11:09:19PM +0100, Alexander Graf wrote:
> When we want to create a full VirtIO based machine, we're still missing
> graphics output. Fortunately, Linux provides us with most of the frameworks
> to render text and everything, we only need to implement a transport.
>
> So this is a frame buffer backend written for VirtIO. Using this and my
> patch to
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,