Displaying 7 results from an estimated 7 matches for "msg00098".
Did you mean:
msg00038
2010 Feb 17
8
Use of R in clinical trials
Dear all,
There have been a variety of discussions on the R list regarding the use of R in clinical trials. The following post from the STATA list provides an interesting opinion regarding why SAS remains so popular in this arena: http://www.stata.com/statalist/archive/2008-01/msg00098.html
Regards,
-Cody Hamilton
2004 May 11
0
Re: [Xapian-commits] Changes in xapian/xapian-bindings/
...according to the
goat book - see the bottom of this page:
http://sources.redhat.com/autobook/autobook/autobook_216.html
I don't know which platforms it isn't supported on, but this message
suggests it's not a totally academic concern:
http://mail.gnu.org/archive/html/autoconf/2002-12/msg00098.html
With your fix to use $PYTHON instead of python, test -x isn't actually
needed AFAICS - the case statement will just get empty stdout and so the
bindings will be disabled. I tested "./configure TCLSH=/no/such/path"
and tcl8 doesn't get put in SUBDIRS in Makefile.
Are you OK...
2011 Aug 19
0
libguestfs, porting to FreeBSD
...+dpkg (ie. Debian and
Ubuntu), and pacman (ArchLinux).
If you want to use febootstrap to build the appliance, it may be
possible to modify febootstrap to use FreeBSD packages (not ports).
See this page for more information on what is involved:
https://www.redhat.com/archives/libguestfs/2011-March/msg00098.html
Also it's a good idea to read the man pages for febootstrap(8) and
febootstrap-supermin-helper(8) online at http://libguestfs.org/
An alternative is that you have your own technology for building a
FreeBSD-based appliance. All you need to do is to build a small
appliance which contains...
2010 Aug 03
4
force b/w printing
Has anyone an idea, how to force users to print b/w on a color printer.
We are in the process to deploy color printers to some of our offices where
they use centos 5.5 as their OS. They need the printers to print some
advertisement material. But for everything else, they don't need it. And
because of the costs of the color printing we would like to force them to
use B/W where not explicitly
2015 May 28
2
Re: [PATCH v2 04/11] resize: add support for logical partitions for calculate_surplus
On Wed, May 20, 2015 at 06:51:30AM -0400, Chen Hanxiao wrote:
> Add support for logical partitions.
> - count number of logical_partition (we've split partitions list)
> - don't count size of extended partition
> For it'll duplicate with logical partition, we'll count it later
> - we need at leat 1 gap between logical partitions.
> so --aligment=1 will be
2017 Jul 21
27
[PATCH v2 00/23] Reimplement many daemon APIs in OCaml.
v1 was posted here:
https://www.redhat.com/archives/libguestfs/2017-July/msg00098.html
This series now depends on two small patches which I posted separately:
https://www.redhat.com/archives/libguestfs/2017-July/msg00207.html
https://www.redhat.com/archives/libguestfs/2017-July/msg00209.html
v1 -> v2:
- Previously changes to generator/daemon.ml were made incrementally
t...
2017 Jul 17
12
[PATCH v9 00/11] Reimplement inspection in the daemon.
This depends on the patch series
"[PATCH 00/27] Reimplement many daemon APIs in OCaml."
(https://www.redhat.com/archives/libguestfs/2017-July/msg00098.html)
v8 was posted here:
https://www.redhat.com/archives/libguestfs/2017-June/msg00274.html
v9:
- I split up the mega-patch into a more reviewable series of
smaller, incremental patches.
There are some other changes vs v8, but they are insignificant
cleanups and one bug fix.
Rich.