| Info: | See <http://docutils.sf.net/rst.html> for introductory docs. |
|---|---|
| Author: | Tim Dennis |
| Date: | |
| Revision: | |
| Description: | This is a gist test for rst |
Section One
| [ | |
| "African American Studies", | |
| "African Studies", | |
| "American Indian Studies", | |
| "Anderson School of Management", | |
| "Anthropology", | |
| "Archaeology", | |
| "Architecture", | |
| "Architecture - M.Arch.", | |
| "Architecture - M.S. in Architecture and Urban Design", |
| Info: | See <http://docutils.sf.net/rst.html> for introductory docs. |
|---|---|
| Author: | Tim Dennis |
| Date: | |
| Revision: | |
| Description: | This is a gist test for rst |
Section One
brew install muttbrew install terminal-notifier terminal-notifiergem install imap_notifier imap_notifierbrew install urlviewbrew install w3m (links would be OK too)| # coding: utf-8 | |
| # In[3]: | |
| from splinter.browser import Browser | |
| # In[2]: |
| import requests | |
| from bs4 import BeautifulSoup | |
| import csv | |
| import time | |
| LIBURL = '' | |
| def read_svn_list_csv(): | |
| f = open('dir_file_lib.csv', 'rb') | |
| reader = csv.reader(f) |
| while IFS=, read Col1 Col2 | |
| do | |
| svn list --username uname --password pass -vR $Col2 | gawk -F"\t" 'BEGIN { OFS = "\t" }{print dir, $0 }' dir=$Col1 | |
| done < lib_web_svn.csv >> lib_svn_list_all.csv |