jake RSS


jakehofman.com

Archive

May
15th
Tue
permalink

tip: macosx

use macfuse to mount linux partitions (ext2/ext3) http://bit.ly/JF8BQb

tips  macosx 
Feb
10th
Fri
permalink

tip: shell

real-time collaborative terminal sessions with gnu screen’s multiuser mode: http://bit.ly/xRCAg3 (h/t @dggoldst)

tips  shell 
Feb
8th
Wed
permalink

tip: shell

edit remote files (ssh -t host emacs -nw file) or bounce thru intermediate hosts (ssh -t host1 ssh host2) http://bit.ly/zKn02x

tips  shell 
Jan
31st
Tue
permalink

tip: latex

a number of useful listings settings for inline code snippets http://bit.ly/Ai4fnu

tips  latex 
Jan
19th
Thu
permalink

tip: rstats

use geom_line(aes(group=1)) to connect x-axis factors via a line with ggplot2 (h/t @hadleywickham)

tips  rstats 
Jan
18th
Wed
permalink

tip: rstats

a handy syntax reference for specifying statistical models in R: http://bit.ly/yza8SK

tips  rstats 
permalink

tip: rstats

hide part of a legend in ggplot2 with legend=F in the scale, e.g. scale_size(legend=F)

tips  rstats 
permalink

tip: rstats

(ab)use ggplot2 to connect x-axis factors via a line with geom_line(aes(x=as.integer(x), y=…))

tips  rstats 
Oct
20th
Thu
permalink

tip: macosx

use jot as an alternative to seq for generating sequential and random numbers http://macw.us/pdfadN

tips  macosx