Skip to content

Instantly share code, notes, and snippets.

View jdfreder's full-sized avatar

Jonathan Frederic jdfreder

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdfreder
jdfreder / test.ipynb
Created January 20, 2016 21:24
Widget to screenshot 1
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdfreder
jdfreder / .bashrc
Last active January 5, 2016 00:46
*nix and win aliases
alias push="git push"
alias pull="git pull"
alias reb="git rebase"
alias com="git commit"
alias co="git checkout"
alias merge="git mergetool"
alias st="git status"
alias br="git branch"
alias add="git add"
alias grm="git rm"
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdfreder
jdfreder / BackboneControlTester.ipynb
Created November 1, 2013 21:35
A bunch of notebooks used during the development of the backbone widget PR.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
//
// Test the create of a widget.
//
casper.notebook_test(function () {
// XXX: test.begin allows named sections but requires casperjs 1.1.0-DEV.
// We will put it back into place when the next version of casper is
// released. Following that, all instances of this.test can be changed
// to just test.
//this.test.begin("shutdown tests (notebook)", 2, function(test) {
@jdfreder
jdfreder / BackboneWidgets.ipynb
Last active December 25, 2015 04:59
Minimalist example for backbone.js widget PR.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdfreder
jdfreder / IPython Markdown Pandoc Limitations.ipynb
Last active December 24, 2015 02:59
Notebook that compares the Markdown output of Pandoc to the IPython Notebook.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdfreder
jdfreder / digraphs.ipynb
Last active December 21, 2015 21:49
Digraph possibilities
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.