Skip to content

Instantly share code, notes, and snippets.

View phaustin's full-sized avatar

Philip Austin phaustin

  • University of British Columbia
  • Vancouver, BC Canada
View GitHub Profile
@phaustin
phaustin / Readme_python.org
Last active April 18, 2016 02:13
Readme_python.org

subset a dictionary

{k: bigdict[k] for k in (‘l’, ‘m’, ‘n’)}

@phaustin
phaustin / Readme_scipy.org
Last active March 22, 2016 04:24
Readme_scipy.org

netcdf and hdf

building netcdf4python

export HDF5_DIR=/users/user-soft/usr251_Centos export NETCDF4_DIR=/users/user-soft/usr251_Centos/gfortran export LD_RUN_PATH=’/users/user-soft/usr251_Centos/lib:/users/user-soft/usr251_Centos/gfortran’

@phaustin
phaustin / Readme_cmake.org
Last active November 29, 2015 19:09
Readme_cmake.org

building cmake


export LD_LIBRARY_PATH=/users/user-soft/lib64 export LD_RUN_PATH=/users/user-soft/lib64 export CXX=/users/user-soft/bin/g++ export LM_LICENSE_FILE=/users/user-soft/pgi12_2012 export FC=/users/user-soft/pgi12_2012/linux86-64/2012/bin/pgf90

@phaustin
phaustin / Readme_cython.org
Last active March 5, 2016 21:11
Readme_cython.org
@phaustin
phaustin / Readme_pandas.org
Last active February 26, 2016 22:30
Readme_pandas.org

dump a selection to a records list

from sqlalchemy import and_ from sqlalchemy.orm import sessionmaker import dataset from pandas import DataFrame, Series import argparse, textwrap

@phaustin
phaustin / Readme_sphinx.org
Last active February 1, 2016 03:06
Readme_sphinx.org
@phaustin
phaustin / Readme_git.org
Last active April 18, 2016 16:02
Readme_git.org

delete a remote branch


git push origin :pha

To git@github.com:phoustona/A405.git

  • [deleted] pha
@phaustin
phaustin / Readme_pbs.org
Last active November 29, 2015 18:56
Readme_pbs.org

qmgr

list queue node32a

qstat -Q qstat -q

qmgr -c ‘p q’

nodes are listed by pbsnodes

@phaustin
phaustin / Readme_ubuntu.org
Last active April 3, 2016 18:01
Readme_ubuntu.org

to get soundconverter working with faac and lame:

sudo apt-get install gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly

useful repositories: