Displaying 20 results from an estimated 300 matches similar to: "oneac driver patch"
2008 Jan 02
1
oneac driver patch
In order to get the Oneac UPS (models ON700XAU, ON1000XAU, ON1500XAU) to
work with NUT, I had to make a few minor modifications to the oneac driver.
I've attached a patch with all the modifications. I tried to ensure that my
modifications would not break any existing functionality, but I could not be
sure without a legacy Oneac UPS to test against.
In my investigation, I found out that the
2015 Aug 22
3
sprintf error: "only 100 arguments allowed"
I'm trying to apply a function defined in the VW R docs, that attemps to
convert a data.table object to Vowpal Wabbit format. In the process i'm
getting the error in printf mentioned in the subject.
The original function is here:
https://github.com/JohnLangford/vowpal_wabbit/blob/master/R/dt2vw.R
Below there is a small example that reproduces the error. The function
works great with
2011 Jul 12
3
"as.numeric"
Dear R user,
After I imported data (csv format) in R, I called it out. But it is in
non-numeric format.
Then using "as.numeric" function.
However, the output is really awful !!!!!
> PE[1,90:99]
V90 V91 V92 V93 V94
V95 V96 V97 V98 V99
1 16.8467742 17.5853166 19.7400328 21.7277241
2015 Aug 26
1
sprintf error: "only 100 arguments allowed"
Wouldn't it make sense to have this in the man page?
The 8192-byte limitation for 'fmt' is mentioned but not this one.
Thanks,
H.
On 08/25/2015 02:08 AM, Prof Brian Ripley wrote:
> From the sources:
>
> #define MAXNARGS 100
> /* ^^^ not entirely arbitrary, but strongly linked to
> allowing %$1 to %$99 !*/
>
>
>
> On 22/08/2015 04:21, Martin
2006 Feb 01
2
sort columns
Hi.
I have a simple (I think) question
My dataset have these variables:
names(data)
[1] "v1" "v2" "v3" "v4" "v5" "v6" "v7" "v8" "v9" "v10"
"v11" "v12" "v13" "v14" "v15" "v16" "v17"
2008 Jan 28
1
[nut-commits] svn commit r1249 - in trunk: . data
On Jan 28, 2008 7:47 AM, Arnaud Quette <aquette at alioth.debian.org> wrote:
> + * driver.list: add compatibility information for
[...]
> + - Oneac XAU models
Here's an excerpt from my conversation with Jacob Schmier on the Oneac
model numbers:
"The model numbers you listed (ON700, ON1000, ON1500, ON2000) comprise the
Universal-Mount ON Series family (circa 2005). Each
2008 Oct 12
1
Siemens Series A?
Folks
Has anyone any experience with these?
http://www.automation.siemens.co.uk/main/business%20groups/power/ups/products/ups%20systems/single%20phase/
http://www.automation.siemens.co.uk/main/business%20groups/power/ups/products/ups%20systems/single%20phase/Siemens%20leaflet%20UPS%20Series%20A.pdf
They look a very solid machine, I've got a chance to pick one up for
NZ$50 with an extra
2008 Jul 14
2
long data frame selection error
Hello,
I am trying to select the following headers from a data frame but when I try
and run the command it executes halfway through and give me an error at V188
and V359.
Temp <- data.frame(V4, V5, V6, V7, V8, V9, V10, V11, V12, V13, V14, V15,
V16, V17, V18, V19, V20, V21, V22, V23, V24, V25, V26, V27, V28, V29, V30,
V31, V32, V33, V34, V35, V36, V37, V38, V39, V40, V41, V42, V43, V44, V45,
2012 Feb 29
1
Fwd: Initial review of ONEAC driver
[Bill: I think the list server didn't recognize your address below. Forwarding manually.]
> From: Bill Elliot <bill at handiwerks.com>
> Subject: Initial review of ONEAC driver
> Date: February 28, 2012 1:14:27 PM EST
> To: nut-upsdev at lists.alioth.debian.org
>
>
> At Arnaud's request, here is the 'svn di' patch for the Oneac driver and
> man
2015 Aug 25
0
sprintf error: "only 100 arguments allowed"
From the sources:
#define MAXNARGS 100
/* ^^^ not entirely arbitrary, but strongly linked to
allowing %$1 to %$99 !*/
On 22/08/2015 04:21, Martin Bel wrote:
> I'm trying to apply a function defined in the VW R docs, that attemps to
> convert a data.table object to Vowpal Wabbit format. In the process i'm
> getting the error in printf mentioned in the subject.
2013 Feb 07
1
[LLVMdev] alloca scalarization with dynamic indexing into vectors
Hi all,
I have a question regarding dynamic indexing into a vector with GEP. I see
that in the ScalarReplAggregates pass in the LLVM 3.2 release the call
SROA::isSafeGEP() will now allow alloca scalarization in the case where a
GEP index into a vector isn’t a constant. My question is: what is the
expected behavior when the index is out of bounds of the vector? Is it
undefined? I have an
2015 May 28
4
upsmon and Chloride UPS
Hi,
We have 2 UPS Chloride 80 NET 120 ( a black and white one ) in our
datacenter.
Could you please tell me if it is possible to use upsmon or other free
solution with these two UPS for shuting down servers during electrical lost
power before battery crash
.
Beet regards,
Roger
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Aug 12
2
v92 modems
Hello,
Is it possible to use v92 ( a few chipsets version )
modem as FXO PCI modules ?
While googling I found some postings on the subject.
Thanks
Varun
2009 May 18
4
MAC OSX vs Win XP: Different stats test results!
Hi all,
I wondered whether anyone has some advice on a stats-related 'sanity check',
as I ran a nonparametric multivariate test (mulrank function as decribed by
R. Wilcox, 2005) on both systems, but got different results (please see
below for the system-specific outputs)! The functions I used are attached as
well. Any advice would be much appreciated! Thanks in advance for getting
back to
2009 Aug 24
0
R survival package error message - bug?!
Dear all,
I have encountered a weird behaviour in R
survival package which seems to me to be a bug.
The weird behaviour happens when I am using
100 variables in the ridge function when calling
coxph with following formula Surv(time = futime,
event = fustat, type = "right") ~ ridge(X1, X2,
X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13,
X14, X15, X16, X17, X18, X19, X20, X21, X22,
2013 Dec 31
4
[LLVMdev] [Patch][RFC] Change R600 data layout
Hi,
I've prepared patches for both LLVM and Clang to change the
datalayout for R600. This may seem like a bold move, but I think it is
warranted. R600/SI is a strange architecture in that it uses 64bit
pointers but does not support 64 bit arithmetic except for load/store
operations that roughly map onto getelementptr.
The current datalayout for r600 includes n32:64, which is odd
2012 Feb 27
1
Submitting updated driver
From private E-mail:
> > My question to you is how I should go about getting
> > the changes back into the system. My work has been exclusively on the ONEAC
> > driver and man page. The driver .c file is almost completely redone.
>
>how can you warrant compat?
>Ie, if it's a full rewrite, what have you done to ensure that
>currently supported devices will still
2012 Feb 14
1
New variables?
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20120214/96cc8043/attachment.html>
2008 Sep 02
0
Error in .local(object, ...) : test vector does not match model !
I am getting a really strange error when I am using predict on an ksvm model. The error is "Error in .local(object, ...) : test vector does not match model !". I do understand that this happens when the test vectors do not match the
Model. But in this case it is not so. I am attaching a portion of both the test data used for prediction and the data used to build the model. I could
2007 May 20
1
Sweex 1000VA UPS (was: powermust usb)
--- Arjen de Korte <nut+users at de-korte.org> wrote:
>
> > I also did:
> >
> > # ./megatec_usb -DDDDD -x vendor=06da -x mfr=OMRON
> > /dev/usb/hiddev0
>
> Please have a look at 'man 8 megatec_usb' again.
>
> You probably need to specify the '-x vendorid' and
> '-x productid' options
> and most likely, the