Skip to content

Instantly share code, notes, and snippets.

28/03/2013 16:56:53 :: [console] Sorted 1 cache queues in 0.000017 seconds
28/03/2013 16:56:53 :: [creates] new metric carbon.agents.Meska-a.cache.queries matched schema carbon
28/03/2013 16:56:53 :: [creates] new metric carbon.agents.Meska-a.cache.queries matched aggregation schema default
28/03/2013 16:56:53 :: [creates] creating database file /opt/graphite/storage/whisper/carbon/agents/Meska-a/cache/queries.wsp (archive=[(60, 129600)] xff=None agg=None)
28/03/2013 16:56:53 :: [console] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 504, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/graphite/local/lib/python2.7/site-packages/twisted/python/threadpool.py", line 172, in _worker
result = context.call(ctx, function, *args, **kwargs)
@Zogg
Zogg / trello_hours.js
Created April 13, 2012 13:38 — forked from jasonmp85/trello_hours.js
Calculate Sprint Hours in Trello
// copy this to a bookmark URL to use as a bookmarklet:
// javascript:document.getElementsByTagName('head')[0].appendChild(document.createElement('script')).setAttribute('src','https://raw.github.com/gist/1447877/trello_hours.js')
(function() {
var boardId = _.last(location.href.split('/'));
/**
* If a card starts with a string like "[4]", this method returns the
* first number in the brackets. Otherwise it returns zero.
*/