Skip to content

Instantly share code, notes, and snippets.

from EPD install:

As the last step, you should edit your .bashrc or prepend
the EPD install path:

    /software/python/EPD/7.0/bin

Thank you for installing EPD!

$ export PATH=/software/python/EPD/7.0/bin:$PATH

@nicholsn
nicholsn / Solarized High Contrast Dark.itermcolors
Created May 11, 2012 21:44 — forked from heisters/Solarized High Contrast Dark.itermcolors
Solarized High Contrast Dark theme for iTerm2
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Blue Component</key>
<real>0.19370138645172119</real>
<key>Green Component</key>
<real>0.15575926005840302</real>
@nicholsn
nicholsn / SWF_S3_Upload.ipynb
Created October 4, 2012 19:12
An example of using Amazon's Simple Workflow (SWF) Service to upload a file to S3 with the boto library
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nicholsn
nicholsn / nrg_interfaces.py
Created October 29, 2012 17:26 — forked from kastman/nrg_interfaces.py
HVD NRG Nipype Interface to QA
#!/usr/bin/env python
from nipype.interfaces.base import BaseInterface, BaseInterfaceInputSpec, TraitedSpec, traits, InputMultiPath, OutputMultiPath, File
from nipype.utils.filemanip import split_filename
import niftiqa
import os, sys
####### Begin Class niftiqa ########
class niftiqaInputSpec(BaseInterfaceInputSpec):
niftis = InputMultiPath(traits.Either(traits.List(File(exists=True)),File(exists=True)),
@nicholsn
nicholsn / PyCap.ipynb
Created November 10, 2012 02:43
Simple example updating a file on REDCap using PyCap
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nicholsn
nicholsn / DAG-Example.ipynb
Created December 12, 2012 23:25
Data Access Groups example for REDCap
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nicholsn
nicholsn / virtuoso-client.ipynb
Created January 15, 2013 08:56
ipython notebook for virtuoso
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"ADHD-200 Phenotypic Key": {
"Site": {
"1": "Peking University",
"2": "Bradley Hospital/Brown University",
"3": "Kennedy Krieger Institute",
"4": "NeuroIMAGE Sample",
"5": "New York University Child Study Center",
"6": "Oregon Health & Science University",
"7": "University of Pittsburgh",