This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
import matplotlib.pyplot as plt | |
import matplotlib.animation as animation | |
import math | |
# define x coordinates | |
x0, x1 = 0, 1 | |
n = 500 | |
x = np.linspace(x0, x1, n) | |
dx = x[1] - x[0] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The IMAP service is being tested. | |
There was an error testing the IMAP service | |
Additional Details | |
S: * OK The Microsoft Exchange IMAP4 service is ready. | |
C: 1 CAPABILITY | |
S: * CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS UIDPLUS CHILDREN IDLE NAMESPACE LITERAL+ | |
1 OK CAPABILITY completed. | |
C: 2 LOGIN myname <password> |