Skip to content

Instantly share code, notes, and snippets.

View retifrav's full-sized avatar
🕸️
they can't stop the signal

retif retifrav

🕸️
they can't stop the signal
View GitHub Profile
@retifrav
retifrav / chart.py
Created September 3, 2020 10:07
Python matplotlib animation issue on Mac OS
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]
@retifrav
retifrav / exchange-imap4-test-error.txt
Created September 30, 2019 13:28
Exchange IMAP4 test error
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>