Here it is.
Author: grant
Spring 2012 Midterm Poster
Here is my poster as of midterm for the MSCS and Sigma Xi poster sessions.
Finding Python’s package directories
Finding Python’s package directories:
python -c 'import sys, pprint; pprint.pprint(sys.path)'
(via djangobook)
Spring 2012 Midterm Endometriosis Resources
Sayre's law
Sayre’s law states, in a formulation quoted by Charles Philip Issawi: “In any dispute the intensity of feeling is inversely proportional to the value of the issues at stake.”
(via wikipedia)
Schampa Warmskin and Coolskin Balaclavas
Last Fall I bought a Schampa Warm and Coolskin. They both fit under my helmet comfortably and kept me just warm enough. Even down to 34F, riding just felt great.
Pinlock anti-fog visor
Last year I bought one of these for the RF1100. It is really a brilliant piece of hardware; it “just works”.
For eyeglass wearing folks… remember that if those fog up then the Pinlock won’t offer you much help :).
Using Firebug to Evaluate XPath Queries in Firebug
Start the Firebug console and use the ‘$x’ function. It takes one argument, the xpath query in single quotes.
(via browsermob)
Publishing MATLAB Code
This link explains how you can annotate MATLAB code with markup to help communicate your ideas and result to others.
For some tasks I already know that it will beat the LaTeX or copy and paste into Word lifecycle.
MATLAB's Rich Java Interoperation
Last night I wanted to figure out how to get rid of the “Start Menu” on the bottom of the IDE and found a solution here. That got me digging into the docs about Java integration. Wow; it just works and seems to work really well. The interop is seamless. For the little coding I did to play around with loading files (it is built in but I was still curious to know) it was really easy to use. Awesome.