Skip to content

Instantly share code, notes, and snippets.

View justquick's full-sized avatar
⚙️
Contemplating the Infinite

Justin Quick justquick

⚙️
Contemplating the Infinite
View GitHub Profile
"http://PRIORITY TOPICS FINANCING DCL—QUESTIONS ARE SURFACING. Questions began to surface about DCL funds in January when we learned the Lake Management Office is down to just one full time staff person, a mid-level Natural Resources Planner III who earns $62,025. Revenues for 2013 were $844,082. What has happened to the balance of the funds? Where are “our” Lake Management Funds? Barbara Beelar expressed her concern in recent Letter to the Editor. Http://friendsofdcl.org/2014/02/letter-to-the-editor-the-republican-newsletter-january-16-2014/ Background: Under the law, the Policy and Review Board “may review and advise” the DNR Secretary on budgetary matters. However, this task has been mostly overlooked since the creation of this Board. In response to recent questions, DNR provided to the PRB members a document, in anticipate of the January meeting, which was cancelled. (link) While we await Hoffman’s presentation on March 20, which you can hear via tele-confer
[2015-04-10 16:13:55,594] [INFO] Startup: Welcome to Komodo Edit 9.0.0 build 15707 (platform macosx, running on Darwin 14.3.0 version Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64)
[2015-04-10 16:13:55,594] [INFO] Startup: /Users/jquick/Applications/Komodo Edit 9.app/Contents/MacOS/komodo built on Thu Mar 19 06:08:01 2015
[2015-04-10 16:13:55,656] [WARNING] koInitService: Unable to determine the current locale settings, defaulting to mac-roman
[2015-04-10 16:13:55,902] [WARNING] console-logger: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create (1) in resource://gre/modules/Preferences.jsm:381
[2015-04-10 16:13:55,902] [WARNING] console-logger: Bootstrapped manifest not allowed to use 'component' directive. (1) in file:///Users/jquick/Applications/Komodo%20Edit%209.app/Contents/Resources/extensions/scope-files@activestate.com/components/com
[2015-04-10 16:22:28,804] [INFO] Startup: Welcome to Komodo Edit 9.0.0 build 15707 (platform macosx, running on Darwin 14.3.0 version Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64)
[2015-04-10 16:22:28,804] [INFO] Startup: /Users/jquick/Applications/Komodo Edit 9.app/Contents/MacOS/komodo built on Thu Mar 19 06:08:01 2015
[2015-04-10 16:22:28,868] [WARNING] koInitService: Unable to determine the current locale settings, defaulting to mac-roman
[2015-04-10 16:22:29,061] [WARNING] console-logger: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create (1) in resource://gre/modules/Preferences.jsm:381
[2015-04-10 16:22:29,061] [WARNING] console-logger: Bootstrapped manifest not allowed to use 'component' directive. (1) in file:///Users/jquick/Applications/Komodo%20Edit%209.app/Contents/Resources/extensions/scope-files@activestate.com/components/com
[2015-04-10 17:05:27,973] [INFO] Startup: Welcome to Komodo Edit 9.0.0 build 15707 (platform macosx, running on Darwin 14.3.0 version Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64)
[2015-04-10 17:05:27,973] [INFO] Startup: /Users/jquick/Applications/Komodo Edit 9.app/Contents/MacOS/komodo built on Thu Mar 19 06:08:01 2015
[2015-04-10 17:05:28,064] [WARNING] koInitService: Unable to determine the current locale settings, defaulting to mac-roman
[2015-04-10 17:05:28,301] [WARNING] console-logger: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create (1) in resource://gre/modules/Preferences.jsm:381
[2015-04-10 17:05:28,302] [WARNING] console-logger: Bootstrapped manifest not allowed to use 'component' directive. (1) in file:///Users/jquick/Applications/Komodo%20Edit%209.app/Contents/Resources/extensions/scope-files@activestate.com/components/com
[2015-04-13 15:23:07,321] [INFO] Startup: Welcome to Komodo Edit 9.0.0 build 15707 (platform macosx, running on Darwin 14.3.0 version Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64)
[2015-04-13 15:23:07,322] [INFO] Startup: /Users/jquick/Applications/Komodo Edit 9.app/Contents/MacOS/komodo built on Thu Mar 19 06:08:01 2015
[2015-04-13 15:23:07,394] [WARNING] koInitService: Unable to determine the current locale settings, defaulting to mac-roman
[2015-04-13 15:23:07,653] [WARNING] console-logger: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create (1) in resource://gre/modules/Preferences.jsm:381
[2015-04-13 15:23:07,653] [WARNING] console-logger: Bootstrapped manifest not allowed to use 'component' directive. (1) in file:///Users/jquick/Applications/Komodo%20Edit%209.app/Contents/Resources/extensions/scope-files@activestate.com/components/com
import importlib, os
APP_DIRS = (os.path.abspath(os.path.join(PROJECT_ROOT, 'test')),)
sys.path.extend(APP_DIRS)
BASE_URL_CONFS = []
for app_dir in APP_DIRS:
for app in os.listdir(app_dir):
if not app.startswith('.') and app not in INSTALLED_APPS:
try:
app_settings = importlib.import_module('%s.settings' % app)
if getattr(app_settings, 'APP_NAME', '') != '':
{% extends 'base.html' %}
{% block extrahead %}
{% block blog_extrahead %}{% endblock %}
{% endblock %}
{% block content %}
{% block blog_content %}{% endblock %}
{% endblock %}
designed as a functional replacement to james benne
eliminates need for app.templatetags
all arguments/kwargs are resolved by default
comparisons
if some comparison, do somethin, otherwise do s
add negate at the end of the tag to do the oppo
import csv
import yapgvb
graph = yapgvb.Digraph('OriginalZombie')
rows = list(csv.DictReader(open('players.csv')))
def get_victims(id):
for row in rows:
if id == row['killed_by']: