search for: f6c

Displaying 6 results from an estimated 6 matches for "f6c".

Did you mean: 6c
2009 Jul 29
1
Belkin F6C-1250-TW-RK is supported [patch]
Hi, just wanted to let you know that I have two belkin F6C-1250-TW-RK UPSes which work just fine with nut. I made this small patch so that nut recognizes the usb device id. Thanks, ~David -------------- next part -------------- A non-text attachment was scrubbed... Name: nut-2.4.1-belkin-1250.patch Type: text/x-patch Size: 1205 bytes Desc: not available U...
2005 Apr 27
1
RE: [R] when can we expect Prof Tierney's compiled R?
...t;- function(x, iA) for (i in iA) i-1 > f6 <- function(x, iA) for (i in iA) i > > Make byte compiled versions: > > f1c <- cmpfun(f1) > f2c <- cmpfun(f2) > f3c <- cmpfun(f3) > f4c <- cmpfun(f4) > f5c <- cmpfun(f5) > f6c <- cmpfun(f6) > > and run them: > > > system.time(f1(x, iA)) > [1] 5.43 0.04 5.56 0.00 0.00 > > system.time(f1c(x, iA)) > [1] 1.77 0.03 1.81 0.00 0.00 > > > system.time(f2(x, iA)) > [1] 1.72 0.01 1.74 0.00 0.00 > &gt...
2013 Feb 27
1
lattice xyplot point labelling
This is my reproducible example tv.ms<-structure(list(inq = structure(4:17, .Label = c("D4", "D5", "D6a", "D6b", "D6c", "D7", "D8", "F4", "F5a", "F5b", "F6a", "F6b", "F6c", "F6d", "F7a", "F7b", "F8"), class = "factor"), tv.km.median.iteq = c(0.320000000000004, 0.239999999999998, 0.240000000000002, 0.0800000000000001, 0.989999999999995, 0.309999999999999, 4.47000000000003, 0.620000000000005, 0.620000000000005,...
2011 Jun 01
2
lattice panel fine control
...3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L), .Label = c("D4", "D5", "D6a", "D6b", "D6c", "D7", "D8", "F4", "F5a", "F5b", "F6a", "F6b", "F6c", "F6d", "F7a", "F7b", "F8", "P105", "P114", "P118", "P123", "P126", "P156", "P157", "P167", "P169", "P189", "P77", "P81"),...
2005 Apr 22
1
RE: [R] when can we expect Prof Tierney's compiled R?
If we are on the subject of byte compilation, let me bring a couple of examples which have been puzzling me for some time. I'd like to know a) if the compilation will likely to improve the performance for this type of computations, and b) at least roughly understand the reasons for the observed numbers, specifically why x[i]<- assignment is so much slower than x[i] extraction. The loops
2005 Jul 18
2
Belkin F6C1100-UNV
All, I just bought a Belkin F6C1100-UNV and am trying to get it to work with NUT. I have tried many drivers ( "belkin", "belkinunv", "genericups upstype=4", and "genericups upstype=7", "bestups", "fentonups"). None of them seem to work. Does anyone have any experience...