User:Jadrian Miles: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
Jadrian Miles (talk | contribs)
Jadrian Miles (talk | contribs)
No edit summary
Line 5: Line 5:
* [http://vis.cs.brown.edu/organization/people/jadrian.html Visweb profile]
* [http://vis.cs.brown.edu/organization/people/jadrian.html Visweb profile]
* [http://www.google.com/search?q=jadrian+miles Other places]
* [http://www.google.com/search?q=jadrian+miles Other places]
There are a number of directories related to me on the CS filesystem, all of which are linked from file:///map/gfx0/users/jadrian


==== Personal Documents ====
==== Personal Documents ====

Revision as of 15:36, 12 March 2009

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:

There are a number of directories related to me on the CS filesystem, all of which are linked from file:///map/gfx0/users/jadrian

Personal Documents

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`
  • Convert stdin to lowercase on stdout:
    tr '[A-Z]' '[a-z]'
  • tcsh for loop:
    foreach n ( $list )
    operate_on $n
    end
  • Update a directory with stuff that exists in a CVS repository but not in the directory:
    cvs update -d