search for: l30

Displaying 16 results from an estimated 16 matches for "l30".

Did you mean: 30
2014 Feb 14
1
dsync in a cronjob to replace offlineimap
...laptop which is not always on or might be behind a firewall. After reading ?replication/replicator/dsync-client.c? I was thinking of writing a small wrapper around dsync performing a daily full replication and updating the state otherwise. The following works great in a cronjob doveadm sync -l30 imap.example.org but when I try to get the current state doveadm sync -l30 -fs '' imap.example.org >~/mail/dsync.state and later use incremental replication state=$(< ~/mail/dsync.state) doveadm sync -l30 -s "$state" imap.example.org >~/mail/dsync.state the stat...
2000 Mar 31
1
R: one bananna aov() question
...7 L22 14 0.489830508474576 38 L23 15 -2.03135593220339 39 L24 16 0.489830508474576 40 L25 17 0.489830508474576 41 L27 18 3.98983050847458 42 L28 19 0.489830508474576 43 L29 20 -3.51016949152542 44 L30 22 0.489830508474576 45 L1 1 -0.272561715904491 46 L2 11 -1.71489275596924 47 L3 21 1.72743828409551 48 L5 24 -0.214892755969243 49 L6 25 0.563941723998381 50 L7 26 0.727438284095508 51 L9...
2009 Jan 29
1
Problem compiling 3.3.0?
...ry companies of Shop Direct Limited include: Shop Direct Group Financial Services Limited (SDGFS), Shop Direct Financial Services Limited (SDFS) and Shop Direct Finance Company Limited (SDFC). The registered office of SDGFS, SDFS and SDFC is Aintree Innovation Centre, Park Lane, Netherton, Bootle, L30 1SL, registered numbers 05200103 (SDGFS), 04730706 (SDFS) and 04660974 (SDFC). SDFS and SDFC are authorised and regulated by the Financial Services Authority in respect of arranging insurance products. Shop Direct Contact Centres Limited (SDCC) and Shop Direct Home Shopping Limited (SDHS). The re...
2013 Oct 04
2
Tab Separated File Reading Error
Hello, I have a seemingly simple problem that a tab-delimited file can't be read in. > annoTranscripts <- read.table("matched.txt", sep = '\t', stringsAsFactors = FALSE) Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : line 5933 did not have 12 elements However, all lines do have 12 columns. > lines <-
2004 Jun 19
0
[LLVMdev] benchmarking LLVM
...no_exit.5 mov %EDX, %EBX mov %EBP, %EDX inc %EBP mov %EBX, %EDX inc %EBX cmp %EBP, %ESI jl .LBBmain_10 # no_exit.5 The code looks somewhat reasonable except for the three extra copies in it. GCC destroys us on this loop though, producing: .L30: incl %eax decl %edx jne .L30 There are two things we need to get this nice code: 1. The register allocator needs a better coallescing heuristic or a better PHI elimination pass to help it. Alkis is the one to talk to about this, but he's out of town (...
2004 Jun 19
2
[LLVMdev] benchmarking LLVM
Hi all i took a look into LLVM benchmarks from nightly tester and ran Shootout tests on my own. Below go just few outlines. 1. results on my AMD AthlonXP and Xeon used by LLVM team are different sometime. In particular, both Shootout and Shootout-C++ show great speed up with LLVM (in comparison to GCC) on ackerman test on my AthlonXP. But here:
2016 Jun 08
2
Intended behavior of CGSCC pass manager.
...ph.h are quite good, but the existing CallGraph.h doesn't seem to touch on this up front in its comments in quite the same way, but it does at least say that it models with two external nodes like Mehdi mentioned: https://github.com/llvm-mirror/llvm/blob/master/include/llvm/Analysis/CallGraph.h#L30 So its edges don't represent "at runtime there may be a call from A->B". But since it doesn't maintain a "ref graph" I'm not sure what the edges exactly represent. -- Sean Silva > The solution to most issues (large sccs, etc) that exist here that most >...
2019 Sep 17
2
[PATCH 3/6] drm/nouveau: Remove bogus gk20a aperture callback
On Tue, 17 Sep 2019 at 01:18, Thierry Reding <thierry.reding at gmail.com> wrote: > > From: Thierry Reding <treding at nvidia.com> > > The gk20a (as well as all subsequent Tegra instantiations of the GPU) do > in fact use the same apertures as regular GPUs. Prior to gv11b there are > no checks in hardware for the aperture, so we get away with setting VRAM > as the
2008 Aug 13
1
Samba 3.0.28a integration with 2003 AD and password lockout policy?
...ompanies within Shop Direct Limited include: Shop Direct Financial Services Limited (SDFS), Shop Direct Group Financial Services Limited (SDGFS) and Littlewoods Finance Company Limited (LFCo). The registered office of SDFS, SDGFS and LFCo is Aintree Innovation Centre, Park Lane, Netherton, Bootle, L30 1SL, registered numbers 04730706 (SDFS), 5200103 (SDGFS) and 04660974 (LFCo). SDFS and LFCo are authorised and regulated by the Financial Services Authority in respect of insurance mediation activities only. Shop Direct Contact Centres Limited (SDCC) and Shop Direct Home Shopping Limited (SDHS)....
2019 Sep 17
0
[PATCH 3/6] drm/nouveau: Remove bogus gk20a aperture callback
...I think that also goes for comptags. nvgpu in particular never requests comptags to be allocated from vidmem. See: https://nv-tegra.nvidia.com/gitweb/?p=linux-nvgpu.git;a=blob;f=drivers/gpu/nvgpu/os/linux/ltc.c;h=baeb20b2e539cc6cb70667ce168603546678dc73;hb=2081ce686bfd4deb461b4130df424d592000ff88#l30 There are two callers of that, both passing "false" for the vidmem_alloc parameter, so comptags always do end up in system memory for Tegra. That said, I'll go confirm that with one of our experts and get back to you. Thierry > > Ben. > > > > > Signed-off-by...
2016 Jun 08
2
Intended behavior of CGSCC pass manager.
...the existing > CallGraph.h doesn't seem to touch on this up front in its comments in quite > the same way, but it does at least say that it models with two external > nodes like Mehdi mentioned: > > https://github.com/llvm-mirror/llvm/blob/master/include/llvm/Analysis/CallGraph.h#L30 > So its edges don't represent "at runtime there may be a call from A->B". > But since it doesn't maintain a "ref graph" I'm not sure what the edges > exactly represent. > > > > I thought of it as the edges are "there is a direct call fro...
2008 Aug 13
4
Cannot Redirect some windows xp folders to samba share?
Hi people. I have some issues, I setup a samba server(3.0.28) with gentoo, samba + ldap. Is working, I can create users, change, add, mod, etc,etc. I setup each home drive, using smbldap-tools. Everything is working good. But I have 1 problem, I want to setup my windows xp pro sp2 users to have roaming + folder redirection to my samba server. Some folders are very easy to move to be in
2010 Dec 02
0
[LLVMdev] Alternative exception handling proposal
...# basic block 11 movl %edx, %ebx leaq -18(%rbp), %rdi call __ZN1BD1Ev movslq %ebx,%rdx jmp L7 . . . L7: # basic block 15 movl %edx, %ebx leaq -17(%rbp), %rdi call __ZN1AD1Ev movslq %ebx,%rdx jmp L19 . . . L19: # basic block 19 cmpq $3, %rdx je L9 # basic block 20 cmpq $2, %rdx jne L30 # basic block 21 jmp L39 . . . L39: # The catch handler . . . GCC_except_table0: LLSDA4: . . . .set L$set$6,LEHB2-LFB4 .long L$set$6 # region 2 start .set L$set$7,LEHE2-LEHB2 .long L$set$7 # length .set L$set$8,L24-LFB4 .long L$set$8 # landing pad .byte 0x7 # uleb128 0x7; action . . ....
2024 Mar 13
1
evince not showing "greek" and "math" in *.pdf plots
I see. Peter, you are right about the font that causes the issue. Paul, thanks for your insights. I'll bring this to the Fedora font experts to see if we can arrive at a more permanent fix. I'll report back with any conclusion. @Martin: Meanwhile, at least you have options. One is to embed the fonts, either as Peter suggested or using cairo_pdf instead. Alternatively, Peter also has shown
2010 Dec 02
3
[LLVMdev] Alternative exception handling proposal
Hi Bill, > This is similar to my first proposal. yup, I still consider your first proposal to have been basically sound. But it also suffers from a major problem, > which stopped that proposal dead in its tracks. Namely, you have information in > one place which needs to be shared in two different, but possibly disjoint, > places: the type, filters, and personality information. In
2016 Jun 08
12
Intended behavior of CGSCC pass manager.
Hi Chandler, Philip, Mehdi, (and llvm-dev,) (this is partially a summary of some discussions that happened at the last LLVM bay area social, and partially a discussion about the direction of the CGSCC pass manager) A the last LLVM social we discussed the progress on the CGSCC pass manager. It seems like Chandler has a CGSCC pass manager working, but it is still unresolved exactly which