Skip to content

Instantly share code, notes, and snippets.

View ashildebrandt's full-sized avatar

ashildebrandt

View GitHub Profile
@ashildebrandt
ashildebrandt / ash_querytracker
Last active August 29, 2015 14:23
A Tampermonkey script that modifies the query list on QueryTracker to hide irrelevant information and show any notes you may have added.
// ==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==
@ashildebrandt
ashildebrandt / ash_ffffind.py
Last active April 3, 2022 22:38
Ffffind (downloads every image from a given FFFFOUND! account)
"""
ash_ffffind.py
v1.1 (September 14, 2015)
by me@aaronhildebrandt.com
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.
@ashildebrandt
ashildebrandt / ash_wordcount.py
Created December 3, 2014 19:38
Wordcount (determines the wordcount of a directory of .txt files)
"""
ash_wordcount.py
by me@aaronhildebrandt.com
Crawls through every .txt file in the current directory and gives you a
total word count for all the documents.
Prerequisities:
None
@ashildebrandt
ashildebrandt / ash_scrivener_to_textile.py
Last active August 29, 2015 14:10
Scrivener to Textile (converts Scrivener HTML exports to Textile)
"""
ash_scrivener_to_textile.py
by me@aaronhildebrandt.com
Converts HTML exported from Scrivener to friendly Textile markup
Prerequisities:
None
@ashildebrandt
ashildebrandt / ash_rendertime.py
Last active August 29, 2015 14:10
Render Time (roughly graphs the render time of an image sequence)
"""
ash_rendertime.py
by me@aaronhildebrandt.com
Graphs the render time of an image sequence
Prerequisities:
matplotlib