Misc fixes
This commit is contained in:
parent
51e60b62fe
commit
aac6d393a3
3 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,7 @@ These scripts are licensed under the [MIT License](LICENSE).
|
||||||
|
|
||||||
## Why did you write it?
|
## Why did you write it?
|
||||||
|
|
||||||
Because I suck at math.
|
Because I suck at math. (OK, not really. I just hate it. With a burning passion. Besides, computers were created so that we don't have to deal with crap like this.)
|
||||||
|
|
||||||
## How do I use it?
|
## How do I use it?
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
# Event time-remaining calculator
|
# Event time-remaining calculator
|
||||||
|
#
|
||||||
# Part of SIFTools <https://github.com/dburr/SIFTools/>
|
# Part of SIFTools <https://github.com/dburr/SIFTools/>
|
||||||
# By Donald Burr <dburr@DonaldBurr.com>
|
# By Donald Burr <dburr@DonaldBurr.com>
|
||||||
# Copyright (c) 2015 Donald Burr.
|
# Copyright (c) 2015 Donald Burr.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
# Rank-up requirements (EXP) calculator
|
# Rank-up requirements (EXP) calculator
|
||||||
|
#
|
||||||
# Part of SIFTools <https://github.com/dburr/SIFTools/>
|
# Part of SIFTools <https://github.com/dburr/SIFTools/>
|
||||||
# By Donald Burr <dburr@DonaldBurr.com>
|
# By Donald Burr <dburr@DonaldBurr.com>
|
||||||
# Copyright (c) 2015 Donald Burr.
|
# Copyright (c) 2015 Donald Burr.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue