search for: topp

Displaying 10 results from an estimated 10 matches for "topp".

Did you mean: top
2007 Dec 21
1
substitute() bug? (PR#10525)
The first four lines of code below work as normal. The fifth thorows an error: "Error in paste(theta[1], "=", 5) : object "theta" not found" x=rnorm(1000); bob=density(x); topp=5; plot(bob,xlab="", ylab="", main=substitute(paste(theta[1],"=",topp),list(topp=topp)), type="l"); plot(bob$y~bob$x,xlab="", ylab="", main=substitute(paste(theta[1],"=",topp),list(topp=topp)), type="l"); Note tha...
2012 Nov 29
0
Simper analysis with Morisita-Horn
...p[i, 1], ] gb <- comm[groupp == comp[i, 2], ] for (j in 1:n.b) { for (k in 1:n.a) { ########### Morisita-Horn aNp <- sum(gpa[k, ]) bNp <- sum(gpb[j, ]) dap <- sum(gpa[k, ]^2)/aNp^2 dbp <- sum(gpb[j, ]^2)/bNp^2 topp <- (gpa[k, ] * gpb[j, ]) contrp[(j - 1) * n.a + k, ] <- 2 * topp/((dap + dbp) * aNp * bNp) ############# } } perm.contr[, p] <- colMeans(contrp) } p <- (apply(apply(perm.contr, 2, function(x) x >=...
2007 Nov 12
0
3 commits - libswfdec/swfdec_player.c test/trace
...e = +emcolor = #fed63b +h = 19 +textcolor = #ffffff +txt = ????KONCEPT????BIO +w = 265 +>>> txt=????NY????HETER&textcolor=%23ffffff&emcolor=%23fed63b&w=265&h=19 +decode = +emcolor = #fed63b +h = 19 +textcolor = #ffffff +txt = ????NY????HETER +w = 265 +>>> txt=????TOPP????LISTAN&textcolor=%23ffffff&emcolor=%23fed63b&w=265&h=19 +decode = +emcolor = #fed63b +h = 19 +textcolor = #ffffff +txt = ????TOPP????LISTAN +w = 265 +>>> txt=????FR????GA ????RONNY&textcolor=%23ffffff&emcolor=%23fed63b&w=265&h=19 +decode = +emcolor = #f...
2017 Aug 22
2
store into mailbox 'Junk' aborted
> > > Am 22. August 2017 02:29:30 MESZ schrieb kenneth topp <toppk at bllue.org>: >>Hi, >> >>I've just switch from procmail to pigeonhole, and I'm seeing an issue >>(twice in six hours). >> >>I have spamassisn running via postfix milter, and dropping off via >>main.cf >>"mailbox_transport =...
2017 Aug 22
0
store into mailbox 'Junk' aborted
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 22 Aug 2017, kenneth topp wrote: >>> Aug 21 19:43:59 lmtp(toppk): Debug: $MAILDIR/Junk: Mailbox opened >>> because: >>> lib-lda delivery >>> sieve: info: started log at Aug 21 19:43:59. >>> error: msgid=<E1cxyRv-000F7r-E9 at tra-vmail-01>: failed to store into >>&gt...
2004 Mar 31
1
Bug report: sender needs to have backup-dir
With this patch (see URL), backup-dir is passed to the server. It's not currently ignored on the other end if irrelevant (which it is for senders). Either we should not pass it, or let the sender ignore it later on. http://cvs.samba.org/cgi-bin/cvsweb/rsync/options.c.diff?r1=1.109&r2=1.110&f=h Either we should not pass it, or tell a sender to ignore it later on. Happy to whip
2017 Aug 22
2
store into mailbox 'Junk' aborted
...procmail to pigeonhole, and I'm seeing an issue (twice in six hours). I have spamassisn running via postfix milter, and dropping off via main.cf "mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp" The issue is that I get a sequence of these log messages: Aug 21 19:43:59 lmtp(toppk): Debug: Junk: Mailbox opened because: lib-lda delivery Aug 21 19:43:59 lmtp(toppk): Debug: $MAILDIR/Junk: Mailbox opened because: lib-lda delivery Aug 21 19:43:59 lmtp(toppk): Debug: Mailbox <lmtp DATA>: Opened mail UID=1 because: copying Aug 21 19:43:59 lmtp(toppk): Debug: Mailbox <lmtp...
2017 Aug 22
0
store into mailbox 'Junk' aborted
Am 22. August 2017 02:29:30 MESZ schrieb kenneth topp <toppk at bllue.org>: >Hi, > >I've just switch from procmail to pigeonhole, and I'm seeing an issue >(twice in six hours). > >I have spamassisn running via postfix milter, and dropping off via >main.cf >"mailbox_transport = lmtp:unix:/var/lib/imap/socket/l...
2019 Mar 17
1
<fallback-override>
...535</burst-size>     </limits>     <authentication>         <!-- Sources log in with username 'source' -->         <source-password>hemligt</source-password>         <!-- Relays log in with username 'relay' -->         <relay-password>topp-hemligt</relay-password>         <!-- Admin logs in with the username given below -->         <admin-user>admin</admin-user>         <admin-password>det-har-ar-super-duper-hemligt</admin-password>     </authentication>     <!-- set the mountpoint for a...
2010 Sep 21
25
Working in install acts_as_commentable, On create, error: "unknown attribute: book_id"
Hello, I''m working to install the acts_as_commentable plugin on my Rails 3 app. After adding "acts_as_commentable" to my book model, I then added a comment form on my book show view: <% form_for(@comment) do|f| %> <%= f.hidden_field :book_id %> <%= f.label :comment %><br /> <%= f.text_area :comment %> <%= f.submit "Post