search for: harlan

Displaying 20 results from an estimated 54 matches for "harlan".

2010 Jul 21
2
RGoogleDocs ability to write to spreadsheets broken as of yesterday - CAN PAY FOR FIX
...ven't received any responses about this problem. We (the company I work for) are willing to discuss payment to someone who is willing to quickly contribute a fix to the RGoogleDocs/RCurl toolchain that will restore write access. Please contact me directly if you're interested. Thank you, -Harlan Harris On Tue, Jul 20, 2010 at 10:19 AM, Harlan Harris <harlan@harris.name> wrote: > Hi, > > I'm using RGoogleDocs/RCurl to update a Google Spreadsheet. Everything > worked OK until this morning, when my ability to write into spreadsheet > cells went away. I get the follo...
2009 Jul 07
1
R2WinBUGS under Linux/WINE fails
...hen....) R> schools.sim <- bugs(data, inits, parameters, model.file, n.chains=3, n.iter=5000,bugs.directory="Z:/opt/OpenBUGS/") Error in file(con, "rb") : cannot open the connection In addition: Warning message: In file(con, "rb") : cannot open file '/home/harlan/.wine/dosdevices/z:/opt/OpenBUGS//System/Rsrc/Registry.odc': No such file or directory Error in bugs.run(n.burnin, bugs.directory, WINE = WINE, useWINE = useWINE, : WinBUGS executable does not exist in /home/harlan/.wine/dosdevices/z:/opt/OpenBUGS/ Trying to figure out these path issues: &g...
2010 Nov 10
3
RGoogleDocs stopped working
..."R (>= 2.7.0), methods, bitops" NA NA "Rcompression" NA NA "BSD" "2.10.1" RGoogleDocs "RCurl, XML, methods" NA NA NA NA NA "BSD" "2.10.1" Any ideas? Thank you! -Harlan [[alternative HTML version deleted]]
2011 Jun 22
1
caret's Kappa for categorical resampling
...tte show Accuracy and Kappa being positively correlated. I thought Kappa was just (Accuracy - baserate)/(1 - baserate), but the reported Kappa is definitely not that. Suggestions? Aside from looking for a better model, which would be good advice here, what metric would you recommend? Thank you! -Harlan [[alternative HTML version deleted]]
2008 Sep 03
3
antispam plugin problem with dspam
...r, I see the dspam signature both in the header of the message and at the end of the body. What's a good way to debug this situation and figure things out? I'm not seeing anything in any log files, and I'm not seeing much in the way of debug capability in the dovecot antispam plugin. Harlan
2016 Aug 16
3
[patch] Improved error checking for the dovecot-antispam-plugin
Hi, Hopefully this is the right channel for such a patch. I have a minor enhancement to submit for the antispam plugin http://hg.dovecot.org/dovecot-antispam-plugin It adds minimal error checking for the sendmail_binary, otherwise the reported error in case of a missing binary or one with missing permissions is generic and not useful. Thanks, Robert -- http://robert.muntea.nu/
2021 Mar 07
3
Request For Additional Status Confirmation
On Sun, 7 Mar 2021, Harlan Stenn wrote: > Why use sudo instead of su for this case? Wouldn't su ask for the login password? This is not practical in rc.local. In addition user nut doesn't have a login password. Roger
2010 Jul 20
1
RGoogleDocs ability to write to spreadsheets broken as of yesterday
...HTTP, we recommend that you remove the replace https with http in these links. Another announcement will be made on July 19, 2010, when this change goes to production. I suspect this is the problem. Fixing it is above my head, I'm afraid. Could anyone help? This is urgent. Thank you, -Harlan Harris [[alternative HTML version deleted]]
2010 Jun 09
1
RGoogleDocs not working for me with "wise" service
...uot;wise", getDocs(con) properly returns a GoogleDocList. (But, of course, I can't manipulate spreadsheet content...) Any suggestions? Is it a package version issue, perhaps? Has Google updated their API in a way that hasn't been reflected in updates to this package? Thanks a lot! -Harlan [[alternative HTML version deleted]]
2017 Aug 10
2
New powercom device?
...... 14.726901 upsdrv_updateinfo... 14.978869 libusb_get_interrupt: Connection timed out 14.980103 Got 0 HID objects... 14.980977 Quick update... ^C Am I on the right track? I'm still interested in figuring out how to get this UPS talking to NUT. H -- > Le 25 juin 2017 22:55, "Harlan Stenn" <stenn at nwtime.org> a ?crit : > >> Hi Arno, >> >> I'm trying to get a Powercom unit talking with nut. It's a 0d9f:0002, >> which is not currently listed. >> >> The powercom driver won't talk to it because it doesn't presen...
2024 Nov 19
2
Eaton 5PX 3rd party batteries
On 11/18/2024 6:18 PM, Dan Langille via Nut-upsuser wrote: > On Mon, Nov 18, 2024, at 7:35 PM, Dan Langille via Nut-upsuser wrote: >> On Tue, Nov 12, 2024, at 11:49 PM, Harlan Stenn wrote: >> >> I just started shopping for my replacements: >> >>> I like batteries from RaionGroup.com or batterywholesale.com. >> >> Here is some free coincidental trivia. >> >> I was a sysadmin for the server behind batterywholesale.com for...
2017 Aug 17
1
New powercom device?
On 8/15/2017 6:13 AM, Charles Lepple wrote: > On Aug 10, 2017, at 12:19 AM, Harlan Stenn wrote: >> >> 0.447497 HID descriptor length 37 >> 0.450449 Report Descriptor size = 37 >> 0.451062 Using subdriver: PowerCOM HID 0.5 >> 0.451996 3 HID objects found >> 0.453502 Path: ffa00001.ffa00001, Type: Input, ReportID: 0x00, >> Offset:...
2016 Aug 18
3
[patch] Improved error checking for the dovecot-antispam-plugin
Hi Harlan, On Wed, Aug 17, 2016 at 2:18 AM, Harlan Stenn <harlan at pfcs.com> wrote: > On 8/16/16 1:24 PM, Robert Munteanu wrote: >> Hi, >> >> Hopefully this is the right channel for such a patch. I have a minor >> enhancement to submit for the antispam plugin >> >&...
2008 Dec 16
2
model.tables error from aov
...a fully between-subjects ANOVA on another data set, I had no problem with model.tables. I have no idea what to make of this error message. I've tried a number of variations on things, with no improvement. This is R version 2.7.2 (2008-08-25), running on Redhat, x86_64. Suggestions? Thanks! -Harlan [[alternative HTML version deleted]]
2016 Mar 28
2
Ignoring coverage for noreturn decls
...nitely room for some heuristics around ignoring things like llvm_unreachable (perhaps opt-in?). I’m investigating emitting a zero region for all noreturn decls whilst codegenning, as a start. Anyone have any input as to a) if this is a good idea, or b) how best to implement and expose it? Thanks, Harlan
2024 Nov 13
2
Eaton 5PX 3rd party batteries
resending, sorry, I mangled the list address. On Tue, Nov 12, 2024, at 11:49 PM, Harlan Stenn wrote: > - put each battery on a charger for several hours Do you have a recommendation for a battery charger? Or a list of features to look for? > Anyway, when I have a set of replacement new batteries, I then: > > - put each battery on a charger for several hours > - rota...
2024 Jul 31
1
NUT and ESXi hypervisors (for example)
Thanks for the response, Roger. On 7/31/2024 12:19 AM, Roger Price wrote: > On Tue, 30 Jul 2024, Harlan Stenn via Nut-upsuser wrote: > >> I've got a client who lives in an area where there are now frequent >> power outages that last for several hours at a time. > > I live in an area with frequent power outages, so I use a nut > configuration [1] which shuts down the sy...
2009 May 06
2
NLMINB() produces NaN!
...ds but it fails when finding the 0/0: " Error in optim(c(phi[, k]), maxphi, lower = 0.01, upper = 0.99, method = "L-BFGS-B") : L-BFGS-B needs finite values of 'fn' In addition: There were 50 or more warnings (use warnings() to see the first 50) " Any suggestions? Harlan Campbell McGIll University [[alternative HTML version deleted]]
2016 Mar 03
2
[LLVMDev] llvm-cov outputting coverage results as HTML reports
Xinliang David Li via llvm-dev <llvm-dev at lists.llvm.org> writes: > Harlan Haskins has recently submitted a patch (for review) that implements > --format=html for llvm-cov tool. Please take a look at that patch. For reference, the review thread starts here: http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20160229/336622.html > David > > On Thu, Mar...
2024 Jul 31
1
NUT and ESXi hypervisors (for example)
On Tue, 30 Jul 2024, Harlan Stenn via Nut-upsuser wrote: > I've got a client who lives in an area where there are now frequent power > outages that last for several hours at a time. I live in an area with frequent power outages, so I use a nut configuration [1] which shuts down the system using a timer rather th...