search for: caf_

Displaying 12 results from an estimated 12 matches for "caf_".

Did you mean: caf
2016 Oct 24
0
keent() from Tika - with doveadm
...return> to continue, or q <return> to quit--- #9 0x0000000803b8cd55 in lucene_index_build_flush (index=0x801c1b640) at lucene-wrapper.cc:552 analyzer = 0x801c251c0 ret = 0 err = @0x801cd90d0: { _awhat = 0x801cd9108 "Return-Path: <m.ray.mullins+caf_=mrm= lerctr.org at gmail.com>\nDelivered-To: mrm at lerctr.org\n", _twhat = 0x58 <error: Cannot access memory at address 0x58>, error_number = 30249224} #10 0x0000000803b8c42e in lucene_index_build_more (index=0x801c1b640, uid=39486, part_idx=0, data=0x8060...
2016 Oct 24
2
keent() from Tika - with doveadm
Hi! We found some problems with those patches, and ended up doing slightly different fix: https://github.com/dovecot/core/compare/3e41b3d%5E...cca98b.patch Aki On 24.10.2016 10:17, Aki Tuomi wrote: > Hi! > > Can you try these two patches? > > Aki > > > On 24.10.2016 08:48, Aki Tuomi wrote: >> Ok so that timeval makes no sense. We'll look into it. >>
2008 Feb 01
3
Converting a character string into an object variable
R-helpers: Assume that I want to create a series of sequentially named R objects. For example, I might want to call these objects V1, V2, V3 ... V50. To do this, I thought of some sort of looping function like: input.value <- seq(1:50) * 3 for(i in 1:50){ paste("V", i, sep="") <- input.value[i] } Of course this loop will not work since the paste function
2018 Mar 02
2
sieve vacation alias handling problem
...793]: 3zt82f3x4xz2xmw: to=<karol at augustin.pl>, orig_to=<carol at augustin.pl>, relay=dovecot, delay=2.2, delays=2.2/0/0/0.06, dsn=2.0.0, status=sent (delivered via dovecot service) Forward from from gmail: Mar 2 11:38:19 mail postfix/qmgr[4744]: 3zt6kL1yF7z2xgg: from=<karolaug+caf_=karol=augustin.pl at gmail.com>, size=5831, nrcpt=1 (queue active) Mar 2 11:38:19 mail dovecot: lda(karol at augustin.pl): sieve: msgid=<e610a47934f9aabb31f833c025075cff at posteo.net>: discarding vacation response for implicitly delivered message; no known (envelope) recipient address fo...
2018 Mar 03
0
sieve vacation alias handling problem
...t augustin.pl>, orig_to=<carol at augustin.pl>, relay=dovecot, > delay=2.2, delays=2.2/0/0/0.06, dsn=2.0.0, status=sent (delivered via > dovecot service) > > > Forward from from gmail: > > Mar 2 11:38:19 mail postfix/qmgr[4744]: 3zt6kL1yF7z2xgg: > from=<karolaug+caf_=karol=augustin.pl at gmail.com>, size=5831, nrcpt=1 > (queue active) > Mar 2 11:38:19 mail dovecot: lda(karol at augustin.pl): sieve: > msgid=<e610a47934f9aabb31f833c025075cff at posteo.net>: discarding vacation > response for implicitly delivered message; no known (envelope)...
2018 Mar 03
2
sieve vacation alias handling problem
...arol at augustin.pl>, relay=dovecot, >> delay=2.2, delays=2.2/0/0/0.06, dsn=2.0.0, status=sent (delivered via >> dovecot service) >> >> >> Forward from from gmail: >> >> Mar 2 11:38:19 mail postfix/qmgr[4744]: 3zt6kL1yF7z2xgg: >> from=<karolaug+caf_=karol=augustin.pl at gmail.com>, size=5831, nrcpt=1 >> (queue active) >> Mar 2 11:38:19 mail dovecot: lda(karol at augustin.pl): sieve: >> msgid=<e610a47934f9aabb31f833c025075cff at posteo.net>: discarding vacation >> response for implicitly delivered message; no k...
2018 Mar 04
0
sieve vacation alias handling problem
...ovecot, >>> delay=2.2, delays=2.2/0/0/0.06, dsn=2.0.0, status=sent (delivered via >>> dovecot service) >>> >>> >>> Forward from from gmail: >>> >>> Mar 2 11:38:19 mail postfix/qmgr[4744]: 3zt6kL1yF7z2xgg: >>> from=<karolaug+caf_=karol=augustin.pl at gmail.com>, size=5831, nrcpt=1 >>> (queue active) >>> Mar 2 11:38:19 mail dovecot: lda(karol at augustin.pl): sieve: >>> msgid=<e610a47934f9aabb31f833c025075cff at posteo.net>: discarding vacation >>> response for implicitly deliver...
2018 May 16
1
Systemfit Question
...fix effects(string variables) to the model in "Simultaneous equation 2) EmpSur<- systemfit(prd ~ in_emp + ag_emp, method = "SUR", data = pdata) #When I run the code below, I get a table with reults by country print(EmpSur) #An except of the output from running <print(EmpSur) #caf_(Intercept) caf_in_emp caf_ag_emp cod_(Intercept) # -0.13243213 14.25003985 -8.57346398 -0.11581997 # cod_in_emp cod_ag_emp eri_(Intercept) eri_in_emp # 11.58115777 -13.29628753 -0.55615848 23.69284487 # eri_ag_emp eth_(Intercept) eth_i...
2018 May 16
0
Systemfit
...gt; >library("plm") > >EmpSur<- systemfit(prd ~ in_emp + ag_emp, method = "SUR", data = pdata) > >#When I run the code below, I get a table with reults by country? > >print(EmpSur) > >#An except of the output from running <print(EmpSur) > >#caf_(Intercept)?????caf_in_emp??????caf_ag_emp cod_(Intercept)? > >#?????-0.13243213?????14.25003985?????-8.57346398?????-0.11581997? > >#?????cod_in_emp??????cod_ag_emp eri_(Intercept)??????eri_in_emp? > >#?????11.58115777????-13.29628753?????-0.55615848?????23.69284487? > >#???...
2018 May 15
2
Systemfit
...ear")) install.packages("plm") library("plm") EmpSur<- systemfit(prd ~ in_emp + ag_emp, method = "SUR", data = pdata) #When I run the code below, I get a table with reults by country? print(EmpSur) #An except of the output from running <print(EmpSur) #caf_(Intercept)?????caf_in_emp??????caf_ag_emp cod_(Intercept)? #?????-0.13243213?????14.25003985?????-8.57346398?????-0.11581997? #?????cod_in_emp??????cod_ag_emp eri_(Intercept)??????eri_in_emp? #?????11.58115777????-13.29628753?????-0.55615848?????23.69284487? #?????eri_ag_emp eth_(Intercept)????...
2018 May 15
0
Systemfit
... and the mailing list is picky about attachments... whatever you attached did not conform to the stringent requirements mentioned in the Posting Guide. Pasting the code right into the email is usually safest, though you DO have to post using plain text (as the Posting Guide indicates) or your code may get mangled by the automatic html format removal. On May 15, 2018 7:04:31 AM PDT, Bert Gunter
2018 May 15
1
Systemfit
Unless there is good reason not to, always cc the list -- there are lots of smarter folks than I on it who can help. I may or may not have time to look at this. Hopefully someone else will. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip