Skip to content

Instantly share code, notes, and snippets.

View dmmfll's full-sized avatar

Don Morehouse dmmfll

  • Fort Lauderdale, Florida
View GitHub Profile
@dmmfll
dmmfll / .gitignore
Last active February 21, 2017 19:05
gist_url
gist_url
Untitled.txt
gist_url
.ipynb_checkpoints/
Untitled.*
.ipynb_checkpoints/
gist_url
README.rst
convert_rst_to_md
gist_url
.ipynb_checkpoints/
Untitled.*
comments.*
@dmmfll
dmmfll / python-selenium-open-tab.md
Created January 14, 2017 10:12 — forked from lrhache/python-selenium-open-tab.md
Python Selenium - Open new tab / focus tab / close tab

On a recent project, I ran into an issue with Python Selenium webdriver. There's no easy way to open a new tab, grab whatever you need and return to original window opener.

Here's a couple people who ran into the same complication:

So, after many minutes (read about an hour) of searching, I decided to do find a quick solution to this problem.

gistup
@dmmfll
dmmfll / livereload.conf
Created January 4, 2017 01:45 — forked from kengoldfarb/livereload.conf
livereload nginx reverse proxy settings
location /livereload {
proxy_pass http://localhost:35729;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
}
@dmmfll
dmmfll / echo.ipynb
Last active December 30, 2016 13:48
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.