Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51c617a

Browse files
committed
Update links.
1 parent 3d310e0 commit 51c617a

11 files changed

+12
-12
lines changed

python2.7/mt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python2
22

3-
__author__ = ['[Brandon Amos](https://github.com/bamos)']
3+
__author__ = ['[Brandon Amos](http://bamos.github.io)']
44
__date__ = '2014.11.30'
55

66
"""

python2.7/music-organizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python2.7
22

3-
__author__ = ['[Brandon Amos](https://github.com/bamos)']
3+
__author__ = ['[Brandon Amos](http://bamos.github.io)']
44
__date__ = '2014.04.19'
55

66
"""

python3/eval-expr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/usr/bin/env python3
22

3-
__author__ = ['J. Sebastian', '[Brandon Amos](https://github.com/bamos)']
3+
__author__ = ['J. Sebastian', '[Brandon Amos](http://bamos.github.io)']
44
__date__ = '2013.08.01'
55

66
"""
77
A module to evaluate a mathematical expression using Python's AST.
88
99
+ Original by: J. Sebastian at http://stackoverflow.com/questions/2371436.
10-
+ Modifications by: [Brandon Amos](https://github.com/bamos).
10+
+ Modifications by: [Brandon Amos](http://bamos.github.io).
1111
1212
If you want a command-line expression evaluator, use
1313
[Russell91/pythonpy](https://github.com/Russell91/pythonpy).

python3/get-osx-wallpaper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
__author__ = ['[Brandon Amos](https://github.com/bamos)']
3+
__author__ = ['[Brandon Amos](http://bamos.github.io)']
44
__date__ = '2015.03.25'
55

66
"""

python3/github-repo-summary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
__author__ = ['[Brandon Amos](https://github.com/bamos)']
3+
__author__ = ['[Brandon Amos](http://bamos.github.io)']
44
__date__ = '2014.11.02'
55

66
"""

python3/link-checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
__author__ = ['[Brandon Amos](https://github.com/bamos)']
3+
__author__ = ['[Brandon Amos](http://bamos.github.io)']
44
__date__ = '2014.02.06'
55

66
"""

python3/merge-mutt-contacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
__author__ = ['[Brandon Amos](https://github.com/bamos)']
3+
__author__ = ['[Brandon Amos](http://bamos.github.io)']
44
__date__ = '2014.01.08'
55

66
"""

python3/merge-pdfs-printable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
__author__ = ['[Brandon Amos](https://github.com/bamos)']
3+
__author__ = ['[Brandon Amos](http://bamos.github.io)']
44
__date__ = '2014.10.17'
55

66
"""

python3/phonetic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
__author__ = ['[Brandon Amos](https://github.com/bamos)']
3+
__author__ = ['[Brandon Amos](http://bamos.github.io)']
44
__date__ = '2014.02.14'
55

66
"""

python3/rank-writing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
__author__ = ['[Brandon Amos](https://github.com/bamos)']
3+
__author__ = ['[Brandon Amos](http://bamos.github.io)']
44
__date__ = '2014.02.14'
55

66
"""

0 commit comments

Comments
 (0)