Introduction

This page introduces the CMMS course at The University of Liverpool

Course Details

This section will describe the details of the course.

  1. Intro to Java
  2. Internet Skills
  3. Electrical circuits and systems
Liverpool University
The University of Liverpool offers a wide range of courses.
Electrical Engineering
The Department of Electrical Engineering and Electronics is located on Brownlow Hill
-i
invokes the compiler in immediate mode using the initialization file defined in the path.
-d
invokes the compiler in debug mode.
This is preformatted text notice
line breaks and      spaces are displayed
It is good for program listings

#!/bin/csh
cd $SCR
cfs get mysrc.f:mycfsdir/mysrc.f
cfs get myinfile:mycfsdir/myinfile
fc -02 -o mya.out mysrc.f
mya.out
cfs save myoutfile:mycfsdir/myoutfile
rm *  
The less than character <
The greater than character >
The ampersand character &

Omit needless words.

Vigorous writing is concise. A sentence should contain no unnecessary words, a paragraph no unnecessary sentences, for the same reason that a drawing should have no unnecessary lines and a machine no unnecessary parts.

--William Strunk, 1918