Displaying 20 results from an estimated 253 matches for "sommere".
Did you mean:
sommer
2011 Aug 14
2
Central limit theorem
my data looks like this:
PM10 Ref UZ JZ WT RH FT WR
1 10.973195 4.338874 nein Winter Dienstag ja nein West
2 6.381684 2.250446 nein Sommer Sonntag nein ja Süd
3 62.586512 66.304869 ja Sommer Sonntag nein nein Ost
4 5.590101 8.526152 ja Sommer Donnerstag nein nein Nord
5 30.925054 16.073091 nein Winter Sonntag nein nein Ost
6
2011 Aug 13
2
linear regression
dear R users,
my data looks like this
PM10 Ref UZ JZ WT RH FT WR
1 10.973195 4.338874 nein Winter Dienstag ja nein West
2 6.381684 2.250446 nein Sommer Sonntag nein ja Süd
3 62.586512 66.304869 ja Sommer Sonntag nein nein Ost
4 5.590101 8.526152 ja Sommer Donnerstag nein nein Nord
5 30.925054 16.073091 nein Winter Sonntag nein
2016 Apr 07
2
Opportunistic quota recalc
On 07 Apr 2016, at 14:49, Tom Sommer <mail at tomsommer.dk> wrote:
>
> On 2016-04-06 21:09, Tom Sommer wrote:
>> On 2016-04-06 20:38, Timo Sirainen wrote:
>>> On 06 Apr 2016, at 13:43, Tom Sommer <mail at tomsommer.dk> wrote:
>>>> I'm switching quota backend to redis (from maildir++), so all my current usages are reset.
>>>> I get that
2018 Oct 05
2
VOLATILEDIR not really used?
On 2018-10-05 11:35, Timo Sirainen wrote:
> On 4 Oct 2018, at 17.13, Tom Sommer <mail at tomsommer.dk> wrote:
>>
>>
>> On 2018-10-04 15:55, Timo Sirainen wrote:
>>> On 4 Oct 2018, at 14.39, Tom Sommer <mail at tomsommer.dk> wrote:
>>
>>>> Is this correct, and if so are there any plans to move dotlocks etc.
>>>> to this
2016 Mar 17
2
lmtp timeout, locks and crashes
On 2016-03-17 13:41, Tom Sommer wrote:
> On 2016-03-15 10:53, Tom Sommer wrote:
>> I'm seeing some problems on accounts which get a lot of spam (like, a
>> lot).
>
> I did an "strace" on one of the hundreds of lmtp processes.
>
> It's doing stat() on all files in the new folder for the receiver:
>
>
2017 Jan 24
2
Quota count does not work with lock_method=dotlock
On 24.01.2017 11:13, Tom Sommer wrote:
> On 2017-01-18 15:27, mkliewe at gmx.de wrote:
>
>> dovecot crashes when I switch the quota tracking from dict to count.
>
> I have the same problem, but I use 'dict:file' as quota backend -
> Maybe the error is due to quota_vsizes and not 'count'.
>
> // Tom Sommer
Hi!
What version of dovecot are you both using?
2013 Dec 03
2
[LLVMdev] LLVM toolchain for Visual Studio
Thanks for the reply Reid! I took a look at that script and found that the
files were properly copied so I poked around some more.
I found that if I started a new win32 console application, LLVM shows up in
the toolchain drop down! But if I open another project file from an
existing project to see if it compiles in LLVM the dropdown options are
missing!
Do you know what might be deciding when
2006 Apr 27
4
auth-request.c: assertion failed: (*name != '\0')
I upgraded to beta7 from alpha4, and got this error during the auth process:
dovecot: auth(default): client in: AUTH 1 PLAIN service=POP3
lip=0.0.0.0 rip=0.0.0.0 resp=<hidden>
dovecot: auth-worker(default): sql(webmaster at example.com,0.0.0.0): query:
SELECT username as user, NULL as password FROM users WHERE username =
'webmaster at example.com' AND
2013 Dec 03
0
[LLVMdev] LLVM toolchain for Visual Studio
Looks like the PlatformToolsets are cached in the .suo file. If you move
it out of the way or delete it, VS will re-scan for toolsets. I'm not sure
what other user state is stored there, though. That's annoying. =/
On Tue, Dec 3, 2013 at 6:37 AM, Kelly Sommers <kell.sommers at gmail.com>wrote:
> Thanks for the reply Reid! I took a look at that script and found that the
>
2018 Oct 04
2
VOLATILEDIR not really used?
On 2018-10-04 15:55, Timo Sirainen wrote:
> On 4 Oct 2018, at 14.39, Tom Sommer <mail at tomsommer.dk> wrote:
>> Is this correct, and if so are there any plans to move dotlocks etc.
>> to this directory?
>
>
> What dotlocks? I guess mbox and Maildir have some locks that could be
> moved there, but a better performance optimization for those
> installations
2007 Jan 03
6
R grahics: Save as hangs computer
Hello list,
I have encountered a problem trying to save graphs using the R-graphics
menu: File|Save as. The menu suggests that files may be saved as either
Metafile, Postscript, pdf, png, bmp, jpeg.
When I specify any of those file formats a menu comes up requesting a file
name. After providing a name R invariably hangs and has to be restarted.
I am able to save files under the various
2016 Apr 06
2
Opportunistic quota recalc
On 2016-04-06 20:38, Timo Sirainen wrote:
> On 06 Apr 2016, at 13:43, Tom Sommer <mail at tomsommer.dk> wrote:
>>
>> I'm switching quota backend to redis (from maildir++), so all my
>> current usages are reset.
>>
>> I get that I can do "doveadm quota recalc -A", but it takes forever
>> (and auth processes time out/crash).
>>
2016 Jul 27
2
llvm-link unifies identified structs?
The language reference says: "identified [structure] types are never
uniqued". But llvm-link seems to do just that at link-time:
> cat x.ll
%A = type {}
%B = type {}
%C = type { %A*, %B* }
define void @foo(%C* %c) {
ret void
}
> llvm-link x.ll | llvm-dis
; ModuleID = '<stdin>'
source_filename = "llvm-link"
2013 Nov 28
4
[LLVMdev] LLVM toolchain for Visual Studio
>From this website:
http://llvm.org/builds/
I've installed the LLVM toolchain on 2 Windows machines. One with Visual
Studio 2012 and another with Visual Studio 2013. After installing the LLVM
toolchain neither machine shows the LLVM option in the Visual Studio
project properties pane where you can select which toolchain to use for the
project.
Am I missing a step somewhere? :)
Thanks for
2016 Mar 15
5
lmtp timeout, locks and crashes
I'm seeing some problems on accounts which get a lot of spam (like, a
lot).
I get these errors:
Mar 15 10:43:49 lmtp(12390): Error: Timeout (29s) while waiting for lock
for transaction log file
/var/spool/mail/dovecot/xxxx/xxxx/dovecot.list.index.log (WRITE lock
held by pid 12193)
---
Mar 15 10:43:49 lmtp(12034): Error: Transaction log file
2017 May 18
2
lmtp segfault after upgrade
On 18.05.2017 10:55, Tom Sommer wrote:
> On 2017-05-18 09:36, Teemu Huovila wrote:
>> Hello Tom
>>
>> On 02.05.2017 11:19, Timo Sirainen wrote:
>>> On 2 May 2017, at 10.41, Tom Sommer <mail at tomsommer.dk> wrote:
>>>>
>>>> (gdb) bt full
>>>> #0 i_stream_seek (stream=0x21, v_offset=0) at istream.c:298
>>>>
2016 Apr 07
3
Setting lmtp_user_concurrency_limit causes anvil permission error
I've set lmtp_user_concurrency_limit to 5 and now LMTP throws this at me
for every delivery:
Apr 07 13:38:33 lmtp(4434): Error:
net_connect_unix(/var/run/dovecot/anvil) failed: Permission denied
ls -l /var/run/dovecot/anvil
srw------- 1 root root 0 Apr 7 13:32 /var/run/dovecot/anvil
If I set lmtp_user_concurrency_limit to 0, the error goes away.
--
Tom
2012 Oct 16
1
data dividing
hey
I'd like to divide my data into four seasons. for this I made a function:
Jahreszeit <- function(x) {
if (x<=02 || x==12) {return("Winter")
}else{
if (x>=03 && x<=05) {return("Fruehling")
}else{
if (x>=06 && x<=08) {return("Sommer")
}else{
if (x>=09 && x<=11) {return("Herbst")
}}}}}
Now, I have some
2016 Apr 05
2
New feature: HTTP API
On 2016-04-05 08:44, aki.tuomi at dovecot.fi wrote:
>> On April 5, 2016 at 9:27 AM Tom Sommer <mail at tomsommer.dk> wrote:
>>
>>
>> On 2016-04-04 20:22, aki.tuomi at dovecot.fi wrote:
>>
>> > Since the API is still a little beta, it will not return anything in
>> > case
>> > doveadm does not like the arguments (that is, calls
2016 Mar 10
2
zlib plugin doesn't add "Z" flag to Maildir filename
On 2016-03-10 15:00, Alessio Cecchi wrote:
> Il 10/03/2016 10:38, Tom Sommer ha scritto:
>> I enabled zlib compression, so new mails are saved compressed.
>>
>> Now I want to convert the old mails to gzip with the find and gzip
>> command, but now I don't know which files are already gzip compressed
>> by
>> dovecot.
>
> Simple check if the file