Displaying 9 results from an estimated 9 matches for "sje".
Did you mean:
see
2007 Feb 12
2
help with tryCatch
Could smb please help with try-catch encapsulating a function for
downloading. Let's say I have a character vector of symbols and want to
download each one and surround by try and catch to be safe
# get.hist.quote() is in library(tseries), but the question does not
depend on it, I could be sourcing local files instead
ans=null;error=null;
for ( sym in sym.vec){
2020 Oct 22
1
Best prometheus exporter for Dovecot 2.3 with the new metrics/stats module
Hi ppl.
I am trying to locate the best prometheus exporter for use with Dovecot 2.3 in connection with the new metrics/stats module.
Any pointers in the right direction will be appreciated - seems like there is a bunch out there which all works with the old stats module.
Anybody have something ?in the works? for 2.3 ?
Kind Regards,
Sidsel Jensen
-------------- next part --------------
2004 Oct 29
0
R-exts.texi: suggestion for small change to Vignette section (PR#7325)
>>>>> On Fri, 29 Oct 2004 12:47:46 +0200 (CEST),
>>>>> S J Eglen (SJE) wrote:
> I recently wrote a vignette, with the following at the top of the .Rnw
> file:
> %%\VignetteIndexEntry{How to use look up tables for h() functions}
> %%\VignetteDepends{sjedmin, spatstat}
> Using vExplorer() on this function, I got an error from this part of...
2004 Sep 20
1
unable to load shared library "/home/hpc1367/runs/taper/taper.so"
I am trying to load a .so file and get the following error message:
> dyn.load("taper.so",local=F)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/home/hpc1367/runs/taper/taper.so":
ld.so.1: /usr/local/lib/R/bin/R.bin: fatal: relocation error: file
/home/hpc1367/runs/taper/taper.so: symbol f90_init: referenced symbol
not
2004 Oct 29
3
R-exts.texi: suggestion for small change to Vignette section (PR#7323)
I recently wrote a vignette, with the following at the top of the .Rnw
file:
%%\VignetteIndexEntry{How to use look up tables for h() functions}
%%\VignetteDepends{sjedmin, spatstat}
Using vExplorer() on this function, I got an error from this part of
getVigInfo():
lines <- grep("^%[[:space:]]*\\\\Vignette", file)
if (length(lines) == 0)
stop("File ", vig, " does not appear to be a vignette file, ",...
2019 May 14
0
Graceful dovecot reload for LE certificate renewals
Hi Dovecot-gurus
With the introduction of LE certificates the certificate renewal cycle is a lot faster, unfortunately even a "dovecot reload" cuts the existing connections when doing the cert updates, which is quite frustrating - and yes most clients automatically reconnect but still...
Is any work going into implementing a more ?graceful reload? for dovecot like the one for nginx
2019 May 14
1
Graceful dovecot reload for LE certificate renewals
Hi Dovecot-gurus
With the introduction of LE certificates the certificate renewal cycle is a lot faster, unfortunately even a "dovecot reload" cuts the existing connections when doing the cert updates, which is quite frustrating - and yes most clients automatically reconnect but still...
Is any work going into implementing a more ?graceful reload? for dovecot like the one for nginx
2020 Oct 30
0
When is the Dovecot 2.3.12 release due?
Hi
We are very eager to test the zstd compression in the upcoming Dovecot 2.3.12 release - any pointer as to when that is expected to be released?
Kind Regards,
Sidsel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 874 bytes
Desc: Message signed with OpenPGP
URL:
2004 Mar 09
4
aic calculation
hello,
could somebody refer me to the reason R uses
-2*loglik + 2*(#param)+2
to calculate AIC?
thank you
--
Stoyan Iliev