Skip to content

Instantly share code, notes, and snippets.

View tbrooke's full-sized avatar

Tom Brooke tbrooke

  • Brooke and Sons LLC
  • China Gove, NC 28023
View GitHub Profile
@tbrooke
tbrooke / congressEducation.py
Created August 23, 2019 14:02 — forked from theriley106/congressEducation.py
Web Scraping congress education information
import requests
import bs4
import re
import json
listOfCongress = []
url = 'https://www.govtrack.us/congress/members/current?sort=sortname&page=1&faceting=false&allow_redirect=false&do_search=1'
congressCount = requests.get(url).json()['total']
information = {}
@tbrooke
tbrooke / 0_reuse_code.js
Last active August 29, 2015 14:24
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@tbrooke
tbrooke / .vimrc
Created July 3, 2015 12:49 — forked from anonymous/.vimrc
set nocompatible
runtime macros/matchit.vim
if has("autocmd")
filetype indent plugin on
endif
filetype off
let mapleader=" "
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
@tbrooke
tbrooke / .zshrc
Created July 3, 2015 12:49 — forked from anonymous/.zshrc
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell"
source ~/bin/tmuxinator.zsh
# Example aliases