| Menus (click for map) → | Home | For Current IT Students | For Future IT Students | About Cairns MPIT | IT/EE Resources |
| Lectures | Newsgroup | 2001 Subject Guide (pdf) |
| Support | UNIX | 2001 Subject Guide (html) |
| Assignments | FreeBSD UNIX | 2001 Subject Guide (gzip/ps) |
I will accept late submissions but I might have to drop them a few percent just to keep things fair for those people who got assignment submissions in by the end of next weekend (i.e. June 17, which is the previous deadline of "the exam", modified to handle some stuff ups with GNUPLOT under RLaB).
gzip --decompress --stdout /usr/local/epl/ds472/h.mann.jazz.gz | more gzip --decompress --stdout /usr/local/epl/ds472/jean_michel_jarre.oxygene4.gz | moreIf you cannot find the gzip command, look in directory /usr/local/bin/.
THE LESSER-KNOWN PROGRAMMING LANGUAGES #8: LAIDBACK
This language was developed at the Marin County Center for T'ai Chi,
Mellowness and Computer Programming (now defunct), as an alternative to
the more intense atmosphere in nearby Silicon Valley.
The center was ideal for programmers who liked to soak in hot tubs
while they worked. Unfortunately few programmers could survive there
because the center outlawed Pizza and Coca-Cola in favor of Tofu and
Perrier.
Many mourn the demise of LAIDBACK because of its reputation as a gentle
and non-threatening language since all error messages are in lower
case. For example, LAIDBACK responded to syntax errors with the
message:
"i hate to bother you, but i just can't relate to that. can
you find the time to try it again?"
This completes our study of engineering programming languages...
bash-2.03$ export DISPLAY=pm.cse.rmit.edu.au:0
(on my X server, I entered "xhost +dropbear")
bash-2.03$ /usr/local/epl/bin/rlab
Welcome to RLaB. New users type help INTRO
RLaB version 2.1.00 Copyright (C) 1992-97 Ian Searle
RLaB comes with ABSOLUTELY NO WARRANTY; for details type help warranty
This is free software, and you are welcome to redistribute it under
certain conditions; type help conditions for details
> y=[3;1;6;2;6]
3
1
6
2
6
> plot( y )
1
> quit
and a nice little plot was seen. The section on plotting in the RLaB
Primer (RLaB/pgplot) shows how to produce postscript output.
| |
| To Phillip's home page |