- Email: [email protected]
- Website: http://billisrael.info/
- Github: http://github.com/epochblue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import sys | |
| import urllib2 | |
| import contextlib | |
| from bs4 import BeautifulSoup | |
| if len(sys.argv) < 2: | |
| print 'Error: Please provide a URL to scrape.' | |
| sys.exit(1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Notify someone if a website is unavailable. | |
| Usage: | |
| isitup.py [-v] <site> <from_email> <to_email> <smtp_user> <smtp_password> | |
| isitup.py -h|--help | |
| isitup.py --version | |
| Options: | |
| -h --help Print this message |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Join the channel you want to register. Make sure you're an op (either the first to join, or someone who is an op there sets you to +o). | |
| /join #newchannel | |
| /msg chanserv register #newchannel | |
| /msg chanserv set #newchannel mlock +cnt-s | |
| /msg chanserv set #newchannel guard on | |
| /msg chanserv set #newchannel secure on | |
| /msg chanserv set #newchannel topiclock on | |
| /msg chanserv set #newchannel keeptopic on | |
| /msg chanserv set #newchannel url http://example.org/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # readlater.sh -- a time waster by Bill Israel <[email protected]> | |
| # | |
| # Think of it as an overly simplified, text-based version of Instapaper | |
| # without most of the cool features. | |
| # | |
| # The path to your read later file (I recommend it being a file in Dropbox) | |
| RL_FILE="$HOME/Dropbox/readlater.txt" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| from requests.auth import HTTPBasicAuth | |
| CLIENT_ID = '' | |
| CLIENT_SECRET = '' | |
| TOKEN_URL = 'https://services.rdio.com/oauth2/token' | |
| API_URL = 'https://services.rdio.com/api/1/' | |
| # GET TOKEN |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This function requires `jq` be installed. | |
| # On OS X, you can install jq via Homebrew: `brew install jq` | |
| function markdown { | |
| in=$1 | |
| if [ -z "$in" ]; then | |
| echo "Error: No input file specified" | |
| return 1 | |
| fi | |
| out=$2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Just a simple command line timer for the Pomodoro Technique. | |
| More info: https://en.wikipedia.org/wiki/Pomodoro_Technique | |
| Usage: `pomodoro.py` | |
| Author: Bill Israel <[email protected]> | |
| """ | |
| import os | |
| import sys |
- Joni Mitchell - Blue (Reprise, 1971)
- Lauryn Hill - The Miseducation of Lauryn Hill (Ruffhouse/Columbia, 1998)
- Nina Simone - I Put A Spell on You (Philips, 1965)
- Aretha Franklin - I Never Loved a Man The Way I Love You (Atlantic, 1967)
- Missy Elliott - Supa Dupa Fly (The Goldmind/Elektra, 1997)
- Beyoncé - Lemonade (Parkwood/Columbia, 2016)
- Patti Smith - Horses (Arista, 1975)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hi! | |
| I should start by introducing myself: my name is Bill Israel. 👋 I live in Nashville, TN, I work for Eventbrite, I organize the local Python meetup, and this year I've taken over organizing PyTennessee, a yearly, regional Python conference. I was reaching out to see if you'd be willing to share some information about PyTennessee in hope that women in your organization might be interested in submitting a talk to our CFP? PyTennessee has a history of being very friendly to first-time speakers and we do our best to remind *everyone* that they have knowledge worth sharing. A conference is only as good as the speakers, and we know there are some excellent speakders in your midst! | |
| Here's some quick info on the CFP: | |
| - Open right now, will be closing on November 8 @ noon (CDT) | |
| - Talks can be submitted here: https://www.pytennessee.org/proposals/submit/ | |
| - We have some proposal advice here: https://www.pytennessee.org/speaking/advice/ | |
| - We love to help people who're interested in speaking with our CFP process in |