Skip to content

Instantly share code, notes, and snippets.

@daveray
Created December 4, 2012 04:42
Show Gist options
  • Star 20 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save daveray/4200619 to your computer and use it in GitHub Desktop.
Save daveray/4200619 to your computer and use it in GitHub Desktop.
Fogus Essays
@iperdomo
Copy link

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
Copy link

fogus commented Dec 4, 2012

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

@daveray
Copy link
Author

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
Copy link
Author

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