###Browsers
- Chrome
- Firefox
###Editors && IDE
| #!/usr/bin/python | |
| """ | |
| Connect to an IMAP4 server with Twisted. | |
| --------------------------------------- | |
| Run like so: | |
| $ python twisted_imap4_example.py | |
| This example is slightly Gmail specific, | |
| in that SSL is required, and the correct | |
| server name and ports are set for Gmail. |
| # | |
| # Copyright (C) 2010-2012 Vinay Sajip. All rights reserved. Licensed under the new BSD license. | |
| # | |
| import ctypes | |
| import logging | |
| import os | |
| class ColorizingStreamHandler(logging.StreamHandler): | |
| # color names to indices | |
| color_map = { |
###Browsers
###Editors && IDE
uninstall JetBrains settings:curl -sL https://gist.github.com/denji/9731967/raw/jetbrains-uninstall.sh | bash -s
backup JetBrains settings:curl -sL https://gist.github.com/denji/9731967/raw/jetbrains-backup.sh | bash -s