search for: 19501

Displaying 4 results from an estimated 4 matches for "19501".

Did you mean: 1950
2008 May 08
5
MBOX to Maildir preserving the UIDL (outlook-tested, no redownloading)
...+OK User name accepted, password please pass ***** +OK Mailbox open, 444 messages uidl +OK Unique-ID listing follows 1 47b1303d00004c2d 2 47b1303d00004c2e 3 47b1303d00004c2f ... 47b1303d = 1202794557 = 12 Feb 2008 13:35:57 the date and time the mbox was created 00004c2d = 19501 the IMAP counter so far.... sequently added as you could see with email #2 and email #3 Then I switch my POP server to dovecot, and migrate my MBOX to Maildir, and I do a telnet to get the UIDL +OK Dovecot ready. user ***** +OK pass ***** +OK Logged in. uidl +OK 1 4822815...
2011 Sep 12
2
Duration
Is it normal for rsync to take 3 hours on this transfer? Number of files: 27419348 Number of files transferred: 19501 Total file size: 185.39G bytes Total transferred file size: 195.92M bytes Literal data: 195.68M bytes Matched data: 241.09K bytes File list size: 402.01M File list generation time: 0.561 seconds File list transfer time: 0.000 seconds Total bytes sent: 600.61M Total bytes received: 2.44M sent 600.6...
2012 Jun 06
5
ggplot incorrect legend
...22 1 PB5 39173 39.173 3.232381e-02 23 2 PB5 174913 174.913 1.443304e-01 24 4 PB5 103542 103.542 8.543824e-02 25 5 PB5 874764 874.764 7.218162e-01 26 10 PB5 19501 19.501 1.609135e-02 27 1 PB6 4 0.004 4.550429e-06 28 2 PB6 175038 175.038 1.991245e-01 29 4 PB6 91547 91.547 1.041445e-01 30 5 PB6 610371 610.371 6.9436...
2006 Apr 24
0
observe_field inside of a form?
Hi I''ve just started experimenting with AJAX in Rails and have come across this issue. I''m trying to set up some ajax form validation on a login form. I set up an observe_field method for the username field but the action for the containing form is being called and rendered instead of the action I specify in the observe_field method. All of the observe_field examples