I hereby claim:
- I am deeplook on github.
- I am deeplook (https://keybase.io/deeplook) on keybase.
- I have a public key ASCT1pchPpFRS-VM4Uie8Y4fvJr3xTl9wZgqNmJ4pK469Ao
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| """ | |
| An updated example file actually using an auto-upgrading tool. | |
| WARNING: | |
| If you find this script inside a GitHub gist, be warned that | |
| its gist ID might change without notice! In this case please | |
| look for similar filenames until this might become part of |
| { | |
| "version": 1, | |
| "width": 109, | |
| "height": 25, | |
| "duration": 80.986919, | |
| "command": null, | |
| "title": null, | |
| "env": { | |
| "TERM": "xterm-256color", | |
| "SHELL": "/bin/bash" |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| """ | |
| Prototype of a 'dynamic' prompt showing CPU load over 10 seconds as a sparkline. | |
| Requires ``psutil``... | |
| Not finished... | |
| """ |
| import re | |
| from selenium import webdriver # pip install selenium | |
| from PIL import Image # pip install Pillow | |
| driver = webdriver.PhantomJS() # assuming PhantomJS | |
| width, height = 1024, 768 | |
| driver.set_window_size(width, height) | |
| driver.get("http://docs.python-requests.org") | |
| fn = "screenshot.png" | |
| driver.save_screenshot(fn) |
| #!/usr/bin/env python | |
| """ | |
| Explore a RESTful Swagger/OpenAPI specification with Swagger-UI in a browser. | |
| Features: | |
| - download a recent Swagger-UI release | |
| - extract its "dist" folder | |
| - copy desired JSON file into "dist" folder |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| """ | |
| Testing capturer to output ANSI escape sequences over subprocesses. | |
| """ | |
| import subprocess | |
| from capturer import CaptureOutput |
| access activate analyze approve architect archive audit | |
| backup benchmark bugtrack build bundle buy | |
| comment communicate compare commit comment compile compress configure connect consult containerize contribute convert | |
| debug deploy deprecate design develop disassemble distribute document | |
| embed encrypt evaluate execute extend | |
| find fix formalize fork format | |
| generate | |
| install integrate internationalize invest | |
| label learn license like localize log | |
| manage merge migrate mock model monitor |