Skip to content

Instantly share code, notes, and snippets.

View phobson's full-sized avatar

Paul Hobson phobson

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@phobson
phobson / travis_debug.md
Last active December 3, 2015 21:51 — forked from jedi4ever/gist:7677d62f1414c28a1a8c
Some notes on travisci remote debugging via ssh or screenshot or remote desktop of Mac VM builds

Debugging Travis Build Errors

Some notes on remote debugging mac builds on Travisci. It's hard to tell when something hangs what the cause it. Trial and error via commits is tedious. And on Mac, sometimes it's the gui asking for input. So I worked my around to get the access I needed for faster debugging a build.

Enable remote ssh access to travisci build for debugging

@phobson
phobson / index.html
Last active December 25, 2015 15:49 — forked from benjchristensen/index.html
<html>
<head>
<title>Line Graph with Dual-scaled Axes using SVG and d3.js</title>
<script src="http://mbostock.github.com/d3/d3.v2.js"></script>
<script>
// d3.legend.js
// (C) 2012 ziggy.jonsson.nyc@gmail.com
// MIT licence
(function() {
@phobson
phobson / boxplot_feature_statis.md
Created September 19, 2012 05:38 — forked from dmcdougall/email.txt
Nabble boxplot email + status of implementation

Proposed features:

What I think we should (in the order I think we should do it)

  • allow users to pass in a custom function that will compute the median and conf. intervals (my idea).
    • ready for a PR/code review
    • pretty much done
    • DONE: fix docstring about conflicting options (usermedians+conf_intervals vs ci_fxn)
  • option for monochrome boxplot
    • ready for a PR/code review
  • started -- interactive tinkering indicates it's in good shape