Displaying 7 results from an estimated 7 matches for "h01".
Did you mean:
01
2008 Mar 31
1
deliver tries to compile already compiled sieve script
...to setup dovecot with sieve support in a way where all sieve
scripts are precompiled. All sieve scripts are in /var/cache/sieve/.
I believe I discovered a bug here. I describe below how to reproduce it.
Dovecot and the user that deliver runs as do not have write permission
in /var/cache/sieve/.
h01:/var/cache/sieve# ls -la
total 16
drwxr-xr-x 2 ecp ecp 4096 Mar 31 21:32 .
drwxr-xr-x 10 root root 4096 Mar 31 20:14 ..
-rw-r--r-- 1 ecp ecp 88 Mar 31 21:32 mailtest1 at domain.com.sieve
-rw-r--r-- 1 ecp ecp 132 Mar 31 21:32 mailtest1 at domain.com.sievec
When deliver runs it logs this...
2012 Mar 08
2
xyplot without external box
...points = list(pch=16, col=c(2,4,3), cex=1.5),
text = list(levels(gof.levels))
)
)
------------- END -----------
Thanks in advance,
Mauricio Zambrano-Bigiarini
--
============================================
FLOODS Action
Water Resources Unit (H01)
Institute for Environment and Sustainability (IES)
European Commission, Joint Research Centre (JRC)
webinfo ? ?: http://floods.jrc.ec.europa.eu/
============================================
DISCLAIMER:
"The views expressed are purely those of the writer
and may not in any circumstances be reg...
2012 Feb 13
1
requesting a new SIG mailing list
...t, called 'R-sig-hydro',
specially devoted those topics. If possible to do so, I'd offer myself
to maintain such mailing list (if needed).
Thanks in advance,
Mauricio Zambrano-Bigiarini
--
=======================================================
FLOODS Action
Water Resources Unit (H01)
Institute for Environment and Sustainability (IES)
European Commission, Joint Research Centre (JRC)
webinfo : http://floods.jrc.ec.europa.eu/
=======================================================
DISCLAIMER:\ "The views expressed are purely those of th...{{dropped:10}}
2005 Feb 21
2
Problems with Samba and security hardened WinXP SP2 clients
...dowsserver2003/w2003hg
/sgch00.mspx
<http://www.microsoft.com/technet/security/prodtech/windowsserver2003/w2003h
g/sgch00.mspx>
http://www.microsoft.com/technet/security/prodtech/windowsxp/secwinxp/xpsgch
01.mspx
<http://www.microsoft.com/technet/security/prodtech/windowsxp/secwinxp/xpsgc
h01.mspx>
2010 Apr 27
0
GeForce GTS 250M: Mplayer freezes machine when playing openGL
...331 x 207 mm
(II) NOUVEAU(0): h_active: 1680 h_sync: 1704 h_sync_end 1792 h_blank_end 2058 h_border: 0
(II) NOUVEAU(0): v_active: 1050 v_sync: 1051 v_sync_end 1054 v_blanking: 1065 v_border: 0
(II) NOUVEAU(0): Unknown vendor-specific block f
(II) NOUVEAU(0): SAMSUNG
(II) NOUVEAU(0): 154MT02-H01
(II) NOUVEAU(0): EDID (in hex):
(II) NOUVEAU(0): 00ffffffffffff004ca3463900000000
(II) NOUVEAU(0): 00120103802115780a87f594574f8c27
(II) NOUVEAU(0): 27505400000001010101010101010101
(II) NOUVEAU(0): 0101010101015e33907a611a0f401858
(II) NOUVEAU(0): 13004bcf100000190000000f00000000
(II) NOUVEAU...
2010 Apr 01
1
GeForce GTS 250M: no acceleration...
...331 x 207 mm
(II) NOUVEAU(0): h_active: 1680 h_sync: 1704 h_sync_end 1792 h_blank_end 2058 h_border: 0
(II) NOUVEAU(0): v_active: 1050 v_sync: 1051 v_sync_end 1054 v_blanking: 1065 v_border: 0
(II) NOUVEAU(0): Unknown vendor-specific block f
(II) NOUVEAU(0): SAMSUNG
(II) NOUVEAU(0): 154MT02-H01
(II) NOUVEAU(0): EDID (in hex):
(II) NOUVEAU(0): 00ffffffffffff004ca3463900000000
(II) NOUVEAU(0): 00120103802115780a87f594574f8c27
(II) NOUVEAU(0): 27505400000001010101010101010101
(II) NOUVEAU(0): 0101010101015e33907a611a0f401858
(II) NOUVEAU(0): 13004bcf100000190000000f00000000
(II) NOUVEAU...
2008 Aug 05
0
P values in non linear regression and singular gradients using nls
..., minimal, self-contained, reproducible code.
------------------------------
Message: 47
Date: Mon, 4 Aug 2008 09:58:14 +0100
From: "Keith Jewell" <k.jewell at campden.co.uk>
Subject: Re: [R] Unexpected nls behaviour: Solved
To: r-help at stat.math.ethz.ch
Message-ID: <g76gbc$h01$1 at ger.gmane.org>
Hi Everyone,
I'd omitted the non-optional 'parameters' argument to selfStart. Making
this
change to SSbatch gives the same (successful) result from the two calls
to
nls.
SSbatch<-selfStart(
model=function(Batch, Coeffs)
{
Coeffs[Batch]
}
,initial=function(...