Skip to content

Instantly share code, notes, and snippets.

View marcwebbie's full-sized avatar

Marcwebbie marcwebbie

View GitHub Profile
(use-package elpy
:config
(progn (elpy-enable)
(defun elpy-nose-test-spec (module test)
(cond (test
(format "%s:%s" module test))
(module module)
(t "")))
(defun elpy-test-nose-pdb-runner (top file module test)
"Test the project using the nose test runner with the --pdb arg.
@marcwebbie
marcwebbie / command.txt
Created September 10, 2013 04:47 — forked from nrk/command.txt
ffprobe -v quiet -print_format json -show_format -show_streams "lolwut.mp4" > "lolwut.mp4.json"