search for: kristensen

Displaying 20 results from an estimated 29 matches for "kristensen".

Did you mean: christensen
2016 May 11
3
name of mailbox of implicit keep (was Re: Sieve extension for testing for mailbox)
Steffen Kaiser <skdovecot at smail.inf.fh-brs.de> writes: > On Tue, 10 May 2016, Jon Kristensen wrote: > >> Which Pigeonhole Sieve extension should I use to process/test a >> message >> depending on whether the message is in a particular mailbox? >> (Is it the >> mboxmetadata extension by any chance? If so, I would appreciate >> if >> someone...
2016 May 10
2
Sieve extension for testing for mailbox
...for it not being enabled by default.) The reason I want to perform this test is that I have configured my MTA to deliver "outgoing" e-mails to my "Sent" IMAP folder, and these messages arrive unread. I would like to mark them as read using Sieve. Thanks in advance! - -- Jon Kristensen (jonkri) PGP fingerprint: 0377 F488 8908 0237 A2AE C484 387E C31D DA60 1350 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJXMjBWAAoJEDh+wx3aYBNQfnIP/19D90MOwN1h/AXEuC2eSlXx MFHVuVgnXlc4mTXINkybBRxyjeaQlry7Lcbl2UR74rX5MLet6hEqu6l2tbBtbaKX 7VKDydOr55NsKUKvEDLg6DRhRRgHWYS1TxhENuRbhAri...
2018 Jul 19
1
Replication problems
...as said before, if I disable one of the servers in the ADC, I see the correct amount of mails in both dovecot servers. In the header of the duplicated mails I see the exact same postfix id and LMTP id from dovecot. Also I cant seem to get any log from the sync progress. Med venlig hilsen Thomas Kristensen [MM_mail_logo_3_AS] Storhaven 12 - 7100 Vejle Tlf: 75 72 54 99 - Fax: 75 72 65 33 E-mail: tk at multimed.dk<mailto:tk at multimed.dk> -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180719/787bb501/attac...
2008 Jun 06
2
Finding out the duration of an Ogg stream
...use a script to check the numbers of samples everytime they want to add an Ogg file. Do you know a way that I could get around this somehow? Maybe some header data that I have missed? If not, what is the easiest way to check the numbers of samples? Thank you so much in advance! Sincerely, Jon Kristensen
2012 Jan 16
1
dbWriteTable(con, access_log, overwrite = F).....
.... When the I have got the access.log in the database I will try to make the crosstable! Trying to load the Apache access.log into PostgreSQL I get an error. dbWriteTable(con, access_log, overwrite = F); returns Error in .Internal(is.vector(x, mode)) : 'x' is missing? Thanks Poul Poul Kristensen IT-Konsulent / Consultant Det Kongelige Bibliotek | The Royal Library IT-afdelingen | Information Technology P.O. Box 2149 | DK-1016 K?benhavn K tel +45 3347 4586 | pok at kb.dk | www.kb.dk Bes?gsadresse | Visiting address | S?ren Kierkegaards Plads 1 Leveringsadresse Delivery address | Christ...
2018 Jul 26
1
LMTP Log
...mtp(test@ domain.dk): msgid=unspecified: saved mail to INBOX Jul 26 10:23:21 vanslmtpsl1 dovecot: lmtp(32709): Disconnect from 172.0.0.1: Successful quit How can I make LMTP log the ID it gives postfix (oCuyJ/mEWVvFfwAAbOxY/Q)? So I can relate the logs from the 2 servers. Med venlig hilsen Thomas Kristensen [MM_mail_logo_3_AS] Storhaven 12 - 7100 Vejle Tlf: 75 72 54 99 - Fax: 75 72 65 33 E-mail: tk at multimed.dk<mailto:tk at multimed.dk> -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180726/7f2d7c2c/attac...
2007 Feb 18
2
SFTP: a new command to get filesystem size/free space
I am using sshfs with FUSE to mount a remote directory over ssh/sftp (on linux). It would be nice if df could be able to show the total size/free space of the mounted directory. I am aware that returning size/free space would have some limitations. For example, if a subdir of the mounted directory has another filesystem mounted on the remote server, this can not be represented simply. However,
2019 Jan 28
8
nlminb with constraints failing on some platforms
I've noticed unstable behavior of nlminb on some Linux systems. The problem can be reproduced by compiling R-3.5.2 using gcc-8.2 and running the following snippet: f <- function(x) sum( log(diff(x)^2+.01) + (x[1]-1)^2 ) opt <- nlminb(rep(0, 10), f, lower=-1, upper=3) xhat <- rep(1, 10) abs( opt$objective - f(xhat) ) < 1e-4 ## Must be TRUE The example works perfectly when
2008 Jun 26
8
[Bug 16530] New: Full screen is broken when using multiple monitors
http://bugs.freedesktop.org/show_bug.cgi?id=16530 Summary: Full screen is broken when using multiple monitors Product: swfdec Version: 0.7.x Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org
2019 Jan 31
1
nlminb with constraints failing on some platforms
...gt; the source of the problem is uncovered. > > FWIW, the problem seems fairly straightforward for most optimizers at my > disposal in the R-forge (developmental) version of the optimx package at > https://r-forge.r-project.org/projects/optimizer/ > > I used the code > > ## KKristensen19nlminb.R > f <- function(x) sum( log(diff(x)^2+.01) + (x[1]-1)^2 ) > opt <- nlminb(rep(0, 10), f, lower=-1, upper=3) > xhat <- rep(1, 10) > abs( opt$objective - f(xhat) ) < 1e-4 ## Must be TRUE > opt > library(optimx) > optx <- opm(rep(0,10), f, lower=-1, upper...
2019 Feb 01
3
nlminb with constraints failing on some platforms
...4.2 crayon_1.3.4 bindrcpp_0.2.2 [21] purrr_0.2.5 reshape2_1.4.3 glue_1.3.0 stringi_1.2.4 [25] compiler_3.5.2 pillar_1.3.1 scales_1.0.0 lubridate_1.7.4 [29] pkgconfig_2.0.2 zoo_1.8-4 ?s 09:00 de 01/02/2019, Martin Maechler escreveu: >>>>>> Kasper Kristensen via R-devel >>>>>> on Mon, 28 Jan 2019 08:56:39 +0000 writes: > > > I've noticed unstable behavior of nlminb on some Linux > > systems. The problem can be reproduced by compiling > > R-3.5.2 using gcc-8.2 and running the following snip...
2016 Oct 04
0
[ANNOUNCE] libdrm 2.4.71
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Daniel Kurtz (1): modetest: add mediatek to module list Eric Anholt (1): Simplify the RELEASING steps based on current release.sh. Flora Cui (1): amdgpu: expose the AMDGPU_GEM_CREATE_VRAM_CLEARED flag Kristian H. Kristensen (1): Add drmModeAddFB2WithModifiers() which takes format modifiers Leo Liu (1): tests/amdgpu: update vce encRefPic addr mode to tiled Marek Olšák (3): radeon: sync radeon_drm.h with the kernel amdgpu: sync amdgpu_drm.h with the kernel amdgpu: fix valgrind war...
2008 Jun 06
0
Finding out the duration of an Ogg stream
\On 6-Jun-08, at 1:21 PM, Jon Kristensen wrote: > Do you know a way that I could get around this somehow? Maybe some > header data that I have missed? No, you didn't miss anything. Ogg is designed to always be streamable, so the only way to get the duration is to look at the end of the stream. > If not, what is the e...
2019 Jan 31
0
nlminb with constraints failing on some platforms
...may provide a temporary workaround until the source of the problem is uncovered. FWIW, the problem seems fairly straightforward for most optimizers at my disposal in the R-forge (developmental) version of the optimx package at https://r-forge.r-project.org/projects/optimizer/ I used the code ## KKristensen19nlminb.R f <- function(x) sum( log(diff(x)^2+.01) + (x[1]-1)^2 ) opt <- nlminb(rep(0, 10), f, lower=-1, upper=3) xhat <- rep(1, 10) abs( opt$objective - f(xhat) ) < 1e-4 ## Must be TRUE opt library(optimx) optx <- opm(rep(0,10), f, lower=-1, upper=3, method="ALL") summary...
2007 Jun 04
2
rq matrix decomposition
I specifically need rq matrix decomposition (and not qr). Looking at netlib site for LAPACK it does provide rq whereas LINPACK not. Looking at companion qr in R I see how in base it wraps with a .Call but I do not have success in doing that for a similar .Call for rq. Anyone done this or can provide matrix rewrites that allow me to do the rq decomposition with existing R funcs? Regards MJ
2012 Jan 18
2
GUI
I'm setting up a Linux box to run R.? I ususally run in a Windows envrionment but after reading the docs I'm not sure what to expect in terms of the front end appearance in Linux.? Does it resemble Windows or will I need Rkward or R Commander?
2019 Feb 01
0
nlminb with constraints failing on some platforms
>>>>> Kasper Kristensen via R-devel >>>>> on Mon, 28 Jan 2019 08:56:39 +0000 writes: > I've noticed unstable behavior of nlminb on some Linux > systems. The problem can be reproduced by compiling > R-3.5.2 using gcc-8.2 and running the following snippet: > f <- func...
2010 Jan 08
0
solving cubic/quartic equations non-iteratively -- comparisons
...6666807156100 0.0000000000000000 8 # ------------------------------------------------------------------------- # Larry Hotchkiss -------------------------------------------------------------------------------------- Message: 7 Date: Wed, 6 Jan 2010 13:03:14 +0100 From: "Kasper Kristensen" <kkr at aqua.dtu.dk> Subject: Re: [R] solving cubic/quartic equations non-iteratively To: <s02mjtj at math.ku.dk> Cc: r-help at r-project.org Message-ID: <88431FCDD055A44BA5EEE1EC14E7E151143E05 at lu-mail-san.dfu.local> Content-Type: text/plain; charset="iso-8859-1&quot...
2015 Sep 11
0
[ANNOUNCE] intel-gpu-tools 1.12
...o indicate they are suitable for use in basic acceptance testing. (Jesse Barnes) - Per-ring gem_storedw_loop tests combined into a single test with subtests. (Jesse Barnes) - New "aubdump" tool, used to launch an application and capture rendering to an AUB file. (Kristian Høgsberg Kristensen) - Cherryview support added to intel_display_poller. (Ville Syrjälä) - Skylake and Broadwell support added to gem_gpgpu_fill tests. (Dominik Zeromski) - Support for running core drm tests on any platform. (Micah Fedke) - Many other bug fixes Complete list of changes since 1.11: Abdiel Janu...
2015 Dec 27
0
[ANNOUNCE] libdrm 2.4.66
...onfigure.ac: test for the same atomic function as the one we use Felix Janda (1): xf86drm: include <limits.h> for PATH_MAX Jammy Zhou (1): amdgpu: fix overflow for timeout calculation Jonathan Gray (1): configure.ac: rework compiler builtin atomic tests Kristian Høgsberg Kristensen (3): intel: Update i915_drm.h Add tests/drmdevice to .gitignore intel: Add drm_intel_bo_set_softpin_offset to intel-symbol-check Matt Roper (3): xf86drm: Fix error handling for drmGetDevices() xf86drm: Fix error handling for drmGetDevice() xf86drm: Handle unreco...