search for: sakars

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

Did you mean: sakari
2007 Jul 26
2
Tracing znode_t from dnode_t
Hi, To get my understanding of zfs data structures correct, I need to trace znode_t from given dnode_t. I came up with following trace, is this correct? dnote_t->dn_bonus->db_user_ptr points to corresponding znode_t Is there any other(better) way to trace znode_t from dnode_t? Cheers, -Atul
2008 Sep 22
1
change the panel name in xyplot
Hi, I try to change the panel name in a xyplot without success. Look this example from xyplot manual: xyplot(Murder ~ Population | state.region,data=states) The panel title are: Northeast, South, North Central, West, that are factor from state.region. I need do change some names and, for example, put some of these in italic. I dont find how change this. I looking for this in Deepayan
2012 Sep 06
2
Lattice bwplot(): Changing Orientation of Plots in Multipanel Display
I've looked again at Deepayan Sakar's 'Lattice' book and not seeing the information I know must be in there. A clue stick would be much appreciated. A pair of box-and-whisker plots for two conditions of the same data set display each box plot horizontally (see attached pH figure). Relations of the two are not as easily seen as they would be if the two panels had the plots
2012 Aug 23
0
GlusterFS meetup in Bangalore on Aug 31st
Greetings all, We have scheduled a GlusterFS meetup in Bangalore on Aug 31st. If you are interested to drop in please RSVP @ http://www.meetup.com/GlusterFS/Bangalore-IN/ Thanks, Vidya Sakar
2008 Aug 08
1
Lattice: regression lines within grouped xyplot panels
...panel.xyplot(x, y, ...) # Here I want to draw the regression lines # panel.abline(x, y) }, auto.key = list(space = 'right')) I tried some variations like 'lm(y~x)' inside panel.abline() but had no success. Also googling around and reading in Deepayan Sakars interesting new book gave me no hints. Is there any chance of displaying regression lines (instead of smooth function) within grouped panels? Or am I entirely wrong with this? Thanks in advance, Rainer Hurling > sessionInfo() R version 2.7.1 Patched (2008-08-01 r46207) i386-unknown-freeb...
2010 Dec 03
2
Disminuir la fuente en un grafico
 Buenos dias a todos, agradeceria que alguien me resolviera esta duda Quiero disminuir la fuente en este grafico para que se puedan leer los titulos. El codigo del grafico es este xyplot(ejemplares ~ año|  categoria, groups=puerto, pch=16,     auto.key=list(border=TRUE), par.settings = simpleTheme(pch=16),   scales=list(x=list(relation='same'), y=list(relation='same')),
2007 Oct 02
53
Direct I/O ability with zfs?
We are using MySQL, and love the idea of using zfs for this. We are used to using Direct I/O to bypass file system caching (let the DB do this). Does this exist for zfs? This message posted from opensolaris.org
2006 Oct 31
0
6352813 mkfs still creates geometry based layout instead of EFI style layout
Author: vsakar Repository: /hg/zfs-crypto/gate Revision: 1d9531faab75b1e915643f459c4a9c0cb813f12c Log message: 6352813 mkfs still creates geometry based layout instead of EFI style layout 6387209 mkfs could print a more useful message when fs creation fails Files: update: usr/src/cmd/fs.d/ufs/mkfs/mkfs.c update: usr/src/cmd/fs.d/ufs/newfs/newfs.c