Skip to content

Commit 760647d

Browse files
committed
Add auto-generated README.
1 parent 64f663e commit 760647d

1 file changed

Lines changed: 28 additions & 27 deletions

File tree

README.md

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pathadd <python-scripts>/python3
2727

2828
## generate-readme.py
2929
+ Authors: Brandon Amos <http://github.com/bamos>
30-
+ Date Created: 2015.03.27
30+
+ Created: 2015.03.27
3131

3232

3333
Generates the README for
@@ -37,8 +37,8 @@ Script descriptions are obtained by parsing the docstrings.
3737

3838

3939
## python2.7/music-organizer.py
40-
+ Authors: Brandon Amos <http://github.com/bamos>
41-
+ Date Created: 2014.04.19
40+
+ Authors: [Brandon Amos](https://github.com/bamos)
41+
+ Created: 2014.04.19
4242

4343

4444
This script (music-organizer.py) organizes my music collection for
@@ -49,8 +49,8 @@ are lower case strings separated by dashes.
4949

5050

5151
## python2.7/mt.py
52-
+ Authors: Brandon Amos <http://github.com/bamos>
53-
+ Date Created: 2014.11.30
52+
+ Authors: [Brandon Amos](https://github.com/bamos)
53+
+ Created: 2014.11.30
5454

5555

5656
This script implements the simple
@@ -61,17 +61,17 @@ of the output.
6161

6262

6363
## python3/github-repo-summary.py
64-
+ Authors: Brandon Amos <http://github.com/bamos>
65-
+ Date Created: 2014.11.02
64+
+ Authors: [Brandon Amos](https://github.com/bamos)
65+
+ Created: 2014.11.02
6666

6767

6868
Produces a Markdown table concisely summarizing a list of GitHub repositories.
6969

7070

7171

7272
## python3/link-checker.py
73-
+ Authors: Brandon Amos <http://github.com/bamos>
74-
+ Date Created: 2014.02.06
73+
+ Authors: [Brandon Amos](https://github.com/bamos)
74+
+ Created: 2014.02.06
7575

7676

7777
Script to be run by crontab to report broken links.
@@ -84,8 +84,8 @@ to hide warnings and to send a concise email if bad links are found.
8484

8585

8686
## python3/phonetic.py
87-
+ Authors: Brandon Amos <http://github.com/bamos>
88-
+ Date Created: 2014.02.14
87+
+ Authors: [Brandon Amos](https://github.com/bamos)
88+
+ Created: 2014.02.14
8989

9090

9191
Obtain the NATO phonetic alphabet representation from short phrases.
@@ -103,8 +103,8 @@ b - bravo
103103

104104

105105
## python3/rank-writing.py
106-
+ Authors: Brandon Amos <http://github.com/bamos>
107-
+ Date Created: 2014.02.14
106+
+ Authors: [Brandon Amos](https://github.com/bamos)
107+
+ Created: 2014.02.14
108108

109109

110110
`rank-writing.py` ranks the writing quality of my
@@ -137,8 +137,8 @@ Total: 0
137137

138138

139139
## python3/get-osx-wallpaper.py
140-
+ Authors: Brandon Amos <http://github.com/bamos>
141-
+ Date Created: 2015.03.25
140+
+ Authors: [Brandon Amos](https://github.com/bamos)
141+
+ Created: 2015.03.25
142142

143143

144144
This is a Python script that outputs the path of the current
@@ -148,13 +148,13 @@ across a large collection of pictures and you want to
148148
delete the current wallpaper.
149149

150150

151-
--- Warning ---
151+
### Warning
152152
+ This approach doesn't work with multiple monitors.
153153

154-
--- Tested On ---
154+
### Tested On
155155
+ OSX Yosemite 10.10.2 with a single monitor on a MBP.
156156

157-
--- Usage ---
157+
### Usage
158158
Ensure `db_path` and `wallpaper_dir` are correctly set below.
159159

160160
Assuming `get-osx-wallpaper.py` is on your path,
@@ -182,8 +182,8 @@ https://github.com/bamos/dotfiles/blob/master/.aliases:
182182

183183

184184
## python3/merge-pdfs-printable.py
185-
+ Authors: Brandon Amos <http://github.com/bamos>
186-
+ Date Created: 2014.10.17
185+
+ Authors: [Brandon Amos](https://github.com/bamos)
186+
+ Created: 2014.10.17
187187

188188

189189
The printers in my office print a cover page before every job, and
@@ -217,8 +217,8 @@ PS file.
217217

218218

219219
## python3/word-counter.py
220-
+ Authors: Brandon Amos <http://github.com/bamos>
221-
+ Date Created: 2014.11.7
220+
+ Authors: [Brandon Amos](https://github.com/bamos)
221+
+ Created: 2014.11.7
222222

223223

224224
Count work frequencies within a file.
@@ -243,18 +243,19 @@ $ word-counter.py shakespeare.md --numWords 4 --maxTuples 3
243243
34: 'shakespeare dramatis personae'
244244
18: 'comes here? enter'
245245
14: 'duke's palace enter'
246+
```
246247

247248

248249

249250
## python3/eval-expr.py
250-
+ Authors: J. Sebastian, Brandon Amos <http://github.com/bamos>
251-
+ Date Created: 2013.08.01
251+
+ Authors: J. Sebastian, [Brandon Amos](https://github.com/bamos)
252+
+ Created: 2013.08.01
252253

253254

254255
A module to evaluate a mathematical expression using Python's AST.
255256

256257
+ Original by: J. Sebastian at http://stackoverflow.com/questions/2371436.
257-
+ Modifications by: Brandon Amos <http://bamos.github.io>.
258+
+ Modifications by: [Brandon Amos](https://github.com/bamos).
258259

259260
If you want a command-line expression evaluator, use
260261
[Russell91/pythonpy](https://github.com/Russell91/pythonpy).
@@ -268,8 +269,8 @@ $ eval-expr.py '(((4+6)*10)<<2)'
268269

269270

270271
## python3/merge-mutt-contacts.py
271-
+ Authors: Brandon Amos <http://github.com/bamos>
272-
+ Date Created: 2014.01.08
272+
+ Authors: [Brandon Amos](https://github.com/bamos)
273+
+ Created: 2014.01.08
273274

274275

275276
Merges two mutt contact files.

0 commit comments

Comments
 (0)