Instantly share code, notes, and snippets.

Embed
What would you like to do?
Fogus Essays
@iperdomo

This comment has been minimized.

Show comment
Hide comment
@iperdomo

iperdomo Dec 4, 2012

If you have wget and awk:

wget -q -O - https://raw.github.com/gist/4200619/c4b9c4f90fd1799677e86cb3d741aeb09c4e772d/fogus-essays.txt | awk '/^  http/ {print $1}' | xargs wget -t 2 -i -

The http://sunnyday.mit.edu/papers/nver-tse.pdf is not working

Cheers,

iperdomo commented Dec 4, 2012

If you have wget and awk:

wget -q -O - https://raw.github.com/gist/4200619/c4b9c4f90fd1799677e86cb3d741aeb09c4e772d/fogus-essays.txt | awk '/^  http/ {print $1}' | xargs wget -t 2 -i -

The http://sunnyday.mit.edu/papers/nver-tse.pdf is not working

Cheers,

@fogus

This comment has been minimized.

Show comment
Hide comment
@fogus

fogus Dec 4, 2012

I do not recommend the MATREX paper... instead, add one of your own in that slot. :-)

fogus commented Dec 4, 2012

I do not recommend the MATREX paper... instead, add one of your own in that slot. :-)

@daveray

This comment has been minimized.

Show comment
Hide comment
@daveray

daveray Dec 5, 2012

@fogus: I'll see what I can dig up. Once I started googling and seeing MATREX over and over it occurred to me I actually did some work with MATREX and HLA and all that stuff in a previous life. Ah, memories. :)

Owner

daveray commented Dec 5, 2012

@fogus: I'll see what I can dig up. Once I started googling and seeing MATREX over and over it occurred to me I actually did some work with MATREX and HLA and all that stuff in a previous life. Ah, memories. :)

@daveray

This comment has been minimized.

Show comment
Hide comment
@daveray

daveray Dec 5, 2012

@iperdomo Nice. I just tested that sunnday link. Works for me.

Owner

daveray commented Dec 5, 2012

@iperdomo Nice. I just tested that sunnday link. Works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment