Skip to content

Instantly share code, notes, and snippets.

View choldgraf's full-sized avatar

Chris Holdgraf choldgraf

View GitHub Profile
@choldgraf
choldgraf / ODEs_In_Python.ipynb
Last active July 25, 2019 21:22 — forked from ELC/ODEs_In_Python.ipynb
ODEs in Python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@choldgraf
choldgraf / postBuild
Last active December 17, 2018 22:59
binder build test
#!/bin/bash
set -e
gasdgasdg

Keybase proof

I hereby claim:

  • I am choldgraf on github.
  • I am choldgraf (https://keybase.io/choldgraf) on keybase.
  • I have a public key ASChVMJS8-6yFZRA6PCjxw7_enIj4AuFEz1i9QNi_y6ceAo

To claim this, I am signing this object:

@choldgraf
choldgraf / mne-logo.py
Last active August 29, 2015 14:27 — forked from drammock/mne-logo.py
script to generate proposed new logo for MNE
# -*- coding: utf-8 -*-
"""
===============================================================================
Script 'mne logo'
===============================================================================
This script makes the logo for MNE.
"""
# @author: drmccloy
# Created on Mon Jul 20 11:28:16 2015
@choldgraf
choldgraf / gist:6a7be7866f2a3a3d3f98
Last active August 29, 2015 14:07
GridSearchCV memory usage
{
"metadata": {
"name": "",
"signature": "sha256:dfb7fdbd72babce26c85e0d1420b1e20600c1dd13eb385470e9a3bc420f2bf64"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
@choldgraf
choldgraf / enigma.py
Created November 21, 2013 23:30 — forked from ivanov/enigma.py
# A template to demonstrate why we need to profile
# This instance written by Paul Ivanov (XXX: put your name / github id here)
def where_is_the_bottleneck(x):
pass
def could_be_this_one(x, y):
pass
def or_this_one(x):
@choldgraf
choldgraf / gist:6359961
Created August 27, 2013 22:29
Sample tutorial for dealing with a "git pull" error
{
"metadata": {
"name": "git_wont_pull"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{