search for: briefer

Displaying 19 results from an estimated 19 matches for "briefer".

2003 Jan 21
2
books on categorical data analyses
Dear All, We are about to purchase the second edition of Agresti's "Categorical Data Analysis" (my old copy of the first ed. of that wonderful book is falling apart). I would appreciate suggestions about other comparable books which, if possible, have examples using R/S code (instead of SAS). Thanks, Ram?n -- Ram?n D?az-Uriarte Bioinformatics Unit Centro Nacional de
2012 Apr 18
2
[PATCH libguestfs] maint: fix doc typos
...les/guestfs-ocaml.pod b/ocaml/examples/guestfs-ocaml.pod index 7d0c041..139997b 100644 --- a/ocaml/examples/guestfs-ocaml.pod +++ b/ocaml/examples/guestfs-ocaml.pod @@ -47,7 +47,7 @@ on the class C<Guestfs.guestfs>: method set_verbose : bool -> unit The object-oriented style is usually briefer, and the minor performance -penalty isn't noticable in the general overhead of performing +penalty isn't noticeable in the general overhead of performing libguestfs functions. =head2 CLOSING THE HANDLE -- 1.7.10.208.gb4267
2011 Dec 24
1
Mystery of email authentication
...c:1063: fetchmail: SSL connection failed. fetchmail: socket error while fetching from tim at imap.maths.tcd.ie fetchmail: Query status=2 (SOCKET) ------------------------------------ That is on the new server. On the old server (where the fetchmail command works) I get much the same warning, though briefer. ------------------------------------ [tim at helen ~]$ fetchmail --sslcertck imap.maths.tcd.ie fetchmail: Server certificate verification error: self signed certificate 11316:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:s3_clnt.c:915: fetchmail: SSL connection...
2009 Feb 03
1
Automatic creation of columns in zoo object
Hello, everyone I have a question. Assume I have the following zoo object: me.la <- structure(c(1524.75, 1554.5, 1532.25, 1587.5, 1575.25, 1535.5, 1550, 1493.5, 1492.5, 1472.25, 1457.5, 1442.75, 1399, 1535.75, 1565.25, 1543.5, 1598.5, 1586.5, 1547, 1561.5, 1504.75, 1503.75, 1483.75, 1468.75, 1453.75, 1410, 1546.75, 1575.25, 1554, 1609, 1597.5, 1558.5, 1573, 1516.25, 1515.5, 1495, 1480, 1465,
2011 Jan 26
4
"Registering" a node with a central service?
I have a couple of applications (backup, Cacti, Asset Tracking) where I want a node to have some package and config installed, and once that is done, some config to be done on another system to register the client with a central server. Is there a standard way to do this, short of having some kind of web service accessible from all the client systems? From my limited Puppet knowledge, anything I
2002 Jul 17
2
Build on Solaris 8 gcc-3.1 fails make check
...;=== terminal output from session base-Ex.Rout.fail 376k <<== from /tests/Examples config.log 104k config.status 56k gcc-v--help.out 35k <<== details about compiler files not labelled '<<==' are from the top source dir. A briefer synopsis is below. Please cc replies to me - I subscribe to DIGEST form of R-help. Thanks, Chuck p.s. On that same machine using gcc-2.95.3 from sunfreeware.com, the build succeeds and passes make check. Using gcc-3.1 from sunfreeware.com, it fails in the same way as decribed above. Briefly, I...
2002 Jul 17
2
Build on Solaris 8 gcc-3.1 fails make check
...;=== terminal output from session base-Ex.Rout.fail 376k <<== from /tests/Examples config.log 104k config.status 56k gcc-v--help.out 35k <<== details about compiler files not labelled '<<==' are from the top source dir. A briefer synopsis is below. Please cc replies to me - I subscribe to DIGEST form of R-help. Thanks, Chuck p.s. On that same machine using gcc-2.95.3 from sunfreeware.com, the build succeeds and passes make check. Using gcc-3.1 from sunfreeware.com, it fails in the same way as decribed above. Briefly, I...
2003 Aug 08
2
Comprehesive Package/Library list?
Is there a list of all contributed R libraries available through CRAN? Ideally it would include a one or two line description. I am looking for a packages() command similar to library() but that would access the CRAN repository and provide a listing of the current libraries, and version. example: http://www.cpan.org/modules/01modules.index.html
2010 Aug 24
0
[OT] DevOps Days 2010 - call for papers.
...second European Devopsdays, and is in Hamburg on the 15th and 16th of October. It's a conference for anyone interested in both sysadmin and development activities, and in bridging the gap between the two disciplines. We're currently accepting talk proposals - please a brief abstract and a briefer high level description to proposals-eu-2010 at devopsdays.org You can find out more about the conference at http://www.devopsdays.org/ and have a look at previous conferences and talks to get a sense of whether you think this would appeal to you! Of course, we also want people to come, so feel fr...
2017 Oct 04
1
Re: [PATCH 2/9] ocaml: Replace pattern matching { field = field } with { field }.
...can just write: > > let f { field } = > (* ... use field ... *) > > (Similarly for a field prefixed by a Module name you can use > ‘{ Module.field }’ instead of ‘{ Module.field = field }’). > > This style is widely used inside the OCaml compiler sources, and is > briefer than the long form, so it makes sense to use it. Furthermore > there was one place in virt-dib where we are already using this new > style, so the old code did not compile on OCaml < 3.12. Oops, sorry. Considering it was not reported so far, I guess we do not have many users left on old...
2004 Jan 22
3
MGCP w/8x8 DTA-310 and as5300 pstn gateway
...erisk box. First: in my [globals] section, is that the right way to use the h323 channel as a trunk? I couldn't find much relating to this out there. Second, what's up with my 8x8 gear? Anyone got it to work? I can attach my "mgcp debug" output if someone likes. Here's a briefer bit from "asterisk -vvvvc" when picking up the handset on the phone connected to the dta-310: *CLI> Jan 22 22:07:40 NOTICE[213006]: chan_mgcp.c:396 dump_queue: Removing messa ge from aaln/1@172.16.2.25-1 tansaction 1 -- Resetting interface aaln/1@172.16.2.25 -- Endpoint 'a...
2011 Jan 31
8
Puppet delegation / teams
I would like to delegate access to puppet to other teams in our company. It has to be possible for them to: - create new recipes - doing some sort of check if their recipes / templates work. How should I do this without giving other teams the ability to create havoc? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this
2020 May 15
1
[PATCH] v2v: fix UEFI bootloader for linux guests
Not all UEFI guests can survive conversion, because of lost bootloader information in UEFI NVRAM. But some guest can cope with this because they have a fallback bootloader and use UEFI Removable Media Boot Behavior. (see https://uefi.org/sites/default/files/resources/UEFI_Spec_2_8_A_Feb14.pdf 3.5.1.1 Removable Media Boot Behavior) to load. If UEFI firmware can't find a bootloader in its
2009 Sep 04
3
eps file with embedded font
Dear list, I am trying to make eps file with embedded font. I use: postscript("ranking-exp-all.eps", horizontal=TRUE, onefile=FALSE, paper="special", height=8, width=12, family="Helvetica") # plot stuff dev.off() since R does not embed font, I then use: embedFonts(file="indegdistr.eps", outfile="indegdistrEMB.eps",
2009 May 02
10
Problem verifying routing error
Hi, When upgrading to rspec/rspec-rails 1.2.6 gem (from 1.1.12), I''m having a new problem verifying routes that should not exist. This is to support something like this in routes.rb: map.resources :orders do |orders| orders.resources :items, :except => [:index,:show] end I used to use lambda {}.should_raise( routing error ), but it stopped detecting any raised error.
2017 Oct 04
11
[PATCH 0/9] build: Require OCaml >= 4.02.
Per my previous email: https://www.redhat.com/archives/libguestfs/2017-September/msg00203.html I'd like to talk about requiring a more modern version of the OCaml compiler. These commits show some of the code changes which would be possible with OCaml >= 3.12 [which it turns out we already require by accident] and also with OCaml >= 4.02. The latter is my favoured option. Rich.
2017 Oct 04
0
[PATCH 2/9] ocaml: Replace pattern matching { field = field } with { field }.
...e being bound have the same name, so now you can just write: let f { field } = (* ... use field ... *) (Similarly for a field prefixed by a Module name you can use ?{ Module.field }? instead of ?{ Module.field = field }?). This style is widely used inside the OCaml compiler sources, and is briefer than the long form, so it makes sense to use it. Furthermore there was one place in virt-dib where we are already using this new style, so the old code did not compile on OCaml < 3.12. See also: https://forge.ocamlcore.org/docman/view.php/77/112/leroy-cug2010.pdf --- builder/builder.ml...
2011 Mar 22
25
RFC: Splitting up the file{} type functionality.
The file{} type can do all of the following: * manage single files * manage directories * manage symlinks * manage recursive file copies The intersection of all these bits of functionality makes it difficult to understand exactly what is going on when you''re new to Puppet, and even experienced users often don''t know how combining symlinks/content management is going to work.
2009 Sep 11
3
For sending my R package as part of R-project
...tred and 4 inches >>> wide as before, followed by a double line space, followed by a >>> similar rendering of test1-EMB.eps 4i centred and four inches wide. >>> >>> When viewed in 'gv', there is a brief glimpse of test1.eps >>> followd by an even briefer glimpse of test1-EMB.eps (while the >>> first is still showing -- you have to be very quick to see these), >>> and then the whole 'gv' window goes blank. >>> >>> The glimpse of test1-EMB.eps is on a much larger scale (not 4 inches >>> wide as it...