Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mulby on github.
  • I am mulby (https://keybase.io/mulby) on keybase.
  • I have a public key ASAcc4eM7xjMN6IZcEVkzPMtlb2WUk9tRm6cXwcW7T8L-go

To claim this, I am signing this object:

@mulby
mulby / dashboard.patch
Last active June 17, 2016 07:03
edX Analytics Conference Workshop 2016
From add560e7e139e2671f6f3eb9bda5038e69114d69 Mon Sep 17 00:00:00 2001
From: Dennis Jen <djen@edx.org>
Date: Mon, 13 Jun 2016 22:28:28 -0400
Subject: [PATCH] WIP: workshop demo of course views
---
.../courses/presenters/engagement.py | 3 ++
.../templates/courses/engagement_content.html | 24 +++++++++++++++
analytics_dashboard/courses/views/engagement.py | 3 ++
.../learner_analytics_api/v0/views.py | 12 ++++----
@mulby
mulby / comment_expander.js
Created February 17, 2015 19:35
Github Comment Expander
// ==UserScript==
// @name Github Expand All Comments
// @namespace http://www.edx.org/developers
// @version 0.1
// @description Help manage github pull request comments
// @match *://github.com/*/pull/*
// @copyright 2014+, Gabe Mulley
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
// ==/UserScript==
From 50969db0d49cec1189693b9eb8dcd118cf206bcc Mon Sep 17 00:00:00 2001
From: vagrant <vagrant@precise64.(none)>
Date: Thu, 19 Dec 2013 22:29:11 +0000
Subject: [PATCH] fix compile errors
---
github-oauth/pom.xml | 4 ++--
github-plugin/pom.xml | 2 +-
.../github/wizard/PullRequestListController.java | 5 +++--
.../github/git/PullRequestCreateChange.java | 9 +++++++--