User:Jadrian Miles: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
* [http://www.google.com/search?q=jadrian+miles Other places] | * [http://www.google.com/search?q=jadrian+miles Other places] | ||
Draft pages / notes | ==== Draft pages / notes ==== | ||
* [[/Plan your PhD]] | * [[/Plan your PhD]] | ||
==== Nifty code snippets ==== | |||
* Generate a random filename from the command line: <pre>set tmpfile=/tmp/`head -q -c 8 /proc/sys/kernel/random/uuid`</pre> | |||
Revision as of 19:41, 22 December 2008
I started my PhD in CS at Brown in Fall 2006. I work on data processing, measurement, and model reconstruction from diffusion MRI of the brain.
You can find me elsewhere online:
Draft pages / notes
Nifty code snippets
- Generate a random filename from the command line:
set tmpfile=/tmp/`head -q -c 8 /proc/sys/kernel/random/uuid`