Skip to content

Instantly share code, notes, and snippets.

View alexbw's full-sized avatar

Alex Wiltschko alexbw

  • Google
  • Boston, MA
View GitHub Profile
@alexbw
alexbw / 0_reuse_code.js
Last active August 29, 2015 14:09
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@alexbw
alexbw / skinning.py
Created February 19, 2013 21:40 — forked from mattjj/skinning.py
from __future__ import division
import numpy as np
import sys
sys.path.append('/Users/mattjj/Dropbox/work/datta/renderer')
from MouseData import MouseData
m = MouseData('/Users/mattjj/Dropbox/work/datta/renderer/data/mouse_mesh_low_poly3.npz')
translations = m.joint_translations
def inv(E):