As configured in my dotfiles.
start new:
tmux
start new with session name:
import imaplib, serial, struct, time | |
class Mail(): | |
def __init__(self): | |
self.user= 'USER' | |
self.password= 'PASS' | |
self.ser = serial.Serial('/dev/tty.usbmodem621', 9600) | |
self.M = imaplib.IMAP4_SSL('imap.gmail.com', '993') | |
self.M.login(self.user, self.password) | |
As configured in my dotfiles.
start new:
tmux
start new with session name:
from Crypto.Cipher import AES | |
from bitstring import BitArray, Bits | |
(key, m) = (BitArray(hex='00112233445566778899AABBCCDDEEFF'), BitArray(hex='00000000000000000000000000000000')) | |
const_rb = BitArray(hex='00000000000000000000000000000087') | |
k0 = BitArray(hex=AES.new(key.bytes).encrypt(m.bytes).encode('hex')) | |
*.acn | |
*.acr | |
*.alg | |
*.aux | |
*.bak | |
*.bbl | |
*.bcf | |
*.blg | |
*.brf | |
*.bst |