Skip to content

Instantly share code, notes, and snippets.

View matsen's full-sized avatar

Erick Matsen matsen

View GitHub Profile
@matsen
matsen / from_scratch.sh
Last active December 15, 2015 12:49
Script for installing all of the software that I use.
#!/bin/sh
set -e
set -o
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y \
autojump \
@matsen
matsen / SConstruct
Created December 5, 2012 20:06
SConstruct (http://scons.org) I use for building latex documents, featuring continuous build and auto SVG -> PDF conversion via inkscape.
from SCons.Script import VariantDir, Environment, \
Builder, Depends, Flatten
import os
VariantDir('_build', src_dir='.')
env = Environment(ENV=os.environ)
inkscape = Builder(action = 'inkscape --without-gui --export-pdf=$TARGET $SOURCE')
env['BUILDERS']['Inkscape'] = inkscape
env['BUILDERS']['Latexdiff'] = Builder(action = 'latexdiff $SOURCES > $TARGET')
@matsen
matsen / response-to-exascale-hpc-rfi.md
Last active October 1, 2015 12:19
Response to "Science Drivers Requiring Capable Exascale High Performance Computing" RFI

We can piggyback on the coding development community.

Many good things are happening in open source and industry, and we face many of the same issues that they do. For example, GitHub has provided enormous value to science, both through filling a need and by direct engagement. It has gotten almost unbelievably popular in the computational life sciences. However, other tools such as continuous integration, for example by Travis CI, or containers, for example by Docker, have gotten less traction despite the

@matsen
matsen / keybase.md
Created April 6, 2015 16:55
keybase.md

Keybase proof

I hereby claim:

  • I am matsen on github.
  • I am ematsen (https://keybase.io/ematsen) on keybase.
  • I have a public key whose fingerprint is BEE5 925E E22C 76C3 EC0D 4074 319F C81F 9510 3B94

To claim this, I am signing this object: