This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name QueryTracker query list cleanup | |
// @namespace http://aaronhildebrandt.com/ | |
// @version 1.5 | |
// @description Kills a bunch of needless (to me, at least) columns and adds in a column for notes. Nice. Might need a longer delay if your internet connection is bad. Or, you know, logic for checking if the list has been populated. | |
// @author Aaron Hildebrandt | |
// @match https://querytracker.net/qlist.php | |
// @grant none | |
// @updateURL https://gist.githubusercontent.com/ashildebrandt/d70c1b14507837dd6536/raw | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
ash_ffffind.py | |
v1.1 (September 14, 2015) | |
by [email protected] | |
Automatically downloads all images from ffffound saved by a specific user. | |
Will first try to download the image from the original source (to get the highest quality possible). | |
If that fails, it'll download the cached version from ffffound. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
ash_wordcount.py | |
by [email protected] | |
Crawls through every .txt file in the current directory and gives you a | |
total word count for all the documents. | |
Prerequisities: | |
None |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
ash_scrivener_to_textile.py | |
by [email protected] | |
Converts HTML exported from Scrivener to friendly Textile markup | |
Prerequisities: | |
None | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
ash_rendertime.py | |
by [email protected] | |
Graphs the render time of an image sequence | |
Prerequisities: | |
matplotlib | |