The M key is option on mac
Press M and X at the same time (M-X) to open the command line emacs thing
- Type
tetrisafter that to open tetris - Type
snakeafter that to open snake
| /* | |
| This whole module is a work in progress for me to use | |
| TODO: Rename module to something else from q | |
| */ | |
| class QElement { | |
| constructor($element){ | |
| // this.listeners = {}; | |
| this.$element = $element; | |
| } | |
| q(selector){ |
| import re | |
| import requests | |
| user = 'ninjamar' | |
| r = requests.get(f'https://scratch.mit.edu/users/{user}') | |
| c = ''.join([i.decode().strip() for i in r.iter_lines()]) | |
| iscratcher = re.compile("<span class=\"group\">Scratcher</span>") | |
| isscratchteam = re.compile("<span class=\"group\">Scratch Team</span>") |
| * Create | |
| * Explore | |
| * Ideas | |
| * About | |
| Submit | |
| * |