Python syntax here : 2.7 - online REPL
Javascript ES6 via Babel transpilation - online REPL
import math| ''' quick example showing how to attach a pdf to multipart messages | |
| and then send them from SES via boto | |
| ''' | |
| from email.mime.text import MIMEText | |
| from email.mime.application import MIMEApplication | |
| from email.mime.multipart import MIMEMultipart | |
| import boto |
Python syntax here : 2.7 - online REPL
Javascript ES6 via Babel transpilation - online REPL
import math| """ | |
| Automatically replies to mails both unread and unanswered. | |
| WARNING: This answers to any both unread and unanswered mail, even if it is years old. | |
| Don’t use on a mailbox with old messages left unread and unanswered. | |
| Simply subclass ``AutoReplyer``, define the undefined class attribute, | |
| and call the ``run`` method on an instance. This loops until you stop the script | |
| (using Ctrl+C, typically) or until an error occurs, like a network failure. |
| // Útil para filtros de Gutenberg como "allowed_block_types" | |
| archives | |
| audio | |
| button | |
| categories | |
| code | |
| column | |
| columns | |
| coverImage |
| { | |
| "auto_format_on_save": true | |
| } |
| import csv | |
| import gzip | |
| import io | |
| import json | |
| from urllib.parse import urlencode, urljoin | |
| from urllib.request import Request, urlopen | |
| class BrasilIO: |
| // Zed keymap | |
| // | |
| // For information on binding keys, see the Zed | |
| // documentation: https://zed.dev/docs/key-bindings | |
| // | |
| // To see the default key bindings run `zed: open default keymap` | |
| // from the command palette. | |
| [ | |
| { | |
| "context": "Workspace", |