Displaying 5 results from an estimated 5 matches for "naddit".
Did you mean:
addit
2008 Jan 26
2
using facet_grid() from ggplot2 with additional text in labels
...moment and I must say it is definitely better
then ggplot - good work.
My problem is that I am using facet_grid() in the following way:
> p <- ggplot(ssq, aes(x=year, y=-log(ssq)))
> p + geom_point() + facet_grid(me*gi~cs*rz)
and it works nicely, except that I would like to have, in naddition to
the values of me, gi, cs and rz the name of the variable. I.e: if gi is
1, 2 and 3 I would like to have "gi = 1:", "gi = 2" and "gi = 3" as
labels of the p[anels. I did it with ggplot, but I don't remember and I
have lost the code ...
Just a small commen...
2005 Apr 04
0
io timeout after 180 seconds
...aceVars($a_backupHosts[$s_configName]['post_command']);
~ $s_log .= "\nPost command: $s_cmd\n";
~ $s_log .= `($s_cmd) 2>&1`;
~ }
~ // give some extra helpful info
~ if ($s_extraCommands != '') {
~ $s_log .= "\nAdditional information:\n";
~ $s_cmd = replaceVars($s_extraCommands);
~ $s_log .= `($s_cmd) 2>&1`;
~ }
~ }
~ elseif (!$b_dryRun) {
~ $tmp_msg = writeln("WARNING: it looks like the backup for
config '$s_configName' was not successful."...
2011 Jan 25
1
[RFC] Updates to ACP smart driver
This patch introduces a handful of new options, I mentioned earlier in:
http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02088.html
See the large commit message in the follow-up for the details and rationale.
I realize it's a bit larger diff - so if it's required I can split it into few
smaller ones.
Michal Soltys (1):
APC smart driver update and new features.
2011 Feb 07
4
[PATCH/RFC v2 0/3] Updates to ACP smart driver
This is 2nd version of the earlier patch featuring a few new features
and fixes to the apcsmart driver, following the remarks in:
http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02294.html
Major changes from v1:
- handle battery.charge and battery.runtime checks at main.c level
- handle "immutable but writable" conflict gracefully at driver level
-
2011 Mar 05
19
[RFC apcsmart V3 00/18] apcsmart driver updates
Sorry for a bit longer delay than I anticipated, I was stuffed with the work.
This is the next iteration of the patch adding some functionality to apcsmart
driver, and relying on 'ignorelb' recently added.
Follow up from previous thread:
http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02331.html
Main differences is that V3 is split into many small patches, so the