I hereby claim:
- I am aaronorosen on github.
- I am aaronorosen (https://keybase.io/aaronorosen) on keybase.
- I have a public key whose fingerprint is F149 0873 567B D35D 05BF C04D 2B10 564C 147B F32B
To claim this, I am signing this object:
| Logger.js:154 2020-05-20T17:14:57.228Z [features/analytics] Error: No analytics handlers created! | |
| at functions.js:100 | |
| o @ app.bundle.min.js?v=4074:126 | |
| (anonymous) @ app.bundle.min.js?v=4074:1 | |
| Promise.catch (async) | |
| te @ app.bundle.min.js?v=4074:1 | |
| (anonymous) @ app.bundle.min.js?v=4074:1 | |
| (anonymous) @ app.bundle.min.js?v=4074:1 | |
| (anonymous) @ app.bundle.min.js?v=4074:1 | |
| (anonymous) @ app.bundle.min.js?v=4074:1 |
| { | |
| "score": 0.32371445304906, | |
| "keypoints": [ | |
| { | |
| "position": { | |
| "y": 76.291801452637, | |
| "x": 253.36747741699 | |
| }, | |
| "part": "nose", | |
| "score": 0.99539834260941 |
I hereby claim:
To claim this, I am signing this object:
| set background=dark | |
| set ts=3 | |
| augroup filetypedetect | |
| au! BufRead,BufNewFile *nc set ft=nc | |
| augroup END | |
| set background=dark | |
| autocmd FileType python setlocal expandtab shiftwidth=4 softtabstop=4 | |
| autocmd FileType javascript setlocal expandtab shiftwidth=4 softtabstop=4 | |
| autocmd FileType html setlocal expandtab shiftwidth=4 softtabstop=4 | |
| autocmd FileType yaml setlocal expandtab shiftwidth=2 tabstop=8 softtabstop=2 |
| import re | |
| import TwitterSearch | |
| # Fill in with your creds | |
| COMSUMER_KEY = '' | |
| CONSUMER_SECRET = '' | |
| ACCESS_TOKEN = '' | |
| ACCESS_TOKEN_SECRET = '' |
| """ | |
| This script deletes all the floatingips a user has that are not | |
| associated with a port_id. | |
| """ | |
| import os | |
| import sys | |
| from neutronclient.v2_0 import client |
| from flask import Flask | |
| import twilio.twiml | |
| app = Flask(__name__) | |
| @app.route("/", methods=['GET', 'POST']) | |
| def hello_monkey(): | |
| """Respond to incoming requests.""" | |
| resp = twilio.twiml.Response() | |
| resp.say("Hello Monkey") |