Skip to content

Instantly share code, notes, and snippets.

View gxr's full-sized avatar

Anthony Chiang gxr

  • Ann Arbor/Hong Kong/New York
View GitHub Profile
@gxr
gxr / gist:066c92792d6f9852fd6e169b53d98f1c
Created June 16, 2016 03:34
Template inheritance with specialization example
#include <iostream>
#include <vector>
template <typename T>
struct Foo {
T t;
};
template <typename T>
class Base {
@gxr
gxr / mayavi_install.sh
Created December 30, 2015 04:52 — forked from icaoberg/mayavi_install.sh
[Python] Install Mayavi in Ubuntu
#!/bin/bash
sudo apt-get install python-vtk python-wxgtk2.6 python-setuptools python-numpy python-configobj
sudo easy_install pip
sudo pip install mayavi