Displaying 6 results from an estimated 6 matches for "vranges".
Did you mean:
ranges
2007 Jun 28
5
Repeat if
Hello,
(Power Book G4, Mac OS X, R 2.5.0)
I would like to repeat the function range for 85 Vectors (V1-V85).
I tried with this code:
i<-0
> repeat {
+ i<-i+1
+ if (i<85) next
+ range (Vi, na.rm = TRUE)
+ if (i==85) break
+ }
I presume that the Vi is wrong, because in this syntax i is not known
as a variable. But I donĀ“t know how to say that it is a variable here.
Would be nice if
2007 Aug 07
0
"ups.status" -> "ups.alarm"
The list of status bits we're seeing has increased over the years.
Currently for instance, the usbhid-ups driver has defined no less than 20
status bits (and I intend to add two more in the next couple of days,
FRANGE and FANFAIL):
#define STATUS_ONLINE 0x00001 /* on line */
#define STATUS_DISCHRG 0x00002 /* discharging */
#define STATUS_CHRG 0x00004 /*
2012 Feb 03
10
[PATCH 0/3] Btrfs-progs: restriper interface
Hello,
This is the userspace part of restriper, rebased onto the new progs
infrastructure. Restriper commands are located under ''balance'' prefix,
which is now the top level command group. However to not confuse
existing users ''balance'' prefix is also available under ''filesystem'':
btrfs [filesystem] balance start
btrfs [filesystem] balance
2007 Jan 04
2
Re: [nut-Patches][303751] Checking UPS Temperature
One disadvantage of handling it through a script is that is will not
be done by default. Most users probably don't know about the problem
of burning batteries, as it is not very common.
A potential problem with Eric Wilde's patch is that it is not general
enough; some UPS models have an boolean OVERHEAT flag although they
don't report the actual temperature. So the UPSOVERTEMP
2009 Sep 02
6
Selftest intervall, APC Smart-UPS 750 RM
Hello
I recently switched from apcupsd to NUT2.2.2 without
any troubles.
I tried to figure out how I can configure the self-test
intervall. The command upsrw lists only the variables
battery.charge.low
battery.runtime.low
ups.delay.shutdown
ups.delay.start
The command usbhid-ups -D and the listing under
http://obsvermes.org/cgi-bin/nut/upsstats.cgi?host=apcsmart at localhost&treemode
2011 Aug 23
40
[PATCH 00/21] [RFC] Btrfs: restriper
Hello,
This patch series adds an initial implementation of restriper (it''s a
clever name for relocation framework that allows to do selective profile
changing and selective balancing with some goodies like pausing/resuming
and reporting progress to the user.
Profile changing is global (per-FS) so far, per-subvolume profiles
require some discussion and can be implemented in future.