UART pads found on left side of the battery, remove both outer and inner covers to gain access
- TX - red pad
- GND - green pad
For more information: https://github.com/postmarketOS/pmbootstrap/wiki/Mozilla-Flame
UART pads found on left side of the battery, remove both outer and inner covers to gain access
For more information: https://github.com/postmarketOS/pmbootstrap/wiki/Mozilla-Flame
This is a quick tutorial on how to start using Spacemacs coming from Sublime Text.
After installing Spacemacs, boot it up:
$ emacsOpen up a file by hitting SPACE f f, you can then locate and open a file by path with tab completion and ending with ENTER
| class ArrayTagWidget(Select2TagWidget): | |
| def build_attrs(self, *args, **kwargs): | |
| self.attrs.setdefault('data-token-separators', []) | |
| self.attrs.setdefault('data-width', '500px') | |
| self.attrs.setdefault('data-tags', 'true') | |
| return super().build_attrs(*args, **kwargs) | |
| def value_from_datadict(self, data, files, name): | |
| values = super().value_from_datadict(data, files, name) |
| @binkmail.com | |
| @bobmail.info | |
| @chammy.info | |
| @devnullmail.com | |
| @letthemeatspam.com | |
| @mailinater.com | |
| @mailinator.net | |
| @mailinator2.com | |
| @notmailinator.com | |
| @reallymymail.com |
| { | |
| "name": "Daat Hamakom Default", | |
| "sources": { | |
| "mapbox://mushon.277625nf": { | |
| "url": "mapbox://mushon.277625nf", | |
| "type": "vector" | |
| }, | |
| "mapbox://mapbox.mapbox-streets-v7": { | |
| "url": "mapbox://mapbox.mapbox-streets-v7", | |
| "type": "vector" |
| { | |
| "id": "cijzh8i5u0101bmkvm2sxj5l0", | |
| "center": [ | |
| 13.2797674709783, | |
| 38.21471825979131 | |
| ], | |
| "metadata": { | |
| "mapbox:groups": { | |
| "1452119469254.1111": { | |
| "name": "default", |
| { | |
| "pitch": 0, | |
| "sprite": "mapbox://sprites/mushon/cijzh8i5u0101bmkvm2sxj5l0", | |
| "draft": false, | |
| "owner": "mushon", | |
| "name": "Daat Hamakom Default", | |
| "glyphs": "mapbox://fonts/mushon/{fontstack}/{range}.pbf", | |
| "center": [ | |
| 13.2797674709783, | |
| 38.21471825979131 |
| ssh user@example.com "ffmpeg -i $URL -c copy -f nut pipe:1" | ffplay -i pipe:0 |
| from base64 import b64decode | |
| from os import listdir | |
| from sys import argv | |
| from xml.dom.minidom import parse | |
| def unsign(filenames): | |
| for f in filenames: | |
| try: | |
| dom = parse(f) | |
| except IOError: |
| Description='32C3 secure WPA2 802.1X config' | |
| Interface=wls1 | |
| Connection=wireless | |
| Security=wpa-configsection | |
| IP=dhcp | |
| ESSID=32C3 | |
| WPAConfigSection=( | |
| 'ssid="32C3"' | |
| 'proto=RSN WPA' | |
| 'key_mgmt=WPA-EAP' |