Bitbucket show hg commands button
Steve Losh noted on Twitter that there's no usable URL to pull changes from pull request in your command line. Well, there is, sorta, pull request page html contain hidden "merge-commands" <pre> in case there are conflicts, all you have to do is show it.
I used greasemonkey to add "hg" button between "merge" and "edit" buttons on pull request page. It looks like this:
Here is script source:
Permalink
Distinguishable colors for stack graphs
I needed to stack some data on single graph (like network traffic from multiple hosts).
Colors on such graphs should be distinguishable, best approach is evenly space (hue-wise) color palette. To enhance separation every odd color has lower brightness.
It will look something like this:
or this:
I needed it for RRDgraph so here's perl version:
Archives
- February 2016
- October 2015
- September 2015
- July 2013
- June 2013
- April 2013
- March 2013
- December 2011
- November 2011
- July 2011
- June 2011
- February 2010
- September 2009
- March 2009
- February 2009