- LaTeX [latech]
- Hér má finna nokkra syntax-a til að hjálpa sér af stað.
- GnuPlot
- Ágætis lýsing, skref fyrir skref, hvernig gera á graf í gnuplot - allt frá dat-skrá með gögnum til eps-myndar sem reiðubúin er til innsetningar í TeX-skrá eða útprentunar.
- Webauthoring
- Ýmsir staðlar fyrir verarldarvefinn.
- django
- My latest tinkering.
- Fortran
- Nokkrir tenglar á síður sem hjálpa til við að læra á Fortran.
- PostScript
- Snilldarmál.
- Bash
- Hin geysiöfluga skel.
- VIM
- Hinn geysiöflugi ritill.
Annað:
SVG
- Introduction to Presenting Scientific and Medical Data on the Web using Scalable Vector Graphics
- Scalable Vector Graphics at W3C.
- SVG.org
awk
Makefile
cURL
One of the reasons UBC is a great place to study is the exellent access to wireless internet. The suggested method is that you open a browser, be redirected to a website where you send a form with your username and password to be validated and then you are good to go.
To log on you are advised to fetch any site using a browser. You are then redirected to a login site where you send your username and password through a form.
Essentially; I don't want to have to open a browser just to log onto the internet, so I found cURL which allows you to send HTTP POST data. Syntax for this case follows:
curl -d "username=USER&password=PASS&login=Login" https://login.wireless.ubc.ca:8090/goform/HtmlLoginRequest