Displaying 20 results from an estimated 139 matches for "lennarts".
Did you mean:
lennart
2018 Feb 06
2
Pre Poettering rsync?
Hi all,
Five minutes ago I heard a rumor that Lennart Poettering has rewritten
rsync. My top urgency is to download the latest numbered version of
rsync untouched by Lennart Poettering: I'll find out if the rumor is
true or false later.
I've downloaded rsync rsync-3.1.3.tar.gz and rsync-patches-3.1.3.tar.gz
from https://download.samba.org/pub/rsync/ . Is the source code in both
those
2019 Aug 14
2
Dovecot - Microsoft Azure AD
Hello,
I am currently trying to connect my Dovecot mail server to Microsoft's Azure-AD and use it as password and user database. I am using version 2.3.7.1.
Using the Azure-AD as passdb already works. In this context I noticed that the scope implementation is not yet merged.
Since I haven't found any hints for an OAuth2 userdb implementation yet, I wanted to ask if there are any plans
2009 Jan 24
3
[LLVMdev] Unimplemented documentation
Hi,
Is there some documentation about what has not been implemented yet?
I'm trying to use vectors and I just run into one thing after another
that seem to be missing.
(I.e., fcmp on vectors doesn't work; trying to do the same thing with
expanded instructions doesn't work; select on a vector doesn't work)
-- Lennart
2019 Aug 15
0
Dovecot - Microsoft Azure AD
Hi!
Dovecot supports Lua userdb, which can be used to implement custom user databases, maybe this might work for you? See https://doc.dovecot.org/configuration_manual/authentication/lua_based_authentication for more details.
Aki
> On 15/08/2019 12:16 Lennart Boettcher <lennart.boettcher at secpoint.onmicrosoft.com> wrote:
>
>
> Hello,
>
> Thank you for the quick
2004 Mar 02
3
error() and C++ destructors
Hi,
I am writing C++ functions that are to be called via .Call() interface.
I'd been using error() (from R.h) to return to R if there is an error,
but then I realized that this might be not safe as supposedly error()
doesn't throw an exception and therefore some destructors do not get
called and some memory may leak. Here is a simple example
extern "C" void foo() {
string
2024 Sep 28
2
Is there a sexy way ...?
Avi
I fear this was all a huge social experiment.
Testing if a post titled "sexy way" would increase engagement...
On Sat, 28 Sep 2024, 07:21 , <avi.e.gross at gmail.com> wrote:
> I see a book coming:
> "666 ways to do the same thing in R ranked by sexiness."
>
> Kidding aside, if you look under the covers of some of the functions we
> are
2024 Sep 28
1
Is there a sexy way ...?
I see a book coming:
"666 ways to do the same thing in R ranked by sexiness."
Kidding aside, if you look under the covers of some of the functions we are using, we may find we are taking steps back as some of them use others and perhaps more functionality than we need.
But for a new reader , looking at many approaches may open up other ways and ideas and see the problem space as quite
2004 Feb 10
1
Dovecot and Mulberry
FYI. Does Dovecot implement BODYSTRUCTURE?
An eval copy of Mulberry can be downloaded from
<http://www.cyrusoft.com/mulberry/>.
------------ Forwarded Message ------------
Date: Tuesday, February 10, 2004 6:56 PM +0100
From: Lennart Petersson <lennart at informatik.gu.se>
To: mulberry-discuss at cyrusoft.com
Subject: Dovecot and Mulberry
I've recently changed my imap-server
2009 Mar 09
1
[LLVMdev] Compiling LLVM on MinGW
I'm using configure.
On Mon, Mar 9, 2009 at 5:12 AM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> Lennart Augustsson <lennart at augustsson.net> writes:
>
>> Commenting out the Hello transformation I get these link errors:
>>
>> llvm[2]: Linking Debug Shared Library LTO.dll
>>
2024 Sep 28
1
Is there a sexy way ...?
Sorry to append, but I just realised that of course
```
x |>
? pmap(c) |>
? reduce(c) |>
? unname()
```
also works and is a general solution in case your list has more than
three elements. Here, we map in parallel over all elements of the list,
always combining the current set of elements into a vector, and then
reduce the resulting list into a vector by combining the elements
2024 Sep 28
1
Is there a sexy way ...?
Calum,
I know Rolf for a while so I will not accept any calumny about his intentions. He stated what he wanted, albeit imperfectly, and interacted with us as we came up with ideas.
I have seen others who ask some open-ended question, often using a brand new idea, and do not interact. Some rumors have it that there may be motives ranging from wasting everyone?s time to gathering the best
2009 Jan 24
0
[LLVMdev] Unimplemented documentation
On Jan 24, 2009, at 4:34 AM, Lennart Augustsson
<lennart at augustsson.net> wrote:
> Hi,
>
> Is there some documentation about what has not been implemented yet?
I've started adding notes to
docs/LangRef.html
Historically this document has been used to describe just the LLVM IR,
and not what specific consumers of it do or don't support, but codegen
is a very
2009 Mar 08
2
[LLVMdev] Compiling LLVM on MinGW
Commenting out the Hello transformation I get these link errors:
llvm[2]: Linking Debug Shared Library LTO.dll
c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/Debug/lib/libLLVMSystem.a(Signals.o):
In function `Z28LLVMUnhandledExceptionFilterP19_EXCEPTION_POINTERS':
c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/lib/System/Win32/Signals.inc:164:
undefined reference to
2009 Mar 09
0
[LLVMdev] Compiling LLVM on MinGW
Lennart Augustsson <lennart at augustsson.net> writes:
> Commenting out the Hello transformation I get these link errors:
>
> llvm[2]: Linking Debug Shared Library LTO.dll
> c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/Debug/lib/libLLVMSystem.a(Signals.o):
> In function `Z28LLVMUnhandledExceptionFilterP19_EXCEPTION_POINTERS':
>
2008 Jan 29
2
Embedded From_ lines breaking Content-Length (and Dovecot)
I feel like I'm going totally crazy. Is it just me, or have embedded
From_ lines really been breaking mbox messages since (at least)
dovecot 1.0? I found a whole lot of broken messages in an old mailbox
of mine and when I looked closer at it, it seemed like Dovecot was
ignoring the Content-Length header and truncating the messages at the
first embedded From_ line instead. Figuring
2009 Mar 08
3
[LLVMdev] Compiling LLVM on MinGW
Like this:
llvm[1]: Compiling Signals.cpp for Debug build
In file included from Signals.cpp:33:
Win32/Signals.inc:262: error: `sys' has not been declared
Win32/Signals.inc: In function `void AddSignalHandler(void (*)(void*), void*)':
Win32/Signals.inc:266: error: `KillSigs' was not declared in this scope
Win32/Signals.inc:266: error: `KillSigsEnd' was not declared in this scope
2024 Sep 29
1
Is there a sexy way ...?
Admit it, Rolf. Haven't you wondered if S, in a more private way, is sexier than R?
OK, kidding aside, we have talked this to death.
Just FYI, the conversation was stimulating for some of us and I have continued on my own and located functions I see as useful in the stringi and stringr packages to make my silly version ever less silly! LOL!
-----Original Message-----
From: Rolf Turner
2004 Feb 10
4
The ttest.c example in R under MS Windows
We are trying to compile and run the ttest.c example that comes with R (in
C:\Program Files\R\rw1081\src\library\windlgs\src\ttest.c). After compiling
it with MS Visual C++ we load the DLL with dyn.load.
So far it seems good, but when we try to call it from R (after running
C:\Program Files\R\rw1081\src\library\windlgs\R\windlgs.R) R crashes.
We have tried changing the exports from DLL but have
2004 Feb 17
10
How to write efficient R code
I have been lurking in this list a while and searching in the archives to
find out how one learns to write fast R code. One solution seems to be to
write part of the code not in R but in C. However after finding a benchmark
article (http://www.sciviews.org/other/benchmark.htm) I have been more
interested in making the R code itself more efficient. I would like to find
more info about this. I have
2007 Nov 12
3
DO NOT REPLY [Bug 5075] New: Syncing with --iconv may yield protocol error
https://bugzilla.samba.org/show_bug.cgi?id=5075
Summary: Syncing with --iconv may yield protocol error
Product: rsync
Version: 3.0.0
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: lennart.samba@lovstrand.com