Public Gists by dsully

Gravatar
Thu Nov 05 14:03:16 -0800 2009
1
2
3
### Vim
 
`autocmd BufWritePre * :%s/\s\+$//e`
Gravatar
Thu Oct 29 11:49:26 -0700 2009
1
2
3
#!/usr/bin/perl
 
# Originaly at:
Gravatar
Wed Oct 14 09:11:09 -0700 2009

      
Gravatar
Tue Sep 15 13:17:46 -0700 2009
1
2
3
# Run the given block +num+ times and then print out the mean, median, min,
# max, and stddev of the run. For example:
#