Links: Difference between revisions
From phys660
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Linux Reference == | == Linux Reference == | ||
*[http://www-uxsup.csx.cam.ac.uk/pwf-linux/intro/remote.files.html Transfering Files: scp and sftp] | *[http://www-uxsup.csx.cam.ac.uk/pwf-linux/intro/remote.files.html Transfering Files: scp and sftp] | ||
Line 13: | Line 6: | ||
*[http://www.u.arizona.edu/consult/macx-tunnel.html X Tunneling on MacOS] | *[http://www.u.arizona.edu/consult/macx-tunnel.html X Tunneling on MacOS] | ||
*Introduction to Emacs, Pico, and VI text editors | *Introduction to Emacs, Pico, and VI text editors | ||
== LaTeX Reference == | |||
*[http://www.andy-roberts.net/writing/latex Getting to Grips with LaTeX] | |||
*[http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/ Latex Commands Reference] | |||
*[https://authors.aps.org/revtex4/ REVTEX4 Authors' Guide] | |||
*[http://www.unf.edu/~wkloster/latex/bib.html How to use BibTeX] | |||
*[PACS Codes http://www.aip.org/pacs/pacs2010/individuals/pacs2010_regular_edition/index.html] | |||
== MATLAB Reference == | |||
*[http://www.mathworks.com/help/techdoc/index.html The complete official MATLAB reference] | |||
*[[Media:mlab_bench.pdf|Multithreaded MATLAB performance on multicores]] | |||
*[http://www.math.umbc.edu/~gobbert/matlab.html Running MATLAB m-files in the background under Linux] | |||
*[http://cs.nyu.edu/cs/faculty/overton/g22_nm/programs/info.html Calling C and Fortran from MATLAB using the MEX interface] | |||
*[http://wiki.accelereyes.com/wiki/index.php/Jacket_Basics MATLAB Jacket for GPUs] | |||
== Fortran 90 Reference == | == Fortran 90 Reference == |
Revision as of 06:37, 30 January 2012
Linux Reference
- Transfering Files: scp and sftp
- PuTTY SSH Client
- Using X-windows (X11) and secure shell (SSH) to connect to a remote UNIX server
- X Tunneling on Windows
- X Tunneling on MacOS
- Introduction to Emacs, Pico, and VI text editors
LaTeX Reference
- Getting to Grips with LaTeX
- Latex Commands Reference
- REVTEX4 Authors' Guide
- How to use BibTeX
- [PACS Codes http://www.aip.org/pacs/pacs2010/individuals/pacs2010_regular_edition/index.html]
MATLAB Reference
- The complete official MATLAB reference
- Multithreaded MATLAB performance on multicores
- Running MATLAB m-files in the background under Linux
- Calling C and Fortran from MATLAB using the MEX interface
- MATLAB Jacket for GPUs